Trace number 3219597

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S837431592-027-UNKNOWN.cnf
MD5SUM3b045b7b4cbac0d258a07eda037c4299
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2223.79
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
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-3219597-1304151499/watcher-3219597-1304151499 -o /tmp/evaluation-result-3219597-1304151499/solver-3219597-1304151499 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219597-1304151499.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.08 8.01 1/170 10461
/proc/meminfo: memFree=30495496/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 4 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0

[startup+0.0588671 s]
/proc/loadavg: 8.10 8.08 8.01 1/170 10461
/proc/meminfo: memFree=30495496/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100826 s]
/proc/loadavg: 8.10 8.08 8.01 1/170 10461
/proc/meminfo: memFree=30495496/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300792 s]
/proc/loadavg: 8.10 8.08 8.01 1/170 10461
/proc/meminfo: memFree=30495496/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 23 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700721 s]
/proc/loadavg: 8.10 8.08 8.01 1/170 10461
/proc/meminfo: memFree=30495496/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50058 s]
/proc/loadavg: 8.10 8.08 8.01 9/180 10476
/proc/meminfo: memFree=30433540/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1586960 CPUtime=1.48 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 6439 0 0 0 147 1 0 0 25 0 1 0 259341157 1625047040 4166 33554432000 4194304 4587354 140734181475552 18446744073709551615 4250316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 396740 4166 327 96 0 393302 0
[pid=10463] ppid=10461 vsize=27724 CPUtime=1.49 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 4559 0 0 0 148 1 0 0 20 0 1 0 259341157 28389376 4264 33554432000 4194304 4785740 140736636758400 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 6931 4264 340 145 0 3976 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=1.49 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 149 0 0 0 20 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=19092 CPUtime=1.48 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 7348 0 0 0 148 0 0 0 20 0 1 0 259341157 19550208 2355 33554432000 4194304 4331988 140733546280128 18446744073709551615 4263314 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 4773 2355 174 34 0 3215 0
[pid=10466] ppid=10461 vsize=126072 CPUtime=5.73 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 6122 1247 0 0 573 0 0 0 18 0 5 0 259341157 129097728 3590 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 31518 3590 161 40 0 30062 0
[pid=10466/tid=10473] ppid=10461 vsize=126072 CPUtime=1.41 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 621 1247 0 0 141 0 0 0 20 0 5 0 259341165 129097728 3590 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331186 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=126072 CPUtime=1.41 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 578 1247 0 0 141 0 0 0 25 0 5 0 259341165 129097728 3590 33554432000 4194304 4356188 140735173687232 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=126072 CPUtime=1.41 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 625 1247 0 0 141 0 0 0 23 0 5 0 259341165 129097728 3590 33554432000 4194304 4356188 140735173687232 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=126072 CPUtime=1.41 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 617 1247 0 0 141 0 0 0 23 0 5 0 259341165 129097728 3590 33554432000 4194304 4356188 140735173687232 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 2240620

[startup+3.1013 s]
/proc/loadavg: 8.09 8.08 8.01 9/180 10476
/proc/meminfo: memFree=30429200/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1591108 CPUtime=3.09 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 10267 0 0 0 307 2 0 0 25 0 1 0 259341157 1629294592 3718 33554432000 4194304 4587354 140734181475552 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 397777 3718 327 96 0 394339 0
[pid=10463] ppid=10461 vsize=32420 CPUtime=3.09 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 5735 0 0 0 308 1 0 0 25 0 1 0 259341157 33198080 5440 33554432000 4194304 4785740 140736636758400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 8105 5440 340 145 0 5150 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=3.09 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 309 0 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=19092 CPUtime=3.08 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 7348 0 0 0 308 0 0 0 25 0 1 0 259341157 19550208 2355 33554432000 4194304 4331988 140733546280128 18446744073709551615 4263314 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 4773 2355 174 34 0 3215 0
[pid=10466] ppid=10461 vsize=128232 CPUtime=12.12 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 6724 1247 0 0 1212 0 0 0 18 0 5 0 259341157 131309568 4130 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 32058 4130 161 40 0 30602 0
[pid=10466/tid=10473] ppid=10461 vsize=128232 CPUtime=3.02 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 797 1247 0 0 302 0 0 0 25 0 5 0 259341165 131309568 4130 33554432000 4194304 4356188 140735173687232 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=128232 CPUtime=3.01 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 707 1247 0 0 301 0 0 0 25 0 5 0 259341165 131309568 4130 33554432000 4194304 4356188 140735173687232 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=128232 CPUtime=3.01 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 793 1247 0 0 301 0 0 0 25 0 5 0 259341165 131309568 4130 33554432000 4194304 4356188 140735173687232 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=128232 CPUtime=3 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 746 1247 0 0 300 0 0 0 25 0 5 0 259341165 131309568 4130 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 2251624

