Trace number 3221217

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) 39972.5 5000.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1502652578-043.UNKNOWN.cnf
MD5SUM200b19edc2ebf99249f1125469c39206
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

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-3221217-1304161048/watcher-3221217-1304161048 -o /tmp/evaluation-result-3221217-1304161048/solver-3221217-1304161048 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221217-1304161048.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): 5000 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.10 7.96 7.93 1/170 10669
/proc/meminfo: memFree=29088200/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0

[startup+0.0717351 s]
/proc/loadavg: 8.10 7.96 7.93 1/170 10669
/proc/meminfo: memFree=29088200/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) R 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100728 s]
/proc/loadavg: 8.10 7.96 7.93 1/170 10669
/proc/meminfo: memFree=29088200/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) R 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300691 s]
/proc/loadavg: 8.10 7.96 7.93 1/170 10669
/proc/meminfo: memFree=29088200/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700617 s]
/proc/loadavg: 8.10 7.96 7.93 1/170 10669
/proc/meminfo: memFree=29088200/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50047 s]
/proc/loadavg: 8.10 7.96 7.93 9/180 10684
/proc/meminfo: memFree=29071664/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=786020 CPUtime=1.49 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 4372 0 0 0 149 0 0 0 20 0 1 0 606335239 804884480 2874 33554432000 4194304 4587354 140737119275152 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 196505 2874 337 96 0 193067 0
[pid=10671] ppid=10669 vsize=14344 CPUtime=1.49 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 1049 0 0 0 149 0 0 0 20 0 1 0 606335239 14688256 940 33554432000 4194304 4785740 140733658822368 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 3586 940 340 145 0 631 0
[pid=10672] ppid=10669 vsize=456088 CPUtime=1.49 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 388 0 0 0 149 0 0 0 20 0 1 0 606335239 467034112 285 33554432000 134512640 134534564 4291263744 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114022 285 95 6 0 112688 0
[pid=10673] ppid=10669 vsize=7868 CPUtime=1.49 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 596 0 0 0 149 0 0 0 20 0 1 0 606335239 8056832 481 33554432000 4194304 4331988 140736459637840 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 1967 481 175 34 0 409 0
[pid=10674] ppid=10669 vsize=121744 CPUtime=5.92 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 3692 1253 0 0 592 0 0 0 25 0 5 0 606335239 124665856 2626 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 30436 2626 162 40 0 28980 0
[pid=10674/tid=10681] ppid=10669 vsize=121744 CPUtime=1.48 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 775 1253 0 0 148 0 0 0 25 0 5 0 606335240 124665856 2626 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=121744 CPUtime=1.48 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 698 1253 0 0 148 0 0 0 25 0 5 0 606335240 124665856 2626 33554432000 4194304 4356188 140735048660256 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=121744 CPUtime=1.48 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 830 1253 0 0 148 0 0 0 25 0 5 0 606335240 124665856 2626 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=121744 CPUtime=1.46 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 811 1253 0 0 146 0 0 0 25 0 5 0 606335240 124665856 2626 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331712 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1404388

[startup+3.10117 s]
/proc/loadavg: 8.10 7.96 7.93 9/180 10684
/proc/meminfo: memFree=29059760/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=13133264 CPUtime=3.09 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 6243 0 0 0 309 0 0 0 25 0 1 0 606335239 13448462336 3660 33554432000 4194304 4587354 140737119275152 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 3283316 3660 337 96 0 3279878 0
[pid=10671] ppid=10669 vsize=15052 CPUtime=3.09 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 1213 0 0 0 309 0 0 0 25 0 1 0 606335239 15413248 1104 33554432000 4194304 4785740 140733658822368 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 3763 1104 340 145 0 808 0
[pid=10672] ppid=10669 vsize=456088 CPUtime=3.08 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 388 0 0 0 308 0 0 0 25 0 1 0 606335239 467034112 285 33554432000 134512640 134534564 4291263744 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114022 285 95 6 0 112688 0
[pid=10673] ppid=10669 vsize=8436 CPUtime=3.09 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 691 0 0 0 309 0 0 0 25 0 1 0 606335239 8638464 576 33554432000 4194304 4331988 140736459637840 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 2109 576 175 34 0 551 0
[pid=10674] ppid=10669 vsize=127012 CPUtime=12.32 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 5617 1253 0 0 1232 0 0 0 25 0 5 0 606335239 130060288 3941 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 31753 3941 162 40 0 30297 0
[pid=10674/tid=10681] ppid=10669 vsize=127012 CPUtime=3.08 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 1257 1253 0 0 308 0 0 0 25 0 5 0 606335240 130060288 3941 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=127012 CPUtime=3.08 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 1179 1253 0 0 308 0 0 0 25 0 5 0 606335240 130060288 3941 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=127012 CPUtime=3.08 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 1311 1253 0 0 308 0 0 0 25 0 5 0 606335240 130060288 3941 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=127012 CPUtime=3.05 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 1292 1253 0 0 305 0 0 0 25 0 5 0 606335240 130060288 3941 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 13758176

