Trace number 3276286

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52092
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.00 7.98 1/170 10618
/proc/meminfo: memFree=30914300/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0

[startup+0.0214679 s]
/proc/loadavg: 8.06 8.00 7.98 1/170 10618
/proc/meminfo: memFree=30914300/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100455 s]
/proc/loadavg: 8.06 8.00 7.98 1/170 10618
/proc/meminfo: memFree=30914300/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300422 s]
/proc/loadavg: 8.06 8.00 7.98 1/170 10618
/proc/meminfo: memFree=30914300/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700352 s]
/proc/loadavg: 8.06 8.00 7.98 1/170 10618
/proc/meminfo: memFree=30914300/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 8.06 8.00 7.98 9/180 10633
/proc/meminfo: memFree=30412256/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=170052 CPUtime=1.48 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 36254 0 0 0 144 4 0 0 20 0 1 0 529170361 174133248 36140 33554432000 4194304 4587354 140733261583168 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 42513 36140 314 96 0 39075 0
[pid=10620] ppid=10618 vsize=88396 CPUtime=1.49 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 24430 0 0 0 146 3 0 0 20 0 1 0 529170361 90517504 18199 33554432000 4194304 4785740 140735476321856 18446744073709551615 4495623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 22099 18199 313 145 0 19144 0
[pid=10621] ppid=10618 vsize=506512 CPUtime=1.49 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 18463 0 0 0 147 2 0 0 20 0 1 0 529170361 518668288 18360 33554432000 134512640 134534564 4294051648 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 126628 18360 91 6 0 125294 0
[pid=10622] ppid=10618 vsize=130384 CPUtime=1.48 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 48808 0 0 0 142 6 0 0 20 0 1 0 529170361 133513216 19791 33554432000 4194304 4331988 140736141796688 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 32596 19791 147 34 0 31038 0
[pid=10623] ppid=10618 vsize=257932 CPUtime=3.61 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 53221 1251 0 0 353 8 0 0 21 0 5 0 529170361 264122368 36520 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 64483 36520 158 40 0 63027 0
[pid=10623/tid=10630] ppid=10618 vsize=257932 CPUtime=0.7 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 4577 1251 0 0 70 0 0 0 24 0 5 0 529170439 264122368 36520 33554432000 4194304 4356188 140735581164912 18446744073709551615 4287074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=257932 CPUtime=0.71 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 5221 1251 0 0 70 1 0 0 25 0 5 0 529170439 264122368 36520 33554432000 4194304 4356188 140735581164912 18446744073709551615 4287815 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=257932 CPUtime=0.71 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 5129 1251 0 0 70 1 0 0 25 0 5 0 529170439 264122368 36520 33554432000 4194304 4356188 140735581164912 18446744073709551615 4287056 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=257932 CPUtime=0.69 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 4831 1251 0 0 69 0 0 0 25 0 5 0 529170439 264122368 36520 33554432000 4194304 4356188 140735581164912 18446744073709551615 4279575 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.55
Current children cumulated vsize (KiB) 1171600

[startup+3.10093 s]
/proc/loadavg: 8.06 8.00 7.98 9/180 10633
/proc/meminfo: memFree=30397376/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=170052 CPUtime=3.08 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 36254 0 0 0 304 4 0 0 25 0 1 0 529170361 174133248 36140 33554432000 4194304 4587354 140733261583168 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 42513 36140 314 96 0 39075 0
[pid=10620] ppid=10618 vsize=88396 CPUtime=3.09 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 24430 0 0 0 306 3 0 0 25 0 1 0 529170361 90517504 18199 33554432000 4194304 4785740 140735476321856 18446744073709551615 4495688 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 22099 18199 313 145 0 19144 0
[pid=10621] ppid=10618 vsize=506512 CPUtime=3.09 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 18463 0 0 0 307 2 0 0 25 0 1 0 529170361 518668288 18360 33554432000 134512640 134534564 4294051648 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 126628 18360 91 6 0 125294 0
[pid=10622] ppid=10618 vsize=153096 CPUtime=3.09 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 79326 0 0 0 298 11 0 0 25 0 1 0 529170361 156770304 17857 33554432000 4194304 4331988 140736141796688 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 38274 17857 159 34 0 36716 0
[pid=10623] ppid=10618 vsize=280996 CPUtime=10 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 58991 1251 0 0 991 9 0 0 21 0 5 0 529170361 287739904 42290 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 70249 42290 162 40 0 68793 0
[pid=10623/tid=10630] ppid=10618 vsize=280996 CPUtime=2.3 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 4577 1251 0 0 230 0 0 0 25 0 5 0 529170439 287739904 42290 33554432000 4194304 4356188 140735581164912 18446744073709551615 4270920 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=280996 CPUtime=2.3 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 6042 1251 0 0 229 1 0 0 25 0 5 0 529170439 287739904 42290 33554432000 4194304 4356188 140735581164912 18446744073709551615 4293946 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=280996 CPUtime=2.3 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 6878 1251 0 0 229 1 0 0 25 0 5 0 529170439 287739904 42290 33554432000 4194304 4356188 140735581164912 18446744073709551615 4270878 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=280996 CPUtime=2.28 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 8031 1251 0 0 228 0 0 0 25 0 5 0 529170439 287739904 42290 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331589 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.35
Current children cumulated vsize (KiB) 1217376

