Trace number 3275196

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) 40000.8 5003.62

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3275196-1304145433/watcher-3275196-1304145433 -o /tmp/evaluation-result-3275196-1304145433/solver-3275196-1304145433 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275196-1304145433.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): 5100 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: 3.38 3.82 3.52 1/170 21552
/proc/meminfo: memFree=23477184/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) R 21550 21552 21526 0 -1 4202496 518 0 0 0 0 0 0 0 22 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0

[startup+0.0799091 s]
/proc/loadavg: 3.38 3.82 3.52 1/170 21552
/proc/meminfo: memFree=23477184/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100899 s]
/proc/loadavg: 3.38 3.82 3.52 1/170 21552
/proc/meminfo: memFree=23477184/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300832 s]
/proc/loadavg: 3.38 3.82 3.52 1/170 21552
/proc/meminfo: memFree=23477184/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700755 s]
/proc/loadavg: 3.38 3.82 3.52 1/170 21552
/proc/meminfo: memFree=23477184/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5006 s]
/proc/loadavg: 3.38 3.82 3.52 11/180 21567
/proc/meminfo: memFree=23315796/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=72096 CPUtime=1.48 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 19669 0 0 0 147 1 0 0 20 0 1 0 526143736 73826304 12888 33554432000 4194304 4587354 140736475003344 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 18024 12888 326 96 0 14586 0
[pid=21554] ppid=21552 vsize=34060 CPUtime=1.49 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 7114 0 0 0 148 1 0 0 20 0 1 0 526143736 34877440 5831 33554432000 4194304 4785740 140734278864192 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 8515 5831 317 145 0 5560 0
[pid=21555] ppid=21552 vsize=466252 CPUtime=1.48 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 5031 0 0 0 148 0 0 0 20 0 1 0 526143736 477442048 4928 33554432000 134512640 134534564 4292197920 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 116563 4928 91 6 0 115229 0
[pid=21556] ppid=21552 vsize=48516 CPUtime=1.49 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 24522 0 0 0 146 3 0 0 25 0 1 0 526143736 49680384 5412 33554432000 4194304 4331988 140736848912048 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 12129 5412 171 34 0 10571 0
[pid=21557] ppid=21552 vsize=165388 CPUtime=5.34 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 17729 1251 0 0 532 2 0 0 21 0 5 0 526143736 169357312 13421 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 41347 13421 163 40 0 39891 0
[pid=21557/tid=21564] ppid=21552 vsize=165388 CPUtime=1.28 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 1390 1251 0 0 128 0 0 0 19 0 5 0 526143756 169357312 13421 33554432000 4194304 4356188 140733337228192 18446744073709551615 4208840 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=165388 CPUtime=1.28 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 2517 1251 0 0 128 0 0 0 25 0 5 0 526143756 169357312 13421 33554432000 4194304 4356188 140733337228192 18446744073709551615 4248477 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=165388 CPUtime=1.27 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 2381 1251 0 0 127 0 0 0 19 0 5 0 526143756 169357312 13421 33554432000 4194304 4356188 140733337228192 18446744073709551615 4270728 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=165388 CPUtime=1.28 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 2657 1251 0 0 128 0 0 0 19 0 5 0 526143756 169357312 13421 33554432000 4194304 4356188 140733337228192 18446744073709551615 4242078 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 804636