[startup+6.30058 s]
/proc/loadavg: 8.09 7.97 7.93 9/180 10684
/proc/meminfo: memFree=29050708/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=13135012 CPUtime=6.29 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 8758 0 0 0 628 1 0 0 25 0 1 0 606335239 13450252288 4218 33554432000 4194304 4587354 140737119275152 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 3283753 4218 337 96 0 3280315 0
[pid=10671] ppid=10669 vsize=16064 CPUtime=6.29 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 1465 0 0 0 629 0 0 0 25 0 1 0 606335239 16449536 1356 33554432000 4194304 4785740 140733658822368 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 4016 1356 340 145 0 1061 0
[pid=10672] ppid=10669 vsize=456088 CPUtime=6.28 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 388 0 0 0 628 0 0 0 25 0 1 0 606335239 467034112 285 33554432000 134512640 134534564 4291263744 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114022 285 95 6 0 112688 0
[pid=10673] ppid=10669 vsize=8948 CPUtime=6.29 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 876 0 0 0 629 0 0 0 25 0 1 0 606335239 9162752 761 33554432000 4194304 4331988 140736459637840 18446744073709551615 4246848 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 2237 761 175 34 0 679 0
[pid=10674] ppid=10669 vsize=128432 CPUtime=25.1 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 7188 1253 0 0 2510 0 0 0 25 0 5 0 606335239 131514368 4296 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 32108 4296 162 40 0 30652 0
[pid=10674/tid=10681] ppid=10669 vsize=128432 CPUtime=6.28 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 1641 1253 0 0 628 0 0 0 25 0 5 0 606335240 131514368 4296 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=128432 CPUtime=6.28 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 1564 1253 0 0 628 0 0 0 25 0 5 0 606335240 131514368 4296 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=128432 CPUtime=6.28 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 1696 1253 0 0 628 0 0 0 25 0 5 0 606335240 131514368 4296 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=128432 CPUtime=6.24 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 1709 1253 0 0 624 0 0 0 25 0 5 0 606335240 131514368 4296 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 13762868

[startup+12.7004 s]
/proc/loadavg: 8.08 7.97 7.93 9/180 10684
/proc/meminfo: memFree=29039588/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=793168 CPUtime=12.69 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 13611 0 0 0 1267 2 0 0 25 0 1 0 606335239 812204032 4782 33554432000 4194304 4587354 140737119275152 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 198292 4782 337 96 0 194854 0
[pid=10671] ppid=10669 vsize=17392 CPUtime=12.69 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 1763 0 0 0 1269 0 0 0 25 0 1 0 606335239 17809408 1654 33554432000 4194304 4785740 140733658822368 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 4348 1654 340 145 0 1393 0
[pid=10672] ppid=10669 vsize=456088 CPUtime=12.68 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 388 0 0 0 1268 0 0 0 25 0 1 0 606335239 467034112 285 33554432000 134512640 134534564 4291263744 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114022 285 95 6 0 112688 0
[pid=10673] ppid=10669 vsize=10864 CPUtime=12.69 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 1205 0 0 0 1269 0 0 0 25 0 1 0 606335239 11124736 1090 33554432000 4194304 4331988 140736459637840 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 2716 1090 175 34 0 1158 0
[pid=10674] ppid=10669 vsize=133048 CPUtime=50.67 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 10646 1253 0 0 5066 1 0 0 25 0 5 0 606335239 136241152 5450 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 33262 5450 162 40 0 31806 0
[pid=10674/tid=10681] ppid=10669 vsize=133048 CPUtime=12.68 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 2985 1253 0 0 1268 0 0 0 25 0 5 0 606335240 136241152 5450 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331181 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=133048 CPUtime=12.68 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 2302 1253 0 0 1268 0 0 0 25 0 5 0 606335240 136241152 5450 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=133048 CPUtime=12.68 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 2432 1253 0 0 1268 0 0 0 25 0 5 0 606335240 136241152 5450 33554432000 4194304 4356188 140735048660256 18446744073709551615 4279546 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=133048 CPUtime=12.6 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 2349 1253 0 0 1260 0 0 0 25 0 5 0 606335240 136241152 5450 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 1428884

