Trace number 3220371

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.6 5000.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
MD5SUMa88511669158afb29f3ddcebdff7b380
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: 977)

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-3220371-1307664644/watcher-3220371-1307664644 -o /tmp/evaluation-result-3220371-1307664644/solver-3220371-1307664644 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220371-1307664644.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: 1.77 1.96 1.92 1/170 31238
/proc/meminfo: memFree=32069592/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 4 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0

[startup+0.119698 s]
/proc/loadavg: 1.77 1.96 1.92 1/170 31238
/proc/meminfo: memFree=32069592/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) R 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.239686 s]
/proc/loadavg: 1.77 1.96 1.92 1/170 31238
/proc/meminfo: memFree=32069592/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) R 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300674 s]
/proc/loadavg: 1.77 1.96 1.92 1/170 31238
/proc/meminfo: memFree=32069592/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) R 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700598 s]
/proc/loadavg: 1.77 1.96 1.92 1/170 31238
/proc/meminfo: memFree=32069592/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50045 s]
/proc/loadavg: 1.77 1.96 1.92 9/180 31253
/proc/meminfo: memFree=32052796/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=1236756 CPUtime=1.49 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 4355 0 0 0 149 0 0 0 20 0 1 0 956695069 1266438144 2880 33554432000 4194304 4587354 140736891927536 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 309189 2880 337 96 0 305751 0
[pid=31240] ppid=31238 vsize=14328 CPUtime=1.49 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 1034 0 0 0 149 0 0 0 20 0 1 0 956695069 14671872 924 33554432000 4194304 4785740 140733962954208 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 3582 924 340 145 0 627 0
[pid=31241] ppid=31238 vsize=456092 CPUtime=1.49 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 389 0 0 0 149 0 0 0 20 0 1 0 956695069 467038208 285 33554432000 134512640 134534564 4294675360 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114023 285 95 6 0 112689 0
[pid=31242] ppid=31238 vsize=7884 CPUtime=1.49 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 601 0 0 0 149 0 0 0 20 0 1 0 956695069 8073216 485 33554432000 4194304 4331988 140736678967328 18446744073709551615 256414786936 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 1971 485 175 34 0 413 0
[pid=31243] ppid=31238 vsize=56272 CPUtime=5.93 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 3547 1251 0 0 593 0 0 0 25 0 5 0 956695069 57622528 2524 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 14068 2524 162 40 0 12612 0
[pid=31243/tid=31250] ppid=31238 vsize=56272 CPUtime=1.48 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 727 1251 0 0 148 0 0 0 20 0 5 0 956695070 57622528 2524 33554432000 4194304 4356188 140735576679808 18446744073709551615 4211032 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=56272 CPUtime=1.47 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 739 1251 0 0 147 0 0 0 20 0 5 0 956695070 57622528 2524 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=56272 CPUtime=1.48 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 792 1251 0 0 148 0 0 0 25 0 5 0 956695070 57622528 2524 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=56272 CPUtime=1.47 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 653 1251 0 0 147 0 0 0 25 0 5 0 956695070 57622528 2524 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 1789656

[startup+3.10114 s]
/proc/loadavg: 2.27 2.06 1.95 9/180 31253
/proc/meminfo: memFree=32041016/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=1240164 CPUtime=3.09 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 6497 0 0 0 309 0 0 0 25 0 1 0 956695069 1269927936 3945 33554432000 4194304 4587354 140736891927536 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 310041 3945 337 96 0 306603 0
[pid=31240] ppid=31238 vsize=15012 CPUtime=3.09 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 1210 0 0 0 309 0 0 0 25 0 1 0 956695069 15372288 1100 33554432000 4194304 4785740 140733962954208 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 3753 1100 340 145 0 798 0
[pid=31241] ppid=31238 vsize=456092 CPUtime=3.09 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 389 0 0 0 309 0 0 0 25 0 1 0 956695069 467038208 285 33554432000 134512640 134534564 4294675360 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114023 285 95 6 0 112689 0
[pid=31242] ppid=31238 vsize=8452 CPUtime=3.09 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 696 0 0 0 309 0 0 0 25 0 1 0 956695069 8654848 580 33554432000 4194304 4331988 140736678967328 18446744073709551615 4310400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 2113 580 175 34 0 555 0
[pid=31243] ppid=31238 vsize=60392 CPUtime=12.32 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 5153 1251 0 0 1232 0 0 0 25 0 5 0 956695069 61841408 3554 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 15098 3554 162 40 0 13642 0
[pid=31243/tid=31250] ppid=31238 vsize=60392 CPUtime=3.08 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 953 1251 0 0 308 0 0 0 25 0 5 0 956695070 61841408 3554 33554432000 4194304 4356188 140735576679808 18446744073709551615 4280568 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=60392 CPUtime=3.07 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 1221 1251 0 0 307 0 0 0 25 0 5 0 956695070 61841408 3554 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=60392 CPUtime=3.08 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 1273 1251 0 0 308 0 0 0 25 0 5 0 956695070 61841408 3554 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=60392 CPUtime=3.07 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 1070 1251 0 0 307 0 0 0 25 0 5 0 956695070 61841408 3554 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 1798436

