Trace number 3221361

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 parUNSAT 218.2 27.4855

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S895193371-061.UNKNOWN.cnf
MD5SUM737aa440f80cd8be0050a0f138c79eb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.2119
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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
218.20/27.48	s UNSATISFIABLE
218.20/27.48	solver [4] march_hi 2009 answered
218.20/27.48	Done

Verifier Data

No possible verification on an UNSAT instance

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-3221361-1304161463/watcher-3221361-1304161463 -o /tmp/evaluation-result-3221361-1304161463/solver-3221361-1304161463 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221361-1304161463.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.15 8.10 2/174 30956
/proc/meminfo: memFree=25847760/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0

[startup+0.06794 s]
/proc/loadavg: 8.10 8.15 8.10 2/174 30956
/proc/meminfo: memFree=25847760/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100934 s]
/proc/loadavg: 8.10 8.15 8.10 2/174 30956
/proc/meminfo: memFree=25847760/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) R 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300898 s]
/proc/loadavg: 8.10 8.15 8.10 2/174 30956
/proc/meminfo: memFree=25847760/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700827 s]
/proc/loadavg: 8.10 8.15 8.10 2/174 30956
/proc/meminfo: memFree=25847760/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50068 s]
/proc/loadavg: 8.10 8.15 8.10 9/184 30971
/proc/meminfo: memFree=25832180/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=293496 CPUtime=1.49 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 3175 0 0 0 149 0 0 0 20 0 1 0 527744465 300539904 2157 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 73374 2157 337 96 0 69936 0
[pid=30958] ppid=30956 vsize=13776 CPUtime=1.49 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 910 0 0 0 149 0 0 0 20 0 1 0 527744465 14106624 799 33554432000 4194304 4785740 140737164538048 18446744073709551615 4550931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 3444 799 340 145 0 489 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=1.49 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 149 0 0 0 20 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 2099489 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=7620 CPUtime=1.49 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 514 0 0 0 149 0 0 0 25 0 1 0 527744465 7802880 407 33554432000 4194304 4331988 140737256156800 18446744073709551615 4226324 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 1905 407 172 34 0 347 0
[pid=30961] ppid=30956 vsize=122504 CPUtime=5.93 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 3460 1254 0 0 593 0 0 0 25 0 5 0 527744465 125444096 2758 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 30626 2758 164 40 0 29170 0
[pid=30961/tid=30968] ppid=30956 vsize=122504 CPUtime=1.49 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 676 1254 0 0 149 0 0 0 25 0 5 0 527744466 125444096 2758 33554432000 4194304 4356188 140737204767104 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=122504 CPUtime=1.46 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 759 1254 0 0 146 0 0 0 25 0 5 0 527744466 125444096 2758 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=122504 CPUtime=1.48 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 758 1254 0 0 148 0 0 0 25 0 5 0 527744466 125444096 2758 33554432000 4194304 4356188 140737204767104 18446744073709551615 4284062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=122504 CPUtime=1.48 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 768 1254 0 0 148 0 0 0 25 0 5 0 527744466 125444096 2758 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 911572

[startup+3.1004 s]
/proc/loadavg: 8.09 8.15 8.10 10/184 30971
/proc/meminfo: memFree=25823872/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=296252 CPUtime=3.09 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 4728 0 0 0 309 0 0 0 25 0 1 0 527744465 303362048 2978 33554432000 4194304 4587354 140733203263104 18446744073709551615 4244573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 74063 2978 337 96 0 70625 0
[pid=30958] ppid=30956 vsize=14448 CPUtime=3.09 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1070 0 0 0 309 0 0 0 25 0 1 0 527744465 14794752 959 33554432000 4194304 4785740 140737164538048 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 3612 959 340 145 0 657 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=3.09 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 309 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134530172 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=7620 CPUtime=3.09 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 526 0 0 0 309 0 0 0 25 0 1 0 527744465 7802880 419 33554432000 4194304 4331988 140737256156800 18446744073709551615 4211476 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 1905 419 172 34 0 347 0
[pid=30961] ppid=30956 vsize=123676 CPUtime=12.31 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 5001 1254 0 0 1231 0 0 0 25 0 5 0 527744465 126644224 3051 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 30919 3051 164 40 0 29463 0
[pid=30961/tid=30968] ppid=30956 vsize=123676 CPUtime=3.08 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 1062 1254 0 0 308 0 0 0 25 0 5 0 527744466 126644224 3051 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=123676 CPUtime=3.05 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 1208 1254 0 0 305 0 0 0 25 0 5 0 527744466 126644224 3051 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=123676 CPUtime=3.08 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 1111 1254 0 0 308 0 0 0 25 0 5 0 527744466 126644224 3051 33554432000 4194304 4356188 140737204767104 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=123676 CPUtime=3.08 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 1121 1254 0 0 308 0 0 0 25 0 5 0 527744466 126644224 3051 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 916172

