Trace number 3218949

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.892
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3218949-1304145532/watcher-3218949-1304145532 -o /tmp/evaluation-result-3218949-1304145532/solver-3218949-1304145532 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3218949-1304145532.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: 5.95 3.84 3.42 1/170 9739
/proc/meminfo: memFree=28992852/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) R 9737 9739 9630 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0

[startup+0.0653509 s]
/proc/loadavg: 5.95 3.84 3.42 1/170 9739
/proc/meminfo: memFree=28992852/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100348 s]
/proc/loadavg: 5.95 3.84 3.42 1/170 9739
/proc/meminfo: memFree=28992852/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300317 s]
/proc/loadavg: 5.95 3.84 3.42 1/170 9739
/proc/meminfo: memFree=28992852/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700209 s]
/proc/loadavg: 5.95 3.84 3.42 1/170 9739
/proc/meminfo: memFree=28992852/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50107 s]
/proc/loadavg: 5.95 3.84 3.42 9/180 9754
/proc/meminfo: memFree=28843980/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=57232 CPUtime=1.49 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 12869 0 0 0 147 2 0 0 23 0 1 0 526150927 58605568 9484 33554432000 4194304 4587354 140736860687456 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 14308 9484 326 96 0 10870 0
[pid=9741] ppid=9739 vsize=31108 CPUtime=1.48 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 6918 0 0 0 148 0 0 0 20 0 1 0 526150927 31854592 5007 33554432000 4194304 4785740 140735340595696 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 7777 5007 340 145 0 4822 0
[pid=9742] ppid=9739 vsize=465988 CPUtime=1.48 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5914 0 0 0 148 0 0 0 20 0 1 0 526150927 477171712 5811 33554432000 134512640 134534564 4290296016 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116497 5811 95 6 0 115163 0
[pid=9743] ppid=9739 vsize=33080 CPUtime=1.48 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 34349 0 0 0 143 5 0 0 20 0 1 0 526150927 33873920 5314 33554432000 4194304 4331988 140735618156048 18446744073709551615 4271128 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 8270 5314 144 34 0 6712 0
[pid=9744] ppid=9739 vsize=97328 CPUtime=4.53 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 23862 1252 0 0 451 2 0 0 25 0 5 0 526150927 99663872 12773 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 24332 12773 164 40 0 22876 0
[pid=9744/tid=9751] ppid=9739 vsize=97328 CPUtime=1 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 2304 1252 0 0 100 0 0 0 25 0 5 0 526150975 99663872 12773 33554432000 4194304 4356188 140737067965664 18446744073709551615 4270728 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=97328 CPUtime=1.01 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 2813 1252 0 0 101 0 0 0 25 0 5 0 526150975 99663872 12773 33554432000 4194304 4356188 140737067965664 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=97328 CPUtime=1.01 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 3793 1252 0 0 101 0 0 0 19 0 5 0 526150975 99663872 12773 33554432000 4194304 4356188 140737067965664 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=97328 CPUtime=1.01 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 2386 1252 0 0 101 0 0 0 19 0 5 0 526150975 99663872 12773 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330882 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.46
Current children cumulated vsize (KiB) 703060

[startup+3.10078 s]
/proc/loadavg: 6.12 3.91 3.45 9/180 9754
/proc/meminfo: memFree=28820420/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=94736 CPUtime=3.09 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 13823 0 0 0 307 2 0 0 25 0 1 0 526150927 97009664 10435 33554432000 4194304 4587354 140736860687456 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 23684 10435 326 96 0 20246 0
[pid=9741] ppid=9739 vsize=35644 CPUtime=3.09 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 8079 0 0 0 308 1 0 0 25 0 1 0 526150927 36499456 6168 33554432000 4194304 4785740 140735340595696 18446744073709551615 4304045 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 8911 6168 340 145 0 5956 0
[pid=9742] ppid=9739 vsize=465988 CPUtime=3.09 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5914 0 0 0 308 1 0 0 25 0 1 0 526150927 477171712 5811 33554432000 134512640 134534564 4290296016 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116497 5811 95 6 0 115163 0
[pid=9743] ppid=9739 vsize=76840 CPUtime=3.09 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 52480 0 0 0 301 8 0 0 25 0 1 0 526150927 78684160 15972 33554432000 4194304 4331988 140735618156048 18446744073709551615 4299865 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 19210 15972 173 34 0 17652 0
[pid=9744] ppid=9739 vsize=97324 CPUtime=10.92 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 23862 1252 0 0 1090 2 0 0 25 0 5 0 526150927 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 24331 12772 164 40 0 22875 0
[pid=9744/tid=9751] ppid=9739 vsize=97324 CPUtime=2.6 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 2304 1252 0 0 260 0 0 0 25 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=97324 CPUtime=2.61 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 2813 1252 0 0 261 0 0 0 25 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4279753 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=97324 CPUtime=2.61 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 3793 1252 0 0 261 0 0 0 23 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4210610 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=97324 CPUtime=2.61 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 2386 1252 0 0 261 0 0 0 22 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.28
Current children cumulated vsize (KiB) 788856

