Trace number 3222033

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
MD5SUMe5ccab3a9294cbb9eed5df8c5c797376
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-3222033-1304163428/watcher-3222033-1304163428 -o /tmp/evaluation-result-3222033-1304163428/solver-3222033-1304163428 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222033-1304163428.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: 7.39 7.90 7.96 1/170 21205
/proc/meminfo: memFree=25625296/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) R 21203 21205 21138 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0

[startup+0.078898 s]
/proc/loadavg: 7.39 7.90 7.96 1/170 21205
/proc/meminfo: memFree=25625296/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) R 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100894 s]
/proc/loadavg: 7.39 7.90 7.96 1/170 21205
/proc/meminfo: memFree=25625296/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) R 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30086 s]
/proc/loadavg: 7.39 7.90 7.96 1/170 21205
/proc/meminfo: memFree=25625296/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700788 s]
/proc/loadavg: 7.39 7.90 7.96 1/170 21205
/proc/meminfo: memFree=25625296/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 7.39 7.90 7.96 9/180 21220
/proc/meminfo: memFree=25610088/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=115856 CPUtime=1.48 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 3903 0 0 0 148 0 0 0 20 0 1 0 508758942 118636544 2588 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 28964 2588 337 96 0 25526 0
[pid=21207] ppid=21205 vsize=14056 CPUtime=1.49 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 975 0 0 0 149 0 0 0 20 0 1 0 508758942 14393344 867 33554432000 4194304 4785740 140736953574832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 3514 867 341 145 0 559 0
[pid=21208] ppid=21205 vsize=456000 CPUtime=1.49 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 364 0 0 0 149 0 0 0 20 0 1 0 508758942 466944000 261 33554432000 134512640 134534564 4287113808 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114000 261 95 6 0 112666 0
[pid=21209] ppid=21205 vsize=7720 CPUtime=1.49 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 582 0 0 0 149 0 0 0 20 0 1 0 508758942 7905280 457 33554432000 4194304 4331988 140733224899472 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 1930 457 175 34 0 372 0
[pid=21210] ppid=21205 vsize=122472 CPUtime=5.94 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 3662 1252 0 0 594 0 0 0 25 0 5 0 508758942 125411328 2709 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 30618 2709 162 40 0 29162 0
[pid=21210/tid=21217] ppid=21205 vsize=122472 CPUtime=1.48 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 863 1252 0 0 148 0 0 0 25 0 5 0 508758942 125411328 2709 33554432000 4194304 4356188 140733629747168 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=122472 CPUtime=1.48 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 778 1252 0 0 148 0 0 0 25 0 5 0 508758942 125411328 2709 33554432000 4194304 4356188 140733629747168 18446744073709551615 4274268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=122472 CPUtime=1.48 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 737 1252 0 0 148 0 0 0 25 0 5 0 508758942 125411328 2709 33554432000 4194304 4356188 140733629747168 18446744073709551615 4274271 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=122472 CPUtime=1.48 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 768 1252 0 0 148 0 0 0 25 0 5 0 508758942 125411328 2709 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 734428

[startup+3.10037 s]
/proc/loadavg: 7.39 7.90 7.96 9/180 21220
/proc/meminfo: memFree=25597812/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=123480 CPUtime=3.09 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 5630 0 0 0 308 1 0 0 25 0 1 0 508758942 126443520 3372 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 30870 3372 337 96 0 27432 0
[pid=21207] ppid=21205 vsize=14600 CPUtime=3.09 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 1098 0 0 0 309 0 0 0 25 0 1 0 508758942 14950400 990 33554432000 4194304 4785740 140736953574832 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 3650 990 341 145 0 695 0
[pid=21208] ppid=21205 vsize=456000 CPUtime=3.09 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 364 0 0 0 309 0 0 0 25 0 1 0 508758942 466944000 261 33554432000 134512640 134534564 4287113808 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114000 261 95 6 0 112666 0
[pid=21209] ppid=21205 vsize=8288 CPUtime=3.09 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 679 0 0 0 309 0 0 0 25 0 1 0 508758942 8486912 554 33554432000 4194304 4331988 140733224899472 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 2072 554 175 34 0 514 0
[pid=21210] ppid=21205 vsize=127412 CPUtime=12.33 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 5521 1252 0 0 1233 0 0 0 25 0 5 0 508758942 130469888 3944 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 31853 3944 162 40 0 30397 0
[pid=21210/tid=21217] ppid=21205 vsize=127412 CPUtime=3.08 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 1312 1252 0 0 308 0 0 0 25 0 5 0 508758942 130469888 3944 33554432000 4194304 4356188 140733629747168 18446744073709551615 4279474 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=127412 CPUtime=3.08 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 1259 1252 0 0 308 0 0 0 25 0 5 0 508758942 130469888 3944 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=127412 CPUtime=3.07 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 1250 1252 0 0 307 0 0 0 25 0 5 0 508758942 130469888 3944 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=127412 CPUtime=3.08 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 1184 1252 0 0 308 0 0 0 25 0 5 0 508758942 130469888 3944 33554432000 4194304 4356188 140733629747168 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 748104