[startup+6.30083 s]
/proc/loadavg: 8.09 8.15 8.10 9/184 30971
/proc/meminfo: memFree=25815340/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=298188 CPUtime=6.29 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 6594 0 0 0 629 0 0 0 25 0 1 0 527744465 305344512 2943 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 74547 2943 337 96 0 71109 0
[pid=30958] ppid=30956 vsize=15268 CPUtime=6.29 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1265 0 0 0 629 0 0 0 25 0 1 0 527744465 15634432 1154 33554432000 4194304 4785740 140737164538048 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 3817 1154 341 145 0 862 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=6.29 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 629 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=7924 CPUtime=6.29 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 593 0 0 0 629 0 0 0 25 0 1 0 527744465 8114176 486 33554432000 4194304 4331988 140737256156800 18446744073709551615 4211572 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 1981 486 173 34 0 423 0
[pid=30961] ppid=30956 vsize=127144 CPUtime=25.1 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 8652 1254 0 0 2509 1 0 0 25 0 5 0 527744465 130195456 3918 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 31786 3918 164 40 0 30330 0
[pid=30961/tid=30968] ppid=30956 vsize=127144 CPUtime=6.28 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 2087 1254 0 0 628 0 0 0 25 0 5 0 527744466 130195456 3918 33554432000 4194304 4356188 140737204767104 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=127144 CPUtime=6.23 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 1816 1254 0 0 623 0 0 0 25 0 5 0 527744466 130195456 3918 33554432000 4194304 4356188 140737204767104 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=127144 CPUtime=6.28 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 2169 1254 0 0 628 0 0 0 25 0 5 0 527744466 130195456 3918 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=127144 CPUtime=6.28 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 2081 1254 0 0 628 0 0 0 25 0 5 0 527744466 130195456 3918 33554432000 4194304 4356188 140737204767104 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 922700

[startup+12.7007 s]
/proc/loadavg: 8.31 8.19 8.12 10/185 30973
/proc/meminfo: memFree=25796244/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=299844 CPUtime=12.69 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 10007 0 0 0 1268 1 0 0 25 0 1 0 527744465 307040256 3856 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 74961 3856 337 96 0 71523 0
[pid=30958] ppid=30956 vsize=16360 CPUtime=12.57 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1530 0 0 0 1257 0 0 0 25 0 1 0 527744465 16752640 1419 33554432000 4194304 4785740 140737164538048 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 4090 1419 341 145 0 1135 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=12.69 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 1269 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=8304 CPUtime=12.69 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 674 0 0 0 1269 0 0 0 25 0 1 0 527744465 8503296 567 33554432000 4194304 4331988 140737256156800 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 2076 567 173 34 0 518 0
[pid=30961] ppid=30956 vsize=132528 CPUtime=50.64 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 14478 1254 0 0 5062 2 0 0 25 0 5 0 527744465 135708672 5264 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 33132 5264 164 40 0 31676 0
[pid=30961/tid=30968] ppid=30956 vsize=132528 CPUtime=12.68 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 3239 1254 0 0 1268 0 0 0 25 0 5 0 527744466 135708672 5264 33554432000 4194304 4356188 140737204767104 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=132528 CPUtime=12.57 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 3673 1254 0 0 1257 0 0 0 25 0 5 0 527744466 135708672 5264 33554432000 4194304 4356188 140737204767104 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=132528 CPUtime=12.68 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 3257 1254 0 0 1268 0 0 0 25 0 5 0 527744466 135708672 5264 33554432000 4194304 4356188 140737204767104 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=132528 CPUtime=12.67 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 3810 1254 0 0 1267 0 0 0 25 0 5 0 527744466 135708672 5264 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331199 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 931212