[startup+6.3012 s]
/proc/loadavg: 6.12 3.91 3.45 9/180 9754
/proc/meminfo: memFree=28776652/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=94736 CPUtime=6.29 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 15512 0 0 0 627 2 0 0 25 0 1 0 526150927 97009664 12116 33554432000 4194304 4587354 140736860687456 18446744073709551615 218905427723 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 23684 12116 326 96 0 20246 0
[pid=9741] ppid=9739 vsize=48268 CPUtime=6.29 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 11256 0 0 0 627 2 0 0 25 0 1 0 526150927 49426432 9345 33554432000 4194304 4785740 140735340595696 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 12067 9345 340 145 0 9112 0
[pid=9742] ppid=9739 vsize=465988 CPUtime=6.29 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5914 0 0 0 628 1 0 0 25 0 1 0 526150927 477171712 5811 33554432000 134512640 134534564 4290296016 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116497 5811 95 6 0 115163 0
[pid=9743] ppid=9739 vsize=79348 CPUtime=6.29 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 52984 0 0 0 621 8 0 0 25 0 1 0 526150927 81252352 16476 33554432000 4194304 4331988 140735618156048 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 19837 16476 173 34 0 18279 0
[pid=9744] ppid=9739 vsize=97324 CPUtime=23.71 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 23862 1252 0 0 2369 2 0 0 25 0 5 0 526150927 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 24331 12772 164 40 0 22875 0
[pid=9744/tid=9751] ppid=9739 vsize=97324 CPUtime=5.78 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 2304 1252 0 0 578 0 0 0 25 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=97324 CPUtime=5.81 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 2813 1252 0 0 581 0 0 0 25 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=97324 CPUtime=5.81 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 3793 1252 0 0 581 0 0 0 25 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=97324 CPUtime=5.81 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 2386 1252 0 0 581 0 0 0 25 0 5 0 526150975 99659776 12772 33554432000 4194304 4356188 140737067965664 18446744073709551615 4244020 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.87
Current children cumulated vsize (KiB) 803988

[startup+12.701 s]
/proc/loadavg: 6.41 4.04 3.50 9/180 9754
/proc/meminfo: memFree=28744948/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=64672 CPUtime=12.69 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 20495 0 0 0 1264 5 0 0 25 0 1 0 526150927 66224128 10728 33554432000 4194304 4587354 140736860687456 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 16168 10728 331 96 0 12730 0
[pid=9741] ppid=9739 vsize=72136 CPUtime=12.68 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 17191 0 0 0 1264 4 0 0 25 0 1 0 526150927 73867264 15280 33554432000 4194304 4785740 140735340595696 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 18034 15280 340 145 0 15079 0
[pid=9742] ppid=9739 vsize=465988 CPUtime=12.69 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5914 0 0 0 1268 1 0 0 25 0 1 0 526150927 477171712 5811 33554432000 134512640 134534564 4290296016 18446744073709551615 134526314 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116497 5811 95 6 0 115163 0
[pid=9743] ppid=9739 vsize=85280 CPUtime=12.69 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 54573 0 0 0 1260 9 0 0 25 0 1 0 526150927 87326720 18065 33554432000 4194304 4331988 140735618156048 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 21320 18065 173 34 0 19762 0
[pid=9744] ppid=9739 vsize=103332 CPUtime=49.27 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 28897 1252 0 0 4924 3 0 0 25 0 5 0 526150927 105811968 14274 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 25833 14274 164 40 0 24377 0
[pid=9744/tid=9751] ppid=9739 vsize=103332 CPUtime=12.15 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 2432 1252 0 0 1215 0 0 0 25 0 5 0 526150975 105811968 14274 33554432000 4194304 4356188 140737067965664 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=103332 CPUtime=12.21 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 4119 1252 0 0 1221 0 0 0 25 0 5 0 526150975 105811968 14274 33554432000 4194304 4356188 140737067965664 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=103332 CPUtime=12.21 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 5575 1252 0 0 1221 0 0 0 25 0 5 0 526150975 105811968 14274 33554432000 4194304 4356188 140737067965664 18446744073709551615 4280645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=103332 CPUtime=12.21 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 4205 1252 0 0 1221 0 0 0 25 0 5 0 526150975 105811968 14274 33554432000 4194304 4356188 140737067965664 18446744073709551615 4210758 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 809732

