Trace number 3219489

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) 39971.4 5000.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S858279511-076-UNKNOWN.cnf
MD5SUMe97fda1e892cdb27859435984e5a4127
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark92.4449
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3219489-1304150618/watcher-3219489-1304150618 -o /tmp/evaluation-result-3219489-1304150618/solver-3219489-1304150618 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219489-1304150618.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: 7.46 7.93 7.94 2/170 10053
/proc/meminfo: memFree=29090828/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0

[startup+0.0810751 s]
/proc/loadavg: 7.46 7.93 7.94 2/170 10053
/proc/meminfo: memFree=29090828/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101074 s]
/proc/loadavg: 7.46 7.93 7.94 2/170 10053
/proc/meminfo: memFree=29090828/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301037 s]
/proc/loadavg: 7.46 7.93 7.94 2/170 10053
/proc/meminfo: memFree=29090828/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700933 s]
/proc/loadavg: 7.46 7.93 7.94 2/170 10053
/proc/meminfo: memFree=29090828/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 7.46 7.93 7.94 9/180 10068
/proc/meminfo: memFree=28958184/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=51208 CPUtime=1.49 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 10890 0 0 0 148 1 0 0 20 0 1 0 605292329 52436992 8481 33554432000 4194304 4587354 140734119841216 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 12802 8481 326 96 0 9364 0
[pid=10055] ppid=10053 vsize=28456 CPUtime=1.48 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 5825 0 0 0 148 0 0 0 20 0 1 0 605292330 29138944 4392 33554432000 4194304 4785740 140735093419840 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 7114 4392 340 145 0 4159 0
[pid=10056] ppid=10053 vsize=464024 CPUtime=1.49 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5103 0 0 0 148 1 0 0 20 0 1 0 605292330 475160576 5000 33554432000 134512640 134534564 4286939600 18446744073709551615 134530900 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116006 5000 95 6 0 114672 0
[pid=10057] ppid=10053 vsize=66348 CPUtime=1.49 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 36160 0 0 0 143 6 0 0 25 0 1 0 605292330 67940352 8297 33554432000 4194304 4331988 140735253285792 18446744073709551615 4229616 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 16587 8297 173 34 0 15029 0
[pid=10058] ppid=10053 vsize=91860 CPUtime=4.79 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 19564 1255 0 0 478 1 0 0 20 0 5 0 605292330 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 22965 11406 164 40 0 21509 0
[pid=10058/tid=10065] ppid=10053 vsize=91860 CPUtime=1.1 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 2181 1255 0 0 110 0 0 0 24 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=91860 CPUtime=1.1 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 2521 1255 0 0 110 0 0 0 24 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=91860 CPUtime=1.1 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 2154 1255 0 0 110 0 0 0 24 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=91860 CPUtime=1.09 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 2118 1255 0 0 109 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4280835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 720220

[startup+3.10049 s]
/proc/loadavg: 7.46 7.93 7.94 9/180 10068
/proc/meminfo: memFree=28917016/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=88712 CPUtime=3.08 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 11921 0 0 0 307 1 0 0 25 0 1 0 605292329 90841088 9510 33554432000 4194304 4587354 140734119841216 18446744073709551615 4240908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 22178 9510 326 96 0 18740 0
[pid=10055] ppid=10053 vsize=34572 CPUtime=3.09 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 7357 0 0 0 308 1 0 0 25 0 1 0 605292330 35401728 5924 33554432000 4194304 4785740 140735093419840 18446744073709551615 252457726661 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 8643 5924 340 145 0 5688 0
[pid=10056] ppid=10053 vsize=464024 CPUtime=3.09 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5103 0 0 0 308 1 0 0 25 0 1 0 605292330 475160576 5000 33554432000 134512640 134534564 4286939600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116006 5000 95 6 0 114672 0
[pid=10057] ppid=10053 vsize=67312 CPUtime=3.09 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 41723 0 0 0 303 6 0 0 25 0 1 0 605292330 68927488 13860 33554432000 4194304 4331988 140735253285792 18446744073709551615 4229049 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 16828 13860 173 34 0 15270 0
[pid=10058] ppid=10053 vsize=91860 CPUtime=11.18 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 19564 1255 0 0 1117 1 0 0 20 0 5 0 605292330 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 22965 11406 164 40 0 21509 0
[pid=10058/tid=10065] ppid=10053 vsize=91860 CPUtime=2.7 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 2181 1255 0 0 270 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4332327 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=91860 CPUtime=2.7 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 2521 1255 0 0 270 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=91860 CPUtime=2.7 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 2154 1255 0 0 270 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=91860 CPUtime=2.69 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 2118 1255 0 0 269 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 764804