[startup+6.30137 s]
/proc/loadavg: 8.06 8.00 7.98 9/180 10633
/proc/meminfo: memFree=30332948/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=254648 CPUtime=6.29 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 57684 0 0 0 621 8 0 0 25 0 1 0 529170361 260759552 50701 33554432000 4194304 4587354 140733261583168 18446744073709551615 4317956 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 63662 50701 319 96 0 60224 0
[pid=10620] ppid=10618 vsize=88396 CPUtime=6.29 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 24430 0 0 0 626 3 0 0 25 0 1 0 529170361 90517504 18199 33554432000 4194304 4785740 140735476321856 18446744073709551615 4495633 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 22099 18199 313 145 0 19144 0
[pid=10621] ppid=10618 vsize=506512 CPUtime=6.29 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 18463 0 0 0 626 3 0 0 25 0 1 0 529170361 518668288 18360 33554432000 134512640 134534564 4294051648 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 126628 18360 91 6 0 125294 0
[pid=10622] ppid=10618 vsize=157340 CPUtime=6.29 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 89723 0 0 0 617 12 0 0 25 0 1 0 529170361 161116160 18974 33554432000 4194304 4331988 140736141796688 18446744073709551615 4315832 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39335 18974 171 34 0 37777 0
[pid=10623] ppid=10618 vsize=309668 CPUtime=22.78 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 66159 1251 0 0 2269 9 0 0 21 0 5 0 529170361 317100032 49458 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 77417 49458 162 40 0 75961 0
[pid=10623/tid=10630] ppid=10618 vsize=309668 CPUtime=5.51 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 5345 1251 0 0 550 1 0 0 25 0 5 0 529170439 317100032 49458 33554432000 4194304 4356188 140735581164912 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=309668 CPUtime=5.5 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 7066 1251 0 0 549 1 0 0 25 0 5 0 529170439 317100032 49458 33554432000 4194304 4356188 140735581164912 18446744073709551615 4330827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=309668 CPUtime=5.5 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 7901 1251 0 0 549 1 0 0 25 0 5 0 529170439 317100032 49458 33554432000 4194304 4356188 140735581164912 18446744073709551615 4237483 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=309668 CPUtime=5.47 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 12384 1251 0 0 546 1 0 0 25 0 5 0 529170439 317100032 49458 33554432000 4194304 4356188 140735581164912 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.94
Current children cumulated vsize (KiB) 1334888

[startup+12.7012 s]
/proc/loadavg: 8.05 8.00 7.98 9/180 10633
/proc/meminfo: memFree=30286520/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=211140 CPUtime=12.69 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 63120 0 0 0 1260 9 0 0 25 0 1 0 529170361 216207360 43984 33554432000 4194304 4587354 140733261583168 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 52785 43984 337 96 0 49347 0
[pid=10620] ppid=10618 vsize=91984 CPUtime=12.69 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 25342 0 0 0 1266 3 0 0 25 0 1 0 529170361 94191616 19111 33554432000 4194304 4785740 140735476321856 18446744073709551615 4489857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 22996 19111 316 145 0 20041 0
[pid=10621] ppid=10618 vsize=506512 CPUtime=12.69 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 18463 0 0 0 1266 3 0 0 25 0 1 0 529170361 518668288 18360 33554432000 134512640 134534564 4294051648 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 126628 18360 91 6 0 125294 0
[pid=10622] ppid=10618 vsize=157392 CPUtime=12.69 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 89759 0 0 0 1257 12 0 0 25 0 1 0 529170361 161169408 19010 33554432000 4194304 4331988 140736141796688 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39348 19010 171 34 0 37790 0
[pid=10623] ppid=10618 vsize=351652 CPUtime=48.34 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 84561 1251 0 0 4823 11 0 0 21 0 5 0 529170361 360091648 59699 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 87913 59699 162 40 0 86457 0
[pid=10623/tid=10630] ppid=10618 vsize=351652 CPUtime=11.91 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 6881 1251 0 0 1190 1 0 0 25 0 5 0 529170439 360091648 59699 33554432000 4194304 4356188 140735581164912 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=351652 CPUtime=11.9 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 15004 1251 0 0 1188 2 0 0 25 0 5 0 529170439 360091648 59699 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=351652 CPUtime=11.91 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 13502 1251 0 0 1189 2 0 0 25 0 5 0 529170439 360091648 59699 33554432000 4194304 4356188 140735581164912 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=351652 CPUtime=11.83 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 15711 1251 0 0 1182 1 0 0 25 0 5 0 529170439 360091648 59699 33554432000 4194304 4356188 140735581164912 18446744073709551615 4281502 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 1337004

