Trace number 3275286

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s00813792-unsat.cnf
MD5SUM92046422d2d9595619b29413c0964c9c
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 variables201
Number of clauses412
Sum of the clauses size1236
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3412
Number of clauses of size 40
Number of clauses of size 50
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-3275286-1304166337/watcher-3275286-1304166337 -o /tmp/evaluation-result-3275286-1304166337/solver-3275286-1304166337 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275286-1304166337.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: 8.10 8.06 8.00 2/170 26748
/proc/meminfo: memFree=30500488/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) R 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0

[startup+0.0515841 s]
/proc/loadavg: 8.10 8.06 8.00 2/170 26748
/proc/meminfo: memFree=30500488/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) R 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100575 s]
/proc/loadavg: 8.10 8.06 8.00 2/170 26748
/proc/meminfo: memFree=30500488/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) R 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300539 s]
/proc/loadavg: 8.10 8.06 8.00 2/170 26748
/proc/meminfo: memFree=30500488/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700461 s]
/proc/loadavg: 8.10 8.06 8.00 2/170 26748
/proc/meminfo: memFree=30500488/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50131 s]
/proc/loadavg: 8.10 8.06 8.00 9/180 26763
/proc/meminfo: memFree=30477964/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=1632280 CPUtime=1.48 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 4188 0 0 0 148 0 0 0 25 0 1 0 528236095 1671454720 2327 33554432000 4194304 4587354 140737149367712 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 408070 2327 337 96 0 404632 0
[pid=26750] ppid=26748 vsize=12952 CPUtime=1.49 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 705 0 0 0 149 0 0 0 20 0 1 0 528236095 13262848 596 33554432000 4194304 4785740 140734106640912 18446744073709551615 4309540 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 3238 596 341 145 0 283 0
[pid=26751] ppid=26748 vsize=455696 CPUtime=1.49 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 274 0 0 0 149 0 0 0 20 0 1 0 528236095 466632704 171 33554432000 134512640 134534564 4291004256 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113924 171 95 6 0 112590 0
[pid=26752] ppid=26748 vsize=8580 CPUtime=1.49 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 714 0 0 0 149 0 0 0 20 0 1 0 528236095 8785920 607 33554432000 4194304 4331988 140737234226832 18446744073709551615 4228896 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 2145 607 173 34 0 587 0
[pid=26753] ppid=26748 vsize=193632 CPUtime=5.95 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 5828 1251 0 0 595 0 0 0 25 0 5 0 528236095 198279168 4207 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 48408 4207 163 40 0 46952 0
[pid=26753/tid=26760] ppid=26748 vsize=193632 CPUtime=1.49 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 1272 1251 0 0 149 0 0 0 20 0 5 0 528236095 198279168 4207 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=193632 CPUtime=1.48 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 1370 1251 0 0 148 0 0 0 20 0 5 0 528236095 198279168 4207 33554432000 4194304 4356188 140734914934160 18446744073709551615 4242189 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=193632 CPUtime=1.48 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 1573 1251 0 0 148 0 0 0 25 0 5 0 528236095 198279168 4207 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=193632 CPUtime=1.48 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 1267 1251 0 0 148 0 0 0 25 0 5 0 528236095 198279168 4207 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 2321464

