Trace number 3259040

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.31 1201.82

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9317
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 9806
0.00/0.01	c parsetime: 11739us
0.00/0.01	c parsed 61409 clauses with 945 variables
0.00/0.02	c NW started thread 0 successfully (1096231232)
0.00/0.02	c NW started thread 1 successfully (1106721088)
0.00/0.03	c NW started thread 2 successfully (1117210944)
0.00/0.05	c NW started thread 3 successfully (1127700800)
7.05/1.83	c preprocessor returned 10006 variables
7.05/1.83	c preprocessing returned UNKNOWN
7.05/1.83	c PP set 0 variables
7.05/1.83	c pp time: 1809018us (1s)
7.05/1.84	c preprocessor returned 10006 variables
7.05/1.84	c preprocessing returned UNKNOWN
7.05/1.84	c PP set 0 variables
7.05/1.84	c pp time: 1814335us (1s)
7.05/1.84	c preprocessor returned 10006 variables
7.05/1.84	c preprocessing returned UNKNOWN
7.05/1.84	c PP set 0 variables
7.05/1.84	c pp time: 1815514us (1s)
64.94/16.33	c preprocessor returned 30038 variables
64.94/16.33	c preprocessing returned UNKNOWN
64.94/16.33	c PP set 0 variables
64.94/16.33	c pp time: 16280649us (16s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259040-1304047118/watcher-3259040-1304047118 -o /tmp/evaluation-result-3259040-1304047118/solver-3259040-1304047118 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3259040-1304047118.cnf 2127129184 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.38 6.95 7.62 4/177 9804
/proc/meminfo: memFree=15605016/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0

[startup+0.252943 s]
/proc/loadavg: 4.38 6.95 7.62 4/177 9804
/proc/meminfo: memFree=15605016/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.983722 s]
/proc/loadavg: 4.38 6.95 7.62 4/177 9804
/proc/meminfo: memFree=15605016/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.0837 s]
/proc/loadavg: 4.38 6.95 7.62 4/177 9804
/proc/meminfo: memFree=15605016/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.18369 s]
/proc/loadavg: 4.38 6.95 7.62 4/177 9804
/proc/meminfo: memFree=15605016/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 4.38 6.95 7.62 4/177 9804
/proc/meminfo: memFree=15605016/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10033 s]
/proc/loadavg: 4.67 6.97 7.62 9/188 9815
/proc/meminfo: memFree=15515668/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=291096 CPUtime=12.21 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 23199 0 0 0 1217 4 0 0 18 0 5 0 516312226 298082304 12822 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 72774 12822 404 389 0 68524 0
[pid=9806/tid=9811] ppid=9804 vsize=291096 CPUtime=3.04 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 5639 0 0 0 303 1 0 0 25 0 5 0 516312227 298082304 12822 33554432000 4194304 5787044 140733387384848 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=291096 CPUtime=3.04 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 5341 0 0 0 303 1 0 0 25 0 5 0 516312228 298082304 12822 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=291096 CPUtime=3.05 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 4570 0 0 0 304 1 0 0 25 0 5 0 516312228 298082304 12822 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=291096 CPUtime=3.03 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 3769 0 0 0 303 0 0 0 25 0 5 0 516312231 298082304 12822 33554432000 4194304 5787044 140733387384848 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 299796

[startup+6.30673 s]
/proc/loadavg: 4.67 6.97 7.62 9/188 9815
/proc/meminfo: memFree=15504384/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=296252 CPUtime=25.02 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 25025 0 0 0 2497 5 0 0 18 0 5 0 516312226 303362048 14648 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 74063 14648 404 389 0 69813 0
[pid=9806/tid=9811] ppid=9804 vsize=296252 CPUtime=6.22 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 6922 0 0 0 621 1 0 0 25 0 5 0 516312227 303362048 14648 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=296252 CPUtime=6.24 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 5606 0 0 0 623 1 0 0 25 0 5 0 516312228 303362048 14648 33554432000 4194304 5787044 140733387384848 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=296252 CPUtime=6.25 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 4848 0 0 0 624 1 0 0 25 0 5 0 516312228 303362048 14648 33554432000 4194304 5787044 140733387384848 18446744073709551615 5576704 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=296252 CPUtime=6.24 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 3769 0 0 0 624 0 0 0 25 0 5 0 516312231 303362048 14648 33554432000 4194304 5787044 140733387384848 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 304952