[startup+3.10131 s]
/proc/loadavg: 3.38 3.82 3.52 9/180 21567
/proc/meminfo: memFree=23295708/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1091340 CPUtime=3.09 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 21944 0 0 0 307 2 0 0 25 0 1 0 526143736 1117532160 13191 33554432000 4194304 4587354 140736475003344 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 272835 13191 331 96 0 269397 0
[pid=21554] ppid=21552 vsize=32972 CPUtime=3.09 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 7454 0 0 0 308 1 0 0 25 0 1 0 526143736 33763328 5574 33554432000 4194304 4785740 140734278864192 18446744073709551615 4279311 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 8243 5574 341 145 0 5288 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=3.09 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 308 1 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=49176 CPUtime=3.09 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 24700 0 0 0 306 3 0 0 25 0 1 0 526143736 50356224 5590 33554432000 4194304 4331988 140736848912048 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 12294 5590 174 34 0 10736 0
[pid=21557] ppid=21552 vsize=181516 CPUtime=11.74 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 21761 1251 0 0 1172 2 0 0 21 0 5 0 526143736 185872384 17453 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 45379 17453 163 40 0 43923 0
[pid=21557/tid=21564] ppid=21552 vsize=181516 CPUtime=2.88 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 2158 1251 0 0 288 0 0 0 23 0 5 0 526143756 185872384 17453 33554432000 4194304 4356188 140733337228192 18446744073709551615 4281551 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=181516 CPUtime=2.88 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 3477 1251 0 0 288 0 0 0 25 0 5 0 526143756 185872384 17453 33554432000 4194304 4356188 140733337228192 18446744073709551615 4279551 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=181516 CPUtime=2.87 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 3660 1251 0 0 287 0 0 0 24 0 5 0 526143756 185872384 17453 33554432000 4194304 4356188 140733337228192 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=181516 CPUtime=2.88 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 3682 1251 0 0 288 0 0 0 24 0 5 0 526143756 185872384 17453 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 1845788

[startup+6.30071 s]
/proc/loadavg: 3.75 3.89 3.55 9/180 21567
/proc/meminfo: memFree=23271792/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1091340 CPUtime=6.29 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 22347 0 0 0 627 2 0 0 25 0 1 0 526143736 1117532160 13591 33554432000 4194304 4587354 140736475003344 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 272835 13591 337 96 0 269397 0
[pid=21554] ppid=21552 vsize=40032 CPUtime=6.29 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 9211 0 0 0 628 1 0 0 25 0 1 0 526143736 40992768 7331 33554432000 4194304 4785740 140734278864192 18446744073709551615 4308880 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 10008 7331 341 145 0 7053 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=6.29 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 628 1 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=49440 CPUtime=6.29 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 24776 0 0 0 626 3 0 0 25 0 1 0 526143736 50626560 5666 33554432000 4194304 4331988 140736848912048 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 12360 5666 174 34 0 10802 0
[pid=21557] ppid=21552 vsize=196048 CPUtime=24.53 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 25394 1251 0 0 2450 3 0 0 21 0 5 0 526143736 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 49012 21086 163 40 0 47556 0
[pid=21557/tid=21564] ppid=21552 vsize=196048 CPUtime=6.08 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 3213 1251 0 0 608 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4211708 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=196048 CPUtime=6.08 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 4374 1251 0 0 608 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4211846 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=196048 CPUtime=6.05 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 5341 1251 0 0 605 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=196048 CPUtime=6.08 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 3682 1251 0 0 608 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 1867644

[startup+12.7005 s]
/proc/loadavg: 4.09 3.96 3.57 9/180 21567
/proc/meminfo: memFree=23229980/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1107736 CPUtime=12.68 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 26226 0 0 0 1266 2 0 0 25 0 1 0 526143736 1134321664 17468 33554432000 4194304 4587354 140736475003344 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 276934 17468 337 96 0 273496 0
[pid=21554] ppid=21552 vsize=56956 CPUtime=12.69 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 13437 0 0 0 1266 3 0 0 25 0 1 0 526143736 58322944 11557 33554432000 4194304 4785740 140734278864192 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 14239 11557 341 145 0 11284 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=12.68 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 1267 1 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=50084 CPUtime=12.69 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 24898 0 0 0 1266 3 0 0 25 0 1 0 526143736 51286016 5787 33554432000 4194304 4331988 140736848912048 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 12521 5787 174 34 0 10963 0
[pid=21557] ppid=21552 vsize=196048 CPUtime=50.09 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 25394 1251 0 0 5006 3 0 0 21 0 5 0 526143736 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 49012 21086 163 40 0 47556 0
[pid=21557/tid=21564] ppid=21552 vsize=196048 CPUtime=12.48 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 3213 1251 0 0 1248 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4279701 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=196048 CPUtime=12.48 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 4374 1251 0 0 1248 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=196048 CPUtime=12.41 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 5341 1251 0 0 1241 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4225622 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=196048 CPUtime=12.48 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 3682 1251 0 0 1248 0 0 0 25 0 5 0 526143756 200753152 21086 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 1901608