[startup+25.501 s]
/proc/loadavg: 8.11 8.02 7.98 9/180 10633
/proc/meminfo: memFree=30216360/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=211140 CPUtime=25.49 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 63150 0 0 0 2540 9 0 0 25 0 1 0 529170361 216207360 44014 33554432000 4194304 4587354 140733261583168 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10621] ppid=10618 vsize=515620 CPUtime=4842.25 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 26806 0 0 0 484220 5 0 0 25 0 1 0 529170361 527994880 26703 33554432000 134512640 134534564 4294051648 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 128905 26703 95 6 0 127571 0
[pid=10622] ppid=10618 vsize=159244 CPUtime=4842.39 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 90203 0 0 0 484227 12 0 0 25 0 1 0 529170361 163065856 19454 33554432000 4194304 4331988 140736141796688 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39811 19454 174 34 0 38253 0
[pid=10623] ppid=10618 vsize=1204916 CPUtime=19338.8 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 1110005 1251 0 0 1933733 145 0 0 21 0 5 0 529170361 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 301229 273271 162 40 0 299773 0
[pid=10623/tid=10630] ppid=10618 vsize=1204916 CPUtime=4841.62 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 234349 1251 0 0 484127 35 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=1204916 CPUtime=4840.65 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 102841 1251 0 0 484052 13 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=1204916 CPUtime=4840.5 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 307392 1251 0 0 484010 40 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=1204916 CPUtime=4815.2 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 431960 1251 0 0 481469 51 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38708.2
Current children cumulated vsize (KiB) 6247672