[startup+25.5004 s]
/proc/loadavg: 8.56 8.25 8.13 10/185 30973
/proc/meminfo: memFree=25768888/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=311144 CPUtime=25.48 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 15195 0 0 0 2547 1 0 0 25 0 1 0 527744465 318611456 4444 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 77786 4444 337 96 0 74348 0
[pid=30958] ppid=30956 vsize=17748 CPUtime=24.79 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1872 0 0 0 2479 0 0 0 25 0 1 0 527744465 18173952 1761 33554432000 4194304 4785740 140737164538048 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 4437 1761 341 145 0 1482 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=25.49 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 2549 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=9536 CPUtime=25.49 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 946 0 0 0 2549 0 0 0 25 0 1 0 527744465 9764864 839 33554432000 4194304 4331988 140737256156800 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 2384 839 173 34 0 826 0
[pid=30961] ppid=30956 vsize=137804 CPUtime=101.76 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 27381 1254 0 0 10172 4 0 0 25 0 5 0 527744465 141111296 6583 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 34451 6583 164 40 0 32995 0
[pid=30961/tid=30968] ppid=30956 vsize=137804 CPUtime=25.48 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 6857 1254 0 0 2547 1 0 0 25 0 5 0 527744466 141111296 6583 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=137804 CPUtime=25.29 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 6778 1254 0 0 2529 0 0 0 25 0 5 0 527744466 141111296 6583 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=137804 CPUtime=25.47 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 6363 1254 0 0 2547 0 0 0 25 0 5 0 527744466 141111296 6583 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=137804 CPUtime=25.48 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 6884 1254 0 0 2547 1 0 0 25 0 5 0 527744466 141111296 6583 33554432000 4194304 4356188 140737204767104 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.01
Current children cumulated vsize (KiB) 950408

Solver just ended. Dumping a history of the last processes samples

[startup+26.3013 s]
/proc/loadavg: 8.59 8.27 8.14 10/185 30973
/proc/meminfo: memFree=25756736/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=311144 CPUtime=26.3 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 15355 0 0 0 2628 2 0 0 25 0 1 0 527744465 318611456 4598 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 77786 4598 337 96 0 74348 0
[pid=30958] ppid=30956 vsize=17748 CPUtime=25.55 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1886 0 0 0 2555 0 0 0 25 0 1 0 527744465 18173952 1775 33554432000 4194304 4785740 140737164538048 18446744073709551615 232335590048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 4437 1775 341 145 0 1482 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=26.29 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 2629 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=9536 CPUtime=26.29 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 963 0 0 0 2629 0 0 0 25 0 1 0 527744465 9764864 856 33554432000 4194304 4331988 140737256156800 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 2384 856 173 34 0 826 0
[pid=30961] ppid=30956 vsize=143180 CPUtime=104.98 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 29621 1254 0 0 10493 5 0 0 25 0 5 0 527744465 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 35795 7927 164 40 0 34339 0
[pid=30961/tid=30968] ppid=30956 vsize=143180 CPUtime=26.29 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 7017 1254 0 0 2628 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=143180 CPUtime=26.1 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 7418 1254 0 0 2609 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4211015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=143180 CPUtime=26.28 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 7035 1254 0 0 2628 0 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4279723 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=143180 CPUtime=26.28 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 7652 1254 0 0 2627 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 209.41
Current children cumulated vsize (KiB) 955784