[startup+25.501 s]
/proc/loadavg: 8.06 7.97 7.93 9/180 10685
/proc/meminfo: memFree=29024772/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=798424 CPUtime=25.48 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 21571 0 0 0 2545 3 0 0 25 0 1 0 606335239 817586176 5977 33554432000 4194304 4587354 140737119275152 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10672] ppid=10669 vsize=456092 CPUtime=4782.31 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 397 0 0 0 478230 1 0 0 25 0 1 0 606335239 467038208 294 33554432000 134512640 134534564 4291263744 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114023 294 103 6 0 112689 0
[pid=10673] ppid=10669 vsize=1075860 CPUtime=4782.44 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 199226 0 0 0 478098 146 0 0 25 0 1 0 606335239 1101680640 199111 33554432000 4194304 4331988 140736459637840 18446744073709551615 4246688 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 268965 199111 175 34 0 267407 0
[pid=10674] ppid=10669 vsize=242224 CPUtime=19102.4 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 728552 1253 0 0 1910136 106 0 0 25 0 5 0 606335239 248037376 32735 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 60556 32735 162 40 0 59100 0
[pid=10674/tid=10681] ppid=10669 vsize=242224 CPUtime=4782.42 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 190351 1253 0 0 478216 26 0 0 25 0 5 0 606335240 248037376 32735 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=242224 CPUtime=4782.44 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 176994 1253 0 0 478217 27 0 0 25 0 5 0 606335240 248037376 32735 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=242224 CPUtime=4781.96 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 176100 1253 0 0 478170 26 0 0 25 0 5 0 606335240 248037376 32735 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=242224 CPUtime=4755.55 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 184529 1253 0 0 475530 25 0 0 25 0 5 0 606335240 248037376 32735 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232
Current children cumulated vsize (KiB) 2763004