[startup+6.30089 s]
/proc/loadavg: 7.51 7.93 7.94 9/180 10068
/proc/meminfo: memFree=28894084/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 18 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=88712 CPUtime=6.28 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 13803 0 0 0 626 2 0 0 25 0 1 0 605292329 90841088 11386 33554432000 4194304 4587354 140734119841216 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 22178 11386 326 96 0 18740 0
[pid=10055] ppid=10053 vsize=46052 CPUtime=6.29 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 10226 0 0 0 627 2 0 0 25 0 1 0 605292330 47157248 8793 33554432000 4194304 4785740 140735093419840 18446744073709551615 4553306 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 11513 8793 340 145 0 8558 0
[pid=10056] ppid=10053 vsize=464024 CPUtime=6.29 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5103 0 0 0 628 1 0 0 25 0 1 0 605292330 475160576 5000 33554432000 134512640 134534564 4286939600 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116006 5000 95 6 0 114672 0
[pid=10057] ppid=10053 vsize=72652 CPUtime=6.29 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 42944 0 0 0 622 7 0 0 25 0 1 0 605292330 74395648 15081 33554432000 4194304 4331988 140735253285792 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 18163 15081 173 34 0 16605 0
[pid=10058] ppid=10053 vsize=91860 CPUtime=23.97 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 19564 1255 0 0 2396 1 0 0 20 0 5 0 605292330 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 22965 11406 164 40 0 21509 0
[pid=10058/tid=10065] ppid=10053 vsize=91860 CPUtime=5.9 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 2181 1255 0 0 590 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=91860 CPUtime=5.9 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 2521 1255 0 0 590 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=91860 CPUtime=5.9 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 2154 1255 0 0 590 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=91860 CPUtime=5.87 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 2118 1255 0 0 587 0 0 0 25 0 5 0 605292368 94064640 11406 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.12
Current children cumulated vsize (KiB) 781624

[startup+12.7007 s]
/proc/loadavg: 7.63 7.94 7.94 9/180 10068
/proc/meminfo: memFree=28863420/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=1039272 CPUtime=12.69 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 19279 0 0 0 1264 5 0 0 25 0 1 0 605292329 1064214528 10832 33554432000 4194304 4587354 140734119841216 18446744073709551615 4238096 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 259818 10832 331 96 0 256380 0
[pid=10055] ppid=10053 vsize=69656 CPUtime=12.69 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 16104 0 0 0 1265 4 0 0 25 0 1 0 605292330 71327744 14671 33554432000 4194304 4785740 140735093419840 18446744073709551615 252457726661 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 17414 14671 340 145 0 14459 0
[pid=10056] ppid=10053 vsize=464024 CPUtime=12.69 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5103 0 0 0 1268 1 0 0 25 0 1 0 605292330 475160576 5000 33554432000 134512640 134534564 4286939600 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116006 5000 95 6 0 114672 0
[pid=10057] ppid=10053 vsize=75028 CPUtime=12.69 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 43551 0 0 0 1262 7 0 0 25 0 1 0 605292330 76828672 15688 33554432000 4194304 4331988 140735253285792 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 18757 15688 173 34 0 17199 0
[pid=10058] ppid=10053 vsize=96968 CPUtime=49.54 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 23912 1255 0 0 4952 2 0 0 20 0 5 0 605292330 99295232 12656 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 24242 12656 164 40 0 22786 0
[pid=10058/tid=10065] ppid=10053 vsize=96968 CPUtime=12.3 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 2181 1255 0 0 1230 0 0 0 25 0 5 0 605292368 99295232 12656 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=96968 CPUtime=12.29 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 4286 1255 0 0 1229 0 0 0 25 0 5 0 605292368 99295232 12656 33554432000 4194304 4356188 140735673005520 18446744073709551615 4332333 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=96968 CPUtime=12.3 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 4201 1255 0 0 1230 0 0 0 25 0 5 0 605292368 99295232 12656 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=96968 CPUtime=12.23 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 2654 1255 0 0 1223 0 0 0 25 0 5 0 605292368 99295232 12656 33554432000 4194304 4356188 140735673005520 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 1763272