[startup+6.30054 s]
/proc/loadavg: 2.27 2.06 1.95 9/180 31253
/proc/meminfo: memFree=32032928/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=1240736 CPUtime=6.29 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 8679 0 0 0 628 1 0 0 25 0 1 0 956695069 1270513664 4169 33554432000 4194304 4587354 140736891927536 18446744073709551615 4243768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 310184 4169 337 96 0 306746 0
[pid=31240] ppid=31238 vsize=16008 CPUtime=6.29 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 1451 0 0 0 629 0 0 0 25 0 1 0 956695069 16392192 1341 33554432000 4194304 4785740 140733962954208 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 4002 1341 340 145 0 1047 0
[pid=31241] ppid=31238 vsize=456092 CPUtime=6.29 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 389 0 0 0 629 0 0 0 25 0 1 0 956695069 467038208 285 33554432000 134512640 134534564 4294675360 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114023 285 95 6 0 112689 0
[pid=31242] ppid=31238 vsize=8964 CPUtime=6.29 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 885 0 0 0 629 0 0 0 25 0 1 0 956695069 9179136 769 33554432000 4194304 4331988 140736678967328 18446744073709551615 4226245 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 2241 769 175 34 0 683 0
[pid=31243] ppid=31238 vsize=63284 CPUtime=25.11 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 6916 1251 0 0 2510 1 0 0 25 0 5 0 956695069 64802816 4261 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 15821 4261 162 40 0 14365 0
[pid=31243/tid=31250] ppid=31238 vsize=63284 CPUtime=6.28 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 1513 1251 0 0 628 0 0 0 25 0 5 0 956695070 64802816 4261 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=63284 CPUtime=6.25 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 1638 1251 0 0 625 0 0 0 25 0 5 0 956695070 64802816 4261 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=63284 CPUtime=6.28 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 1674 1251 0 0 628 0 0 0 25 0 5 0 956695070 64802816 4261 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=63284 CPUtime=6.27 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 1455 1251 0 0 627 0 0 0 25 0 5 0 956695070 64802816 4261 33554432000 4194304 4356188 140735576679808 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 1803408

[startup+12.7013 s]
/proc/loadavg: 3.15 2.25 2.02 9/180 31253
/proc/meminfo: memFree=32021964/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=1244752 CPUtime=12.69 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 13631 0 0 0 1268 1 0 0 25 0 1 0 956695069 1274626048 4796 33554432000 4194304 4587354 140736891927536 18446744073709551615 256415088273 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 311188 4796 337 96 0 307750 0
[pid=31240] ppid=31238 vsize=17428 CPUtime=12.69 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 1769 0 0 0 1269 0 0 0 25 0 1 0 956695069 17846272 1659 33554432000 4194304 4785740 140733962954208 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 4357 1659 340 145 0 1402 0
[pid=31241] ppid=31238 vsize=456092 CPUtime=12.69 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 389 0 0 0 1269 0 0 0 25 0 1 0 956695069 467038208 285 33554432000 134512640 134534564 4294675360 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114023 285 95 6 0 112689 0
[pid=31242] ppid=31238 vsize=10880 CPUtime=12.69 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 1214 0 0 0 1269 0 0 0 25 0 1 0 956695069 11141120 1098 33554432000 4194304 4331988 140736678967328 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 2720 1098 175 34 0 1162 0
[pid=31243] ppid=31238 vsize=68416 CPUtime=50.67 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 10631 1251 0 0 5065 2 0 0 25 0 5 0 956695069 70057984 5544 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 17104 5544 162 40 0 15648 0
[pid=31243/tid=31250] ppid=31238 vsize=68416 CPUtime=12.68 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 2217 1251 0 0 1268 0 0 0 25 0 5 0 956695070 70057984 5544 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=68416 CPUtime=12.61 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 2791 1251 0 0 1261 0 0 0 25 0 5 0 956695070 70057984 5544 33554432000 4194304 4356188 140735576679808 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=68416 CPUtime=12.68 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 2859 1251 0 0 1268 0 0 0 25 0 5 0 956695070 70057984 5544 33554432000 4194304 4356188 140735576679808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=68416 CPUtime=12.67 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 2128 1251 0 0 1267 0 0 0 25 0 5 0 956695070 70057984 5544 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 1815892