[startup+6.30074 s]
/proc/loadavg: 8.09 8.08 8.01 9/180 10476
/proc/meminfo: memFree=30371184/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1636952 CPUtime=6.28 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 22668 0 0 0 624 4 0 0 25 0 1 0 259341157 1676238848 16115 33554432000 4194304 4587354 140734181475552 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 409238 16115 337 96 0 405800 0
[pid=10463] ppid=10461 vsize=37500 CPUtime=6.29 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 7008 0 0 0 628 1 0 0 25 0 1 0 259341157 38400000 6713 33554432000 4194304 4785740 140736636758400 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 9375 6713 340 145 0 6420 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=6.29 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 629 0 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=19092 CPUtime=6.28 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 7348 0 0 0 628 0 0 0 25 0 1 0 259341157 19550208 2355 33554432000 4194304 4331988 140733546280128 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 4773 2355 174 34 0 3215 0
[pid=10466] ppid=10461 vsize=131104 CPUtime=24.9 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 7410 1247 0 0 2490 0 0 0 18 0 5 0 259341157 134250496 4816 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 32776 4816 161 40 0 31320 0
[pid=10466/tid=10473] ppid=10461 vsize=131104 CPUtime=6.21 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 957 1247 0 0 621 0 0 0 25 0 5 0 259341165 134250496 4816 33554432000 4194304 4356188 140735173687232 18446744073709551615 4211054 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=131104 CPUtime=6.21 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 883 1247 0 0 621 0 0 0 25 0 5 0 259341165 134250496 4816 33554432000 4194304 4356188 140735173687232 18446744073709551615 4273861 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=131104 CPUtime=6.21 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 968 1247 0 0 621 0 0 0 25 0 5 0 259341165 134250496 4816 33554432000 4194304 4356188 140735173687232 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=131104 CPUtime=6.18 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 921 1247 0 0 618 0 0 0 25 0 5 0 259341165 134250496 4816 33554432000 4194304 4356188 140735173687232 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 2305420

[startup+12.7006 s]
/proc/loadavg: 8.16 8.10 8.02 9/180 10476
/proc/meminfo: memFree=30376896/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1617348 CPUtime=12.69 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 27477 0 0 0 1263 6 0 0 25 0 1 0 259341157 1656164352 10927 33554432000 4194304 4587354 140734181475552 18446744073709551615 4237592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 404337 10927 337 96 0 400899 0
[pid=10463] ppid=10461 vsize=46328 CPUtime=12.69 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 9160 0 0 0 1267 2 0 0 25 0 1 0 259341157 47439872 8865 33554432000 4194304 4785740 140736636758400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 11582 8865 340 145 0 8627 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=12.69 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 1269 0 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=20116 CPUtime=12.68 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 7559 0 0 0 1268 0 0 0 25 0 1 0 259341157 20598784 2566 33554432000 4194304 4331988 140733546280128 18446744073709551615 268660057365 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 5029 2566 174 34 0 3471 0
[pid=10466] ppid=10461 vsize=142928 CPUtime=50.47 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 11948 1247 0 0 5045 2 0 0 18 0 5 0 259341157 146358272 7772 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 35732 7772 161 40 0 34276 0
[pid=10466/tid=10473] ppid=10461 vsize=142928 CPUtime=12.61 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 1862 1247 0 0 1261 0 0 0 25 0 5 0 259341165 146358272 7772 33554432000 4194304 4356188 140735173687232 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=142928 CPUtime=12.61 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 2283 1247 0 0 1261 0 0 0 25 0 5 0 259341165 146358272 7772 33554432000 4194304 4356188 140735173687232 18446744073709551615 4279504 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=142928 CPUtime=12.61 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 2329 1247 0 0 1261 0 0 0 25 0 5 0 259341165 146358272 7772 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=142928 CPUtime=12.55 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 1793 1247 0 0 1255 0 0 0 25 0 5 0 259341165 146358272 7772 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 2307492

