Trace number 3276306

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
ppfolio par? (TO) 40000.1 5003.72

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.198968
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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-3276306-1304175818/watcher-3276306-1304175818 -o /tmp/evaluation-result-3276306-1304175818/solver-3276306-1304175818 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276306-1304175818.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.01 8.04 8.00 1/170 6933
/proc/meminfo: memFree=25116916/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) R 6931 6933 6628 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0

[startup+0.0444031 s]
/proc/loadavg: 8.01 8.04 8.00 1/170 6933
/proc/meminfo: memFree=25116916/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100394 s]
/proc/loadavg: 8.01 8.04 8.00 1/170 6933
/proc/meminfo: memFree=25116916/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300356 s]
/proc/loadavg: 8.01 8.04 8.00 1/170 6933
/proc/meminfo: memFree=25116916/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700253 s]
/proc/loadavg: 8.01 8.04 8.00 1/170 6933
/proc/meminfo: memFree=25116916/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50111 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 6948
/proc/meminfo: memFree=24879280/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=119996 CPUtime=1.49 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 24921 0 0 0 146 3 0 0 20 0 1 0 509997639 122875904 21916 33554432000 4194304 4587354 140737050136592 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 29999 21916 315 96 0 26561 0
[pid=6935] ppid=6933 vsize=45400 CPUtime=1.49 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 10845 0 0 0 148 1 0 0 20 0 1 0 509997639 46489600 8043 33554432000 4194304 4785740 140734475090224 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 11350 8043 314 145 0 8395 0
[pid=6936] ppid=6933 vsize=474832 CPUtime=1.49 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 7922 0 0 0 148 1 0 0 20 0 1 0 509997639 486227968 7819 33554432000 134512640 134534564 4288345504 18446744073709551615 134524510 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 118708 7819 91 6 0 117374 0
[pid=6937] ppid=6933 vsize=71596 CPUtime=1.49 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38404 0 0 0 144 5 0 0 20 0 1 0 509997639 73314304 8310 33554432000 4194304 4331988 140736904268320 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 17899 8310 170 34 0 16341 0
[pid=6938] ppid=6933 vsize=206988 CPUtime=4.96 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 32270 1253 0 0 492 4 0 0 18 0 5 0 509997639 211955712 23788 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 51747 23788 162 40 0 50291 0
[pid=6938/tid=6945] ppid=6933 vsize=206988 CPUtime=1.16 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 3536 1253 0 0 116 0 0 0 19 0 5 0 509997671 211955712 23788 33554432000 4194304 4356188 140735025318288 18446744073709551615 4271303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=206988 CPUtime=1.15 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 3714 1253 0 0 115 0 0 0 25 0 5 0 509997671 211955712 23788 33554432000 4194304 4356188 140735025318288 18446744073709551615 4271296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=206988 CPUtime=1.14 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 2728 1253 0 0 114 0 0 0 22 0 5 0 509997671 211955712 23788 33554432000 4194304 4356188 140735025318288 18446744073709551615 4211407 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=206988 CPUtime=1.16 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 5257 1253 0 0 116 0 0 0 22 0 5 0 509997671 211955712 23788 33554432000 4194304 4356188 140735025318288 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.92
Current children cumulated vsize (KiB) 937136