[startup+25.5009 s]
/proc/loadavg: 3.89 2.44 2.08 9/180 31254
/proc/meminfo: memFree=32007272/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=11823676 CPUtime=25.49 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 21191 0 0 0 2546 3 0 0 25 0 1 0 956695069 12107444224 5675 33554432000 4194304 4587354 140736891927536 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=31241] ppid=31238 vsize=456096 CPUtime=4842.47 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 398 0 0 0 484244 3 0 0 25 0 1 0 956695069 467042304 294 33554432000 134512640 134534564 4294675360 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114024 294 103 6 0 112690 0
[pid=31242] ppid=31238 vsize=1075704 CPUtime=4842.47 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 203929 0 0 0 484093 154 0 0 25 0 1 0 956695069 1101520896 203813 33554432000 4194304 4331988 140736678967328 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 268926 203813 175 34 0 267368 0
[pid=31243] ppid=31238 vsize=191644 CPUtime=19342.9 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 730918 1251 0 0 1934190 105 0 0 25 0 5 0 956695069 196243456 36367 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 47911 36367 162 40 0 46455 0
[pid=31243/tid=31250] ppid=31238 vsize=191644 CPUtime=4842.46 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 188798 1251 0 0 484221 25 0 0 25 0 5 0 956695070 196243456 36367 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=191644 CPUtime=4816.05 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 184170 1251 0 0 481580 25 0 0 25 0 5 0 956695070 196243456 36367 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=191644 CPUtime=4841.97 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 186062 1251 0 0 484168 29 0 0 25 0 5 0 956695070 196243456 36367 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=191644 CPUtime=4842.43 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 171252 1251 0 0 484219 24 0 0 25 0 5 0 956695070 196243456 36367 33554432000 4194304 4356188 140735576679808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.9
Current children cumulated vsize (KiB) 3199832

[startup+4902.3 s]
/proc/loadavg: 8.13 8.07 8.00 9/180 31396
/proc/meminfo: memFree=30942156/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=11940044 CPUtime=4902.45 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 415548 0 0 0 490073 172 0 0 25 0 1 0 956695069 12226605056 35481 33554432000 4194304 4587354 140736891927536 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 2985011 35481 337 96 0 2981573 0
[pid=31240] ppid=31238 vsize=46772 CPUtime=4901.52 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 8388 0 0 0 490151 1 0 0 25 0 1 0 956695069 47894528 8278 33554432000 4194304 4785740 140733962954208 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 11693 8278 341 145 0 8738 0
[pid=31241] ppid=31238 vsize=456096 CPUtime=4902.46 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 398 0 0 0 490243 3 0 0 25 0 1 0 956695069 467042304 294 33554432000 134512640 134534564 4294675360 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114024 294 103 6 0 112690 0
[pid=31242] ppid=31238 vsize=1075704 CPUtime=4902.46 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 206164 0 0 0 490091 155 0 0 25 0 1 0 956695069 1101520896 206048 33554432000 4194304 4331988 140736678967328 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 268926 206048 175 34 0 267368 0
[pid=31243] ppid=31238 vsize=176796 CPUtime=19582.6 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 732806 1251 0 0 1958156 106 0 0 25 0 5 0 956695069 181039104 32655 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 44199 32655 162 40 0 42743 0
[pid=31243/tid=31250] ppid=31238 vsize=176796 CPUtime=4902.46 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 188798 1251 0 0 490221 25 0 0 25 0 5 0 956695070 181039104 32655 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=176796 CPUtime=4875.72 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 184170 1251 0 0 487547 25 0 0 25 0 5 0 956695070 181039104 32655 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=176796 CPUtime=4901.98 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 187054 1251 0 0 490168 30 0 0 25 0 5 0 956695070 181039104 32655 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=176796 CPUtime=4902.43 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 172148 1251 0 0 490219 24 0 0 25 0 5 0 956695070 181039104 32655 33554432000 4194304 4356188 140735576679808 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.5
Current children cumulated vsize (KiB) 13713736