[startup+25.5013 s]
/proc/loadavg: 7.78 7.96 7.95 9/180 10068
/proc/meminfo: memFree=28787308/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=1092032 CPUtime=25.49 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 57688 0 0 0 2537 12 0 0 25 0 1 0 605292329 1118240768 22211 33554432000 4194304 4587354 140734119841216 18446744073709551615 4352109 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10056] ppid=10053 vsize=464028 CPUtime=4782.32 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5112 0 0 0 478229 3 0 0 25 0 1 0 605292330 475164672 5009 33554432000 134512640 134534564 4286939600 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116007 5009 103 6 0 114673 0
[pid=10057] ppid=10053 vsize=84928 CPUtime=4782.45 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 46046 0 0 0 478236 9 0 0 25 0 1 0 605292330 86966272 18183 33554432000 4194304 4331988 140735253285792 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 21232 18183 173 34 0 19674 0
[pid=10058] ppid=10053 vsize=280588 CPUtime=19101.2 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 144331 1255 0 0 1910103 21 0 0 20 0 5 0 605292330 287322112 42237 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 70147 42237 164 40 0 68691 0
[pid=10058/tid=10065] ppid=10053 vsize=280588 CPUtime=4782.05 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 34517 1255 0 0 478201 4 0 0 25 0 5 0 605292368 287322112 42237 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=280588 CPUtime=4781.59 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 31830 1255 0 0 478154 5 0 0 25 0 5 0 605292368 287322112 42237 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=280588 CPUtime=4782.05 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 39812 1255 0 0 478199 6 0 0 25 0 5 0 605292368 287322112 42237 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=280588 CPUtime=4755.13 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 27582 1255 0 0 475510 3 0 0 25 0 5 0 605292368 287322112 42237 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230.9
Current children cumulated vsize (KiB) 2605952

[startup+4842.3 s]
/proc/loadavg: 8.12 8.05 8.01 9/180 10209
/proc/meminfo: memFree=28072376/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=1172912 CPUtime=4842.45 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 2232645 0 0 0 483253 992 0 0 25 0 1 0 605292329 1201061888 27909 33554432000 4194304 4587354 140734119841216 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 293228 27909 337 96 0 289790 0
[pid=10055] ppid=10053 vsize=688208 CPUtime=4842.44 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 168025 0 0 0 484186 58 0 0 25 0 1 0 605292330 704724992 166592 33554432000 4194304 4785740 140735093419840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 172052 166592 340 145 0 169097 0
[pid=10056] ppid=10053 vsize=464028 CPUtime=4842.32 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5112 0 0 0 484229 3 0 0 25 0 1 0 605292330 475164672 5009 33554432000 134512640 134534564 4286939600 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116007 5009 103 6 0 114673 0
[pid=10057] ppid=10053 vsize=84928 CPUtime=4842.45 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 46051 0 0 0 484236 9 0 0 25 0 1 0 605292330 86966272 18188 33554432000 4194304 4331988 140735253285792 18446744073709551615 4240211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 21232 18188 173 34 0 19674 0
[pid=10058] ppid=10053 vsize=260108 CPUtime=19340.9 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 144331 1255 0 0 1934071 21 0 0 20 0 5 0 605292330 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 65027 37117 164 40 0 63571 0
[pid=10058/tid=10065] ppid=10053 vsize=260108 CPUtime=4842.05 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 34517 1255 0 0 484201 4 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=260108 CPUtime=4841.59 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 31830 1255 0 0 484154 5 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=260108 CPUtime=4842.05 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 39812 1255 0 0 484199 6 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=260108 CPUtime=4814.81 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 27582 1255 0 0 481478 3 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.6
Current children cumulated vsize (KiB) 2688508

