Trace number 3274981

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.3 5003.62

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3274981-1304144567/watcher-3274981-1304144567 -o /tmp/evaluation-result-3274981-1304144567/solver-3274981-1304144567 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3274981-1304144567.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: 2.76 3.16 3.56 1/170 25895
/proc/meminfo: memFree=30383452/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=10568 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) R 25893 25895 25869 0 -1 4194304 100 0 2 0 0 0 0 0 25 0 1 0 526056502 10821632 54 33554432000 4194304 4287625 140733655536320 18446744073709551615 248084778691 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25895/statm: 2642 57 43 23 0 45 0

[startup+0.083928 s]
/proc/loadavg: 2.76 3.16 3.56 1/170 25895
/proc/meminfo: memFree=30383452/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 25 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100919 s]
/proc/loadavg: 2.76 3.16 3.56 1/170 25895
/proc/meminfo: memFree=30383452/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 25 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300887 s]
/proc/loadavg: 2.76 3.16 3.56 1/170 25895
/proc/meminfo: memFree=30383452/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 24 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700816 s]
/proc/loadavg: 2.76 3.16 3.56 1/170 25895
/proc/meminfo: memFree=30383452/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 19 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50067 s]
/proc/loadavg: 2.94 3.19 3.57 9/180 25911
/proc/meminfo: memFree=30234608/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=66224 CPUtime=1.49 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 16392 0 0 0 147 2 0 0 20 0 1 0 526056503 67813376 11381 33554432000 4194304 4587354 140734148684448 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 16556 11381 326 96 0 13118 0
[pid=25898] ppid=25895 vsize=32448 CPUtime=1.48 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 6573 0 0 0 148 0 0 0 20 0 1 0 526056503 33226752 5293 33554432000 4194304 4785740 140736309997936 18446744073709551615 4503567 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 8112 5293 318 145 0 5157 0
[pid=25899] ppid=25895 vsize=464404 CPUtime=1.43 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 4415 0 6 0 143 0 0 0 19 0 1 0 526056503 475549696 4318 33554432000 134512640 134534564 4292261552 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 4
/proc/25899/statm: 116101 4318 91 6 0 114767 0
[pid=25900] ppid=25895 vsize=43396 CPUtime=1.49 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 20284 0 0 0 146 3 0 0 20 0 1 0 526056503 44437504 4840 33554432000 4194304 4331988 140733209650848 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 10849 4840 175 34 0 9291 0
[pid=25901] ppid=25895 vsize=164116 CPUtime=5.41 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 17437 1253 0 0 538 3 0 0 25 0 5 0 526056503 168054784 13098 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 41029 13098 162 40 0 39573 0
[pid=25901/tid=25907] ppid=25895 vsize=164116 CPUtime=1.29 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 1749 1253 0 0 129 0 0 0 25 0 5 0 526056520 168054784 13098 33554432000 4194304 4356188 140733968388864 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=164116 CPUtime=1.3 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 2396 1253 0 0 130 0 0 0 25 0 5 0 526056520 168054784 13098 33554432000 4194304 4356188 140733968388864 18446744073709551615 4271315 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=164116 CPUtime=1.31 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 2253 1253 0 0 131 0 0 0 25 0 5 0 526056520 168054784 13098 33554432000 4194304 4356188 140733968388864 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=164116 CPUtime=1.3 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 2227 1253 0 0 130 0 0 0 25 0 5 0 526056521 168054784 13098 33554432000 4194304 4356188 140733968388864 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 788912

[startup+3.10139 s]
/proc/loadavg: 2.94 3.19 3.57 9/180 25911
/proc/meminfo: memFree=30217984/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=943920 CPUtime=3.08 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 18313 0 0 0 306 2 0 0 25 0 1 0 526056503 966574080 11690 33554432000 4194304 4587354 140734148684448 18446744073709551615 248089394836 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 235980 11690 331 96 0 232542 0
[pid=25898] ppid=25895 vsize=30016 CPUtime=3.08 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 6595 0 0 0 308 0 0 0 25 0 1 0 526056503 30736384 4794 33554432000 4194304 4785740 140736309997936 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 7504 4794 340 145 0 4549 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=3.02 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 302 0 0 0 24 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=43660 CPUtime=3.09 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 20348 0 0 0 306 3 0 0 25 0 1 0 526056503 44707840 4904 33554432000 4194304 4331988 140733209650848 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 10915 4904 175 34 0 9357 0
[pid=25901] ppid=25895 vsize=176916 CPUtime=11.8 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 20638 1253 0 0 1177 3 0 0 25 0 5 0 526056503 181161984 16299 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 44229 16299 163 40 0 42773 0
[pid=25901/tid=25907] ppid=25895 vsize=176916 CPUtime=2.89 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 2517 1253 0 0 289 0 0 0 25 0 5 0 526056520 181161984 16299 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331514 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=176916 CPUtime=2.9 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 3035 1253 0 0 290 0 0 0 25 0 5 0 526056520 181161984 16299 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=176916 CPUtime=2.91 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 2766 1253 0 0 291 0 0 0 25 0 5 0 526056520 181161984 16299 33554432000 4194304 4356188 140733968388864 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=176916 CPUtime=2.9 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 3508 1253 0 0 290 0 0 0 25 0 5 0 526056521 181161984 16299 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.07
Current children cumulated vsize (KiB) 1683184