[startup+12.7005 s]
/proc/loadavg: 5.18 7.00 7.63 9/188 9815
/proc/meminfo: memFree=15490668/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=298628 CPUtime=50.56 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 26721 0 0 0 5051 5 0 0 18 0 5 0 516312226 305795072 16344 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 74657 16344 404 389 0 70407 0
[pid=9806/tid=9811] ppid=9804 vsize=298628 CPUtime=12.59 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 7464 0 0 0 1258 1 0 0 25 0 5 0 516312227 305795072 16344 33554432000 4194304 5787044 140733387384848 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=298628 CPUtime=12.64 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 6171 0 0 0 1263 1 0 0 25 0 5 0 516312228 305795072 16344 33554432000 4194304 5787044 140733387384848 18446744073709551615 5586853 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=298628 CPUtime=12.64 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 5437 0 0 0 1263 1 0 0 25 0 5 0 516312228 305795072 16344 33554432000 4194304 5787044 140733387384848 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=298628 CPUtime=12.63 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 3769 0 0 0 1263 0 0 0 25 0 5 0 516312231 305795072 16344 33554432000 4194304 5787044 140733387384848 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 307328

[startup+25.5011 s]
/proc/loadavg: 5.61 7.04 7.63 9/188 9816
/proc/meminfo: memFree=15446960/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=306384 CPUtime=101.69 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 34119 0 0 0 10161 8 0 0 18 0 5 0 516312226 313737216 21623 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 76596 21623 417 389 0 72346 0
[pid=9806/tid=9811] ppid=9804 vsize=306384 CPUtime=25.31 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 8206 0 0 0 2530 1 0 0 25 0 5 0 516312227 313737216 21623 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=306384 CPUtime=25.44 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 6959 0 0 0 2542 2 0 0 25 0 5 0 516312228 313737216 21623 33554432000 4194304 5787044 140733387384848 18446744073709551615 4228046 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=306384 CPUtime=25.45 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 7367 0 0 0 2543 2 0 0 25 0 5 0 516312228 313737216 21623 33554432000 4194304 5787044 140733387384848 18446744073709551615 5576685 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=306384 CPUtime=25.44 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 7707 0 0 0 2542 2 0 0 25 0 5 0 516312231 313737216 21623 33554432000 4194304 5787044 140733387384848 18446744073709551615 4254894 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 315084

[startup+51.1004 s]
/proc/loadavg: 6.50 7.13 7.65 9/188 9816
/proc/meminfo: memFree=15385996/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=316548 CPUtime=203.94 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 41236 0 0 0 20378 16 0 0 18 0 5 0 516312226 324145152 28736 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 79137 28736 417 389 0 74887 0
[pid=9806/tid=9811] ppid=9804 vsize=316548 CPUtime=50.77 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 9703 0 0 0 5074 3 0 0 25 0 5 0 516312227 324145152 28736 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=316548 CPUtime=51.04 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 8307 0 0 0 5100 4 0 0 25 0 5 0 516312228 324145152 28736 33554432000 4194304 5787044 140733387384848 18446744073709551615 5586709 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=316548 CPUtime=51.04 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 8858 0 0 0 5101 3 0 0 25 0 5 0 516312228 324145152 28736 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=316548 CPUtime=51.03 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 10488 0 0 0 5099 4 0 0 25 0 5 0 516312231 324145152 28736 33554432000 4194304 5787044 140733387384848 18446744073709551615 5524741 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 325248

[startup+102.301 s]
/proc/loadavg: 7.53 7.31 7.67 9/188 9818
/proc/meminfo: memFree=15296072/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=334556 CPUtime=408.43 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 52070 0 0 0 40817 26 0 0 18 0 5 0 516312226 342585344 39407 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 83639 39407 417 389 0 79389 0
[pid=9806/tid=9811] ppid=9804 vsize=334556 CPUtime=101.69 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 11648 0 0 0 10163 6 0 0 25 0 5 0 516312227 342585344 39407 33554432000 4194304 5787044 140733387384848 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=334556 CPUtime=102.23 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 11371 0 0 0 10216 7 0 0 25 0 5 0 516312228 342585344 39407 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=334556 CPUtime=102.23 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 11184 0 0 0 10219 4 0 0 25 0 5 0 516312228 342585344 39407 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=334556 CPUtime=102.22 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 13987 0 0 0 10214 8 0 0 25 0 5 0 516312231 342585344 39407 33554432000 4194304 5787044 140733387384848 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 343256

[startup+162.301 s]
/proc/loadavg: 7.88 7.44 7.69 9/188 9819
/proc/meminfo: memFree=15209372/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=350772 CPUtime=648.1 cores=0,2,4,6

################
# More data... #
################

/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 34275 0 0 0 82033 29 0 0 25 0 5 0 516312228 691961856 120988 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=675744 CPUtime=822.21 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 30562 0 0 0 82206 15 0 0 25 0 5 0 516312228 691961856 120988 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=675744 CPUtime=822.13 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 37183 0 0 0 82179 34 0 0 25 0 5 0 516312231 691961856 120988 33554432000 4194304 5787044 140733387384848 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.38
Current children cumulated vsize (KiB) 684444