[startup+4902.3 s]
/proc/loadavg: 8.11 8.05 8.01 9/180 10210
/proc/meminfo: memFree=28118476/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=1065840 CPUtime=4902.45 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 2253753 0 0 0 489240 1005 0 0 25 0 1 0 605292329 1091420160 16647 33554432000 4194304 4587354 140734119841216 18446744073709551615 4244609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 266460 16647 337 96 0 263022 0
[pid=10055] ppid=10053 vsize=688208 CPUtime=4902.44 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 168025 0 0 0 490186 58 0 0 25 0 1 0 605292330 704724992 166592 33554432000 4194304 4785740 140735093419840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 172052 166592 340 145 0 169097 0
[pid=10056] ppid=10053 vsize=464028 CPUtime=4902.32 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5112 0 0 0 490229 3 0 0 25 0 1 0 605292330 475164672 5009 33554432000 134512640 134534564 4286939600 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116007 5009 103 6 0 114673 0
[pid=10057] ppid=10053 vsize=84928 CPUtime=4902.46 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 46056 0 0 0 490237 9 0 0 25 0 1 0 605292330 86966272 18193 33554432000 4194304 4331988 140735253285792 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 21232 18193 173 34 0 19674 0
[pid=10058] ppid=10053 vsize=260108 CPUtime=19580.6 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 144331 1255 0 0 1958039 21 0 0 20 0 5 0 605292330 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 65027 37117 164 40 0 63571 0
[pid=10058/tid=10065] ppid=10053 vsize=260108 CPUtime=4902.05 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 34517 1255 0 0 490201 4 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=260108 CPUtime=4901.59 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 31830 1255 0 0 490154 5 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331419 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=260108 CPUtime=4902.06 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 39812 1255 0 0 490200 6 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331439 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=260108 CPUtime=4874.48 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 27582 1255 0 0 487445 3 0 0 25 0 5 0 605292368 266350592 37117 33554432000 4194304 4356188 140735673005520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.3
Current children cumulated vsize (KiB) 2581436