[startup+6.3008 s]
/proc/loadavg: 7.44 7.90 7.96 9/180 21220
/proc/meminfo: memFree=25590452/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=6701824 CPUtime=6.29 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 8111 0 0 0 628 1 0 0 25 0 1 0 508758942 6862667776 3462 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238412 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 1675456 3462 337 96 0 1672018 0
[pid=21207] ppid=21205 vsize=15460 CPUtime=6.29 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 1315 0 0 0 629 0 0 0 25 0 1 0 508758942 15831040 1207 33554432000 4194304 4785740 140736953574832 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 3865 1207 341 145 0 910 0
[pid=21208] ppid=21205 vsize=456000 CPUtime=6.29 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 364 0 0 0 629 0 0 0 25 0 1 0 508758942 466944000 261 33554432000 134512640 134534564 4287113808 18446744073709551615 134529388 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114000 261 95 6 0 112666 0
[pid=21209] ppid=21205 vsize=8800 CPUtime=6.29 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 852 0 0 0 629 0 0 0 25 0 1 0 508758942 9011200 727 33554432000 4194304 4331988 140733224899472 18446744073709551615 4287713 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 2200 727 175 34 0 642 0
[pid=21210] ppid=21205 vsize=129608 CPUtime=25.13 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 7734 1252 0 0 2512 1 0 0 25 0 5 0 508758942 132718592 4493 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 32402 4493 162 40 0 30946 0
[pid=21210/tid=21217] ppid=21205 vsize=129608 CPUtime=6.28 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 1954 1252 0 0 628 0 0 0 25 0 5 0 508758942 132718592 4493 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331188 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=129608 CPUtime=6.28 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 1740 1252 0 0 628 0 0 0 25 0 5 0 508758942 132718592 4493 33554432000 4194304 4356188 140733629747168 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=129608 CPUtime=6.26 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 1795 1252 0 0 626 0 0 0 25 0 5 0 508758942 132718592 4493 33554432000 4194304 4356188 140733629747168 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=129608 CPUtime=6.28 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 1729 1252 0 0 628 0 0 0 25 0 5 0 508758942 132718592 4493 33554432000 4194304 4356188 140733629747168 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 7330016

[startup+12.7007 s]
/proc/loadavg: 7.48 7.90 7.96 9/180 21220
/proc/meminfo: memFree=25580880/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=126260 CPUtime=12.69 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 12512 0 0 0 1267 2 0 0 25 0 1 0 508758942 129290240 3967 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 31565 3967 337 96 0 28127 0
[pid=21207] ppid=21205 vsize=16828 CPUtime=12.69 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 1617 0 0 0 1269 0 0 0 25 0 1 0 508758942 17231872 1509 33554432000 4194304 4785740 140736953574832 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 4207 1509 341 145 0 1252 0
[pid=21208] ppid=21205 vsize=456000 CPUtime=12.69 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 364 0 0 0 1269 0 0 0 25 0 1 0 508758942 466944000 261 33554432000 134512640 134534564 4287113808 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114000 261 95 6 0 112666 0
[pid=21209] ppid=21205 vsize=10716 CPUtime=12.69 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 1202 0 0 0 1269 0 0 0 25 0 1 0 508758942 10973184 1077 33554432000 4194304 4331988 140733224899472 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 2679 1077 175 34 0 1121 0
[pid=21210] ppid=21205 vsize=134868 CPUtime=50.69 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 12281 1252 0 0 5068 1 0 0 25 0 5 0 508758942 138104832 5808 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 33717 5808 162 40 0 32261 0
[pid=21210/tid=21217] ppid=21205 vsize=134868 CPUtime=12.68 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 2754 1252 0 0 1268 0 0 0 25 0 5 0 508758942 138104832 5808 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=134868 CPUtime=12.68 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 2605 1252 0 0 1268 0 0 0 25 0 5 0 508758942 138104832 5808 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=134868 CPUtime=12.62 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 3172 1252 0 0 1262 0 0 0 25 0 5 0 508758942 138104832 5808 33554432000 4194304 4356188 140733629747168 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=134868 CPUtime=12.68 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 3234 1252 0 0 1268 0 0 0 25 0 5 0 508758942 138104832 5808 33554432000 4194304 4356188 140733629747168 18446744073709551615 4279769 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 762996

