Trace number 3221481

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
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-3221481-1304161645/watcher-3221481-1304161645 -o /tmp/evaluation-result-3221481-1304161645/solver-3221481-1304161645 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221481-1304161645.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.00 8.03 8.00 1/170 11457
/proc/meminfo: memFree=30460308/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0

[startup+0.0506821 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 11457
/proc/meminfo: memFree=30460308/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100673 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 11457
/proc/meminfo: memFree=30460308/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300636 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 11457
/proc/meminfo: memFree=30460308/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700563 s]
/proc/loadavg: 8.00 8.03 8.00 1/170 11457
/proc/meminfo: memFree=30460308/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50042 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 11472
/proc/meminfo: memFree=30444480/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=661944 CPUtime=1.49 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 3950 0 0 0 149 0 0 0 20 0 1 0 508580407 677830656 2635 33554432000 4194304 4587354 140734649799408 18446744073709551615 4243380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 165486 2635 337 96 0 162048 0
[pid=11459] ppid=11457 vsize=14052 CPUtime=1.49 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 971 0 0 0 149 0 0 0 20 0 1 0 508580407 14389248 862 33554432000 4194304 4785740 140736416060240 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 3513 862 340 145 0 558 0
[pid=11460] ppid=11457 vsize=456000 CPUtime=1.49 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 364 0 0 0 149 0 0 0 20 0 1 0 508580407 466944000 260 33554432000 134512640 134534564 4291250080 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114000 260 95 6 0 112666 0
[pid=11461] ppid=11457 vsize=7720 CPUtime=1.49 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 583 0 0 0 149 0 0 0 20 0 1 0 508580407 7905280 456 33554432000 4194304 4331988 140735171695264 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 1930 456 175 34 0 372 0
[pid=11462] ppid=11457 vsize=123360 CPUtime=5.9 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 3684 1251 0 0 590 0 0 0 25 0 5 0 508580407 126320640 2916 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 30840 2916 162 40 0 29384 0
[pid=11462/tid=11469] ppid=11457 vsize=123360 CPUtime=1.47 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 842 1251 0 0 147 0 0 0 19 0 5 0 508580408 126320640 2916 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=123360 CPUtime=1.47 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 782 1251 0 0 147 0 0 0 25 0 5 0 508580408 126320640 2916 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=123360 CPUtime=1.48 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 761 1251 0 0 148 0 0 0 25 0 5 0 508580408 126320640 2916 33554432000 4194304 4356188 140735609085728 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=123360 CPUtime=1.46 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 783 1251 0 0 146 0 0 0 25 0 5 0 508580408 126320640 2916 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 1281400