[startup+25.5011 s]
/proc/loadavg: 4.96 4.16 3.64 9/180 21567
/proc/meminfo: memFree=23172240/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1121052 CPUtime=25.49 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 37694 0 0 0 2545 4 0 0 25 0 1 0 526143736 1147957248 22176 33554432000 4194304 4587354 140736475003344 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=21555] ppid=21552 vsize=472460 CPUtime=4781.96 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 478194 2 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=255776 CPUtime=4781.63 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 62203 0 0 0 478134 29 0 0 25 0 1 0 526143736 261914624 43090 33554432000 4194304 4331988 140736848912048 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 63944 43090 176 34 0 62386 0
[pid=21557] ppid=21552 vsize=542184 CPUtime=19103.1 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 2982922 1251 0 0 1909883 430 0 0 21 0 5 0 526143736 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 135546 107620 163 40 0 134090 0
[pid=21557/tid=21564] ppid=21552 vsize=542184 CPUtime=4782.24 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 797687 1251 0 0 478112 112 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4234322 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=542184 CPUtime=4782.25 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 657277 1251 0 0 478131 94 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=542184 CPUtime=4756.17 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 810691 1251 0 0 475500 117 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=542184 CPUtime=4782.24 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 708483 1251 0 0 478120 104 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 2987888

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/180 21708
/proc/meminfo: memFree=22207156/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1298788 CPUtime=4842.44 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 1643358 0 0 0 483494 750 0 0 25 0 1 0 526143736 1329958912 68584 33554432000 4194304 4587354 140736475003344 18446744073709551615 4230176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 324697 68584 337 96 0 321259 0
[pid=21554] ppid=21552 vsize=401200 CPUtime=4842.33 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 94949 0 0 0 484195 38 0 0 25 0 1 0 526143736 410828800 93069 33554432000 4194304 4785740 140734278864192 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 100300 93069 341 145 0 97345 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=4841.96 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 484194 2 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=255776 CPUtime=4841.64 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 62629 0 0 0 484134 30 0 0 25 0 1 0 526143736 261914624 43516 33554432000 4194304 4331988 140736848912048 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 63944 43516 176 34 0 62386 0
[pid=21557] ppid=21552 vsize=542184 CPUtime=19342.8 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 3018762 1251 0 0 1933846 434 0 0 21 0 5 0 526143736 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 135546 107620 163 40 0 134090 0
[pid=21557/tid=21564] ppid=21552 vsize=542184 CPUtime=4842.24 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 810999 1251 0 0 484110 114 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4334124 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=542184 CPUtime=4842.25 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 665469 1251 0 0 484130 95 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=542184 CPUtime=4815.84 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 818883 1251 0 0 481466 118 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=542184 CPUtime=4842.24 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 714627 1251 0 0 484119 105 0 0 25 0 5 0 526143756 555196416 107620 33554432000 4194304 4356188 140733337228192 18446744073709551615 4281722 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 2988732

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/180 21710
/proc/meminfo: memFree=22168068/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1302848 CPUtime=4902.44 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 1663019 0 0 0 489483 761 0 0 25 0 1 0 526143736 1334116352 74845 33554432000 4194304 4587354 140736475003344 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 325712 74845 337 96 0 322274 0
[pid=21554] ppid=21552 vsize=410640 CPUtime=4902.33 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 97282 0 0 0 490193 40 0 0 25 0 1 0 526143736 420495360 95402 33554432000 4194304 4785740 140734278864192 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 102660 95402 341 145 0 99705 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=4901.95 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 490193 2 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134530773 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=255776 CPUtime=4901.64 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 63031 0 0 0 490134 30 0 0 25 0 1 0 526143736 261914624 43918 33554432000 4194304 4331988 140736848912048 18446744073709551615 4196432 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 63944 43918 176 34 0 62386 0
[pid=21557] ppid=21552 vsize=538088 CPUtime=19582.5 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 3054602 1251 0 0 1957810 439 0 0 21 0 5 0 526143736 551002112 106596 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 134522 106596 163 40 0 133066 0
[pid=21557/tid=21564] ppid=21552 vsize=538088 CPUtime=4902.24 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 820215 1251 0 0 490109 115 0 0 25 0 5 0 526143756 551002112 106596 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=538088 CPUtime=4902.25 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 675709 1251 0 0 490129 96 0 0 25 0 5 0 526143756 551002112 106596 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=538088 CPUtime=4875.51 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 825027 1251 0 0 487433 118 0 0 25 0 5 0 526143756 551002112 106596 33554432000 4194304 4356188 140733337228192 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=538088 CPUtime=4902.24 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 724867 1251 0 0 490118 106 0 0 25 0 5 0 526143756 551002112 106596 33554432000 4194304 4356188 140733337228192 18446744073709551615 4298380 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 2998136