[startup+25.5004 s]
/proc/loadavg: 7.60 7.90 7.96 9/180 21220
/proc/meminfo: memFree=25564412/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=6709096 CPUtime=25.49 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 19230 0 0 0 2546 3 0 0 25 0 1 0 508758942 6870114304 5610 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=21208] ppid=21205 vsize=456004 CPUtime=4781.75 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 373 0 0 0 478174 1 0 0 25 0 1 0 508758942 466948096 270 33554432000 134512640 134534564 4287113808 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114001 270 103 6 0 112667 0
[pid=21209] ppid=21205 vsize=731064 CPUtime=4782.41 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 176360 0 0 0 478098 143 0 0 25 0 1 0 508758942 748609536 176235 33554432000 4194304 4331988 140733224899472 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 182766 176235 175 34 0 181208 0
[pid=21210] ppid=21205 vsize=292824 CPUtime=19102.8 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 785222 1252 0 0 1910161 116 0 0 25 0 5 0 508758942 299851776 45297 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 73206 45297 162 40 0 71750 0
[pid=21210/tid=21217] ppid=21205 vsize=292824 CPUtime=4782.39 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 199333 1252 0 0 478210 29 0 0 25 0 5 0 508758942 299851776 45297 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=292824 CPUtime=4781.61 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 192336 1252 0 0 478132 29 0 0 25 0 5 0 508758942 299851776 45297 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=292824 CPUtime=4756.33 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 204583 1252 0 0 475602 31 0 0 25 0 5 0 508758942 299851776 45297 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=292824 CPUtime=4782.39 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 188454 1252 0 0 478214 25 0 0 25 0 5 0 508758942 299851776 45297 33554432000 4194304 4356188 140733629747168 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.7
Current children cumulated vsize (KiB) 8330912