[startup+27.1011 s]
/proc/loadavg: 8.59 8.27 8.14 10/185 30973
/proc/meminfo: memFree=25756736/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=311144 CPUtime=27.09 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 15480 0 0 0 2707 2 0 0 25 0 1 0 527744465 318611456 4717 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 77786 4717 337 96 0 74348 0
[pid=30958] ppid=30956 vsize=17880 CPUtime=26.34 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1909 0 0 0 2634 0 0 0 25 0 1 0 527744465 18309120 1798 33554432000 4194304 4785740 140737164538048 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 4470 1798 341 145 0 1515 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=27.09 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 2709 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=9536 CPUtime=27.09 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 980 0 0 0 2709 0 0 0 25 0 1 0 527744465 9764864 873 33554432000 4194304 4331988 140737256156800 18446744073709551615 4246727 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 2384 873 173 34 0 826 0
[pid=30961] ppid=30956 vsize=142540 CPUtime=108.16 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 29749 1254 0 0 10811 5 0 0 25 0 5 0 527744465 145960960 7767 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 35635 7767 164 40 0 34179 0
[pid=30961/tid=30968] ppid=30956 vsize=142540 CPUtime=27.08 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 7081 1254 0 0 2707 1 0 0 25 0 5 0 527744466 145960960 7767 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=142540 CPUtime=26.89 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 7450 1254 0 0 2688 1 0 0 25 0 5 0 527744466 145960960 7767 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331407 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=142540 CPUtime=27.07 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 7067 1254 0 0 2707 0 0 0 25 0 5 0 527744466 145960960 7767 33554432000 4194304 4356188 140737204767104 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=142540 CPUtime=27.08 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 7652 1254 0 0 2707 1 0 0 25 0 5 0 527744466 145960960 7767 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 215.77
Current children cumulated vsize (KiB) 955276

[startup+27.3011 s]
/proc/loadavg: 8.59 8.27 8.14 10/185 30973
/proc/meminfo: memFree=25756736/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=311144 CPUtime=27.29 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 15506 0 0 0 2727 2 0 0 25 0 1 0 527744465 318611456 4743 33554432000 4194304 4587354 140733203263104 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 77786 4743 337 96 0 74348 0
[pid=30958] ppid=30956 vsize=17880 CPUtime=26.54 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1918 0 0 0 2654 0 0 0 25 0 1 0 527744465 18309120 1807 33554432000 4194304 4785740 140737164538048 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 4470 1807 341 145 0 1515 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=27.29 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 2729 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134530292 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=9536 CPUtime=27.29 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 984 0 0 0 2729 0 0 0 25 0 1 0 527744465 9764864 877 33554432000 4194304 4331988 140737256156800 18446744073709551615 232335892352 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 2384 877 173 34 0 826 0
[pid=30961] ppid=30956 vsize=143180 CPUtime=108.96 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 29909 1254 0 0 10891 5 0 0 25 0 5 0 527744465 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 35795 7927 164 40 0 34339 0
[pid=30961/tid=30968] ppid=30956 vsize=143180 CPUtime=27.28 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 7081 1254 0 0 2727 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=143180 CPUtime=27.09 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 7514 1254 0 0 2708 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=143180 CPUtime=27.27 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 7099 1254 0 0 2727 0 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=143180 CPUtime=27.28 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 7716 1254 0 0 2727 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 217.37
Current children cumulated vsize (KiB) 955916