[startup+882.301 s]
/proc/loadavg: 8.10 8.01 7.87 9/188 9838
/proc/meminfo: memFree=14650280/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=686584 CPUtime=3524.05 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 138394 0 0 0 352295 110 0 0 18 0 5 0 516312226 703062016 123726 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 171646 123726 417 389 0 167396 0
[pid=9806/tid=9811] ppid=9804 vsize=686584 CPUtime=879.35 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 29757 0 0 0 87907 28 0 0 25 0 5 0 516312227 703062016 123726 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=686584 CPUtime=880.29 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 34275 0 0 0 88000 29 0 0 25 0 5 0 516312228 703062016 123726 33554432000 4194304 5787044 140733387384848 18446744073709551615 5576621 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=686584 CPUtime=882.21 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 33299 0 0 0 88204 17 0 0 25 0 5 0 516312228 703062016 123726 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=686584 CPUtime=882.13 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 37183 0 0 0 88179 34 0 0 25 0 5 0 516312231 703062016 123726 33554432000 4194304 5787044 140733387384848 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 695284

[startup+942.301 s]
/proc/loadavg: 8.21 8.05 7.89 9/188 9840
/proc/meminfo: memFree=14646280/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=690784 CPUtime=3763.75 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 139274 0 0 0 376264 111 0 0 18 0 5 0 516312226 707362816 124606 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 172696 124606 417 389 0 168446 0
[pid=9806/tid=9811] ppid=9804 vsize=690784 CPUtime=939.36 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 29762 0 0 0 93908 28 0 0 25 0 5 0 516312227 707362816 124606 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=690784 CPUtime=939.97 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 34280 0 0 0 93968 29 0 0 25 0 5 0 516312228 707362816 124606 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=690784 CPUtime=942.23 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 34165 0 0 0 94205 18 0 0 25 0 5 0 516312228 707362816 124606 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=690784 CPUtime=942.14 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 37187 0 0 0 94179 35 0 0 25 0 5 0 516312231 707362816 124606 33554432000 4194304 5787044 140733387384848 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.75
Current children cumulated vsize (KiB) 699484

[startup+1002.3 s]
/proc/loadavg: 8.21 8.07 7.91 9/188 9842
/proc/meminfo: memFree=14640672/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=690784 CPUtime=4003.4 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 139310 0 0 0 400228 112 0 0 18 0 5 0 516312226 707362816 124642 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 172696 124642 417 389 0 168446 0
[pid=9806/tid=9811] ppid=9804 vsize=690784 CPUtime=999.35 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 29774 0 0 0 99907 28 0 0 25 0 5 0 516312227 707362816 124642 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=690784 CPUtime=999.64 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 34297 0 0 0 99935 29 0 0 25 0 5 0 516312228 707362816 124642 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=690784 CPUtime=1002.22 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 34165 0 0 0 100204 18 0 0 25 0 5 0 516312228 707362816 124642 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=690784 CPUtime=1002.12 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 37194 0 0 0 100177 35 0 0 25 0 5 0 516312231 707362816 124642 33554432000 4194304 5787044 140733387384848 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.4
Current children cumulated vsize (KiB) 699484

[startup+1062.31 s]
/proc/loadavg: 8.19 8.09 7.92 9/188 9843
/proc/meminfo: memFree=14613232/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=690784 CPUtime=4243.09 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 139443 0 0 0 424197 112 0 0 18 0 5 0 516312226 707362816 124775 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 172696 124775 417 389 0 168446 0
[pid=9806/tid=9811] ppid=9804 vsize=690784 CPUtime=1059.36 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 29805 0 0 0 105907 29 0 0 25 0 5 0 516312227 707362816 124775 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=690784 CPUtime=1059.32 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 34371 0 0 0 105903 29 0 0 25 0 5 0 516312228 707362816 124775 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=690784 CPUtime=1062.23 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 34165 0 0 0 106205 18 0 0 25 0 5 0 516312228 707362816 124775 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=690784 CPUtime=1062.12 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 37222 0 0 0 106177 35 0 0 25 0 5 0 516312231 707362816 124775 33554432000 4194304 5787044 140733387384848 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.09
Current children cumulated vsize (KiB) 699484

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 7.93 9/188 9845
/proc/meminfo: memFree=14568192/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=698984 CPUtime=4482.74 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 144437 0 0 0 448157 117 0 0 18 0 5 0 516312226 715759616 129769 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 174746 129769 417 389 0 170496 0
[pid=9806/tid=9811] ppid=9804 vsize=698984 CPUtime=1119.35 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 31965 0 0 0 111905 30 0 0 25 0 5 0 516312227 715759616 129769 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=698984 CPUtime=1118.98 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 35668 0 0 0 111867 31 0 0 25 0 5 0 516312228 715759616 129769 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=698984 CPUtime=1122.22 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 35190 0 0 0 112204 18 0 0 25 0 5 0 516312228 715759616 129769 33554432000 4194304 5787044 140733387384848 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=698984 CPUtime=1122.11 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 37734 0 0 0 112175 36 0 0 25 0 5 0 516312231 715759616 129769 33554432000 4194304 5787044 140733387384848 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.74
Current children cumulated vsize (KiB) 707684