[startup+4962.3 s]
/proc/loadavg: 8.00 8.01 7.99 9/180 21711
/proc/meminfo: memFree=22115064/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1296204 CPUtime=4962.45 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 1681919 0 0 0 495473 772 0 0 25 0 1 0 526143736 1327312896 80256 33554432000 4194304 4587354 140736475003344 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 324051 80256 337 96 0 320613 0
[pid=21554] ppid=21552 vsize=410640 CPUtime=4962.33 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 97284 0 0 0 496193 40 0 0 25 0 1 0 526143736 420495360 95404 33554432000 4194304 4785740 140734278864192 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 102660 95404 341 145 0 99705 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=4961.95 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 496193 2 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=255776 CPUtime=4961.64 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 63454 0 0 0 496134 30 0 0 25 0 1 0 526143736 261914624 44341 33554432000 4194304 4331988 140736848912048 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 63944 44341 176 34 0 62386 0
[pid=21557] ppid=21552 vsize=566760 CPUtime=19822.2 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 3089418 1251 0 0 1981774 443 0 0 21 0 5 0 526143736 580362240 113764 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 141690 113764 163 40 0 140234 0
[pid=21557/tid=21564] ppid=21552 vsize=566760 CPUtime=4962.25 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 831479 1251 0 0 496108 117 0 0 25 0 5 0 526143756 580362240 113764 33554432000 4194304 4356188 140733337228192 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=566760 CPUtime=4962.25 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 684925 1251 0 0 496128 97 0 0 25 0 5 0 526143756 580362240 113764 33554432000 4194304 4356188 140733337228192 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=566760 CPUtime=4935.18 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 831171 1251 0 0 493399 119 0 0 25 0 5 0 526143756 580362240 113764 33554432000 4194304 4356188 140733337228192 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=566760 CPUtime=4962.25 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 733059 1251 0 0 496118 107 0 0 25 0 5 0 526143756 580362240 113764 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 3020164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.04 8.02 8.00 9/180 21712
/proc/meminfo: memFree=22053032/32951124 swapFree=67111524/67111528
[pid=21552] ppid=21550 vsize=18324 CPUtime=0 cores=0-7
/proc/21552/stat : 21552 (ppfolio) S 21550 21552 21526 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526143735 18763776 389 33554432000 4194304 4287625 140736667281984 18446744073709551615 244446965263 0 0 4096 65536 4602581654127509503 0 0 17 4 0 0 0
/proc/21552/statm: 4581 389 341 23 0 91 0
[pid=21553] ppid=21552 vsize=1297268 CPUtime=5003.76 cores=0
/proc/21553/stat : 21553 (cryptominisat) R 21552 21552 21526 0 -1 4202496 1694031 0 0 0 499597 779 0 0 25 0 1 0 526143736 1328402432 78934 33554432000 4194304 4587354 140736475003344 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21553/statm: 324317 78934 337 96 0 320879 0
[pid=21554] ppid=21552 vsize=410640 CPUtime=5003.64 cores=1
/proc/21554/stat : 21554 (clasp) R 21552 21552 21526 0 -1 4202496 97289 0 0 0 500324 40 0 0 25 0 1 0 526143736 420495360 95409 33554432000 4194304 4785740 140734278864192 18446744073709551615 4552508 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21554/statm: 102660 95409 341 145 0 99705 0
[pid=21555] ppid=21552 vsize=472460 CPUtime=5003.25 cores=2
/proc/21555/stat : 21555 (TNM) R 21552 21552 21526 0 -1 4202496 7283 0 0 0 500323 2 0 0 25 0 1 0 526143736 483799040 7180 33554432000 134512640 134534564 4292197920 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21555/statm: 118115 7180 95 6 0 116781 0
[pid=21556] ppid=21552 vsize=255776 CPUtime=5002.94 cores=3
/proc/21556/stat : 21556 (march_hi) R 21552 21552 21526 0 -1 4202496 63762 0 0 0 500264 30 0 0 25 0 1 0 526143736 261914624 44649 33554432000 4194304 4331988 140736848912048 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21556/statm: 63944 44649 176 34 0 62386 0
[pid=21557] ppid=21552 vsize=632296 CPUtime=19987.2 cores=4-7
/proc/21557/stat : 21557 (plingeling) S 21552 21552 21526 0 -1 4202496 3131402 1251 0 0 1998267 449 0 0 21 0 5 0 526143736 647471104 130148 33554432000 4194304 4356188 140733337228192 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/21557/statm: 158074 130148 163 40 0 156618 0
[pid=21557/tid=21564] ppid=21552 vsize=632296 CPUtime=5003.56 cores=4-7
/proc/21557/task/21564/stat : 21564 (plingeling) R 21552 21552 21526 0 -1 4202560 844791 1251 0 0 500237 119 0 0 25 0 5 0 526143756 647471104 130148 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21557/tid=21565] ppid=21552 vsize=632296 CPUtime=5003.56 cores=4-7
/proc/21557/task/21565/stat : 21565 (plingeling) R 21552 21552 21526 0 -1 4202560 696189 1251 0 0 500257 99 0 0 25 0 5 0 526143756 647471104 130148 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331688 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21557/tid=21566] ppid=21552 vsize=632296 CPUtime=4976.27 cores=4-7
/proc/21557/task/21566/stat : 21566 (plingeling) R 21552 21552 21526 0 -1 4202560 842435 1251 0 0 497506 121 0 0 25 0 5 0 526143756 647471104 130148 33554432000 4194304 4356188 140733337228192 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21557/tid=21567] ppid=21552 vsize=632296 CPUtime=5003.56 cores=4-7
/proc/21557/task/21567/stat : 21567 (plingeling) R 21552 21552 21526 0 -1 4202560 739203 1251 0 0 500247 109 0 0 25 0 5 0 526143756 647471104 130148 33554432000 4194304 4356188 140733337228192 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 3086764

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 21552 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=242391
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=34994
# CPU time returned by wait4() is 5003.28
# while last known CPU time is 40000.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.8
CPU user time (s): 39987.8
CPU system time (s): 13
CPU usage (%): 799.437
Max. virtual memory (cumulated for all children) (KiB): 4139960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.24
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7804
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= 468
involuntary context switches= 15201

runsolver used 7.9088 second user time and 19.3891 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 08:37:13
IDJOB=3275196
IDBENCH=71605
IDSOLVER=1638
FILE ID=node105/3275196-1304145433
RUNJOBID= node105-1304145433-21540
PBS_JOBID= 13170883
Free space on /tmp= 73040 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275196-1304145433/watcher-3275196-1304145433 -o /tmp/evaluation-result-3275196-1304145433/solver-3275196-1304145433 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275196-1304145433.cnf

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=198329883

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23477464 kB
Buffers:       2177092 kB
Cached:        6681028 kB
SwapCached:          4 kB
Active:         646468 kB
Inactive:      8274452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23477464 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14148 kB
Writeback:           0 kB
AnonPages:       62904 kB
Mapped:          14036 kB
Slab:           488668 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184200 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= 73028 MiB
End job on node105 at 2011-04-30 10:00:39