[startup+6.30083 s]
/proc/loadavg: 3.34 3.27 3.59 9/180 25911
/proc/meminfo: memFree=30198036/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=957072 CPUtime=6.28 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 20487 0 0 0 626 2 0 0 25 0 1 0 526056503 980041728 13861 33554432000 4194304 4587354 140734148684448 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 239268 13861 337 96 0 235830 0
[pid=25898] ppid=25895 vsize=38280 CPUtime=6.29 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 8704 0 0 0 628 1 0 0 25 0 1 0 526056503 39198720 6903 33554432000 4194304 4785740 140736309997936 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 9570 6903 340 145 0 6615 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=6.22 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 621 1 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=43980 CPUtime=6.28 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 20427 0 0 0 625 3 0 0 25 0 1 0 526056503 45035520 4982 33554432000 4194304 4331988 140733209650848 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 10995 4982 175 34 0 9437 0
[pid=25901] ppid=25895 vsize=189252 CPUtime=24.59 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 23758 1253 0 0 2455 4 0 0 25 0 5 0 526056503 193794048 19419 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 47313 19419 163 40 0 45857 0
[pid=25901/tid=25907] ppid=25895 vsize=189252 CPUtime=6.07 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 3453 1253 0 0 607 0 0 0 25 0 5 0 526056520 193794048 19419 33554432000 4194304 4356188 140733968388864 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=189252 CPUtime=6.1 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 4191 1253 0 0 610 0 0 0 25 0 5 0 526056520 193794048 19419 33554432000 4194304 4356188 140733968388864 18446744073709551615 4210992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=189252 CPUtime=6.11 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 3794 1253 0 0 611 0 0 0 25 0 5 0 526056520 193794048 19419 33554432000 4194304 4356188 140733968388864 18446744073709551615 4270848 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=189252 CPUtime=6.1 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 3508 1253 0 0 610 0 0 0 25 0 5 0 526056521 193794048 19419 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331079 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 1717256

[startup+12.7007 s]
/proc/loadavg: 3.72 3.35 3.62 9/180 25911
/proc/meminfo: memFree=30141080/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=973300 CPUtime=12.68 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 25279 0 0 0 1266 2 0 0 25 0 1 0 526056503 996659200 18650 33554432000 4194304 4587354 140734148684448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 243325 18650 337 96 0 239887 0
[pid=25898] ppid=25895 vsize=56120 CPUtime=12.68 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 13113 0 0 0 1266 2 0 0 25 0 1 0 526056503 57466880 11312 33554432000 4194304 4785740 140736309997936 18446744073709551615 4416817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 14030 11312 340 145 0 11075 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=12.62 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 1261 1 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=44624 CPUtime=12.68 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 20568 0 0 0 1265 3 0 0 25 0 1 0 526056503 45694976 5123 33554432000 4194304 4331988 140733209650848 18446744073709551615 4226457 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 11156 5123 176 34 0 9598 0
[pid=25901] ppid=25895 vsize=193348 CPUtime=50.15 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 24782 1253 0 0 5011 4 0 0 25 0 5 0 526056503 197988352 20424 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 48337 20424 163 40 0 46881 0
[pid=25901/tid=25907] ppid=25895 vsize=193348 CPUtime=12.43 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 3453 1253 0 0 1243 0 0 0 25 0 5 0 526056520 197988352 20424 33554432000 4194304 4356188 140733968388864 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=193348 CPUtime=12.5 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 4191 1253 0 0 1250 0 0 0 25 0 5 0 526056520 197988352 20424 33554432000 4194304 4356188 140733968388864 18446744073709551615 4244592 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=193348 CPUtime=12.51 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 3794 1253 0 0 1251 0 0 0 25 0 5 0 526056520 197988352 20424 33554432000 4194304 4356188 140733968388864 18446744073709551615 4237207 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=193348 CPUtime=12.5 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 4532 1253 0 0 1250 0 0 0 25 0 5 0 526056521 197988352 20424 33554432000 4194304 4356188 140733968388864 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 1756064