[startup+4962.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/180 31397
/proc/meminfo: memFree=30868660/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=11940044 CPUtime=4962.45 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 418915 0 0 0 496071 174 0 0 25 0 1 0 956695069 12226605056 38759 33554432000 4194304 4587354 140736891927536 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 2985011 38759 337 96 0 2981573 0
[pid=31240] ppid=31238 vsize=47024 CPUtime=4961.52 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 8434 0 0 0 496151 1 0 0 25 0 1 0 956695069 48152576 8324 33554432000 4194304 4785740 140733962954208 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 11756 8324 341 145 0 8801 0
[pid=31241] ppid=31238 vsize=456096 CPUtime=4962.46 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 398 0 0 0 496243 3 0 0 25 0 1 0 956695069 467042304 294 33554432000 134512640 134534564 4294675360 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114024 294 103 6 0 112690 0
[pid=31242] ppid=31238 vsize=1075704 CPUtime=4962.46 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 208843 0 0 0 496088 158 0 0 25 0 1 0 956695069 1101520896 208727 33554432000 4194304 4331988 140736678967328 18446744073709551615 4208387 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 268926 208727 175 34 0 267368 0
[pid=31243] ppid=31238 vsize=227228 CPUtime=19822.3 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 745414 1251 0 0 1982121 108 0 0 25 0 5 0 956695069 232681472 45263 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 56807 45263 162 40 0 55351 0
[pid=31243/tid=31250] ppid=31238 vsize=227228 CPUtime=4962.46 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 190014 1251 0 0 496221 25 0 0 25 0 5 0 956695070 232681472 45263 33554432000 4194304 4356188 140735576679808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=227228 CPUtime=4935.4 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 190122 1251 0 0 493514 26 0 0 25 0 5 0 956695070 232681472 45263 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=227228 CPUtime=4961.97 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 187438 1251 0 0 496167 30 0 0 25 0 5 0 956695070 232681472 45263 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=227228 CPUtime=4962.43 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 177204 1251 0 0 496218 25 0 0 25 0 5 0 956695070 232681472 45263 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39671.2
Current children cumulated vsize (KiB) 13764420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 31398
/proc/meminfo: memFree=30920560/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=1352280 CPUtime=5000.16 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 419713 0 0 0 499841 175 0 0 25 0 1 0 956695069 1384734720 31847 33554432000 4194304 4587354 140736891927536 18446744073709551615 4238552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 338070 31847 337 96 0 334632 0
[pid=31240] ppid=31238 vsize=47024 CPUtime=4999.23 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 8434 0 0 0 499922 1 0 0 25 0 1 0 956695069 48152576 8324 33554432000 4194304 4785740 140733962954208 18446744073709551615 4550372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 11756 8324 341 145 0 8801 0
[pid=31241] ppid=31238 vsize=456096 CPUtime=5000.17 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 398 0 0 0 500014 3 0 0 25 0 1 0 956695069 467042304 294 33554432000 134512640 134534564 4294675360 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114024 294 103 6 0 112690 0
[pid=31242] ppid=31238 vsize=1075704 CPUtime=5000.17 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 210485 0 0 0 499858 159 0 0 25 0 1 0 956695069 1101520896 210369 33554432000 4194304 4331988 140736678967328 18446744073709551615 4210594 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 268926 210369 175 34 0 267368 0
[pid=31243] ppid=31238 vsize=194460 CPUtime=19972.9 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 746886 1251 0 0 1997182 108 0 0 25 0 5 0 956695069 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 48615 37071 162 40 0 47159 0
[pid=31243/tid=31250] ppid=31238 vsize=194460 CPUtime=5000.16 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 190654 1251 0 0 499991 25 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=194460 CPUtime=4972.89 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 190122 1251 0 0 497263 26 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=194460 CPUtime=4999.67 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 188270 1251 0 0 499937 30 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=194460 CPUtime=5000.13 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 177204 1251 0 0 499988 25 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.6
Current children cumulated vsize (KiB) 3143888

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

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

[startup+5000 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 31398
/proc/meminfo: memFree=30920560/32950928 swapFree=67056212/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0-7
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 31052 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 956695069 18763776 390 33554432000 4194304 4287625 140737321543088 18446744073709551615 256415411727 0 0 4096 65536 9944828415464964095 0 0 17 6 0 0 0
/proc/31238/statm: 4581 390 341 23 0 91 0
[pid=31239] ppid=31238 vsize=1352280 CPUtime=5000.16 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 31052 0 -1 4202496 419713 0 0 0 499841 175 0 0 25 0 1 0 956695069 1384734720 31847 33554432000 4194304 4587354 140736891927536 18446744073709551615 4238552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 338070 31847 337 96 0 334632 0
[pid=31240] ppid=31238 vsize=47024 CPUtime=4999.23 cores=1
/proc/31240/stat : 31240 (clasp) R 31238 31238 31052 0 -1 4202496 8434 0 0 0 499922 1 0 0 25 0 1 0 956695069 48152576 8324 33554432000 4194304 4785740 140733962954208 18446744073709551615 4550372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31240/statm: 11756 8324 341 145 0 8801 0
[pid=31241] ppid=31238 vsize=456096 CPUtime=5000.17 cores=2
/proc/31241/stat : 31241 (TNM) R 31238 31238 31052 0 -1 4202496 398 0 0 0 500014 3 0 0 25 0 1 0 956695069 467042304 294 33554432000 134512640 134534564 4294675360 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31241/statm: 114024 294 103 6 0 112690 0
[pid=31242] ppid=31238 vsize=1075704 CPUtime=5000.17 cores=3
/proc/31242/stat : 31242 (march_hi) R 31238 31238 31052 0 -1 4202496 210485 0 0 0 499858 159 0 0 25 0 1 0 956695069 1101520896 210369 33554432000 4194304 4331988 140736678967328 18446744073709551615 4210594 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31242/statm: 268926 210369 175 34 0 267368 0
[pid=31243] ppid=31238 vsize=194460 CPUtime=19972.9 cores=4-7
/proc/31243/stat : 31243 (plingeling) S 31238 31238 31052 0 -1 4202496 746886 1251 0 0 1997182 108 0 0 25 0 5 0 956695069 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31243/statm: 48615 37071 162 40 0 47159 0
[pid=31243/tid=31250] ppid=31238 vsize=194460 CPUtime=5000.16 cores=4-7
/proc/31243/task/31250/stat : 31250 (plingeling) R 31238 31238 31052 0 -1 4202560 190654 1251 0 0 499991 25 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31243/tid=31251] ppid=31238 vsize=194460 CPUtime=4972.89 cores=4-7
/proc/31243/task/31251/stat : 31251 (plingeling) R 31238 31238 31052 0 -1 4202560 190122 1251 0 0 497263 26 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31243/tid=31252] ppid=31238 vsize=194460 CPUtime=4999.67 cores=4-7
/proc/31243/task/31252/stat : 31252 (plingeling) R 31238 31238 31052 0 -1 4202560 188270 1251 0 0 499937 30 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31243/tid=31253] ppid=31238 vsize=194460 CPUtime=5000.13 cores=4-7
/proc/31243/task/31253/stat : 31253 (plingeling) R 31238 31238 31052 0 -1 4202560 177204 1251 0 0 499988 25 0 0 25 0 5 0 956695070 199127040 37071 33554432000 4194304 4356188 140735576679808 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.6
Current children cumulated vsize (KiB) 3143888

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31238 and gives
#  childrusage.ru_utime.tv_sec=14997
#  childrusage.ru_utime.tv_usec=790989
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=818723
# CPU time returned by wait4() is 14999.6
# while last known CPU time is 39972.6
#
# 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.6
CPU user time (s): 39968.2
CPU system time (s): 4.46
CPU usage (%): 799.45
Max. virtual memory (cumulated for all children) (KiB): 25117096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14997.8
system time used= 1.81872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429082
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= 759
involuntary context switches= 34927

runsolver used 8.14576 second user time and 19.1311 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-10 02:10:44
IDJOB=3220371
IDBENCH=82745
IDSOLVER=1638
FILE ID=node115/3220371-1307664644
RUNJOBID= node115-1307664643-31066
PBS_JOBID= 13549431
Free space on /tmp= 74168 MiB

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

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

MD5SUM BENCH= a88511669158afb29f3ddcebdff7b380
RANDOM SEED=1043846733

node115.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.811
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.62
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32069896 kB
Buffers:        220672 kB
Cached:         447284 kB
SwapCached:       9444 kB
Active:         336112 kB
Inactive:       350956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32069896 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           10324 kB
Writeback:          12 kB
AnonPages:       16828 kB
Mapped:          12136 kB
Slab:           125728 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186300 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= 74156 MiB
End job on node115 at 2011-06-10 03:34:06