[startup+1182.3 s]
/proc/loadavg: 8.17 8.11 7.94 9/188 9846
/proc/meminfo: memFree=14512476/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=703084 CPUtime=4722.4 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 151071 0 0 0 472114 126 0 0 18 0 5 0 516312226 719958016 136403 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 175771 136403 417 389 0 171521 0
[pid=9806/tid=9811] ppid=9804 vsize=703084 CPUtime=1179.36 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 33782 0 0 0 117903 33 0 0 25 0 5 0 516312227 719958016 136403 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=703084 CPUtime=1178.66 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 37543 0 0 0 117831 35 0 0 25 0 5 0 516312228 719958016 136403 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=703084 CPUtime=1182.23 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 36223 0 0 0 118205 18 0 0 25 0 5 0 516312228 719958016 136403 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=703084 CPUtime=1182.1 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 39643 0 0 0 118171 39 0 0 25 0 5 0 516312231 719958016 136403 33554432000 4194304 5787044 140733387384848 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 711784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.20 8.12 7.95 5/182 9848
/proc/meminfo: memFree=15053520/32951124 swapFree=67111528/67111528
[pid=9804] ppid=9802 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9804/stat : 9804 (priss.sh) S 9802 9804 9766 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516312225 8908800 252 33554432000 4194304 4922060 140735307169696 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9804/statm: 2175 252 211 178 0 68 0
[pid=9806] ppid=9804 vsize=707184 CPUtime=4800.31 cores=0,2,4,6
/proc/9806/stat : 9806 (priss) S 9804 9804 9766 0 -1 4202496 153867 0 0 0 479902 129 0 0 18 0 5 0 516312226 724156416 139199 33554432000 4194304 5787044 140733387384848 18446744073709551615 244458768817 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/9806/statm: 176796 139199 417 389 0 172546 0
[pid=9806/tid=9811] ppid=9804 vsize=707184 CPUtime=1198.86 cores=0,2,4,6
/proc/9806/task/9811/stat : 9811 (priss) R 9804 9804 9766 0 -1 4202560 34367 0 0 0 119853 33 0 0 25 0 5 0 516312227 724156416 139199 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=9806/tid=9813] ppid=9804 vsize=707184 CPUtime=1198.06 cores=0,2,4,6
/proc/9806/task/9813/stat : 9813 (priss) R 9804 9804 9766 0 -1 4202560 38128 0 0 0 119770 36 0 0 25 0 5 0 516312228 724156416 139199 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=9806/tid=9814] ppid=9804 vsize=707184 CPUtime=1201.73 cores=0,2,4,6
/proc/9806/task/9814/stat : 9814 (priss) R 9804 9804 9766 0 -1 4202560 36225 0 0 0 120155 18 0 0 25 0 5 0 516312228 724156416 139199 33554432000 4194304 5787044 140733387384848 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=9806/tid=9815] ppid=9804 vsize=707184 CPUtime=1201.6 cores=0,2,4,6
/proc/9806/task/9815/stat : 9815 (priss) R 9804 9804 9766 0 -1 4202560 41267 0 0 0 120120 40 0 0 25 0 5 0 516312231 724156416 139199 33554432000 4194304 5787044 140733387384848 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 715884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9804 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.31
CPU user time (s): 4799.02
CPU system time (s): 1.29
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 715884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.82072 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 05:18:38
IDJOB=3259040
IDBENCH=71481
IDSOLVER=1603
FILE ID=node105/3259040-1304047118
RUNJOBID= node105-1304047118-9784
PBS_JOBID= 13170404
Free space on /tmp= 71936 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259040-1304047118/watcher-3259040-1304047118 -o /tmp/evaluation-result-3259040-1304047118/solver-3259040-1304047118 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3259040-1304047118.cnf 2127129184 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=2127129184

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15607768 kB
Buffers:       2300304 kB
Cached:       14405280 kB
SwapCached:          0 kB
Active:        8916412 kB
Inactive:      7855432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15607768 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4392 kB
Writeback:           0 kB
AnonPages:       65616 kB
Mapped:          14760 kB
Slab:           507032 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71936 MiB
End job on node105 at 2011-04-29 05:38:42