[startup+27.4011 s]
/proc/loadavg: 8.59 8.27 8.14 9/184 30973
/proc/meminfo: memFree=25791204/32951124 swapFree=67111412/67111528
[pid=30956] ppid=30954 vsize=18324 CPUtime=0 cores=0-7
/proc/30956/stat : 30956 (ppfolio) S 30954 30956 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527744465 18763776 389 33554432000 4194304 4287625 140736787984816 18446744073709551615 232335912463 0 0 4096 65536 3880168842135076863 0 0 17 6 0 0 0
/proc/30956/statm: 4581 389 341 23 0 91 0
[pid=30957] ppid=30956 vsize=311144 CPUtime=27.4 cores=0
/proc/30957/stat : 30957 (cryptominisat) R 30956 30956 30074 0 -1 4202496 15521 0 0 0 2738 2 0 0 25 0 1 0 527744465 318611456 4757 33554432000 4194304 4587354 140733203263104 18446744073709551615 4243634 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30957/statm: 77786 4757 337 96 0 74348 0
[pid=30958] ppid=30956 vsize=17880 CPUtime=26.64 cores=1
/proc/30958/stat : 30958 (clasp) R 30956 30956 30074 0 -1 4202496 1921 0 0 0 2664 0 0 0 25 0 1 0 527744465 18309120 1810 33554432000 4194304 4785740 140737164538048 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30958/statm: 4470 1810 341 145 0 1515 0
[pid=30959] ppid=30956 vsize=455852 CPUtime=27.39 cores=2
/proc/30959/stat : 30959 (TNM) R 30956 30956 30074 0 -1 4202496 320 0 0 0 2739 0 0 0 25 0 1 0 527744465 466792448 217 33554432000 134512640 134534564 4294299968 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30959/statm: 113963 217 95 6 0 112629 0
[pid=30960] ppid=30956 vsize=9536 CPUtime=27.39 cores=3
/proc/30960/stat : 30960 (march_hi) R 30956 30956 30074 0 -1 4202496 986 0 0 0 2739 0 0 0 25 0 1 0 527744465 9764864 879 33554432000 4194304 4331988 140737256156800 18446744073709551615 4211522 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30960/statm: 2384 879 173 34 0 826 0
[pid=30961] ppid=30956 vsize=143180 CPUtime=109.38 cores=4-7
/proc/30961/stat : 30961 (plingeling) S 30956 30956 30074 0 -1 4202496 29909 1254 0 0 10933 5 0 0 25 0 5 0 527744465 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30961/statm: 35795 7927 164 40 0 34339 0
[pid=30961/tid=30968] ppid=30956 vsize=143180 CPUtime=27.39 cores=4-7
/proc/30961/task/30968/stat : 30968 (plingeling) R 30956 30956 30074 0 -1 4202560 7081 1254 0 0 2738 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30961/tid=30969] ppid=30956 vsize=143180 CPUtime=27.19 cores=4-7
/proc/30961/task/30969/stat : 30969 (plingeling) R 30956 30956 30074 0 -1 4202560 7514 1254 0 0 2718 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30961/tid=30970] ppid=30956 vsize=143180 CPUtime=27.38 cores=4-7
/proc/30961/task/30970/stat : 30970 (plingeling) R 30956 30956 30074 0 -1 4202560 7099 1254 0 0 2738 0 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4333337 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30961/tid=30971] ppid=30956 vsize=143180 CPUtime=27.38 cores=4-7
/proc/30961/task/30971/stat : 30971 (plingeling) R 30956 30956 30074 0 -1 4202560 7716 1254 0 0 2737 1 0 0 25 0 5 0 527744466 146616320 7927 33554432000 4194304 4356188 140737204767104 18446744073709551615 4331675 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 218.2
Current children cumulated vsize (KiB) 955916

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30956 and gives
#  childrusage.ru_utime.tv_sec=109
#  childrusage.ru_utime.tv_usec=129409
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=42993
# CPU time returned by wait4() is 109.172
# while last known CPU time is 218.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 27.4855
CPU time (s): 218.2
CPU user time (s): 218.13
CPU system time (s): 0.07
CPU usage (%): 793.874
Max. virtual memory (cumulated for all children) (KiB): 958216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.129
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= 19302
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= 844
involuntary context switches= 390

runsolver used 0.039993 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 13:04:23
IDJOB=3221361
IDBENCH=82910
IDSOLVER=1638
FILE ID=node132/3221361-1304161463
RUNJOBID= node132-1304154842-30088
PBS_JOBID= 13170908
Free space on /tmp= 72176 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S895193371-061.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221361-1304161463/watcher-3221361-1304161463 -o /tmp/evaluation-result-3221361-1304161463/solver-3221361-1304161463 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221361-1304161463.cnf

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

MD5SUM BENCH= 737aa440f80cd8be0050a0f138c79eb6
RANDOM SEED=118580979

node132.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      25847792 kB
Buffers:        695104 kB
Cached:        5859540 kB
SwapCached:        112 kB
Active:        1520400 kB
Inactive:      5098564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25847792 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           10208 kB
Writeback:           0 kB
AnonPages:       63440 kB
Mapped:          14756 kB
Slab:           418428 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72164 MiB
End job on node132 at 2011-04-30 13:04:51