[startup+25.5014 s]
/proc/loadavg: 8.21 8.11 8.02 9/180 10476
/proc/meminfo: memFree=30337268/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1641212 CPUtime=25.49 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 40491 0 0 0 2541 8 0 0 25 0 1 0 259341157 1680601088 17587 33554432000 4194304 4587354 140734181475552 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10464] ppid=10461 vsize=462448 CPUtime=4782.37 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 478236 1 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=472560 CPUtime=4782.4 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 114252 0 0 0 478164 76 0 0 25 0 1 0 259341157 483901440 109259 33554432000 4194304 4331988 140733546280128 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 118140 109259 176 34 0 116582 0
[pid=10466] ppid=10461 vsize=229756 CPUtime=19101.9 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 632353 1247 0 0 1910102 88 0 0 18 0 5 0 259341157 235270144 29511 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 57439 29511 161 40 0 55983 0
[pid=10466/tid=10473] ppid=10461 vsize=229756 CPUtime=4782.32 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 161692 1247 0 0 478212 20 0 0 25 0 5 0 259341165 235270144 29511 33554432000 4194304 4356188 140735173687232 18446744073709551615 4281475 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=229756 CPUtime=4781.85 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 149335 1247 0 0 478164 21 0 0 25 0 5 0 259341165 235270144 29511 33554432000 4194304 4356188 140735173687232 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=229756 CPUtime=4782.32 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 161255 1247 0 0 478209 23 0 0 25 0 5 0 259341165 235270144 29511 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=229756 CPUtime=4755.3 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 156390 1247 0 0 475509 21 0 0 25 0 5 0 259341165 235270144 29511 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 3369244

[startup+4842.3 s]
/proc/loadavg: 8.04 8.06 8.01 9/180 10617
/proc/meminfo: memFree=29299812/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1855656 CPUtime=4842.4 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 1616418 0 0 0 483587 653 0 0 25 0 1 0 259341157 1900191744 87149 33554432000 4194304 4587354 140734181475552 18446744073709551615 4244062 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 463914 87149 337 96 0 460476 0
[pid=10463] ppid=10461 vsize=316116 CPUtime=4842.39 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 74187 0 0 0 484216 23 0 0 25 0 1 0 259341157 323702784 73321 33554432000 4194304 4785740 140736636758400 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 79029 73321 341 145 0 76074 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=4842.37 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 484236 1 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=472560 CPUtime=4842.4 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 115623 0 0 0 484163 77 0 0 25 0 1 0 259341157 483901440 110630 33554432000 4194304 4331988 140733546280128 18446744073709551615 268660057293 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 118140 110630 176 34 0 116582 0
[pid=10466] ppid=10461 vsize=214268 CPUtime=19341.6 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 635809 1247 0 0 1934068 88 0 0 18 0 5 0 259341157 219410432 25639 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 53567 25639 161 40 0 52111 0
[pid=10466/tid=10473] ppid=10461 vsize=214268 CPUtime=4842.32 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 161852 1247 0 0 484212 20 0 0 25 0 5 0 259341165 219410432 25639 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=214268 CPUtime=4841.85 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 149911 1247 0 0 484163 22 0 0 25 0 5 0 259341165 219410432 25639 33554432000 4194304 4356188 140735173687232 18446744073709551615 4279474 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=214268 CPUtime=4842.32 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 161703 1247 0 0 484209 23 0 0 25 0 5 0 259341165 219410432 25639 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=214268 CPUtime=4814.98 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 158662 1247 0 0 481476 22 0 0 25 0 5 0 259341165 219410432 25639 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.1
Current children cumulated vsize (KiB) 3339372