[startup+25.5014 s]
/proc/loadavg: 4.66 3.57 3.69 9/180 25911
/proc/meminfo: memFree=30084496/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=950736 CPUtime=25.48 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 30519 0 0 0 2545 3 0 0 25 0 1 0 526056503 973553664 21416 33554432000 4194304 4587354 140734148684448 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=25899] ppid=25895 vsize=470348 CPUtime=4782.32 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 478229 3 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=388276 CPUtime=4782.4 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 86013 0 0 0 478188 52 0 0 25 0 1 0 526056503 397594624 70566 33554432000 4194304 4331988 140733209650848 18446744073709551615 4246730 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 97069 70566 175 34 0 95511 0
[pid=25901] ppid=25895 vsize=571620 CPUtime=19101.6 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 2897974 1253 0 0 1909745 412 0 0 25 0 5 0 526056503 585338880 114992 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 142905 114992 163 40 0 141449 0
[pid=25901/tid=25907] ppid=25895 vsize=571620 CPUtime=4755.31 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 678429 1253 0 0 475429 102 0 0 25 0 5 0 526056520 585338880 114992 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=571620 CPUtime=4781.75 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 765697 1253 0 0 478073 102 0 0 25 0 5 0 526056520 585338880 114992 33554432000 4194304 4356188 140733968388864 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=571620 CPUtime=4782.09 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 754309 1253 0 0 478101 108 0 0 25 0 5 0 526056520 585338880 114992 33554432000 4194304 4356188 140733968388864 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=571620 CPUtime=4782.2 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 690727 1253 0 0 478124 96 0 0 25 0 5 0 526056521 585338880 114992 33554432000 4194304 4356188 140733968388864 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.1
Current children cumulated vsize (KiB) 2923672

[startup+4842.3 s]
/proc/loadavg: 8.00 8.00 7.97 9/180 26052
/proc/meminfo: memFree=29039544/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=1085836 CPUtime=4842.4 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 1237177 0 0 0 483687 553 0 0 25 0 1 0 526056503 1111896064 63298 33554432000 4194304 4587354 140734148684448 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 271459 63298 337 96 0 268021 0
[pid=25898] ppid=25895 vsize=376472 CPUtime=4842.38 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 88569 0 0 0 484204 34 0 0 25 0 1 0 526056503 385507328 86768 33554432000 4194304 4785740 140736309997936 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 94118 86768 340 145 0 91163 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=4842.32 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 484229 3 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=388276 CPUtime=4842.4 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 87262 0 0 0 484187 53 0 0 25 0 1 0 526056503 397594624 71815 33554432000 4194304 4331988 140733209650848 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 97069 71815 175 34 0 95511 0
[pid=25901] ppid=25895 vsize=551140 CPUtime=19341.2 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 2926646 1253 0 0 1933708 415 0 0 25 0 5 0 526056503 564367360 109872 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 137785 109872 163 40 0 136329 0
[pid=25901/tid=25907] ppid=25895 vsize=551140 CPUtime=4814.98 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 687645 1253 0 0 481395 103 0 0 25 0 5 0 526056520 564367360 109872 33554432000 4194304 4356188 140733968388864 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=551140 CPUtime=4841.74 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 767745 1253 0 0 484072 102 0 0 25 0 5 0 526056520 564367360 109872 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=551140 CPUtime=4842.09 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 766597 1253 0 0 484100 109 0 0 25 0 5 0 526056520 564367360 109872 33554432000 4194304 4356188 140733968388864 18446744073709551615 4280678 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=551140 CPUtime=4842.21 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 695847 1253 0 0 484124 97 0 0 25 0 5 0 526056521 564367360 109872 33554432000 4194304 4356188 140733968388864 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.7
Current children cumulated vsize (KiB) 2890396