[startup+25.5007 s]
/proc/loadavg: 6.72 4.19 3.55 9/180 9755
/proc/meminfo: memFree=28693508/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=67480 CPUtime=25.49 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 51150 0 0 0 2539 10 0 0 25 0 1 0 526150927 69099520 10467 33554432000 4194304 4587354 140736860687456 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9742] ppid=9739 vsize=465992 CPUtime=4781.81 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5923 0 0 0 478178 3 0 0 25 0 1 0 526150927 477175808 5820 33554432000 134512640 134534564 4290296016 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116498 5820 103 6 0 115164 0
[pid=9743] ppid=9739 vsize=96764 CPUtime=4782.43 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 57475 0 0 0 478231 12 0 0 25 0 1 0 526150927 99086336 20967 33554432000 4194304 4331988 140735618156048 18446744073709551615 4240519 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 24191 20967 173 34 0 22633 0
[pid=9744] ppid=9739 vsize=204736 CPUtime=19101.5 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 95969 1252 0 0 1910139 14 0 0 25 0 5 0 526150927 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 51184 39625 164 40 0 49728 0
[pid=9744/tid=9751] ppid=9739 vsize=204736 CPUtime=4755.87 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 24228 1252 0 0 475584 3 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=204736 CPUtime=4781.28 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 35185 1252 0 0 478123 5 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=204736 CPUtime=4781.94 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 13012 1252 0 0 478191 3 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4279697 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=204736 CPUtime=4781.95 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 10978 1252 0 0 478194 1 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4281495 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38230.5
Current children cumulated vsize (KiB) 2977220

[startup+4842.3 s]
/proc/loadavg: 8.10 8.06 7.98 9/180 9895
/proc/meminfo: memFree=27898248/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=1438604 CPUtime=4842.42 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 2295950 0 0 0 483293 949 0 0 25 0 1 0 526150927 1473130496 23983 33554432000 4194304 4587354 140736860687456 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 359651 23983 337 96 0 356213 0
[pid=9741] ppid=9739 vsize=759920 CPUtime=4842.28 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 187139 0 0 0 484163 65 0 0 25 0 1 0 526150927 778158080 185228 33554432000 4194304 4785740 140735340595696 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 189980 185228 340 145 0 187025 0
[pid=9742] ppid=9739 vsize=465992 CPUtime=4841.8 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5923 0 0 0 484177 3 0 0 25 0 1 0 526150927 477175808 5820 33554432000 134512640 134534564 4290296016 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116498 5820 103 6 0 115164 0
[pid=9743] ppid=9739 vsize=96896 CPUtime=4842.43 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 57481 0 0 0 484231 12 0 0 25 0 1 0 526150927 99221504 20973 33554432000 4194304 4331988 140735618156048 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 24224 20973 173 34 0 22666 0
[pid=9744] ppid=9739 vsize=200640 CPUtime=19341.2 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 98017 1252 0 0 1934106 15 0 0 25 0 5 0 526150927 205455360 38601 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 50160 38601 164 40 0 48704 0
[pid=9744/tid=9751] ppid=9739 vsize=200640 CPUtime=4815.54 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 24228 1252 0 0 481551 3 0 0 25 0 5 0 526150975 205455360 38601 33554432000 4194304 4356188 140737067965664 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=200640 CPUtime=4841.28 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 35185 1252 0 0 484123 5 0 0 25 0 5 0 526150975 205455360 38601 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=200640 CPUtime=4841.93 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 15060 1252 0 0 484190 3 0 0 25 0 5 0 526150975 205455360 38601 33554432000 4194304 4356188 140737067965664 18446744073709551615 4331424 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=200640 CPUtime=4841.95 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 10978 1252 0 0 484194 1 0 0 25 0 5 0 526150975 205455360 38601 33554432000 4194304 4356188 140737067965664 18446744073709551615 4283916 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.1
Current children cumulated vsize (KiB) 2980376