[startup+3.10112 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 11472
/proc/meminfo: memFree=30431708/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=6971620 CPUtime=3.09 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 5615 0 0 0 309 0 0 0 25 0 1 0 508580407 7138938880 3350 33554432000 4194304 4587354 140734649799408 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1742905 3350 337 96 0 1739467 0
[pid=11459] ppid=11457 vsize=14740 CPUtime=3.09 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 1128 0 0 0 309 0 0 0 25 0 1 0 508580407 15093760 1019 33554432000 4194304 4785740 140736416060240 18446744073709551615 4323194 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 3685 1019 340 145 0 730 0
[pid=11460] ppid=11457 vsize=456000 CPUtime=3.09 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 364 0 0 0 309 0 0 0 25 0 1 0 508580407 466944000 260 33554432000 134512640 134534564 4291250080 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114000 260 95 6 0 112666 0
[pid=11461] ppid=11457 vsize=8288 CPUtime=3.09 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 679 0 0 0 309 0 0 0 25 0 1 0 508580407 8486912 552 33554432000 4194304 4331988 140735171695264 18446744073709551615 4310395 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 2072 552 175 34 0 514 0
[pid=11462] ppid=11457 vsize=127380 CPUtime=12.29 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 5445 1251 0 0 1229 0 0 0 25 0 5 0 508580407 130437120 3921 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 31845 3921 162 40 0 30389 0
[pid=11462/tid=11469] ppid=11457 vsize=127380 CPUtime=3.07 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 1322 1251 0 0 307 0 0 0 24 0 5 0 508580408 130437120 3921 33554432000 4194304 4356188 140735609085728 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=127380 CPUtime=3.06 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 1230 1251 0 0 306 0 0 0 25 0 5 0 508580408 130437120 3921 33554432000 4194304 4356188 140735609085728 18446744073709551615 4211054 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=127380 CPUtime=3.08 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 1210 1251 0 0 308 0 0 0 25 0 5 0 508580408 130437120 3921 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=127380 CPUtime=3.06 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 1167 1251 0 0 306 0 0 0 25 0 5 0 508580408 130437120 3921 33554432000 4194304 4356188 140735609085728 18446744073709551615 4274252 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 7596352

[startup+6.30053 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 11472
/proc/meminfo: memFree=30425516/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=6971964 CPUtime=6.29 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 8125 0 0 0 629 0 0 0 25 0 1 0 508580407 7139291136 3437 33554432000 4194304 4587354 140734649799408 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1742991 3437 337 96 0 1739553 0
[pid=11459] ppid=11457 vsize=15576 CPUtime=6.29 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 1343 0 0 0 629 0 0 0 25 0 1 0 508580407 15949824 1234 33554432000 4194304 4785740 140736416060240 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 3894 1234 341 145 0 939 0
[pid=11460] ppid=11457 vsize=456000 CPUtime=6.29 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 364 0 0 0 629 0 0 0 25 0 1 0 508580407 466944000 260 33554432000 134512640 134534564 4291250080 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114000 260 95 6 0 112666 0
[pid=11461] ppid=11457 vsize=8800 CPUtime=6.29 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 854 0 0 0 629 0 0 0 25 0 1 0 508580407 9011200 727 33554432000 4194304 4331988 140735171695264 18446744073709551615 4237353 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 2200 727 175 34 0 642 0
[pid=11462] ppid=11457 vsize=130528 CPUtime=25.09 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 7608 1251 0 0 2508 1 0 0 25 0 5 0 508580407 133660672 4708 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 32632 4708 162 40 0 31176 0
[pid=11462/tid=11469] ppid=11457 vsize=130528 CPUtime=6.27 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 1770 1251 0 0 627 0 0 0 25 0 5 0 508580408 133660672 4708 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=130528 CPUtime=6.25 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 1775 1251 0 0 625 0 0 0 25 0 5 0 508580408 133660672 4708 33554432000 4194304 4356188 140735609085728 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=130528 CPUtime=6.28 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 1770 1251 0 0 628 0 0 0 25 0 5 0 508580408 133660672 4708 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=130528 CPUtime=6.26 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 1777 1251 0 0 626 0 0 0 25 0 5 0 508580408 133660672 4708 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 7601192

[startup+12.7004 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 11472
/proc/meminfo: memFree=30413884/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=6975320 CPUtime=12.69 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 12319 0 0 0 1268 1 0 0 25 0 1 0 508580407 7142727680 4517 33554432000 4194304 4587354 140734649799408 18446744073709551615 4232137 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1743830 4517 337 96 0 1740392 0
[pid=11459] ppid=11457 vsize=16568 CPUtime=12.69 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 1594 0 0 0 1269 0 0 0 25 0 1 0 508580407 16965632 1485 33554432000 4194304 4785740 140736416060240 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 4142 1485 341 145 0 1187 0
[pid=11460] ppid=11457 vsize=456000 CPUtime=12.69 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 364 0 0 0 1269 0 0 0 25 0 1 0 508580407 466944000 260 33554432000 134512640 134534564 4291250080 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114000 260 95 6 0 112666 0
[pid=11461] ppid=11457 vsize=10716 CPUtime=12.69 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 1199 0 0 0 1269 0 0 0 25 0 1 0 508580407 10973184 1072 33554432000 4194304 4331988 140735171695264 18446744073709551615 4226411 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 2679 1072 175 34 0 1121 0
[pid=11462] ppid=11457 vsize=138232 CPUtime=50.64 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 12702 1251 0 0 5063 1 0 0 25 0 5 0 508580407 141549568 6634 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 34558 6634 162 40 0 33102 0
[pid=11462/tid=11469] ppid=11457 vsize=138232 CPUtime=12.66 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 3211 1251 0 0 1266 0 0 0 25 0 5 0 508580408 141549568 6634 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=138232 CPUtime=12.61 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 3250 1251 0 0 1261 0 0 0 25 0 5 0 508580408 141549568 6634 33554432000 4194304 4356188 140735609085728 18446744073709551615 4279615 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=138232 CPUtime=12.68 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 2603 1251 0 0 1268 0 0 0 25 0 5 0 508580408 141549568 6634 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=138232 CPUtime=12.66 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 3122 1251 0 0 1266 0 0 0 25 0 5 0 508580408 141549568 6634 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 7615160

[startup+25.501 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 11473
/proc/meminfo: memFree=30400224/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=672536 CPUtime=25.49 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 19910 0 0 0 2546 3 0 0 25 0 1 0 508580407 688676864 5081 33554432000 4194304 4587354 140734649799408 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11460] ppid=11457 vsize=456004 CPUtime=4782.44 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 373 0 0 0 478243 1 0 0 25 0 1 0 508580407 466948096 269 33554432000 134512640 134534564 4291250080 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114001 269 103 6 0 112667 0
[pid=11461] ppid=11457 vsize=733384 CPUtime=4782.44 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 175360 0 0 0 478113 131 0 0 25 0 1 0 508580407 750985216 175233 33554432000 4194304 4331988 140735171695264 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 183346 175233 175 34 0 181788 0
[pid=11462] ppid=11457 vsize=310120 CPUtime=19102 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 780650 1251 0 0 1910084 113 0 0 25 0 5 0 508580407 317562880 49606 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 77530 49606 162 40 0 76074 0
[pid=11462/tid=11469] ppid=11457 vsize=310120 CPUtime=4782.41 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 188815 1251 0 0 478216 25 0 0 25 0 5 0 508580408 317562880 49606 33554432000 4194304 4356188 140735609085728 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=310120 CPUtime=4755.15 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 201524 1251 0 0 475483 32 0 0 25 0 5 0 508580408 317562880 49606 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=310120 CPUtime=4781.95 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 198575 1251 0 0 478169 26 0 0 25 0 5 0 508580408 317562880 49606 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=310120 CPUtime=4782.41 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 191220 1251 0 0 478213 28 0 0 25 0 5 0 508580408 317562880 49606 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.6
Current children cumulated vsize (KiB) 2340188

[startup+4842.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/180 11616
/proc/meminfo: memFree=29410552/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=7092696 CPUtime=4842.31 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 257154 0 0 0 484120 111 0 0 25 0 1 0 508580407 7262920704 35546 33554432000 4194304 4587354 140734649799408 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1773174 35546 337 96 0 1769736 0
[pid=11459] ppid=11457 vsize=36512 CPUtime=4842.44 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 6278 0 0 0 484242 2 0 0 25 0 1 0 508580407 37388288 6169 33554432000 4194304 4785740 140736416060240 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 9128 6169 341 145 0 6173 0
[pid=11460] ppid=11457 vsize=456004 CPUtime=4842.44 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 373 0 0 0 484243 1 0 0 25 0 1 0 508580407 466948096 269 33554432000 134512640 134534564 4291250080 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114001 269 103 6 0 112667 0
[pid=11461] ppid=11457 vsize=1069032 CPUtime=4842.44 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 177331 0 0 0 484112 132 0 0 25 0 1 0 508580407 1094688768 177204 33554432000 4194304 4331988 140735171695264 18446744073709551615 4299107 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 267258 177204 175 34 0 265700 0
[pid=11462] ppid=11457 vsize=287080 CPUtime=19341.6 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 786218 1251 0 0 1934051 113 0 0 25 0 5 0 508580407 293969920 43846 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 71770 43846 162 40 0 70314 0
[pid=11462/tid=11469] ppid=11457 vsize=287080 CPUtime=4842.41 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 190223 1251 0 0 484216 25 0 0 25 0 5 0 508580408 293969920 43846 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=287080 CPUtime=4814.83 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 203956 1251 0 0 481451 32 0 0 25 0 5 0 508580408 293969920 43846 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=287080 CPUtime=4841.95 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 199343 1251 0 0 484169 26 0 0 25 0 5 0 508580408 293969920 43846 33554432000 4194304 4356188 140735609085728 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=287080 CPUtime=4842.41 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 192180 1251 0 0 484213 28 0 0 25 0 5 0 508580408 293969920 43846 33554432000 4194304 4356188 140735609085728 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.3
Current children cumulated vsize (KiB) 8959648

[startup+4902.3 s]
/proc/loadavg: 8.02 8.07 8.02 9/180 11618
/proc/meminfo: memFree=29399360/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=7092696 CPUtime=4902.31 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 258826 0 0 0 490119 112 0 0 25 0 1 0 508580407 7262920704 35546 33554432000 4194304 4587354 140734649799408 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1773174 35546 337 96 0 1769736 0
[pid=11459] ppid=11457 vsize=36512 CPUtime=4902.45 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 6280 0 0 0 490243 2 0 0 25 0 1 0 508580407 37388288 6171 33554432000 4194304 4785740 140736416060240 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 9128 6171 341 145 0 6173 0
[pid=11460] ppid=11457 vsize=456004 CPUtime=4902.44 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 373 0 0 0 490243 1 0 0 25 0 1 0 508580407 466948096 269 33554432000 134512640 134534564 4291250080 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114001 269 103 6 0 112667 0
[pid=11461] ppid=11457 vsize=1069032 CPUtime=4902.44 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 179414 0 0 0 490111 133 0 0 25 0 1 0 508580407 1094688768 179287 33554432000 4194304 4331988 140735171695264 18446744073709551615 4210506 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 267258 179287 175 34 0 265700 0
[pid=11462] ppid=11457 vsize=291944 CPUtime=19581.3 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 793770 1251 0 0 1958018 115 0 0 25 0 5 0 508580407 298950656 45062 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 72986 45062 162 40 0 71530 0
[pid=11462/tid=11469] ppid=11457 vsize=291944 CPUtime=4902.42 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 190991 1251 0 0 490216 26 0 0 25 0 5 0 508580408 298950656 45062 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=291944 CPUtime=4874.51 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 204276 1251 0 0 487419 32 0 0 25 0 5 0 508580408 298950656 45062 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=291944 CPUtime=4901.94 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 200815 1251 0 0 490168 26 0 0 25 0 5 0 508580408 298950656 45062 33554432000 4194304 4356188 140735609085728 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=291944 CPUtime=4902.42 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 197172 1251 0 0 490213 29 0 0 25 0 5 0 508580408 298950656 45062 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39191
Current children cumulated vsize (KiB) 8964512

[startup+4962.3 s]
/proc/loadavg: 8.01 8.05 8.01 9/180 11619
/proc/meminfo: memFree=29388680/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=7092696 CPUtime=4962.31 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 259919 0 0 0 496118 113 0 0 25 0 1 0 508580407 7262920704 36618 33554432000 4194304 4587354 140734649799408 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1773174 36618 337 96 0 1769736 0
[pid=11459] ppid=11457 vsize=36512 CPUtime=4962.45 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 6282 0 0 0 496243 2 0 0 25 0 1 0 508580407 37388288 6173 33554432000 4194304 4785740 140736416060240 18446744073709551615 4278090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 9128 6173 341 145 0 6173 0
[pid=11460] ppid=11457 vsize=456004 CPUtime=4962.44 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 373 0 0 0 496243 1 0 0 25 0 1 0 508580407 466948096 269 33554432000 134512640 134534564 4291250080 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114001 269 103 6 0 112667 0
[pid=11461] ppid=11457 vsize=1069032 CPUtime=4962.44 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 181392 0 0 0 496109 135 0 0 25 0 1 0 508580407 1094688768 181265 33554432000 4194304 4331988 140735171695264 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 267258 181265 175 34 0 265700 0
[pid=11462] ppid=11457 vsize=289640 CPUtime=19821 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 804906 1251 0 0 1981984 116 0 0 25 0 5 0 508580407 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 72410 44486 162 40 0 70954 0
[pid=11462/tid=11469] ppid=11457 vsize=289640 CPUtime=4962.43 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 197583 1251 0 0 496216 27 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=289640 CPUtime=4934.18 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 205684 1251 0 0 493386 32 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=289640 CPUtime=4961.93 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 202479 1251 0 0 496167 26 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=289640 CPUtime=4962.42 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 198644 1251 0 0 496213 29 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 8962208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.04 8.01 9/180 11620
/proc/meminfo: memFree=29387416/32951124 swapFree=67105204/67111528
[pid=11457] ppid=11455 vsize=18324 CPUtime=0 cores=0-7
/proc/11457/stat : 11457 (ppfolio) S 11455 11457 11008 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 508580407 18763776 390 33554432000 4194304 4287625 140736663602992 18446744073709551615 220816256527 0 0 4096 65536 4601861199133409279 0 0 17 6 0 0 0
/proc/11457/statm: 4581 390 341 23 0 91 0
[pid=11458] ppid=11457 vsize=7092696 CPUtime=5000.02 cores=0
/proc/11458/stat : 11458 (cryptominisat) R 11457 11457 11008 0 -1 4202496 260688 0 0 0 499888 114 0 0 25 0 1 0 508580407 7262920704 35546 33554432000 4194304 4587354 140734649799408 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11458/statm: 1773174 35546 337 96 0 1769736 0
[pid=11459] ppid=11457 vsize=36512 CPUtime=5000.15 cores=1
/proc/11459/stat : 11459 (clasp) R 11457 11457 11008 0 -1 4202496 6283 0 0 0 500013 2 0 0 25 0 1 0 508580407 37388288 6174 33554432000 4194304 4785740 140736416060240 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11459/statm: 9128 6174 341 145 0 6173 0
[pid=11460] ppid=11457 vsize=456004 CPUtime=5000.15 cores=2
/proc/11460/stat : 11460 (TNM) R 11457 11457 11008 0 -1 4202496 373 0 0 0 500014 1 0 0 25 0 1 0 508580407 466948096 269 33554432000 134512640 134534564 4291250080 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11460/statm: 114001 269 103 6 0 112667 0
[pid=11461] ppid=11457 vsize=1069032 CPUtime=5000.15 cores=3
/proc/11461/stat : 11461 (march_hi) R 11457 11457 11008 0 -1 4202496 182655 0 0 0 499879 136 0 0 25 0 1 0 508580407 1094688768 182528 33554432000 4194304 4331988 140735171695264 18446744073709551615 4228249 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11461/statm: 267258 182528 175 34 0 265700 0
[pid=11462] ppid=11457 vsize=289640 CPUtime=19971.6 cores=4-7
/proc/11462/stat : 11462 (plingeling) S 11457 11457 11008 0 -1 4202496 807146 1251 0 0 1997045 116 0 0 25 0 5 0 508580407 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11462/statm: 72410 44486 162 40 0 70954 0
[pid=11462/tid=11469] ppid=11457 vsize=289640 CPUtime=5000.13 cores=4-7
/proc/11462/task/11469/stat : 11469 (plingeling) R 11457 11457 11008 0 -1 4202560 197583 1251 0 0 499986 27 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11462/tid=11470] ppid=11457 vsize=289640 CPUtime=4971.68 cores=4-7
/proc/11462/task/11470/stat : 11470 (plingeling) R 11457 11457 11008 0 -1 4202560 206196 1251 0 0 497136 32 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11462/tid=11471] ppid=11457 vsize=289640 CPUtime=4999.63 cores=4-7
/proc/11462/task/11471/stat : 11471 (plingeling) R 11457 11457 11008 0 -1 4202560 203439 1251 0 0 499937 26 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11462/tid=11472] ppid=11457 vsize=289640 CPUtime=5000.13 cores=4-7
/proc/11462/task/11472/stat : 11472 (plingeling) R 11457 11457 11008 0 -1 4202560 199412 1251 0 0 499984 29 0 0 25 0 5 0 508580408 296591360 44486 33554432000 4194304 4356188 140735609085728 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39972.1
Current children cumulated vsize (KiB) 8962208

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 11457 and gives
#  childrusage.ru_utime.tv_sec=14999
#  childrusage.ru_utime.tv_usec=167779
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=199817
# CPU time returned by wait4() is 15000.4
# while last known CPU time is 39972.1
#
# 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.1
CPU user time (s): 39968.4
CPU system time (s): 3.69
CPU usage (%): 799.439
Max. virtual memory (cumulated for all children) (KiB): 15542956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14999.2
system time used= 1.19982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267882
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= 964
involuntary context switches= 80928

runsolver used 8.18375 second user time and 18.6692 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 13:07:25
IDJOB=3221481
IDBENCH=82930
IDSOLVER=1638
FILE ID=node147/3221481-1304161645
RUNJOBID= node147-1304159851-11022
PBS_JOBID= 13170920
Free space on /tmp= 73084 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221481-1304161645/watcher-3221481-1304161645 -o /tmp/evaluation-result-3221481-1304161645/solver-3221481-1304161645 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221481-1304161645.cnf

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=171318803

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30460588 kB
Buffers:        331140 kB
Cached:        1761320 kB
SwapCached:       3064 kB
Active:         224128 kB
Inactive:      1929248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30460588 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           10296 kB
Writeback:           0 kB
AnonPages:       59196 kB
Mapped:          13512 kB
Slab:           270208 kB
PageTables:       4484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184540 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= 73072 MiB
End job on node147 at 2011-04-30 14:30:47