[startup+4902.3 s]
/proc/loadavg: 8.04 8.01 7.98 9/180 26053
/proc/meminfo: memFree=29005780/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=1095968 CPUtime=4902.39 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 1251375 0 0 0 489678 561 0 0 25 0 1 0 526056503 1122271232 67260 33554432000 4194304 4587354 140734148684448 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 273992 67260 337 96 0 270554 0
[pid=25898] ppid=25895 vsize=379512 CPUtime=4902.39 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 89297 0 0 0 490204 35 0 0 25 0 1 0 526056503 388620288 87496 33554432000 4194304 4785740 140736309997936 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 94878 87496 340 145 0 91923 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=4902.32 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 490229 3 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=388276 CPUtime=4902.4 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 88305 0 0 0 490187 53 0 0 25 0 1 0 526056503 397594624 72858 33554432000 4194304 4331988 140733209650848 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 97069 72858 175 34 0 95511 0
[pid=25901] ppid=25895 vsize=579812 CPUtime=19580.9 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 2974774 1253 0 0 1957670 420 0 0 25 0 5 0 526056503 593727488 117040 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 144953 117040 163 40 0 143497 0
[pid=25901/tid=25907] ppid=25895 vsize=579812 CPUtime=4874.67 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 701981 1253 0 0 487362 105 0 0 25 0 5 0 526056520 593727488 117040 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=579812 CPUtime=4901.74 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 783105 1253 0 0 490070 104 0 0 25 0 5 0 526056520 593727488 117040 33554432000 4194304 4356188 140733968388864 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=579812 CPUtime=4902.08 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 780933 1253 0 0 490098 110 0 0 25 0 5 0 526056520 593727488 117040 33554432000 4194304 4356188 140733968388864 18446744073709551615 4210817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=579812 CPUtime=4902.21 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 699943 1253 0 0 490123 98 0 0 25 0 5 0 526056521 593727488 117040 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 2932240