[startup+4902.3 s]
/proc/loadavg: 8.09 8.07 7.99 9/180 9897
/proc/meminfo: memFree=27815136/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=1438604 CPUtime=4902.42 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 2314847 0 0 0 489282 960 0 0 25 0 1 0 526150927 1473130496 42816 33554432000 4194304 4587354 140736860687456 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 359651 42816 337 96 0 356213 0
[pid=9741] ppid=9739 vsize=759920 CPUtime=4902.28 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 187144 0 0 0 490163 65 0 0 25 0 1 0 526150927 778158080 185233 33554432000 4194304 4785740 140735340595696 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 189980 185233 340 145 0 187025 0
[pid=9742] ppid=9739 vsize=465992 CPUtime=4901.8 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5923 0 0 0 490177 3 0 0 25 0 1 0 526150927 477175808 5820 33554432000 134512640 134534564 4290296016 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116498 5820 103 6 0 115164 0
[pid=9743] ppid=9739 vsize=96896 CPUtime=4902.43 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 57488 0 0 0 490231 12 0 0 25 0 1 0 526150927 99221504 20980 33554432000 4194304 4331988 140735618156048 18446744073709551615 4284595 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 24224 20980 173 34 0 22666 0
[pid=9744] ppid=9739 vsize=208832 CPUtime=19580.9 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 100065 1252 0 0 1958074 15 0 0 25 0 5 0 526150927 213843968 40649 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 52208 40649 164 40 0 50752 0
[pid=9744/tid=9751] ppid=9739 vsize=208832 CPUtime=4875.22 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 24228 1252 0 0 487519 3 0 0 25 0 5 0 526150975 213843968 40649 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=208832 CPUtime=4901.28 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 37233 1252 0 0 490123 5 0 0 25 0 5 0 526150975 213843968 40649 33554432000 4194304 4356188 140737067965664 18446744073709551615 4279677 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=208832 CPUtime=4901.93 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 15060 1252 0 0 490190 3 0 0 25 0 5 0 526150975 213843968 40649 33554432000 4194304 4356188 140737067965664 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=208832 CPUtime=4901.95 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 10978 1252 0 0 490194 1 0 0 25 0 5 0 526150975 213843968 40649 33554432000 4194304 4356188 140737067965664 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39189.8
Current children cumulated vsize (KiB) 2988568