[startup+4962.3 s]
/proc/loadavg: 8.10 8.06 8.01 9/180 10212
/proc/meminfo: memFree=28027680/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=1065840 CPUtime=4962.45 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 2274516 0 0 0 495227 1018 0 0 25 0 1 0 605292329 1091420160 37325 33554432000 4194304 4587354 140734119841216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 266460 37325 337 96 0 263022 0
[pid=10055] ppid=10053 vsize=688208 CPUtime=4962.44 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 168025 0 0 0 496186 58 0 0 25 0 1 0 605292330 704724992 166592 33554432000 4194304 4785740 140735093419840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 172052 166592 340 145 0 169097 0
[pid=10056] ppid=10053 vsize=464028 CPUtime=4962.32 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5112 0 0 0 496229 3 0 0 25 0 1 0 605292330 475164672 5009 33554432000 134512640 134534564 4286939600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116007 5009 103 6 0 114673 0
[pid=10057] ppid=10053 vsize=84928 CPUtime=4962.46 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 46062 0 0 0 496237 9 0 0 25 0 1 0 605292330 86966272 18199 33554432000 4194304 4331988 140735253285792 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 21232 18199 173 34 0 19674 0
[pid=10058] ppid=10053 vsize=268300 CPUtime=19820.3 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 146379 1255 0 0 1982005 21 0 0 20 0 5 0 605292330 274739200 39165 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 67075 39165 164 40 0 65619 0
[pid=10058/tid=10065] ppid=10053 vsize=268300 CPUtime=4962.05 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 35541 1255 0 0 496201 4 0 0 25 0 5 0 605292368 274739200 39165 33554432000 4194304 4356188 140735673005520 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=268300 CPUtime=4961.58 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 31830 1255 0 0 496153 5 0 0 25 0 5 0 605292368 274739200 39165 33554432000 4194304 4356188 140735673005520 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=268300 CPUtime=4962.06 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 39812 1255 0 0 496200 6 0 0 25 0 5 0 605292368 274739200 39165 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=268300 CPUtime=4934.15 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 28606 1255 0 0 493412 3 0 0 25 0 5 0 605292368 274739200 39165 33554432000 4194304 4356188 140735673005520 18446744073709551615 4280645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.9
Current children cumulated vsize (KiB) 2589628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.13 8.07 8.01 9/180 10213
/proc/meminfo: memFree=28112728/32951124 swapFree=67111348/67111528
[pid=10053] ppid=10051 vsize=18324 CPUtime=0 cores=0-7
/proc/10053/stat : 10053 (ppfolio) S 10051 10053 9830 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 605292329 18763776 389 33554432000 4194304 4287625 140733443796080 18446744073709551615 252458085903 0 0 4096 65536 4058271858770837503 0 0 17 6 0 0 0
/proc/10053/statm: 4581 389 341 23 0 91 0
[pid=10054] ppid=10053 vsize=1088404 CPUtime=5000.15 cores=0
/proc/10054/stat : 10054 (cryptominisat) R 10053 10053 9830 0 -1 4202496 2288735 0 0 0 498990 1025 0 0 25 0 1 0 605292329 1114525696 18823 33554432000 4194304 4587354 140734119841216 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10054/statm: 272101 18823 337 96 0 268663 0
[pid=10055] ppid=10053 vsize=688208 CPUtime=5000.15 cores=1
/proc/10055/stat : 10055 (clasp) R 10053 10053 9830 0 -1 4202496 168025 0 0 0 499957 58 0 0 25 0 1 0 605292330 704724992 166592 33554432000 4194304 4785740 140735093419840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10055/statm: 172052 166592 340 145 0 169097 0
[pid=10056] ppid=10053 vsize=464028 CPUtime=5000.03 cores=2
/proc/10056/stat : 10056 (TNM) R 10053 10053 9830 0 -1 4202496 5112 0 0 0 500000 3 0 0 25 0 1 0 605292330 475164672 5009 33554432000 134512640 134534564 4286939600 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10056/statm: 116007 5009 103 6 0 114673 0
[pid=10057] ppid=10053 vsize=85060 CPUtime=5000.16 cores=3
/proc/10057/stat : 10057 (march_hi) R 10053 10053 9830 0 -1 4202496 46067 0 0 0 500007 9 0 0 25 0 1 0 605292330 87101440 18204 33554432000 4194304 4331988 140735253285792 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10057/statm: 21265 18204 173 34 0 19707 0
[pid=10058] ppid=10053 vsize=256012 CPUtime=19970.9 cores=4-7
/proc/10058/stat : 10058 (plingeling) S 10053 10053 9830 0 -1 4202496 146379 1255 0 0 1997067 22 0 0 20 0 5 0 605292330 262156288 36093 33554432000 4194304 4356188 140735673005520 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10058/statm: 64003 36093 164 40 0 62547 0
[pid=10058/tid=10065] ppid=10053 vsize=256012 CPUtime=4999.76 cores=4-7
/proc/10058/task/10065/stat : 10065 (plingeling) R 10053 10053 9830 0 -1 4202560 35541 1255 0 0 499972 4 0 0 25 0 5 0 605292368 262156288 36093 33554432000 4194304 4356188 140735673005520 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10058/tid=10066] ppid=10053 vsize=256012 CPUtime=4999.29 cores=4-7
/proc/10058/task/10066/stat : 10066 (plingeling) R 10053 10053 9830 0 -1 4202560 31830 1255 0 0 499923 6 0 0 25 0 5 0 605292368 262156288 36093 33554432000 4194304 4356188 140735673005520 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10058/tid=10067] ppid=10053 vsize=256012 CPUtime=4999.77 cores=4-7
/proc/10058/task/10067/stat : 10067 (plingeling) R 10053 10053 9830 0 -1 4202560 39812 1255 0 0 499971 6 0 0 25 0 5 0 605292368 262156288 36093 33554432000 4194304 4356188 140735673005520 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10058/tid=10068] ppid=10053 vsize=256012 CPUtime=4971.65 cores=4-7
/proc/10058/task/10068/stat : 10068 (plingeling) R 10053 10053 9830 0 -1 4202560 28606 1255 0 0 497162 3 0 0 25 0 5 0 605292368 262156288 36093 33554432000 4194304 4356188 140735673005520 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.4
Current children cumulated vsize (KiB) 2600036

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10053 and gives
#  childrusage.ru_utime.tv_sec=14989
#  childrusage.ru_utime.tv_usec=994174
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=396419
# CPU time returned by wait4() is 15000.4
# while last known CPU time is 39971.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.4
CPU user time (s): 39960.2
CPU system time (s): 11.17
CPU usage (%): 799.425
Max. virtual memory (cumulated for all children) (KiB): 3621128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14990
system time used= 10.3964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2340434
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= 437
involuntary context switches= 20870

runsolver used 8.26574 second user time and 19.0171 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 10:03:39
IDJOB=3219489
IDBENCH=82598
IDSOLVER=1638
FILE ID=node111/3219489-1304150618
RUNJOBID= node111-1304145616-9844
PBS_JOBID= 13170897
Free space on /tmp= 72484 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S858279511-076-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219489-1304150618/watcher-3219489-1304150618 -o /tmp/evaluation-result-3219489-1304150618/solver-3219489-1304150618 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219489-1304150618.cnf

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

MD5SUM BENCH= e97fda1e892cdb27859435984e5a4127
RANDOM SEED=472296782

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29090984 kB
Buffers:       1030916 kB
Cached:        2313760 kB
SwapCached:          0 kB
Active:         210976 kB
Inactive:      3197284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29090984 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12448 kB
Writeback:          48 kB
AnonPages:       63608 kB
Mapped:          14516 kB
Slab:           386420 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187024 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= 72472 MiB
End job on node111 at 2011-04-30 11:27:01