[startup+4902.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/180 10619
/proc/meminfo: memFree=29310316/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1839664 CPUtime=4902.4 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 1634025 0 0 0 489580 660 0 0 25 0 1 0 259341157 1883815936 82814 33554432000 4194304 4587354 140734181475552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 459916 82814 337 96 0 456478 0
[pid=10463] ppid=10461 vsize=317380 CPUtime=4902.39 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 74436 0 0 0 490216 23 0 0 25 0 1 0 259341157 324997120 73570 33554432000 4194304 4785740 140736636758400 18446744073709551615 4550516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 79345 73570 341 145 0 76390 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=4902.37 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 490236 1 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=472560 CPUtime=4902.4 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 117066 0 0 0 490162 78 0 0 25 0 1 0 259341157 483901440 112073 33554432000 4194304 4331988 140733546280128 18446744073709551615 4263156 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 118140 112073 176 34 0 116582 0
[pid=10466] ppid=10461 vsize=216316 CPUtime=19581.2 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 636321 1247 0 0 1958035 89 0 0 18 0 5 0 259341157 221507584 26151 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 54079 26151 161 40 0 52623 0
[pid=10466/tid=10473] ppid=10461 vsize=216316 CPUtime=4902.32 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 161852 1247 0 0 490212 20 0 0 25 0 5 0 259341165 221507584 26151 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=216316 CPUtime=4901.84 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 150039 1247 0 0 490162 22 0 0 25 0 5 0 259341165 221507584 26151 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=216316 CPUtime=4902.32 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 161831 1247 0 0 490209 23 0 0 25 0 5 0 259341165 221507584 26151 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=216316 CPUtime=4874.65 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 158918 1247 0 0 487443 22 0 0 25 0 5 0 259341165 221507584 26151 33554432000 4194304 4356188 140735173687232 18446744073709551615 4298515 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 3326692

[startup+4962.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/180 10620
/proc/meminfo: memFree=29315728/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1870040 CPUtime=4962.41 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 1650817 0 0 0 495572 669 0 0 25 0 1 0 259341157 1914920960 77529 33554432000 4194304 4587354 140734181475552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 467510 77529 337 96 0 464072 0
[pid=10463] ppid=10461 vsize=318088 CPUtime=4962.39 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 74604 0 0 0 496216 23 0 0 25 0 1 0 259341157 325722112 73738 33554432000 4194304 4785740 140736636758400 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 79522 73738 341 145 0 76567 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=4962.37 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 496236 1 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=472560 CPUtime=4962.4 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 118522 0 0 0 496161 79 0 0 25 0 1 0 259341157 483901440 113529 33554432000 4194304 4331988 140733546280128 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 118140 113529 176 34 0 116582 0
[pid=10466] ppid=10461 vsize=225020 CPUtime=19820.9 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 640897 1247 0 0 1982001 89 0 0 18 0 5 0 259341157 230420480 28327 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 56255 28327 161 40 0 54799 0
[pid=10466/tid=10473] ppid=10461 vsize=225020 CPUtime=4962.32 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 162076 1247 0 0 496212 20 0 0 25 0 5 0 259341165 230420480 28327 33554432000 4194304 4356188 140735173687232 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=225020 CPUtime=4961.84 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 152279 1247 0 0 496162 22 0 0 25 0 5 0 259341165 230420480 28327 33554432000 4194304 4356188 140735173687232 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=225020 CPUtime=4962.32 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 163943 1247 0 0 496209 23 0 0 25 0 5 0 259341165 230420480 28327 33554432000 4194304 4356188 140735173687232 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=225020 CPUtime=4934.32 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 158918 1247 0 0 493410 22 0 0 25 0 5 0 259341165 230420480 28327 33554432000 4194304 4356188 140735173687232 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 3366480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 10621
/proc/meminfo: memFree=29257540/32951124 swapFree=67111524/67111528
[pid=10461] ppid=10459 vsize=18324 CPUtime=0 cores=0-7
/proc/10461/stat : 10461 (ppfolio) S 10459 10461 10160 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 259341157 18763776 389 33554432000 4194304 4287625 140734044998352 18446744073709551615 268660682255 0 0 4096 65536 4592740062986239999 0 0 17 6 0 0 0
/proc/10461/statm: 4581 389 341 23 0 91 0
[pid=10462] ppid=10461 vsize=1870040 CPUtime=5000.11 cores=0
/proc/10462/stat : 10462 (cryptominisat) R 10461 10461 10160 0 -1 4202496 1661955 0 0 0 499337 674 0 0 25 0 1 0 259341157 1914920960 88605 33554432000 4194304 4587354 140734181475552 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10462/statm: 467510 88605 337 96 0 464072 0
[pid=10463] ppid=10461 vsize=319020 CPUtime=5000.1 cores=1
/proc/10463/stat : 10463 (clasp) R 10461 10461 10160 0 -1 4202496 74781 0 0 0 499987 23 0 0 25 0 1 0 259341157 326676480 73915 33554432000 4194304 4785740 140736636758400 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10463/statm: 79755 73915 341 145 0 76800 0
[pid=10464] ppid=10461 vsize=462448 CPUtime=5000.08 cores=2
/proc/10464/stat : 10464 (TNM) R 10461 10461 10160 0 -1 4202496 2352 0 0 0 500007 1 0 0 25 0 1 0 259341157 473546752 2249 33554432000 134512640 134534564 4291970512 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10464/statm: 115612 2249 95 6 0 114278 0
[pid=10465] ppid=10461 vsize=472560 CPUtime=5000.11 cores=3
/proc/10465/stat : 10465 (march_hi) R 10461 10461 10160 0 -1 4202496 119411 0 0 0 499930 81 0 0 25 0 1 0 259341157 483901440 114418 33554432000 4194304 4331988 140733546280128 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10465/statm: 118140 114418 176 34 0 116582 0
[pid=10466] ppid=10461 vsize=233980 CPUtime=19971.5 cores=4-7
/proc/10466/stat : 10466 (plingeling) S 10461 10461 10160 0 -1 4202496 643137 1247 0 0 1997062 90 0 0 18 0 5 0 259341157 239595520 30567 33554432000 4194304 4356188 140735173687232 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10466/statm: 58495 30567 161 40 0 57039 0
[pid=10466/tid=10473] ppid=10461 vsize=233980 CPUtime=5000.03 cores=4-7
/proc/10466/task/10473/stat : 10473 (plingeling) R 10461 10461 10160 0 -1 4202560 164156 1247 0 0 499983 20 0 0 25 0 5 0 259341165 239595520 30567 33554432000 4194304 4356188 140735173687232 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10466/tid=10474] ppid=10461 vsize=233980 CPUtime=4999.54 cores=4-7
/proc/10466/task/10474/stat : 10474 (plingeling) R 10461 10461 10160 0 -1 4202560 152279 1247 0 0 499932 22 0 0 25 0 5 0 259341165 239595520 30567 33554432000 4194304 4356188 140735173687232 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10466/tid=10475] ppid=10461 vsize=233980 CPUtime=5000.02 cores=4-7
/proc/10466/task/10475/stat : 10475 (plingeling) R 10461 10461 10160 0 -1 4202560 164103 1247 0 0 499979 23 0 0 25 0 5 0 259341165 239595520 30567 33554432000 4194304 4356188 140735173687232 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10466/tid=10476] ppid=10461 vsize=233980 CPUtime=4971.82 cores=4-7
/proc/10466/task/10476/stat : 10476 (plingeling) R 10461 10461 10160 0 -1 4202560 158918 1247 0 0 497160 22 0 0 25 0 5 0 259341165 239595520 30567 33554432000 4194304 4356188 140735173687232 18446744073709551615 4211015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.9
Current children cumulated vsize (KiB) 3376372

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 10461 and gives
#  childrusage.ru_utime.tv_sec=5000
#  childrusage.ru_utime.tv_usec=79872
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=19996
# CPU time returned by wait4() is 5000.1
# while last known CPU time is 39971.9
#
# 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): 39971.9
CPU user time (s): 39963.2
CPU system time (s): 8.69
CPU usage (%): 799.436
Max. virtual memory (cumulated for all children) (KiB): 4934240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.08
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2872
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= 379
involuntary context switches= 9969

runsolver used 7.78482 second user time and 19.495 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 10:18:19
IDJOB=3219597
IDBENCH=82616
IDSOLVER=1638
FILE ID=node107/3219597-1304151499
RUNJOBID= node107-1304145202-10174
PBS_JOBID= 13170869
Free space on /tmp= 72624 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S837431592-027-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219597-1304151499/watcher-3219597-1304151499 -o /tmp/evaluation-result-3219597-1304151499/solver-3219597-1304151499 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219597-1304151499.cnf

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

MD5SUM BENCH= 3b045b7b4cbac0d258a07eda037c4299
RANDOM SEED=562961999

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30495900 kB
Buffers:        384632 kB
Cached:        1656456 kB
SwapCached:          4 kB
Active:         147024 kB
Inactive:      1957376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30495900 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10872 kB
Writeback:           0 kB
AnonPages:       63184 kB
Mapped:          14768 kB
Slab:           286092 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180604 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= 72616 MiB
End job on node107 at 2011-04-30 11:41:41