[startup+4962.3 s]
/proc/loadavg: 8.03 8.05 7.99 9/180 9907
/proc/meminfo: memFree=27858200/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=1436184 CPUtime=4962.42 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 2337854 0 0 0 495270 972 0 0 25 0 1 0 526150927 1470652416 32757 33554432000 4194304 4587354 140736860687456 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 359046 32757 337 96 0 355608 0
[pid=9741] ppid=9739 vsize=759920 CPUtime=4962.28 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 187155 0 0 0 496163 65 0 0 25 0 1 0 526150927 778158080 185244 33554432000 4194304 4785740 140735340595696 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 189980 185244 340 145 0 187025 0
[pid=9742] ppid=9739 vsize=465992 CPUtime=4961.79 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5923 0 0 0 496176 3 0 0 25 0 1 0 526150927 477175808 5820 33554432000 134512640 134534564 4290296016 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116498 5820 103 6 0 115164 0
[pid=9743] ppid=9739 vsize=96896 CPUtime=4962.43 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 57496 0 0 0 496231 12 0 0 25 0 1 0 526150927 99221504 20988 33554432000 4194304 4331988 140735618156048 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 24224 20988 173 34 0 22666 0
[pid=9744] ppid=9739 vsize=204736 CPUtime=19820.6 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 101089 1252 0 0 1982040 15 0 0 25 0 5 0 526150927 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 51184 39625 164 40 0 49728 0
[pid=9744/tid=9751] ppid=9739 vsize=204736 CPUtime=4934.89 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 25252 1252 0 0 493486 3 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=204736 CPUtime=4961.28 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 37233 1252 0 0 496123 5 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=204736 CPUtime=4961.92 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 15060 1252 0 0 496189 3 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=204736 CPUtime=4961.96 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 10978 1252 0 0 496195 1 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39669.5
Current children cumulated vsize (KiB) 2982052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.02 8.04 7.99 9/180 9909
/proc/meminfo: memFree=27812772/32951124 swapFree=67111356/67111528
[pid=9739] ppid=9737 vsize=18324 CPUtime=0 cores=0-7
/proc/9739/stat : 9739 (ppfolio) S 9737 9739 9630 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 526150927 18763776 389 33554432000 4194304 4287625 140733996313568 18446744073709551615 218905751055 0 0 4096 65536 11952562073990332415 0 0 17 6 0 0 0
/proc/9739/statm: 4581 389 341 23 0 91 0
[pid=9740] ppid=9739 vsize=1436184 CPUtime=5000.13 cores=0
/proc/9740/stat : 9740 (cryptominisat) R 9739 9739 9630 0 -1 4202496 2349100 0 0 0 499035 978 0 0 25 0 1 0 526150927 1470652416 43976 33554432000 4194304 4587354 140736860687456 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9740/statm: 359046 43976 337 96 0 355608 0
[pid=9741] ppid=9739 vsize=759920 CPUtime=4999.98 cores=1
/proc/9741/stat : 9741 (clasp) R 9739 9739 9630 0 -1 4202496 187161 0 0 0 499933 65 0 0 25 0 1 0 526150927 778158080 185250 33554432000 4194304 4785740 140735340595696 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9741/statm: 189980 185250 340 145 0 187025 0
[pid=9742] ppid=9739 vsize=465992 CPUtime=4999.49 cores=2
/proc/9742/stat : 9742 (TNM) R 9739 9739 9630 0 -1 4202496 5923 0 0 0 499946 3 0 0 25 0 1 0 526150927 477175808 5820 33554432000 134512640 134534564 4290296016 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9742/statm: 116498 5820 103 6 0 115164 0
[pid=9743] ppid=9739 vsize=96896 CPUtime=5000.14 cores=3
/proc/9743/stat : 9743 (march_hi) R 9739 9739 9630 0 -1 4202496 57502 0 0 0 500002 12 0 0 25 0 1 0 526150927 99221504 20994 33554432000 4194304 4331988 140735618156048 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9743/statm: 24224 20994 173 34 0 22666 0
[pid=9744] ppid=9739 vsize=204736 CPUtime=19971.2 cores=4-7
/proc/9744/stat : 9744 (plingeling) S 9739 9739 9630 0 -1 4202496 101089 1252 0 0 1997102 15 0 0 25 0 5 0 526150927 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9744/statm: 51184 39625 164 40 0 49728 0
[pid=9744/tid=9751] ppid=9739 vsize=204736 CPUtime=4972.38 cores=4-7
/proc/9744/task/9751/stat : 9751 (plingeling) R 9739 9739 9630 0 -1 4202560 25252 1252 0 0 497235 3 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9744/tid=9752] ppid=9739 vsize=204736 CPUtime=4998.99 cores=4-7
/proc/9744/task/9752/stat : 9752 (plingeling) R 9739 9739 9630 0 -1 4202560 37233 1252 0 0 499894 5 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4284043 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9744/tid=9753] ppid=9739 vsize=204736 CPUtime=4999.63 cores=4-7
/proc/9744/task/9753/stat : 9753 (plingeling) R 9739 9739 9630 0 -1 4202560 15060 1252 0 0 499960 3 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9744/tid=9754] ppid=9739 vsize=204736 CPUtime=4999.66 cores=4-7
/proc/9744/task/9754/stat : 9754 (plingeling) R 9739 9739 9630 0 -1 4202560 10978 1252 0 0 499965 1 0 0 25 0 5 0 526150975 209649664 39625 33554432000 4194304 4356188 140737067965664 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39970.9
Current children cumulated vsize (KiB) 2982052

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 9739 and gives
#  childrusage.ru_utime.tv_sec=14989
#  childrusage.ru_utime.tv_usec=844197
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=967484
# CPU time returned by wait4() is 14999.8
# while last known CPU time is 39970.9
#
# 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): 39970.9
CPU user time (s): 39960.2
CPU system time (s): 10.73
CPU usage (%): 799.415
Max. virtual memory (cumulated for all children) (KiB): 4315044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14989.8
system time used= 9.96748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2413046
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= 377
involuntary context switches= 32558

runsolver used 7.8898 second user time and 19.3941 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 08:38:52
IDJOB=3218949
IDBENCH=82508
IDSOLVER=1638
FILE ID=node137/3218949-1304145532
RUNJOBID= node137-1304145473-9644
PBS_JOBID= 13170887
Free space on /tmp= 73208 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218949-1304145532/watcher-3218949-1304145532 -o /tmp/evaluation-result-3218949-1304145532/solver-3218949-1304145532 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3218949-1304145532.cnf

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=591050505

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28993008 kB
Buffers:        918056 kB
Cached:        2518596 kB
SwapCached:         48 kB
Active:         193684 kB
Inactive:      3305400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28993008 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12832 kB
Writeback:           0 kB
AnonPages:       62396 kB
Mapped:          14764 kB
Slab:           392264 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183992 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= 73200 MiB
End job on node137 at 2011-04-30 10:02:14