[startup+4842.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 10834
/proc/meminfo: memFree=27935116/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=13269148 CPUtime=4842.44 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 357111 0 0 0 484095 149 0 0 25 0 1 0 606335239 13587607552 40004 33554432000 4194304 4587354 140737119275152 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 3317287 40004 337 96 0 3313849 0
[pid=10671] ppid=10669 vsize=46260 CPUtime=4842.44 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 8217 0 0 0 484243 1 0 0 25 0 1 0 606335239 47370240 8108 33554432000 4194304 4785740 140733658822368 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 11565 8108 341 145 0 8610 0
[pid=10672] ppid=10669 vsize=456092 CPUtime=4842.31 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 397 0 0 0 484230 1 0 0 25 0 1 0 606335239 467038208 294 33554432000 134512640 134534564 4291263744 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114023 294 103 6 0 112689 0
[pid=10673] ppid=10669 vsize=1075860 CPUtime=4842.45 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 201476 0 0 0 484097 148 0 0 25 0 1 0 606335239 1101680640 201361 33554432000 4194304 4331988 140736459637840 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 268965 201361 175 34 0 267407 0
[pid=10674] ppid=10669 vsize=270128 CPUtime=19342.1 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 737384 1253 0 0 1934102 107 0 0 25 0 5 0 606335239 276611072 39711 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 67532 39711 162 40 0 66076 0
[pid=10674/tid=10681] ppid=10669 vsize=270128 CPUtime=4842.42 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 195407 1253 0 0 484215 27 0 0 25 0 5 0 606335240 276611072 39711 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=270128 CPUtime=4842.45 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 178146 1253 0 0 484218 27 0 0 25 0 5 0 606335240 276611072 39711 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=270128 CPUtime=4841.96 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 177828 1253 0 0 484169 27 0 0 25 0 5 0 606335240 276611072 39711 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=270128 CPUtime=4815.23 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 185425 1253 0 0 481498 25 0 0 25 0 5 0 606335240 276611072 39711 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.7
Current children cumulated vsize (KiB) 15135812

[startup+4902.3 s]
/proc/loadavg: 8.09 8.07 8.00 9/180 10836
/proc/meminfo: memFree=27955920/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=13269148 CPUtime=4902.43 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 359167 0 0 0 490094 149 0 0 25 0 1 0 606335239 13587607552 39551 33554432000 4194304 4587354 140737119275152 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 3317287 39551 337 96 0 3313849 0
[pid=10671] ppid=10669 vsize=46260 CPUtime=4902.44 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 8239 0 0 0 490243 1 0 0 25 0 1 0 606335239 47370240 8130 33554432000 4194304 4785740 140733658822368 18446744073709551615 4278177 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 11565 8130 341 145 0 8610 0
[pid=10672] ppid=10669 vsize=456092 CPUtime=4902.31 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 397 0 0 0 490230 1 0 0 25 0 1 0 606335239 467038208 294 33554432000 134512640 134534564 4291263744 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114023 294 103 6 0 112689 0
[pid=10673] ppid=10669 vsize=1075860 CPUtime=4902.45 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 203839 0 0 0 490095 150 0 0 25 0 1 0 606335239 1101680640 203724 33554432000 4194304 4331988 140736459637840 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 268965 203724 175 34 0 267407 0
[pid=10674] ppid=10669 vsize=240176 CPUtime=19581.8 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 739560 1253 0 0 1958070 108 0 0 25 0 5 0 606335239 245940224 32223 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 60044 32223 162 40 0 58588 0
[pid=10674/tid=10681] ppid=10669 vsize=240176 CPUtime=4902.43 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 195791 1253 0 0 490215 28 0 0 25 0 5 0 606335240 245940224 32223 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=240176 CPUtime=4902.45 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 178850 1253 0 0 490218 27 0 0 25 0 5 0 606335240 245940224 32223 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=240176 CPUtime=4901.96 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 177956 1253 0 0 490169 27 0 0 25 0 5 0 606335240 245940224 32223 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331219 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=240176 CPUtime=4874.91 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 186385 1253 0 0 487466 25 0 0 25 0 5 0 606335240 245940224 32223 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.4
Current children cumulated vsize (KiB) 15105860

[startup+4962.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/180 10837
/proc/meminfo: memFree=27907668/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=13269148 CPUtime=4962.44 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 361312 0 0 0 496093 151 0 0 25 0 1 0 606335239 13587607552 41640 33554432000 4194304 4587354 140737119275152 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 3317287 41640 337 96 0 3313849 0
[pid=10671] ppid=10669 vsize=46260 CPUtime=4962.44 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 8239 0 0 0 496243 1 0 0 25 0 1 0 606335239 47370240 8130 33554432000 4194304 4785740 140733658822368 18446744073709551615 4550365 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 11565 8130 341 145 0 8610 0
[pid=10672] ppid=10669 vsize=456092 CPUtime=4962.31 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 397 0 0 0 496230 1 0 0 25 0 1 0 606335239 467038208 294 33554432000 134512640 134534564 4291263744 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114023 294 103 6 0 112689 0
[pid=10673] ppid=10669 vsize=1075860 CPUtime=4962.45 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 206079 0 0 0 496093 152 0 0 25 0 1 0 606335239 1101680640 205964 33554432000 4194304 4331988 140736459637840 18446744073709551615 4212112 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 268965 205964 175 34 0 267407 0
[pid=10674] ppid=10669 vsize=273200 CPUtime=19821.5 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 747816 1253 0 0 1982037 109 0 0 25 0 5 0 606335239 279756800 40479 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 68300 40479 162 40 0 66844 0
[pid=10674/tid=10681] ppid=10669 vsize=273200 CPUtime=4962.43 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 197263 1253 0 0 496215 28 0 0 25 0 5 0 606335240 279756800 40479 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=273200 CPUtime=4962.45 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 179746 1253 0 0 496218 27 0 0 25 0 5 0 606335240 279756800 40479 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=273200 CPUtime=4961.95 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 182948 1253 0 0 496168 27 0 0 25 0 5 0 606335240 279756800 40479 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=273200 CPUtime=4934.58 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 187281 1253 0 0 493433 25 0 0 25 0 5 0 606335240 279756800 40479 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671.1
Current children cumulated vsize (KiB) 15138884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 10838
/proc/meminfo: memFree=27905404/32951124 swapFree=67111348/67111528
[pid=10669] ppid=10667 vsize=18324 CPUtime=0 cores=0-7
/proc/10669/stat : 10669 (ppfolio) S 10667 10669 10427 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606335238 18763776 390 33554432000 4194304 4287625 140736732500288 18446744073709551615 252458085903 0 0 4096 65536 4084378937738657791 0 0 17 4 0 0 0
/proc/10669/statm: 4581 390 341 23 0 91 0
[pid=10670] ppid=10669 vsize=13269148 CPUtime=5000.15 cores=0
/proc/10670/stat : 10670 (cryptominisat) R 10669 10669 10427 0 -1 4202496 361658 0 0 0 499864 151 0 0 25 0 1 0 606335239 13587607552 39551 33554432000 4194304 4587354 140737119275152 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10670/statm: 3317287 39551 337 96 0 3313849 0
[pid=10671] ppid=10669 vsize=46260 CPUtime=5000.15 cores=1
/proc/10671/stat : 10671 (clasp) R 10669 10669 10427 0 -1 4202496 8240 0 0 0 500014 1 0 0 25 0 1 0 606335239 47370240 8131 33554432000 4194304 4785740 140733658822368 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10671/statm: 11565 8131 341 145 0 8610 0
[pid=10672] ppid=10669 vsize=456092 CPUtime=5000.01 cores=2
/proc/10672/stat : 10672 (TNM) R 10669 10669 10427 0 -1 4202496 397 0 0 0 500000 1 0 0 25 0 1 0 606335239 467038208 294 33554432000 134512640 134534564 4291263744 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10672/statm: 114023 294 103 6 0 112689 0
[pid=10673] ppid=10669 vsize=1075860 CPUtime=5000.16 cores=3
/proc/10673/stat : 10673 (march_hi) R 10669 10669 10427 0 -1 4202496 207451 0 0 0 499863 153 0 0 25 0 1 0 606335239 1101680640 207336 33554432000 4194304 4331988 140736459637840 18446744073709551615 4287417 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10673/statm: 268965 207336 175 34 0 267407 0
[pid=10674] ppid=10669 vsize=277296 CPUtime=19972.1 cores=4-7
/proc/10674/stat : 10674 (plingeling) S 10669 10669 10427 0 -1 4202496 750696 1253 0 0 1997097 109 0 0 25 0 5 0 606335239 283951104 41503 33554432000 4194304 4356188 140735048660256 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10674/statm: 69324 41503 162 40 0 67868 0
[pid=10674/tid=10681] ppid=10669 vsize=277296 CPUtime=5000.14 cores=4-7
/proc/10674/task/10681/stat : 10681 (plingeling) R 10669 10669 10427 0 -1 4202560 197263 1253 0 0 499986 28 0 0 25 0 5 0 606335240 283951104 41503 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10674/tid=10682] ppid=10669 vsize=277296 CPUtime=5000.15 cores=4-7
/proc/10674/task/10682/stat : 10682 (plingeling) R 10669 10669 10427 0 -1 4202560 180706 1253 0 0 499988 27 0 0 25 0 5 0 606335240 283951104 41503 33554432000 4194304 4356188 140735048660256 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10674/tid=10683] ppid=10669 vsize=277296 CPUtime=4999.66 cores=4-7
/proc/10674/task/10683/stat : 10683 (plingeling) R 10669 10669 10427 0 -1 4202560 183908 1253 0 0 499939 27 0 0 25 0 5 0 606335240 283951104 41503 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10674/tid=10684] ppid=10669 vsize=277296 CPUtime=4972.08 cores=4-7
/proc/10674/task/10684/stat : 10684 (plingeling) R 10669 10669 10427 0 -1 4202560 188241 1253 0 0 497183 25 0 0 25 0 5 0 606335240 283951104 41503 33554432000 4194304 4356188 140735048660256 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.5
Current children cumulated vsize (KiB) 15142980

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 10669 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=798835
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=565761
# CPU time returned by wait4() is 15000.4
# while last known CPU time is 39972.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972.5
CPU user time (s): 39968.4
CPU system time (s): 4.15
CPU usage (%): 799.448
Max. virtual memory (cumulated for all children) (KiB): 27364388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.8
system time used= 1.56576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370832
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= 798
involuntary context switches= 35403

runsolver used 8.26574 second user time and 18.9731 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 12:57:28
IDJOB=3221217
IDBENCH=82886
IDSOLVER=1638
FILE ID=node111/3221217-1304161048
RUNJOBID= node111-1304160627-10441
PBS_JOBID= 13170923
Free space on /tmp= 72488 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1502652578-043.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221217-1304161048/watcher-3221217-1304161048 -o /tmp/evaluation-result-3221217-1304161048/solver-3221217-1304161048 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221217-1304161048.cnf

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

MD5SUM BENCH= 200b19edc2ebf99249f1125469c39206
RANDOM SEED=218636004

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29088356 kB
Buffers:       1033208 kB
Cached:        2311760 kB
SwapCached:          0 kB
Active:         212456 kB
Inactive:      3196116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29088356 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10088 kB
Writeback:           0 kB
AnonPages:       64392 kB
Mapped:          14728 kB
Slab:           386500 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186468 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= 72476 MiB
End job on node111 at 2011-04-30 14:20:50