[startup+4962.3 s]
/proc/loadavg: 8.10 8.04 7.99 9/180 26055
/proc/meminfo: memFree=28989620/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=1101508 CPUtime=4962.4 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 1262683 0 0 0 495672 568 0 0 25 0 1 0 526056503 1127944192 58178 33554432000 4194304 4587354 140734148684448 18446744073709551615 4243620 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 275377 58178 337 96 0 271939 0
[pid=25898] ppid=25895 vsize=382736 CPUtime=4962.39 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 90001 0 0 0 496204 35 0 0 25 0 1 0 526056503 391921664 88200 33554432000 4194304 4785740 140736309997936 18446744073709551615 4552635 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 95684 88200 340 145 0 92729 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=4962.32 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 496229 3 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=388276 CPUtime=4962.4 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 88999 0 0 0 496186 54 0 0 25 0 1 0 526056503 397594624 73552 33554432000 4194304 4331988 140733209650848 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 97069 73552 175 34 0 95511 0
[pid=25901] ppid=25895 vsize=563428 CPUtime=19820.6 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 3032118 1253 0 0 1981630 428 0 0 25 0 5 0 526056503 576950272 112944 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 140857 112944 163 40 0 139401 0
[pid=25901/tid=25907] ppid=25895 vsize=563428 CPUtime=4934.34 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 715293 1253 0 0 493327 107 0 0 25 0 5 0 526056520 576950272 112944 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=563428 CPUtime=4961.74 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 794369 1253 0 0 496068 106 0 0 25 0 5 0 526056520 576950272 112944 33554432000 4194304 4356188 140733968388864 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=563428 CPUtime=4962.09 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 798341 1253 0 0 496096 113 0 0 25 0 5 0 526056520 576950272 112944 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=563428 CPUtime=4962.22 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 715303 1253 0 0 496122 100 0 0 25 0 5 0 526056521 576950272 112944 33554432000 4194304 4356188 140733968388864 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.1
Current children cumulated vsize (KiB) 2924620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.10 8.05 7.99 9/180 26056
/proc/meminfo: memFree=28986604/32950928 swapFree=67111428/67111528
[pid=25895] ppid=25893 vsize=18324 CPUtime=0 cores=0-7
/proc/25895/stat : 25895 (ppfolio) S 25893 25895 25869 0 -1 4202496 519 0 2 0 0 0 0 0 15 0 1 0 526056502 18763776 389 33554432000 4194304 4287625 140733655536320 18446744073709551615 248089718287 0 0 4096 65536 3202042846680973311 0 0 17 4 0 0 0
/proc/25895/statm: 4581 389 341 23 0 91 0
[pid=25897] ppid=25895 vsize=1108448 CPUtime=5003.71 cores=0
/proc/25897/stat : 25897 (cryptominisat) R 25895 25895 25869 0 -1 4202496 1272316 0 0 0 499798 573 0 0 25 0 1 0 526056503 1135050752 57350 33554432000 4194304 4587354 140734148684448 18446744073709551615 4236522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25897/statm: 277112 57350 337 96 0 273674 0
[pid=25898] ppid=25895 vsize=382736 CPUtime=5003.7 cores=1
/proc/25898/stat : 25898 (clasp) R 25895 25895 25869 0 -1 4202496 90001 0 0 0 500335 35 0 0 25 0 1 0 526056503 391921664 88200 33554432000 4194304 4785740 140736309997936 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25898/statm: 95684 88200 340 145 0 92729 0
[pid=25899] ppid=25895 vsize=470348 CPUtime=5003.63 cores=2
/proc/25899/stat : 25899 (TNM) R 25895 25895 25869 0 -1 4202496 6320 0 7 0 500360 3 0 0 25 0 1 0 526056503 481636352 6224 33554432000 134512640 134534564 4292261552 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 6
/proc/25899/statm: 117587 6224 95 6 0 116253 0
[pid=25900] ppid=25895 vsize=388276 CPUtime=5003.71 cores=3
/proc/25900/stat : 25900 (march_hi) R 25895 25895 25869 0 -1 4202496 89429 0 0 0 500317 54 0 0 25 0 1 0 526056503 397594624 73982 33554432000 4194304 4331988 140733209650848 18446744073709551615 4237350 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25900/statm: 97069 73982 175 34 0 95511 0
[pid=25901] ppid=25895 vsize=604388 CPUtime=19985.6 cores=4-7
/proc/25901/stat : 25901 (plingeling) S 25895 25895 25869 0 -1 4202496 3055670 1253 0 0 1998127 430 0 0 25 0 5 0 526056503 618893312 123184 33554432000 4194304 4356188 140733968388864 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/25901/statm: 151097 123184 163 40 0 149641 0
[pid=25901/tid=25907] ppid=25895 vsize=604388 CPUtime=4975.41 cores=4-7
/proc/25901/task/25907/stat : 25907 (plingeling) R 25895 25895 25869 0 -1 4202560 722461 1253 0 0 497434 107 0 0 25 0 5 0 526056520 618893312 123184 33554432000 4194304 4356188 140733968388864 18446744073709551615 4281699 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25901/tid=25908] ppid=25895 vsize=604388 CPUtime=5003.05 cores=4-7
/proc/25901/task/25908/stat : 25908 (plingeling) R 25895 25895 25869 0 -1 4202560 803585 1253 0 0 500198 107 0 0 25 0 5 0 526056520 618893312 123184 33554432000 4194304 4356188 140733968388864 18446744073709551615 4279677 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25901/tid=25909] ppid=25895 vsize=604388 CPUtime=5003.4 cores=4-7
/proc/25901/task/25909/stat : 25909 (plingeling) R 25895 25895 25869 0 -1 4202560 805509 1253 0 0 500226 114 0 0 25 0 5 0 526056520 618893312 123184 33554432000 4194304 4356188 140733968388864 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25901/tid=25910] ppid=25895 vsize=604388 CPUtime=5003.52 cores=4-7
/proc/25901/task/25910/stat : 25910 (plingeling) R 25895 25895 25869 0 -1 4202560 715303 1253 0 0 500252 100 0 0 25 0 5 0 526056521 618893312 123184 33554432000 4194304 4356188 140733968388864 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2972520

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 25895 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=608335
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=42993
# CPU time returned by wait4() is 5003.65
# while last known CPU time is 40000.3
#
# 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.3
CPU user time (s): 39989.4
CPU system time (s): 10.95
CPU usage (%): 799.428
Max. virtual memory (cumulated for all children) (KiB): 3721224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.61
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6840
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 576
involuntary context switches= 9316

runsolver used 8.17776 second user time and 19.1221 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 08:22:47
IDJOB=3274981
IDBENCH=71270
IDSOLVER=1638
FILE ID=node123/3274981-1304144567
RUNJOBID= node123-1304144567-25883
PBS_JOBID= 13170860
Free space on /tmp= 73464 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g10.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274981-1304144567/watcher-3274981-1304144567 -o /tmp/evaluation-result-3274981-1304144567/solver-3274981-1304144567 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3274981-1304144567.cnf

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=1579074149

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30383484 kB
Buffers:        632672 kB
Cached:        1498356 kB
SwapCached:        100 kB
Active:         227704 kB
Inactive:      1966744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30383484 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           13420 kB
Writeback:           0 kB
AnonPages:       63856 kB
Mapped:          14344 kB
Slab:           308612 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187336 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= 73456 MiB
End job on node123 at 2011-04-30 09:46:13