[startup+4842.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/180 21361
/proc/meminfo: memFree=24580752/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=6817256 CPUtime=4842.39 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 439675 0 0 0 484052 187 0 0 25 0 1 0 508758942 6980870144 33773 33554432000 4194304 4587354 140737045054528 18446744073709551615 4246036 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 1704314 33773 337 96 0 1700876 0
[pid=21207] ppid=21205 vsize=35524 CPUtime=4842.39 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 6045 0 0 0 484238 1 0 0 25 0 1 0 508758942 36376576 5937 33554432000 4194304 4785740 140736953574832 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 8881 5937 341 145 0 5926 0
[pid=21208] ppid=21205 vsize=456004 CPUtime=4841.75 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 373 0 0 0 484174 1 0 0 25 0 1 0 508758942 466948096 270 33554432000 134512640 134534564 4287113808 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114001 270 103 6 0 112667 0
[pid=21209] ppid=21205 vsize=1066712 CPUtime=4842.41 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 178393 0 0 0 484097 144 0 0 25 0 1 0 508758942 1092313088 178268 33554432000 4194304 4331988 140733224899472 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 266678 178268 175 34 0 265120 0
[pid=21210] ppid=21205 vsize=288984 CPUtime=19342.4 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 789254 1252 0 0 1934127 117 0 0 25 0 5 0 508758942 295919616 44337 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 72246 44337 162 40 0 70790 0
[pid=21210/tid=21217] ppid=21205 vsize=288984 CPUtime=4842.39 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 199653 1252 0 0 484210 29 0 0 25 0 5 0 508758942 295919616 44337 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=288984 CPUtime=4841.6 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 192848 1252 0 0 484131 29 0 0 25 0 5 0 508758942 295919616 44337 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=288984 CPUtime=4816 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 206503 1252 0 0 481569 31 0 0 25 0 5 0 508758942 295919616 44337 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=288984 CPUtime=4842.39 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 189734 1252 0 0 484214 25 0 0 25 0 5 0 508758942 295919616 44337 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 8682804

[startup+4902.3 s]
/proc/loadavg: 8.15 8.06 8.01 9/180 21362
/proc/meminfo: memFree=24526432/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=6817256 CPUtime=4902.4 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 441855 0 0 0 490051 189 0 0 25 0 1 0 508758942 6980870144 35890 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 1704314 35890 337 96 0 1700876 0
[pid=21207] ppid=21205 vsize=35524 CPUtime=4902.39 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 6045 0 0 0 490238 1 0 0 25 0 1 0 508758942 36376576 5937 33554432000 4194304 4785740 140736953574832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 8881 5937 341 145 0 5926 0
[pid=21208] ppid=21205 vsize=456004 CPUtime=4901.75 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 373 0 0 0 490174 1 0 0 25 0 1 0 508758942 466948096 270 33554432000 134512640 134534564 4287113808 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114001 270 103 6 0 112667 0
[pid=21209] ppid=21205 vsize=1066712 CPUtime=4902.41 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 180400 0 0 0 490095 146 0 0 25 0 1 0 508758942 1092313088 180275 33554432000 4194304 4331988 140733224899472 18446744073709551615 4288168 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 266678 180275 175 34 0 265120 0
[pid=21210] ppid=21205 vsize=326104 CPUtime=19582.1 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 802886 1252 0 0 1958093 118 0 0 25 0 5 0 508758942 333930496 53617 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 81526 53617 162 40 0 80070 0
[pid=21210/tid=21217] ppid=21205 vsize=326104 CPUtime=4902.4 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 205157 1252 0 0 490210 30 0 0 25 0 5 0 508758942 333930496 53617 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=326104 CPUtime=4901.6 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 195088 1252 0 0 490130 30 0 0 25 0 5 0 508758942 333930496 53617 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=326104 CPUtime=4875.69 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 210919 1252 0 0 487537 32 0 0 25 0 5 0 508758942 333930496 53617 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331208 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=326104 CPUtime=4902.4 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 191206 1252 0 0 490214 26 0 0 25 0 5 0 508758942 333930496 53617 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39191.1
Current children cumulated vsize (KiB) 8719924

[startup+4962.3 s]
/proc/loadavg: 8.08 8.06 8.01 9/180 21364
/proc/meminfo: memFree=24549608/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=6797172 CPUtime=4962.4 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 442022 0 0 0 496051 189 0 0 25 0 1 0 508758942 6960304128 29263 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 1699293 29263 337 96 0 1695855 0
[pid=21207] ppid=21205 vsize=35524 CPUtime=4962.39 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 6065 0 0 0 496238 1 0 0 25 0 1 0 508758942 36376576 5957 33554432000 4194304 4785740 140736953574832 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 8881 5957 341 145 0 5926 0
[pid=21208] ppid=21205 vsize=456004 CPUtime=4961.75 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 373 0 0 0 496174 1 0 0 25 0 1 0 508758942 466948096 270 33554432000 134512640 134534564 4287113808 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114001 270 103 6 0 112667 0
[pid=21209] ppid=21205 vsize=1066712 CPUtime=4962.41 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 182338 0 0 0 496094 147 0 0 25 0 1 0 508758942 1092313088 182213 33554432000 4194304 4331988 140733224899472 18446744073709551615 4237364 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 266678 182213 175 34 0 265120 0
[pid=21210] ppid=21205 vsize=321496 CPUtime=19821.8 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 806982 1252 0 0 1982059 119 0 0 25 0 5 0 508758942 329211904 52465 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 80374 52465 162 40 0 78918 0
[pid=21210/tid=21217] ppid=21205 vsize=321496 CPUtime=4962.4 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 205925 1252 0 0 496210 30 0 0 25 0 5 0 508758942 329211904 52465 33554432000 4194304 4356188 140733629747168 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=321496 CPUtime=4961.6 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 195344 1252 0 0 496130 30 0 0 25 0 5 0 508758942 329211904 52465 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=321496 CPUtime=4935.35 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 213351 1252 0 0 493503 32 0 0 25 0 5 0 508758942 329211904 52465 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=321496 CPUtime=4962.4 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 191846 1252 0 0 496214 26 0 0 25 0 5 0 508758942 329211904 52465 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 8695232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.10 8.07 8.01 9/180 21365
/proc/meminfo: memFree=24528768/32951124 swapFree=67111448/67111528
[pid=21205] ppid=21203 vsize=18324 CPUtime=0 cores=0-7
/proc/21205/stat : 21205 (ppfolio) S 21203 21205 21138 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 508758941 18763776 389 33554432000 4194304 4287625 140736240765792 18446744073709551615 255106788879 0 0 4096 65536 4390235859673153535 0 0 17 6 0 0 0
/proc/21205/statm: 4581 389 341 23 0 91 0
[pid=21206] ppid=21205 vsize=6797172 CPUtime=5000.1 cores=0
/proc/21206/stat : 21206 (cryptominisat) R 21205 21205 21138 0 -1 4202496 443565 0 0 0 499820 190 0 0 25 0 1 0 508758942 6960304128 30764 33554432000 4194304 4587354 140737045054528 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21206/statm: 1699293 30764 337 96 0 1695855 0
[pid=21207] ppid=21205 vsize=35524 CPUtime=5000.1 cores=1
/proc/21207/stat : 21207 (clasp) R 21205 21205 21138 0 -1 4202496 6066 0 0 0 500009 1 0 0 25 0 1 0 508758942 36376576 5958 33554432000 4194304 4785740 140736953574832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21207/statm: 8881 5958 341 145 0 5926 0
[pid=21208] ppid=21205 vsize=456004 CPUtime=4999.46 cores=2
/proc/21208/stat : 21208 (TNM) R 21205 21205 21138 0 -1 4202496 373 0 0 0 499945 1 0 0 25 0 1 0 508758942 466948096 270 33554432000 134512640 134534564 4287113808 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21208/statm: 114001 270 103 6 0 112667 0
[pid=21209] ppid=21205 vsize=1066712 CPUtime=5000.11 cores=3
/proc/21209/stat : 21209 (march_hi) R 21205 21205 21138 0 -1 4202496 183538 0 0 0 499863 148 0 0 25 0 1 0 508758942 1092313088 183413 33554432000 4194304 4331988 140733224899472 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21209/statm: 266678 183413 175 34 0 265120 0
[pid=21210] ppid=21205 vsize=331992 CPUtime=19972.4 cores=4-7
/proc/21210/stat : 21210 (plingeling) S 21205 21205 21138 0 -1 4202496 809606 1252 0 0 1997120 119 0 0 25 0 5 0 508758942 339959808 55089 33554432000 4194304 4356188 140733629747168 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21210/statm: 82998 55089 162 40 0 81542 0
[pid=21210/tid=21217] ppid=21205 vsize=331992 CPUtime=5000.11 cores=4-7
/proc/21210/task/21217/stat : 21217 (plingeling) R 21205 21205 21138 0 -1 4202560 206629 1252 0 0 499981 30 0 0 25 0 5 0 508758942 339959808 55089 33554432000 4194304 4356188 140733629747168 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21210/tid=21218] ppid=21205 vsize=331992 CPUtime=4999.3 cores=4-7
/proc/21210/task/21218/stat : 21218 (plingeling) R 21205 21205 21138 0 -1 4202560 196304 1252 0 0 499900 30 0 0 25 0 5 0 508758942 339959808 55089 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21210/tid=21219] ppid=21205 vsize=331992 CPUtime=4972.85 cores=4-7
/proc/21210/task/21219/stat : 21219 (plingeling) R 21205 21205 21138 0 -1 4202560 213351 1252 0 0 497253 32 0 0 25 0 5 0 508758942 339959808 55089 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21210/tid=21220] ppid=21205 vsize=331992 CPUtime=5000.1 cores=4-7
/proc/21210/task/21220/stat : 21220 (plingeling) R 21205 21205 21138 0 -1 4202560 192806 1252 0 0 499984 26 0 0 25 0 5 0 508758942 339959808 55089 33554432000 4194304 4356188 140733629747168 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39972.2
Current children cumulated vsize (KiB) 8705728

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 21205 and gives
#  childrusage.ru_utime.tv_sec=14997
#  childrusage.ru_utime.tv_usec=763993
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=956702
# CPU time returned by wait4() is 14999.7
# while last known CPU time is 39972.2
#
# 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.2
CPU user time (s): 39967.6
CPU system time (s): 4.59
CPU usage (%): 799.441
Max. virtual memory (cumulated for all children) (KiB): 14768896

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

runsolver used 7.79481 second user time and 19.463 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 13:37:08
IDJOB=3222033
IDBENCH=83022
IDSOLVER=1638
FILE ID=node144/3222033-1304163428
RUNJOBID= node144-1304163428-21152
PBS_JOBID= 13170942
Free space on /tmp= 73536 MiB

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

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

MD5SUM BENCH= e5ccab3a9294cbb9eed5df8c5c797376
RANDOM SEED=1990819579

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25625328 kB
Buffers:       2129516 kB
Cached:        4585172 kB
SwapCached:         80 kB
Active:         256684 kB
Inactive:      6520980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25625328 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           10144 kB
Writeback:           0 kB
AnonPages:       62868 kB
Mapped:          14632 kB
Slab:           480800 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183308 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= 73524 MiB
End job on node144 at 2011-04-30 15:00:30