[startup+4902.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 10778
/proc/meminfo: memFree=27606748/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=2820776 CPUtime=4902.38 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 1005008 0 0 0 489808 430 0 0 25 0 1 0 529170361 2888474624 140565 33554432000 4194304 4587354 140733261583168 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 705194 140565 337 96 0 701756 0
[pid=10620] ppid=10618 vsize=1528764 CPUtime=4902.39 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 374693 0 0 0 490090 149 0 0 25 0 1 0 529170361 1565454336 366188 33554432000 4194304 4785740 140735476321856 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 382191 366188 340 145 0 379236 0
[pid=10621] ppid=10618 vsize=515620 CPUtime=4902.25 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 26806 0 0 0 490220 5 0 0 25 0 1 0 529170361 527994880 26703 33554432000 134512640 134534564 4294051648 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 128905 26703 95 6 0 127571 0
[pid=10622] ppid=10618 vsize=159244 CPUtime=4902.39 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 90203 0 0 0 490227 12 0 0 25 0 1 0 529170361 163065856 19454 33554432000 4194304 4331988 140736141796688 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39811 19454 174 34 0 38253 0
[pid=10623] ppid=10618 vsize=1204916 CPUtime=19578.4 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 1112053 1251 0 0 1957700 145 0 0 21 0 5 0 529170361 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 301229 273271 162 40 0 299773 0
[pid=10623/tid=10630] ppid=10618 vsize=1204916 CPUtime=4901.62 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 234349 1251 0 0 490127 35 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=1204916 CPUtime=4900.64 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 102841 1251 0 0 490051 13 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331728 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=1204916 CPUtime=4900.5 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 307392 1251 0 0 490010 40 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=1204916 CPUtime=4874.88 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 434008 1251 0 0 487437 51 0 0 25 0 5 0 529170439 1233833984 273271 33554432000 4194304 4356188 140735581164912 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39187.9
Current children cumulated vsize (KiB) 6247644

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 10780
/proc/meminfo: memFree=27625816/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=2867264 CPUtime=4962.38 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 1017485 0 0 0 495799 439 0 0 25 0 1 0 529170361 2936078336 142828 33554432000 4194304 4587354 140733261583168 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 716816 142828 337 96 0 713378 0
[pid=10620] ppid=10618 vsize=1532764 CPUtime=4962.39 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 375575 0 0 0 496090 149 0 0 25 0 1 0 529170361 1569550336 367070 33554432000 4194304 4785740 140735476321856 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 383191 367070 340 145 0 380236 0
[pid=10621] ppid=10618 vsize=515620 CPUtime=4962.24 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 26806 0 0 0 496219 5 0 0 25 0 1 0 529170361 527994880 26703 33554432000 134512640 134534564 4294051648 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 128905 26703 95 6 0 127571 0
[pid=10622] ppid=10618 vsize=159244 CPUtime=4962.39 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 90203 0 0 0 496227 12 0 0 25 0 1 0 529170361 163065856 19454 33554432000 4194304 4331988 140736141796688 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39811 19454 174 34 0 38253 0
[pid=10623] ppid=10618 vsize=1172148 CPUtime=19818.1 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 1120245 1251 0 0 1981665 147 0 0 21 0 5 0 529170361 1200279552 265079 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 293037 265079 162 40 0 291581 0
[pid=10623/tid=10630] ppid=10618 vsize=1172148 CPUtime=4961.62 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 236397 1251 0 0 496127 35 0 0 25 0 5 0 529170439 1200279552 265079 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=1172148 CPUtime=4960.64 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 104889 1251 0 0 496050 14 0 0 25 0 5 0 529170439 1200279552 265079 33554432000 4194304 4356188 140735581164912 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=1172148 CPUtime=4960.5 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 307392 1251 0 0 496010 40 0 0 25 0 5 0 529170439 1200279552 265079 33554432000 4194304 4356188 140735581164912 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=1172148 CPUtime=4934.55 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 438104 1251 0 0 493403 52 0 0 25 0 5 0 529170439 1200279552 265079 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39667.5
Current children cumulated vsize (KiB) 6265364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.91 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 10781
/proc/meminfo: memFree=27644764/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=2581428 CPUtime=5003.99 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 1024409 0 0 0 499956 443 0 0 25 0 1 0 529170361 2643382272 140065 33554432000 4194304 4587354 140733261583168 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 645357 140065 337 96 0 641919 0
[pid=10620] ppid=10618 vsize=1532764 CPUtime=5004.01 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 375590 0 0 0 500252 149 0 0 25 0 1 0 529170361 1569550336 367085 33554432000 4194304 4785740 140735476321856 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 383191 367085 340 145 0 380236 0
[pid=10621] ppid=10618 vsize=515620 CPUtime=5003.86 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 26806 0 0 0 500381 5 0 0 25 0 1 0 529170361 527994880 26703 33554432000 134512640 134534564 4294051648 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 128905 26703 95 6 0 127571 0
[pid=10622] ppid=10618 vsize=159244 CPUtime=5004.01 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 90213 0 0 0 500389 12 0 0 25 0 1 0 529170361 163065856 19464 33554432000 4194304 4331988 140736141796688 18446744073709551615 4315836 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39811 19464 174 34 0 38253 0
[pid=10623] ppid=10618 vsize=1163956 CPUtime=19984.3 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 1130485 1251 0 0 1998286 148 0 0 21 0 5 0 529170361 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 290989 263031 162 40 0 289533 0
[pid=10623/tid=10630] ppid=10618 vsize=1163956 CPUtime=5003.23 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 236397 1251 0 0 500288 35 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=1163956 CPUtime=5002.25 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 106937 1251 0 0 500211 14 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=1163956 CPUtime=5002.12 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 315584 1251 0 0 500171 41 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=1163956 CPUtime=4975.93 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 438104 1251 0 0 497541 52 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 5971336

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5003.91 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 10781
/proc/meminfo: memFree=27644764/32950928 swapFree=67111404/67111528
[pid=10618] ppid=10616 vsize=18324 CPUtime=0 cores=0-7
/proc/10618/stat : 10618 (ppfolio) S 10616 10618 10344 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 529170361 18763776 389 33554432000 4194304 4287625 140736874568864 18446744073709551615 235594886671 0 0 4096 65536 4392549094699040767 0 0 17 6 0 0 0
/proc/10618/statm: 4581 389 341 23 0 91 0
[pid=10619] ppid=10618 vsize=2581428 CPUtime=5003.99 cores=0
/proc/10619/stat : 10619 (cryptominisat) R 10618 10618 10344 0 -1 4202496 1024409 0 0 0 499956 443 0 0 25 0 1 0 529170361 2643382272 140065 33554432000 4194304 4587354 140733261583168 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10619/statm: 645357 140065 337 96 0 641919 0
[pid=10620] ppid=10618 vsize=1532764 CPUtime=5004.01 cores=1
/proc/10620/stat : 10620 (clasp) R 10618 10618 10344 0 -1 4202496 375590 0 0 0 500252 149 0 0 25 0 1 0 529170361 1569550336 367085 33554432000 4194304 4785740 140735476321856 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10620/statm: 383191 367085 340 145 0 380236 0
[pid=10621] ppid=10618 vsize=515620 CPUtime=5003.86 cores=2
/proc/10621/stat : 10621 (TNM) R 10618 10618 10344 0 -1 4202496 26806 0 0 0 500381 5 0 0 25 0 1 0 529170361 527994880 26703 33554432000 134512640 134534564 4294051648 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10621/statm: 128905 26703 95 6 0 127571 0
[pid=10622] ppid=10618 vsize=159244 CPUtime=5004.01 cores=3
/proc/10622/stat : 10622 (march_hi) R 10618 10618 10344 0 -1 4202496 90213 0 0 0 500389 12 0 0 25 0 1 0 529170361 163065856 19464 33554432000 4194304 4331988 140736141796688 18446744073709551615 4315836 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10622/statm: 39811 19464 174 34 0 38253 0
[pid=10623] ppid=10618 vsize=1163956 CPUtime=19984.3 cores=4-7
/proc/10623/stat : 10623 (plingeling) S 10618 10618 10344 0 -1 4202496 1130485 1251 0 0 1998286 148 0 0 21 0 5 0 529170361 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10623/statm: 290989 263031 162 40 0 289533 0
[pid=10623/tid=10630] ppid=10618 vsize=1163956 CPUtime=5003.23 cores=4-7
/proc/10623/task/10630/stat : 10630 (plingeling) R 10618 10618 10344 0 -1 4202560 236397 1251 0 0 500288 35 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10618 vsize=1163956 CPUtime=5002.25 cores=4-7
/proc/10623/task/10631/stat : 10631 (plingeling) R 10618 10618 10344 0 -1 4202560 106937 1251 0 0 500211 14 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10623/tid=10632] ppid=10618 vsize=1163956 CPUtime=5002.12 cores=4-7
/proc/10623/task/10632/stat : 10632 (plingeling) R 10618 10618 10344 0 -1 4202560 315584 1251 0 0 500171 41 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10623/tid=10633] ppid=10618 vsize=1163956 CPUtime=4975.93 cores=4-7
/proc/10623/task/10633/stat : 10633 (plingeling) R 10618 10618 10344 0 -1 4202560 438104 1251 0 0 497541 52 0 0 25 0 5 0 529170439 1191890944 263031 33554432000 4194304 4356188 140735581164912 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 5971336

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10618 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=704597
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 10007.9
# while last known CPU time is 40000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.92
CPU time (s): 40000.2
CPU user time (s): 39992.6
CPU system time (s): 7.57
CPU usage (%): 799.377
Max. virtual memory (cumulated for all children) (KiB): 8518960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.7
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117539
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= 564
involuntary context switches= 68437

runsolver used 7.8898 second user time and 19.412 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 17:01:56
IDJOB=3276286
IDBENCH=88203
IDSOLVER=1638
FILE ID=node120/3276286-1304175716
RUNJOBID= node120-1304175549-10358
PBS_JOBID= 13170974
Free space on /tmp= 73152 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276286-1304175716/watcher-3276286-1304175716 -o /tmp/evaluation-result-3276286-1304175716/solver-3276286-1304175716 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276286-1304175716.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=2139818379

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32950928 kB
MemFree:      30914704 kB
Buffers:        541096 kB
Cached:        1069372 kB
SwapCached:          8 kB
Active:         679376 kB
Inactive:       994412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30914704 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           25468 kB
Writeback:           0 kB
AnonPages:       63076 kB
Mapped:          14972 kB
Slab:           297444 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186240 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= 73144 MiB
End job on node120 at 2011-04-30 18:25:22