[startup+3.10082 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 6948
/proc/meminfo: memFree=24850636/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=99856 CPUtime=3.09 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 26632 0 0 0 306 3 0 0 25 0 1 0 509997639 102252544 19744 33554432000 4194304 4587354 140737050136592 18446744073709551615 233509994171 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 24964 19744 326 96 0 21526 0
[pid=6935] ppid=6933 vsize=46720 CPUtime=3.09 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 11179 0 0 0 308 1 0 0 25 0 1 0 509997639 47841280 8377 33554432000 4194304 4785740 140734475090224 18446744073709551615 4482895 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 11680 8377 317 145 0 8725 0
[pid=6936] ppid=6933 vsize=474832 CPUtime=3.09 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 7922 0 0 0 308 1 0 0 25 0 1 0 509997639 486227968 7819 33554432000 134512640 134534564 4288345504 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 118708 7819 91 6 0 117374 0
[pid=6937] ppid=6933 vsize=71596 CPUtime=3.09 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38417 0 0 0 304 5 0 0 25 0 1 0 509997639 73314304 8323 33554432000 4194304 4331988 140736904268320 18446744073709551615 4239489 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 17899 8323 171 34 0 16341 0
[pid=6938] ppid=6933 vsize=222348 CPUtime=11.36 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 35087 1253 0 0 1131 5 0 0 18 0 5 0 509997639 227684352 26605 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 55587 26605 162 40 0 54131 0
[pid=6938/tid=6945] ppid=6933 vsize=222348 CPUtime=2.76 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 3536 1253 0 0 276 0 0 0 23 0 5 0 509997671 227684352 26605 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=222348 CPUtime=2.75 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 3714 1253 0 0 275 0 0 0 25 0 5 0 509997671 227684352 26605 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=222348 CPUtime=2.74 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 2728 1253 0 0 274 0 0 0 25 0 5 0 509997671 227684352 26605 33554432000 4194304 4356188 140735025318288 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=222348 CPUtime=2.76 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 8074 1253 0 0 276 0 0 0 25 0 5 0 509997671 227684352 26605 33554432000 4194304 4356188 140735025318288 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.72
Current children cumulated vsize (KiB) 933676

[startup+6.30125 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 6948
/proc/meminfo: memFree=24814436/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=712172 CPUtime=6.29 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 29471 0 0 0 625 4 0 0 25 0 1 0 509997639 729264128 20141 33554432000 4194304 4587354 140737050136592 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 178043 20141 337 96 0 174605 0
[pid=6935] ppid=6933 vsize=44040 CPUtime=6.29 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 12124 0 0 0 628 1 0 0 25 0 1 0 509997639 45096960 8364 33554432000 4194304 4785740 140734475090224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 11010 8364 341 145 0 8055 0
[pid=6936] ppid=6933 vsize=478804 CPUtime=6.28 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11479 0 0 0 627 1 0 0 25 0 1 0 509997639 490295296 11376 33554432000 134512640 134534564 4288345504 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 119701 11376 95 6 0 118367 0
[pid=6937] ppid=6933 vsize=71976 CPUtime=6.29 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38531 0 0 0 624 5 0 0 25 0 1 0 509997639 73703424 8437 33554432000 4194304 4331988 140736904268320 18446744073709551615 4226489 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 17994 8437 174 34 0 16436 0
[pid=6938] ppid=6933 vsize=239756 CPUtime=24.14 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 47342 1253 0 0 2408 6 0 0 18 0 5 0 509997639 245510144 31980 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 59939 31980 162 40 0 58483 0
[pid=6938/tid=6945] ppid=6933 vsize=239756 CPUtime=5.96 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 4048 1253 0 0 596 0 0 0 25 0 5 0 509997671 245510144 31980 33554432000 4194304 4356188 140735025318288 18446744073709551615 4237200 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=239756 CPUtime=5.95 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 6018 1253 0 0 595 0 0 0 25 0 5 0 509997671 245510144 31980 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=239756 CPUtime=5.91 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 6024 1253 0 0 591 0 0 0 25 0 5 0 509997671 245510144 31980 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=239756 CPUtime=5.96 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 14217 1253 0 0 595 1 0 0 25 0 5 0 509997671 245510144 31980 33554432000 4194304 4356188 140735025318288 18446744073709551615 4235877 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 1565072

[startup+12.7011 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 6948
/proc/meminfo: memFree=24747864/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=712172 CPUtime=12.69 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 29471 0 0 0 1265 4 0 0 25 0 1 0 509997639 729264128 20141 33554432000 4194304 4587354 140737050136592 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 178043 20141 337 96 0 174605 0
[pid=6935] ppid=6933 vsize=86428 CPUtime=12.68 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 22603 0 0 0 1265 3 0 0 25 0 1 0 509997639 88502272 18843 33554432000 4194304 4785740 140734475090224 18446744073709551615 4278556 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 21607 18843 341 145 0 18652 0
[pid=6936] ppid=6933 vsize=478804 CPUtime=12.68 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11479 0 0 0 1267 1 0 0 25 0 1 0 509997639 490295296 11376 33554432000 134512640 134534564 4288345504 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 119701 11376 95 6 0 118367 0
[pid=6937] ppid=6933 vsize=72248 CPUtime=12.69 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38598 0 0 0 1264 5 0 0 25 0 1 0 509997639 73981952 8504 33554432000 4194304 4331988 140736904268320 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 18062 8504 174 34 0 16504 0
[pid=6938] ppid=6933 vsize=254092 CPUtime=49.7 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 50927 1253 0 0 4964 6 0 0 18 0 5 0 509997639 260190208 35565 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 63523 35565 163 40 0 62067 0
[pid=6938/tid=6945] ppid=6933 vsize=254092 CPUtime=12.36 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 4048 1253 0 0 1236 0 0 0 25 0 5 0 509997671 260190208 35565 33554432000 4194304 4356188 140735025318288 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=254092 CPUtime=12.36 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 8067 1253 0 0 1235 1 0 0 25 0 5 0 509997671 260190208 35565 33554432000 4194304 4356188 140735025318288 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=254092 CPUtime=12.29 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 6536 1253 0 0 1228 1 0 0 25 0 5 0 509997671 260190208 35565 33554432000 4194304 4356188 140735025318288 18446744073709551615 4286806 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=254092 CPUtime=12.36 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 15241 1253 0 0 1235 1 0 0 25 0 5 0 509997671 260190208 35565 33554432000 4194304 4356188 140735025318288 18446744073709551615 4275680 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 1622068

[startup+25.5008 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 6949
/proc/meminfo: memFree=24641744/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=739228 CPUtime=25.49 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 34928 0 0 0 2545 4 0 0 25 0 1 0 509997639 756969472 25598 33554432000 4194304 4587354 140737050136592 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=6936] ppid=6933 vsize=482636 CPUtime=4841.78 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11480 0 0 0 484176 2 0 0 25 0 1 0 509997639 494219264 11377 33554432000 134512640 134534564 4288345504 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 120659 11377 95 6 0 119325 0
[pid=6937] ppid=6933 vsize=72516 CPUtime=4842.41 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38642 0 0 0 484236 5 0 0 25 0 1 0 509997639 74256384 8548 33554432000 4194304 4331988 140736904268320 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 18129 8548 174 34 0 16571 0
[pid=6938] ppid=6933 vsize=818504 CPUtime=19341.6 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 3001279 1253 0 0 1933723 441 0 0 18 0 5 0 509997639 838148096 176700 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 204626 176700 163 40 0 203170 0
[pid=6938/tid=6945] ppid=6933 vsize=818504 CPUtime=4842.09 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 922806 1253 0 0 484070 139 0 0 25 0 5 0 509997671 838148096 176700 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=818504 CPUtime=4842.08 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 516938 1253 0 0 484129 79 0 0 25 0 5 0 509997671 838148096 176700 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=818504 CPUtime=4815.66 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 258210 1253 0 0 481534 32 0 0 25 0 5 0 509997671 838148096 176700 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331456 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=818504 CPUtime=4841.44 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 1286290 1253 0 0 483958 186 0 0 25 0 5 0 509997671 838148096 176700 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38710.5
Current children cumulated vsize (KiB) 3480520

[startup+4902.3 s]
/proc/loadavg: 8.24 8.10 8.02 10/181 7094
/proc/meminfo: memFree=22986140/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=993848 CPUtime=4902.39 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 1654476 0 0 0 489520 719 0 0 25 0 1 0 509997639 1017700352 97184 33554432000 4194304 4587354 140737050136592 18446744073709551615 4239237 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 248462 97184 337 96 0 245024 0
[pid=6935] ppid=6933 vsize=1011100 CPUtime=4902.27 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 240727 0 0 0 490150 77 0 0 25 0 1 0 509997639 1035366400 236967 33554432000 4194304 4785740 140734475090224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 252775 236967 341 145 0 249820 0
[pid=6936] ppid=6933 vsize=482636 CPUtime=4901.64 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11480 0 0 0 490161 3 0 0 25 0 1 0 509997639 494219264 11377 33554432000 134512640 134534564 4288345504 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 120659 11377 95 6 0 119325 0
[pid=6937] ppid=6933 vsize=72516 CPUtime=4902.25 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38642 0 0 0 490220 5 0 0 25 0 1 0 509997639 74256384 8548 33554432000 4194304 4331988 140736904268320 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 18129 8548 174 34 0 16571 0
[pid=6938] ppid=6933 vsize=798024 CPUtime=19580.8 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 3043263 1253 0 0 1957636 447 0 0 18 0 5 0 509997639 817176576 171580 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 199506 171580 163 40 0 198050 0
[pid=6938/tid=6945] ppid=6933 vsize=798024 CPUtime=4902.09 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 937654 1253 0 0 490068 141 0 0 25 0 5 0 509997671 817176576 171580 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=798024 CPUtime=4902.08 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 521546 1253 0 0 490128 80 0 0 25 0 5 0 509997671 817176576 171580 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=798024 CPUtime=4875.34 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 266402 1253 0 0 487501 33 0 0 25 0 5 0 509997671 817176576 171580 33554432000 4194304 4356188 140735025318288 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=798024 CPUtime=4900.96 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 1300626 1253 0 0 489907 189 0 0 25 0 5 0 509997671 817176576 171580 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39189.4
Current children cumulated vsize (KiB) 3376448

[startup+4962.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/180 7095
/proc/meminfo: memFree=22967644/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=1136012 CPUtime=4962.39 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 1679928 0 0 0 495511 728 0 0 25 0 1 0 509997639 1163276288 97270 33554432000 4194304 4587354 140737050136592 18446744073709551615 4236426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 284003 97270 337 96 0 280565 0
[pid=6935] ppid=6933 vsize=1014464 CPUtime=4962.27 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 241494 0 0 0 496150 77 0 0 25 0 1 0 509997639 1038811136 237734 33554432000 4194304 4785740 140734475090224 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 253616 237734 341 145 0 250661 0
[pid=6936] ppid=6933 vsize=482636 CPUtime=4961.64 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11480 0 0 0 496161 3 0 0 25 0 1 0 509997639 494219264 11377 33554432000 134512640 134534564 4288345504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 120659 11377 95 6 0 119325 0
[pid=6937] ppid=6933 vsize=72516 CPUtime=4962.21 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38642 0 0 0 496216 5 0 0 25 0 1 0 509997639 74256384 8548 33554432000 4194304 4331988 140736904268320 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 18129 8548 174 34 0 16571 0
[pid=6938] ppid=6933 vsize=845128 CPUtime=19820.5 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 3083711 1253 0 0 1981598 453 0 0 18 0 5 0 509997639 865411072 183356 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 211282 183356 163 40 0 209826 0
[pid=6938/tid=6945] ppid=6933 vsize=845128 CPUtime=4962.1 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 953014 1253 0 0 496066 144 0 0 25 0 5 0 509997671 865411072 183356 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=845128 CPUtime=4962.08 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 526154 1253 0 0 496127 81 0 0 25 0 5 0 509997671 865411072 183356 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=845128 CPUtime=4935.01 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 266402 1253 0 0 493468 33 0 0 25 0 5 0 509997671 865411072 183356 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=845128 CPUtime=4960.96 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 1321106 1253 0 0 495905 191 0 0 25 0 5 0 509997671 865411072 183356 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39669
Current children cumulated vsize (KiB) 3569080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.05 8.08 8.01 9/180 7096
/proc/meminfo: memFree=22987216/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=1090920 CPUtime=5003.8 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 1695221 0 0 0 499644 736 0 0 25 0 1 0 509997639 1117102080 85700 33554432000 4194304 4587354 140737050136592 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 272730 85700 337 96 0 269292 0
[pid=6935] ppid=6933 vsize=1044988 CPUtime=5003.68 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 248870 0 0 0 500288 80 0 0 25 0 1 0 509997639 1070067712 245110 33554432000 4194304 4785740 140734475090224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 261247 245110 341 145 0 258292 0
[pid=6936] ppid=6933 vsize=482636 CPUtime=5003.04 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11480 0 0 0 500301 3 0 0 25 0 1 0 509997639 494219264 11377 33554432000 134512640 134534564 4288345504 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 120659 11377 95 6 0 119325 0
[pid=6937] ppid=6933 vsize=72516 CPUtime=5003.62 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38642 0 0 0 500357 5 0 0 25 0 1 0 509997639 74256384 8548 33554432000 4194304 4331988 140736904268320 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 18129 8548 174 34 0 16571 0
[pid=6938] ppid=6933 vsize=841032 CPUtime=19985.9 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 3114431 1253 0 0 1998133 458 0 0 18 0 5 0 509997639 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 210258 182332 163 40 0 208802 0
[pid=6938/tid=6945] ppid=6933 vsize=841032 CPUtime=5003.5 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 969398 1253 0 0 500204 146 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=841032 CPUtime=5003.49 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 528202 1253 0 0 500267 82 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=841032 CPUtime=4976.19 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 266402 1253 0 0 497586 33 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=841032 CPUtime=5002.37 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 1333394 1253 0 0 500044 193 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3550416

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

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

[startup+5003.7 s]
/proc/loadavg: 8.05 8.08 8.01 9/180 7096
/proc/meminfo: memFree=22987216/32951124 swapFree=67111524/67111528
[pid=6933] ppid=6931 vsize=18324 CPUtime=0 cores=0-7
/proc/6933/stat : 6933 (ppfolio) S 6931 6933 6628 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 509997638 18763776 389 33554432000 4194304 4287625 140735253761760 18446744073709551615 233510317583 0 0 4096 65536 4604913580851068927 0 0 17 4 0 0 0
/proc/6933/statm: 4581 389 341 23 0 91 0
[pid=6934] ppid=6933 vsize=1090920 CPUtime=5003.8 cores=0
/proc/6934/stat : 6934 (cryptominisat) R 6933 6933 6628 0 -1 4202496 1695221 0 0 0 499644 736 0 0 25 0 1 0 509997639 1117102080 85700 33554432000 4194304 4587354 140737050136592 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6934/statm: 272730 85700 337 96 0 269292 0
[pid=6935] ppid=6933 vsize=1044988 CPUtime=5003.68 cores=1
/proc/6935/stat : 6935 (clasp) R 6933 6933 6628 0 -1 4202496 248870 0 0 0 500288 80 0 0 25 0 1 0 509997639 1070067712 245110 33554432000 4194304 4785740 140734475090224 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6935/statm: 261247 245110 341 145 0 258292 0
[pid=6936] ppid=6933 vsize=482636 CPUtime=5003.04 cores=2
/proc/6936/stat : 6936 (TNM) R 6933 6933 6628 0 -1 4202496 11480 0 0 0 500301 3 0 0 25 0 1 0 509997639 494219264 11377 33554432000 134512640 134534564 4288345504 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6936/statm: 120659 11377 95 6 0 119325 0
[pid=6937] ppid=6933 vsize=72516 CPUtime=5003.62 cores=3
/proc/6937/stat : 6937 (march_hi) R 6933 6933 6628 0 -1 4202496 38642 0 0 0 500357 5 0 0 25 0 1 0 509997639 74256384 8548 33554432000 4194304 4331988 140736904268320 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6937/statm: 18129 8548 174 34 0 16571 0
[pid=6938] ppid=6933 vsize=841032 CPUtime=19985.9 cores=4-7
/proc/6938/stat : 6938 (plingeling) S 6933 6933 6628 0 -1 4202496 3114431 1253 0 0 1998133 458 0 0 18 0 5 0 509997639 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6938/statm: 210258 182332 163 40 0 208802 0
[pid=6938/tid=6945] ppid=6933 vsize=841032 CPUtime=5003.5 cores=4-7
/proc/6938/task/6945/stat : 6945 (plingeling) R 6933 6933 6628 0 -1 4202560 969398 1253 0 0 500204 146 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6938/tid=6946] ppid=6933 vsize=841032 CPUtime=5003.49 cores=4-7
/proc/6938/task/6946/stat : 6946 (plingeling) R 6933 6933 6628 0 -1 4202560 528202 1253 0 0 500267 82 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6938/tid=6947] ppid=6933 vsize=841032 CPUtime=4976.19 cores=4-7
/proc/6938/task/6947/stat : 6947 (plingeling) R 6933 6933 6628 0 -1 4202560 266402 1253 0 0 497586 33 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6938/tid=6948] ppid=6933 vsize=841032 CPUtime=5002.37 cores=4-7
/proc/6938/task/6948/stat : 6948 (plingeling) R 6933 6933 6628 0 -1 4202560 1333394 1253 0 0 500044 193 0 0 25 0 5 0 509997671 861216768 182332 33554432000 4194304 4356188 140735025318288 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3550416

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5003.72
CPU time (s): 40000.1
CPU user time (s): 39987.2
CPU system time (s): 12.82
CPU usage (%): 799.407
Max. virtual memory (cumulated for all children) (KiB): 4331392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.6
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50643
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= 427
involuntary context switches= 27732

runsolver used 7.55785 second user time and 19.744 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 17:03:38
IDJOB=3276306
IDBENCH=88207
IDSOLVER=1638
FILE ID=node145/3276306-1304175818
RUNJOBID= node145-1304170809-6642
PBS_JOBID= 13170961
Free space on /tmp= 73024 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276306-1304175818/watcher-3276306-1304175818 -o /tmp/evaluation-result-3276306-1304175818/solver-3276306-1304175818 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276306-1304175818.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=1661274146

node145.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.786
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.57
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.786
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	: 5332.76
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.786
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.74
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.786
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.83
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.786
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	: 5332.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25117320 kB
Buffers:       1294464 kB
Cached:        5941984 kB
SwapCached:          4 kB
Active:         873060 kB
Inactive:      6427004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25117320 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           16396 kB
Writeback:           0 kB
AnonPages:       63820 kB
Mapped:          14848 kB
Slab:           467140 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182324 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= 73012 MiB
End job on node145 at 2011-04-30 18:27:04