[startup+3.101 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 26763
/proc/meminfo: memFree=30464336/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=1635760 CPUtime=3.08 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 6534 0 0 0 308 0 0 0 25 0 1 0 528236095 1675018240 3522 33554432000 4194304 4587354 140737149367712 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 408940 3522 337 96 0 405502 0
[pid=26750] ppid=26748 vsize=13220 CPUtime=3.09 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 778 0 0 0 309 0 0 0 25 0 1 0 528236095 13537280 669 33554432000 4194304 4785740 140734106640912 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 3305 669 341 145 0 350 0
[pid=26751] ppid=26748 vsize=455696 CPUtime=3.09 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 274 0 0 0 309 0 0 0 25 0 1 0 528236095 466632704 171 33554432000 134512640 134534564 4291004256 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113924 171 95 6 0 112590 0
[pid=26752] ppid=26748 vsize=10496 CPUtime=3.09 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 1038 0 0 0 309 0 0 0 25 0 1 0 528236095 10747904 931 33554432000 4194304 4331988 140737234226832 18446744073709551615 4208387 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 2624 931 173 34 0 1066 0
[pid=26753] ppid=26748 vsize=195092 CPUtime=12.35 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 7665 1251 0 0 1234 1 0 0 25 0 5 0 528236095 199774208 4580 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 48773 4580 163 40 0 47317 0
[pid=26753/tid=26760] ppid=26748 vsize=195092 CPUtime=3.09 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 1850 1251 0 0 309 0 0 0 25 0 5 0 528236095 199774208 4580 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=195092 CPUtime=3.08 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 1668 1251 0 0 308 0 0 0 25 0 5 0 528236095 199774208 4580 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=195092 CPUtime=3.08 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 2117 1251 0 0 308 0 0 0 25 0 5 0 528236095 199774208 4580 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=195092 CPUtime=3.07 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 1684 1251 0 0 307 0 0 0 25 0 5 0 528236095 199774208 4580 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 2328588

[startup+6.3004 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 26763
/proc/meminfo: memFree=30456400/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=1645132 CPUtime=6.29 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 9351 0 0 0 628 1 0 0 25 0 1 0 528236095 1684615168 4130 33554432000 4194304 4587354 140737149367712 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 411283 4130 337 96 0 407845 0
[pid=26750] ppid=26748 vsize=13616 CPUtime=6.29 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 880 0 0 0 629 0 0 0 25 0 1 0 528236095 13942784 771 33554432000 4194304 4785740 140734106640912 18446744073709551615 4546224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 3404 771 341 145 0 449 0
[pid=26751] ppid=26748 vsize=455696 CPUtime=6.29 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 274 0 0 0 629 0 0 0 25 0 1 0 528236095 466632704 171 33554432000 134512640 134534564 4291004256 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113924 171 95 6 0 112590 0
[pid=26752] ppid=26748 vsize=12420 CPUtime=6.29 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 1716 0 0 0 629 0 0 0 25 0 1 0 528236095 12718080 1609 33554432000 4194304 4331988 140737234226832 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 3105 1609 173 34 0 1547 0
[pid=26753] ppid=26748 vsize=197920 CPUtime=25.12 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 11732 1251 0 0 2511 1 0 0 25 0 5 0 528236095 202670080 5287 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 49480 5287 163 40 0 48024 0
[pid=26753/tid=26760] ppid=26748 vsize=197920 CPUtime=6.28 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 2875 1251 0 0 628 0 0 0 25 0 5 0 528236095 202670080 5287 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=197920 CPUtime=6.28 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 2788 1251 0 0 628 0 0 0 18 0 5 0 528236095 202670080 5287 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=197920 CPUtime=6.28 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 2917 1251 0 0 628 0 0 0 25 0 5 0 528236095 202670080 5287 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=197920 CPUtime=6.25 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 2806 1251 0 0 625 0 0 0 25 0 5 0 528236095 202670080 5287 33554432000 4194304 4356188 140734914934160 18446744073709551615 4234377 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 2343108

[startup+12.7012 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 26763
/proc/meminfo: memFree=30434308/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=1645380 CPUtime=12.69 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 14893 0 0 0 1267 2 0 0 25 0 1 0 528236095 1684869120 5910 33554432000 4194304 4587354 140737149367712 18446744073709551615 4240899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 411345 5910 337 96 0 407907 0
[pid=26750] ppid=26748 vsize=14012 CPUtime=12.69 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 977 0 0 0 1269 0 0 0 25 0 1 0 528236095 14348288 868 33554432000 4194304 4785740 140734106640912 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 3503 868 341 145 0 548 0
[pid=26751] ppid=26748 vsize=455696 CPUtime=12.69 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 274 0 0 0 1269 0 0 0 25 0 1 0 528236095 466632704 171 33554432000 134512640 134534564 4291004256 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113924 171 95 6 0 112590 0
[pid=26752] ppid=26748 vsize=19084 CPUtime=12.69 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 3014 0 0 0 1269 0 0 0 25 0 1 0 528236095 19542016 2907 33554432000 4194304 4331988 140737234226832 18446744073709551615 4237116 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 4771 2907 173 34 0 3213 0
[pid=26753] ppid=26748 vsize=205996 CPUtime=50.69 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 24023 1251 0 0 5065 4 0 0 25 0 5 0 528236095 210939904 7302 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 51499 7302 163 40 0 50043 0
[pid=26753/tid=26760] ppid=26748 vsize=205996 CPUtime=12.68 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 6331 1251 0 0 1268 0 0 0 25 0 5 0 528236095 210939904 7302 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=205996 CPUtime=12.68 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 5990 1251 0 0 1267 1 0 0 25 0 5 0 528236095 210939904 7302 33554432000 4194304 4356188 140734914934160 18446744073709551615 4279682 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=205996 CPUtime=12.67 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 5702 1251 0 0 1267 0 0 0 25 0 5 0 528236095 210939904 7302 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=205996 CPUtime=12.62 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 5654 1251 0 0 1261 1 0 0 25 0 5 0 528236095 210939904 7302 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 2358492

[startup+25.5007 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 26763
/proc/meminfo: memFree=30405844/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=7814712 CPUtime=25.49 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 25335 0 0 0 2544 5 0 0 25 0 1 0 528236095 8002265088 9421 33554432000 4194304 4587354 140737149367712 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26751] ppid=26748 vsize=455700 CPUtime=4782 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 284 0 0 0 478200 0 0 0 25 0 1 0 528236095 466636800 181 33554432000 134512640 134534564 4291004256 18446744073709551615 134528620 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113925 181 103 6 0 112591 0
[pid=26752] ppid=26748 vsize=5510288 CPUtime=4782.46 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 919114 0 0 0 477994 252 0 0 25 0 1 0 528236095 5642534912 919007 33554432000 4194304 4331988 140737234226832 18446744073709551615 4263296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 1377572 919007 173 34 0 1376014 0
[pid=26753] ppid=26748 vsize=434936 CPUtime=19103.5 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 1852486 1251 0 0 1910091 256 0 0 25 0 5 0 528236095 445374464 64478 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 108734 64478 163 40 0 107278 0
[pid=26753/tid=26760] ppid=26748 vsize=434936 CPUtime=4782.34 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 469183 1251 0 0 478175 59 0 0 25 0 5 0 528236095 445374464 64478 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=434936 CPUtime=4782.46 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 447337 1251 0 0 478180 66 0 0 25 0 5 0 528236095 445374464 64478 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=434936 CPUtime=4781.66 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 454474 1251 0 0 478103 63 0 0 25 0 5 0 528236095 445374464 64478 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=434936 CPUtime=4756.97 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 481146 1251 0 0 475632 65 0 0 25 0 5 0 528236095 445374464 64478 33554432000 4194304 4356188 140734914934160 18446744073709551615 4279989 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38232.8
Current children cumulated vsize (KiB) 14400392

[startup+4842.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 26904
/proc/meminfo: memFree=26306152/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=7988180 CPUtime=4842.47 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 696750 0 0 0 484023 224 0 0 25 0 1 0 528236095 8179896320 53686 33554432000 4194304 4587354 140737149367712 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 1997045 53686 337 96 0 1993607 0
[pid=26750] ppid=26748 vsize=19292 CPUtime=4842.46 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 2240 0 0 0 484246 0 0 0 25 0 1 0 528236095 19755008 2131 33554432000 4194304 4785740 140734106640912 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 4823 2131 345 145 0 1868 0
[pid=26751] ppid=26748 vsize=455700 CPUtime=4841.99 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 284 0 0 0 484199 0 0 0 25 0 1 0 528236095 466636800 181 33554432000 134512640 134534564 4291004256 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113925 181 103 6 0 112591 0
[pid=26752] ppid=26748 vsize=5510288 CPUtime=4842.47 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 930983 0 0 0 483991 256 0 0 25 0 1 0 528236095 5642534912 930876 33554432000 4194304 4331988 140737234226832 18446744073709551615 4229409 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 1377572 930876 173 34 0 1376014 0
[pid=26753] ppid=26748 vsize=419320 CPUtime=19343.2 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 1870086 1251 0 0 1934058 259 0 0 25 0 5 0 528236095 429383680 60574 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 104830 60574 163 40 0 103374 0
[pid=26753/tid=26760] ppid=26748 vsize=419320 CPUtime=4842.34 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 472319 1251 0 0 484174 60 0 0 25 0 5 0 528236095 429383680 60574 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=419320 CPUtime=4842.47 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 450153 1251 0 0 484180 67 0 0 25 0 5 0 528236095 429383680 60574 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=419320 CPUtime=4841.67 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 462442 1251 0 0 484102 65 0 0 25 0 5 0 528236095 429383680 60574 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=419320 CPUtime=4816.66 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 484826 1251 0 0 481600 66 0 0 25 0 5 0 528236095 429383680 60574 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38712.6
Current children cumulated vsize (KiB) 14411104

[startup+4902.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/180 26905
/proc/meminfo: memFree=26282208/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=7961852 CPUtime=4902.47 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 702340 0 0 0 490021 226 0 0 25 0 1 0 528236095 8152936448 48303 33554432000 4194304 4587354 140737149367712 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 1990463 48303 337 96 0 1987025 0
[pid=26750] ppid=26748 vsize=19292 CPUtime=4902.46 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 2240 0 0 0 490246 0 0 0 25 0 1 0 528236095 19755008 2131 33554432000 4194304 4785740 140734106640912 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 4823 2131 345 145 0 1868 0
[pid=26751] ppid=26748 vsize=455700 CPUtime=4901.99 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 284 0 0 0 490199 0 0 0 25 0 1 0 528236095 466636800 181 33554432000 134512640 134534564 4291004256 18446744073709551615 10003899 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113925 181 103 6 0 112591 0
[pid=26752] ppid=26748 vsize=5510288 CPUtime=4902.47 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 942516 0 0 0 489988 259 0 0 25 0 1 0 528236095 5642534912 942409 33554432000 4194304 4331988 140737234226832 18446744073709551615 4229762 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 1377572 942409 173 34 0 1376014 0
[pid=26753] ppid=26748 vsize=419192 CPUtime=19582.9 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 1887622 1251 0 0 1958025 261 0 0 25 0 5 0 528236095 429252608 60542 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 104798 60542 163 40 0 103342 0
[pid=26753/tid=26760] ppid=26748 vsize=419192 CPUtime=4902.35 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 479327 1251 0 0 490174 61 0 0 25 0 5 0 528236095 429252608 60542 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=419192 CPUtime=4902.46 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 452457 1251 0 0 490179 67 0 0 25 0 5 0 528236095 429252608 60542 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=419192 CPUtime=4901.67 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 464234 1251 0 0 490102 65 0 0 25 0 5 0 528236095 429252608 60542 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=419192 CPUtime=4876.35 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 491258 1251 0 0 487569 66 0 0 25 0 5 0 528236095 429252608 60542 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39192.2
Current children cumulated vsize (KiB) 14384648

[startup+4962.3 s]
/proc/loadavg: 8.12 8.07 8.00 9/180 26907
/proc/meminfo: memFree=26202972/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=7961852 CPUtime=4962.48 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 706630 0 0 0 496020 228 0 0 25 0 1 0 528236095 8152936448 48303 33554432000 4194304 4587354 140737149367712 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 1990463 48303 337 96 0 1987025 0
[pid=26750] ppid=26748 vsize=19292 CPUtime=4962.46 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 2241 0 0 0 496246 0 0 0 25 0 1 0 528236095 19755008 2132 33554432000 4194304 4785740 140734106640912 18446744073709551615 4277604 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 4823 2132 345 145 0 1868 0
[pid=26751] ppid=26748 vsize=455700 CPUtime=4961.99 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 284 0 0 0 496199 0 0 0 25 0 1 0 528236095 466636800 181 33554432000 134512640 134534564 4291004256 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113925 181 103 6 0 112591 0
[pid=26752] ppid=26748 vsize=5510288 CPUtime=4962.47 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 954265 0 0 0 495984 263 0 0 25 0 1 0 528236095 5642534912 954158 33554432000 4194304 4331988 140737234226832 18446744073709551615 4263194 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 1377572 954158 173 34 0 1376014 0
[pid=26753] ppid=26748 vsize=436472 CPUtime=19822.5 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 1905734 1251 0 0 1981990 264 0 0 25 0 5 0 528236095 446947328 64862 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 109118 64862 163 40 0 107662 0
[pid=26753/tid=26760] ppid=26748 vsize=436472 CPUtime=4962.34 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 484223 1251 0 0 496172 62 0 0 25 0 5 0 528236095 446947328 64862 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=436472 CPUtime=4962.47 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 459049 1251 0 0 496179 68 0 0 25 0 5 0 528236095 446947328 64862 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=436472 CPUtime=4961.67 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 467018 1251 0 0 496101 66 0 0 25 0 5 0 528236095 446947328 64862 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=436472 CPUtime=4936.03 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 495098 1251 0 0 493536 67 0 0 25 0 5 0 528236095 446947328 64862 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39671.9
Current children cumulated vsize (KiB) 14401928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.4 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 26908
/proc/meminfo: memFree=26179912/32951124 swapFree=67111416/67111528
[pid=26748] ppid=26746 vsize=18324 CPUtime=0 cores=0-7
/proc/26748/stat : 26748 (ppfolio) S 26746 26748 26437 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528236094 18763776 389 33554432000 4194304 4287625 140736576343184 18446744073709551615 212436037135 0 0 4096 65536 4585605194594648063 0 0 17 6 0 0 0
/proc/26748/statm: 4581 389 341 23 0 91 0
[pid=26749] ppid=26748 vsize=7961852 CPUtime=5003.58 cores=0
/proc/26749/stat : 26749 (cryptominisat) R 26748 26748 26437 0 -1 4202496 711112 0 0 0 500128 230 0 0 25 0 1 0 528236095 8152936448 52688 33554432000 4194304 4587354 140737149367712 18446744073709551615 4232143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26749/statm: 1990463 52688 337 96 0 1987025 0
[pid=26750] ppid=26748 vsize=19292 CPUtime=5003.57 cores=1
/proc/26750/stat : 26750 (clasp) R 26748 26748 26437 0 -1 4202496 2241 0 0 0 500357 0 0 0 25 0 1 0 528236095 19755008 2132 33554432000 4194304 4785740 140734106640912 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26750/statm: 4823 2132 345 145 0 1868 0
[pid=26751] ppid=26748 vsize=455700 CPUtime=5003.09 cores=2
/proc/26751/stat : 26751 (TNM) R 26748 26748 26437 0 -1 4202496 284 0 0 0 500309 0 0 0 25 0 1 0 528236095 466636800 181 33554432000 134512640 134534564 4291004256 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26751/statm: 113925 181 103 6 0 112591 0
[pid=26752] ppid=26748 vsize=5510288 CPUtime=5003.58 cores=3
/proc/26752/stat : 26752 (march_hi) R 26748 26748 26437 0 -1 4202496 962208 0 0 0 500093 265 0 0 25 0 1 0 528236095 5642534912 962101 33554432000 4194304 4331988 140737234226832 18446744073709551615 4208312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26752/statm: 1377572 962101 173 34 0 1376014 0
[pid=26753] ppid=26748 vsize=423032 CPUtime=19986.8 cores=4-7
/proc/26753/stat : 26753 (plingeling) S 26748 26748 26437 0 -1 4202496 1920486 1251 0 0 1998409 266 0 0 25 0 5 0 528236095 433184768 61502 33554432000 4194304 4356188 140734914934160 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26753/statm: 105758 61502 163 40 0 104302 0
[pid=26753/tid=26760] ppid=26748 vsize=423032 CPUtime=5003.45 cores=4-7
/proc/26753/task/26760/stat : 26760 (plingeling) R 26748 26748 26437 0 -1 4202560 484735 1251 0 0 500283 62 0 0 25 0 5 0 528236095 433184768 61502 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26753/tid=26761] ppid=26748 vsize=423032 CPUtime=5003.58 cores=4-7
/proc/26753/task/26761/stat : 26761 (plingeling) R 26748 26748 26437 0 -1 4202560 462185 1251 0 0 500289 69 0 0 25 0 5 0 528236095 433184768 61502 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26753/tid=26762] ppid=26748 vsize=423032 CPUtime=5002.78 cores=4-7
/proc/26753/task/26762/stat : 26762 (plingeling) R 26748 26748 26437 0 -1 4202560 478122 1251 0 0 500211 67 0 0 25 0 5 0 528236095 433184768 61502 33554432000 4194304 4356188 140734914934160 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26753/tid=26763] ppid=26748 vsize=423032 CPUtime=4976.91 cores=4-7
/proc/26753/task/26763/stat : 26763 (plingeling) R 26748 26748 26437 0 -1 4202560 495098 1251 0 0 497624 67 0 0 25 0 5 0 528236095 433184768 61502 33554432000 4194304 4356188 140734914934160 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 14388488

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 26748 and gives
#  childrusage.ru_utime.tv_sec=10006
#  childrusage.ru_utime.tv_usec=676753
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=22996
# CPU time returned by wait4() is 10006.7
# while last known CPU time is 40000.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.42
CPU time (s): 40000.6
CPU user time (s): 39993
CPU system time (s): 7.61
CPU usage (%): 799.465
Max. virtual memory (cumulated for all children) (KiB): 20453420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.7
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3060
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= 586
involuntary context switches= 26683

runsolver used 8.36373 second user time and 18.2942 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 14:25:37
IDJOB=3275286
IDBENCH=83151
IDSOLVER=1638
FILE ID=node102/3275286-1304166337
RUNJOBID= node102-1304161221-26451
PBS_JOBID= 13170930
Free space on /tmp= 72472 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s00813792-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275286-1304166337/watcher-3275286-1304166337 -o /tmp/evaluation-result-3275286-1304166337/solver-3275286-1304166337 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275286-1304166337.cnf

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

MD5SUM BENCH= 92046422d2d9595619b29413c0964c9c
RANDOM SEED=169276046

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.75
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.828
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.828
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:      30500892 kB
Buffers:        629068 kB
Cached:        1340112 kB
SwapCached:          0 kB
Active:         196640 kB
Inactive:      1836368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30500892 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           10120 kB
Writeback:          40 kB
AnonPages:       64244 kB
Mapped:          14736 kB
Slab:           352144 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190016 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= 72460 MiB
End job on node102 at 2011-04-30 15:49:03