Trace number 3219531

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.5 5000.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark838.323
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3219531-1304150781/watcher-3219531-1304150781 -o /tmp/evaluation-result-3219531-1304150781/solver-3219531-1304150781 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219531-1304150781.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.05 8.08 8.01 2/170 25657
/proc/meminfo: memFree=27715892/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 4 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0

[startup+0.0368459 s]
/proc/loadavg: 8.05 8.08 8.01 2/170 25657
/proc/meminfo: memFree=27715892/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 4 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100834 s]
/proc/loadavg: 8.05 8.08 8.01 2/170 25657
/proc/meminfo: memFree=27715892/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 4 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300799 s]
/proc/loadavg: 8.05 8.08 8.01 2/170 25657
/proc/meminfo: memFree=27715892/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700722 s]
/proc/loadavg: 8.05 8.08 8.01 2/170 25657
/proc/meminfo: memFree=27715892/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50057 s]
/proc/loadavg: 8.05 8.08 8.01 9/180 25672
/proc/meminfo: memFree=27489016/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=71900 CPUtime=1.49 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 16655 0 0 0 147 2 0 0 20 0 1 0 526677827 73625600 12682 33554432000 4194304 4587354 140735344785936 18446744073709551615 4243434 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 17975 12682 326 96 0 14537 0
[pid=25659] ppid=25657 vsize=39364 CPUtime=1.49 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 9699 0 0 0 148 1 0 0 20 0 1 0 526677827 40308736 6976 33554432000 4194304 4785740 140733930679840 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 9841 6976 340 145 0 6886 0
[pid=25660] ppid=25657 vsize=472060 CPUtime=1.49 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8338 0 0 0 148 1 0 0 25 0 1 0 526677827 483389440 8234 33554432000 134512640 134534564 4293819408 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118015 8234 95 6 0 116681 0
[pid=25661] ppid=25657 vsize=44676 CPUtime=1.48 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 33862 0 0 0 144 4 0 0 20 0 1 0 526677827 45748224 7668 33554432000 4194304 4331988 140737428279616 18446744073709551615 4252211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 11169 7668 141 34 0 9611 0
[pid=25662] ppid=25657 vsize=167484 CPUtime=3.77 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 28814 1254 0 0 374 3 0 0 21 0 5 0 526677827 171503616 14498 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 41871 14498 163 40 0 40415 0
[pid=25662/tid=25669] ppid=25657 vsize=167484 CPUtime=0.76 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 3696 1254 0 0 76 0 0 0 18 0 5 0 526677900 171503616 14498 33554432000 4194304 4356188 140735354210528 18446744073709551615 4322678 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=167484 CPUtime=0.76 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 3931 1254 0 0 76 0 0 0 25 0 5 0 526677900 171503616 14498 33554432000 4194304 4356188 140735354210528 18446744073709551615 4211298 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=167484 CPUtime=0.76 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 4137 1254 0 0 76 0 0 0 25 0 5 0 526677900 171503616 14498 33554432000 4194304 4356188 140735354210528 18446744073709551615 4208840 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=167484 CPUtime=0.75 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 4393 1254 0 0 75 0 0 0 25 0 5 0 526677900 171503616 14498 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 813808

[startup+3.10127 s]
/proc/loadavg: 8.05 8.08 8.01 9/180 25672
/proc/meminfo: memFree=27516432/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=109404 CPUtime=3.09 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 17620 0 0 0 307 2 0 0 25 0 1 0 526677827 112029696 13646 33554432000 4194304 4587354 140735344785936 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 27351 13646 326 96 0 23913 0
[pid=25659] ppid=25657 vsize=40448 CPUtime=3.09 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 10057 0 0 0 308 1 0 0 25 0 1 0 526677827 41418752 7334 33554432000 4194304 4785740 140733930679840 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 10112 7334 340 145 0 7157 0
[pid=25660] ppid=25657 vsize=472060 CPUtime=3.09 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8338 0 0 0 308 1 0 0 25 0 1 0 526677827 483389440 8234 33554432000 134512640 134534564 4293819408 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118015 8234 95 6 0 116681 0
[pid=25661] ppid=25657 vsize=106232 CPUtime=3.09 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 61084 0 0 0 301 8 0 0 25 0 1 0 526677827 108781568 14271 33554432000 4194304 4331988 140737428279616 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 26558 14271 173 34 0 25000 0
[pid=25662] ppid=25657 vsize=167472 CPUtime=10.17 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 28819 1254 0 0 1014 3 0 0 21 0 5 0 526677827 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 41868 14500 163 40 0 40412 0
[pid=25662/tid=25669] ppid=25657 vsize=167472 CPUtime=2.36 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 3701 1254 0 0 236 0 0 0 22 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=167472 CPUtime=2.36 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 3931 1254 0 0 236 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=167472 CPUtime=2.36 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 4137 1254 0 0 236 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=167472 CPUtime=2.34 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 4393 1254 0 0 234 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.53
Current children cumulated vsize (KiB) 913940

[startup+6.30066 s]
/proc/loadavg: 8.04 8.07 8.01 9/180 25672
/proc/meminfo: memFree=27441784/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=109404 CPUtime=6.29 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 19144 0 0 0 626 3 0 0 25 0 1 0 526677827 112029696 15168 33554432000 4194304 4587354 140735344785936 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 27351 15168 326 96 0 23913 0
[pid=25659] ppid=25657 vsize=49224 CPUtime=6.29 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 12243 0 0 0 627 2 0 0 25 0 1 0 526677827 50405376 9520 33554432000 4194304 4785740 140733930679840 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 12306 9520 340 145 0 9351 0
[pid=25660] ppid=25657 vsize=472060 CPUtime=6.28 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8338 0 0 0 627 1 0 0 25 0 1 0 526677827 483389440 8234 33554432000 134512640 134534564 4293819408 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118015 8234 95 6 0 116681 0
[pid=25661] ppid=25657 vsize=107432 CPUtime=6.28 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 69639 0 0 0 619 9 0 0 25 0 1 0 526677827 110010368 22826 33554432000 4194304 4331988 140737428279616 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 26858 22826 173 34 0 25300 0
[pid=25662] ppid=25657 vsize=167472 CPUtime=22.95 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 28819 1254 0 0 2292 3 0 0 21 0 5 0 526677827 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 41868 14500 163 40 0 40412 0
[pid=25662/tid=25669] ppid=25657 vsize=167472 CPUtime=5.56 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 3701 1254 0 0 556 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=167472 CPUtime=5.56 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 3931 1254 0 0 556 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331451 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=167472 CPUtime=5.56 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 4137 1254 0 0 556 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=167472 CPUtime=5.52 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 4393 1254 0 0 552 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.09
Current children cumulated vsize (KiB) 923916

[startup+12.7004 s]
/proc/loadavg: 8.04 8.07 8.01 9/180 25672
/proc/meminfo: memFree=27408128/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=109404 CPUtime=12.69 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 22028 0 0 0 1264 5 0 0 25 0 1 0 526677827 112029696 18044 33554432000 4194304 4587354 140735344785936 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 27351 18044 326 96 0 23913 0
[pid=25659] ppid=25657 vsize=69136 CPUtime=12.69 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 17209 0 0 0 1265 4 0 0 25 0 1 0 526677827 70795264 14486 33554432000 4194304 4785740 140733930679840 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 17284 14486 340 145 0 14329 0
[pid=25660] ppid=25657 vsize=472060 CPUtime=12.68 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8338 0 0 0 1267 1 0 0 25 0 1 0 526677827 483389440 8234 33554432000 134512640 134534564 4293819408 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118015 8234 95 6 0 116681 0
[pid=25661] ppid=25657 vsize=109588 CPUtime=12.68 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 70138 0 0 0 1259 9 0 0 25 0 1 0 526677827 112218112 23325 33554432000 4194304 4331988 140737428279616 18446744073709551615 4263185 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 27397 23325 173 34 0 25839 0
[pid=25662] ppid=25657 vsize=167472 CPUtime=48.51 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 28819 1254 0 0 4848 3 0 0 21 0 5 0 526677827 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 41868 14500 163 40 0 40412 0
[pid=25662/tid=25669] ppid=25657 vsize=167472 CPUtime=11.96 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 3701 1254 0 0 1196 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=167472 CPUtime=11.96 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 3931 1254 0 0 1196 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=167472 CPUtime=11.96 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 4137 1254 0 0 1196 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=167472 CPUtime=11.89 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 4393 1254 0 0 1189 0 0 0 25 0 5 0 526677900 171491328 14500 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.25
Current children cumulated vsize (KiB) 945984

[startup+25.501 s]
/proc/loadavg: 8.03 8.07 8.01 9/180 25673
/proc/meminfo: memFree=27244716/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=278484 CPUtime=25.48 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 61275 0 0 0 2538 10 0 0 25 0 1 0 526677827 285167616 45149 33554432000 4194304 4587354 140735344785936 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=25660] ppid=25657 vsize=472064 CPUtime=4782.45 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8347 0 0 0 478242 3 0 0 25 0 1 0 526677827 483393536 8243 33554432000 134512640 134534564 4293819408 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118016 8243 103 6 0 116682 0
[pid=25661] ppid=25657 vsize=133244 CPUtime=4781.65 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 75764 0 0 0 478153 12 0 0 25 0 1 0 526677827 136441856 28951 33554432000 4194304 4331988 140737428279616 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 33311 28951 173 34 0 31753 0
[pid=25662] ppid=25657 vsize=274016 CPUtime=19101 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 81820 1254 0 0 1910088 13 0 0 21 0 5 0 526677827 280592384 40593 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 68504 40593 163 40 0 67048 0
[pid=25662/tid=25669] ppid=25657 vsize=274016 CPUtime=4781.74 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 10731 1254 0 0 478173 1 0 0 25 0 5 0 526677900 280592384 40593 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=274016 CPUtime=4781.27 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 21232 1254 0 0 478123 4 0 0 25 0 5 0 526677900 280592384 40593 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=274016 CPUtime=4781.74 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 14413 1254 0 0 478172 2 0 0 25 0 5 0 526677900 280592384 40593 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=274016 CPUtime=4755.51 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 22787 1254 0 0 475548 3 0 0 25 0 5 0 526677900 280592384 40593 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230
Current children cumulated vsize (KiB) 2341332

[startup+4842.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/180 25813
/proc/meminfo: memFree=26198312/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=411124 CPUtime=4842.46 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 2088172 0 0 0 483306 940 0 0 25 0 1 0 526677827 420990976 45473 33554432000 4194304 4587354 140735344785936 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 102781 45473 337 96 0 99343 0
[pid=25659] ppid=25657 vsize=1052996 CPUtime=4842.47 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 257985 0 0 0 484155 92 0 0 25 0 1 0 526677827 1078267904 255262 33554432000 4194304 4785740 140733930679840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 263249 255262 340 145 0 260294 0
[pid=25660] ppid=25657 vsize=472064 CPUtime=4842.46 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8347 0 0 0 484243 3 0 0 25 0 1 0 526677827 483393536 8243 33554432000 134512640 134534564 4293819408 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118016 8243 103 6 0 116682 0
[pid=25661] ppid=25657 vsize=133244 CPUtime=4841.65 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 75774 0 0 0 484153 12 0 0 25 0 1 0 526677827 136441856 28961 33554432000 4194304 4331988 140737428279616 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 33311 28961 173 34 0 31753 0
[pid=25662] ppid=25657 vsize=278112 CPUtime=19340.7 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 83868 1254 0 0 1934055 13 0 0 21 0 5 0 526677827 284786688 41617 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 69528 41617 163 40 0 68072 0
[pid=25662/tid=25669] ppid=25657 vsize=278112 CPUtime=4841.74 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 10731 1254 0 0 484173 1 0 0 25 0 5 0 526677900 284786688 41617 33554432000 4194304 4356188 140735354210528 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=278112 CPUtime=4841.27 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 23280 1254 0 0 484123 4 0 0 25 0 5 0 526677900 284786688 41617 33554432000 4194304 4356188 140735354210528 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=278112 CPUtime=4841.74 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 14413 1254 0 0 484172 2 0 0 25 0 5 0 526677900 284786688 41617 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=278112 CPUtime=4815.18 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 22787 1254 0 0 481515 3 0 0 25 0 5 0 526677900 284786688 41617 33554432000 4194304 4356188 140735354210528 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38709.7
Current children cumulated vsize (KiB) 2365864

[startup+4902.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/180 25815
/proc/meminfo: memFree=26237968/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=357960 CPUtime=4902.46 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 2110972 0 0 0 489293 953 0 0 25 0 1 0 526677827 366551040 33769 33554432000 4194304 4587354 140735344785936 18446744073709551615 4244156 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 89490 33770 337 96 0 86052 0
[pid=25659] ppid=25657 vsize=1052996 CPUtime=4902.47 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 257985 0 0 0 490155 92 0 0 25 0 1 0 526677827 1078267904 255262 33554432000 4194304 4785740 140733930679840 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 263249 255262 340 145 0 260294 0
[pid=25660] ppid=25657 vsize=472064 CPUtime=4902.46 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8347 0 0 0 490243 3 0 0 25 0 1 0 526677827 483393536 8243 33554432000 134512640 134534564 4293819408 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118016 8243 103 6 0 116682 0
[pid=25661] ppid=25657 vsize=133244 CPUtime=4901.66 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 75782 0 0 0 490154 12 0 0 25 0 1 0 526677827 136441856 28969 33554432000 4194304 4331988 140737428279616 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 33311 28969 173 34 0 31753 0
[pid=25662] ppid=25657 vsize=286308 CPUtime=19580.4 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 87965 1254 0 0 1958022 14 0 0 21 0 5 0 526677827 293179392 43666 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 71577 43666 163 40 0 70121 0
[pid=25662/tid=25669] ppid=25657 vsize=286308 CPUtime=4901.74 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 10731 1254 0 0 490173 1 0 0 25 0 5 0 526677900 293179392 43666 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=286308 CPUtime=4901.26 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 23280 1254 0 0 490122 4 0 0 25 0 5 0 526677900 293179392 43666 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=286308 CPUtime=4901.74 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 18510 1254 0 0 490172 2 0 0 25 0 5 0 526677900 293179392 43666 33554432000 4194304 4356188 140735354210528 18446744073709551615 4234244 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=286308 CPUtime=4874.85 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 22787 1254 0 0 487482 3 0 0 25 0 5 0 526677900 293179392 43666 33554432000 4194304 4356188 140735354210528 18446744073709551615 4280835 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189.4
Current children cumulated vsize (KiB) 2320896

[startup+4962.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/180 25816
/proc/meminfo: memFree=26297456/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=367092 CPUtime=4962.46 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 2132656 0 0 0 495280 966 0 0 25 0 1 0 526677827 375902208 20659 33554432000 4194304 4587354 140735344785936 18446744073709551615 208079929099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 91773 20659 337 96 0 88335 0
[pid=25659] ppid=25657 vsize=1052996 CPUtime=4962.47 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 257985 0 0 0 496155 92 0 0 25 0 1 0 526677827 1078267904 255262 33554432000 4194304 4785740 140733930679840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 263249 255262 340 145 0 260294 0
[pid=25660] ppid=25657 vsize=472064 CPUtime=4962.46 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8347 0 0 0 496243 3 0 0 25 0 1 0 526677827 483393536 8243 33554432000 134512640 134534564 4293819408 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118016 8243 103 6 0 116682 0
[pid=25661] ppid=25657 vsize=133376 CPUtime=4961.66 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 75794 0 0 0 496154 12 0 0 25 0 1 0 526677827 136577024 28981 33554432000 4194304 4331988 140737428279616 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 33344 28981 173 34 0 31786 0
[pid=25662] ppid=25657 vsize=278116 CPUtime=19820 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 87965 1254 0 0 1981989 14 0 0 21 0 5 0 526677827 284790784 41618 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 69529 41618 163 40 0 68073 0
[pid=25662/tid=25669] ppid=25657 vsize=278116 CPUtime=4961.74 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 10731 1254 0 0 496173 1 0 0 25 0 5 0 526677900 284790784 41618 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=278116 CPUtime=4961.26 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 23280 1254 0 0 496122 4 0 0 25 0 5 0 526677900 284790784 41618 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=278116 CPUtime=4961.74 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 18510 1254 0 0 496172 2 0 0 25 0 5 0 526677900 284790784 41618 33554432000 4194304 4356188 140735354210528 18446744073709551615 4332322 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=278116 CPUtime=4934.52 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 22787 1254 0 0 493449 3 0 0 25 0 5 0 526677900 284790784 41618 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.1
Current children cumulated vsize (KiB) 2321968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.08 8.01 9/180 25817
/proc/meminfo: memFree=26241768/32950928 swapFree=67111356/67111528
[pid=25657] ppid=25655 vsize=18324 CPUtime=0 cores=0-7
/proc/25657/stat : 25657 (ppfolio) S 25655 25657 25385 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526677827 18763776 390 33554432000 4194304 4287625 140735929824720 18446744073709551615 208080252431 0 0 4096 65536 3968260751679815679 0 0 17 6 0 0 0
/proc/25657/statm: 4581 390 341 23 0 91 0
[pid=25658] ppid=25657 vsize=367092 CPUtime=5000.17 cores=0
/proc/25658/stat : 25658 (cryptominisat) R 25657 25657 25385 0 -1 4202496 2145583 0 0 0 499043 974 0 0 25 0 1 0 526677827 375902208 33547 33554432000 4194304 4587354 140735344785936 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25658/statm: 91773 33547 337 96 0 88335 0
[pid=25659] ppid=25657 vsize=1052996 CPUtime=5000.18 cores=1
/proc/25659/stat : 25659 (clasp) R 25657 25657 25385 0 -1 4202496 257985 0 0 0 499926 92 0 0 25 0 1 0 526677827 1078267904 255262 33554432000 4194304 4785740 140733930679840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25659/statm: 263249 255262 340 145 0 260294 0
[pid=25660] ppid=25657 vsize=472064 CPUtime=5000.17 cores=2
/proc/25660/stat : 25660 (TNM) R 25657 25657 25385 0 -1 4202496 8347 0 0 0 500014 3 0 0 25 0 1 0 526677827 483393536 8243 33554432000 134512640 134534564 4293819408 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25660/statm: 118016 8243 103 6 0 116682 0
[pid=25661] ppid=25657 vsize=133376 CPUtime=4999.37 cores=3
/proc/25661/stat : 25661 (march_hi) R 25657 25657 25385 0 -1 4202496 75799 0 0 0 499925 12 0 0 25 0 1 0 526677827 136577024 28986 33554432000 4194304 4331988 140737428279616 18446744073709551615 4265507 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25661/statm: 33344 28986 173 34 0 31786 0
[pid=25662] ppid=25657 vsize=282212 CPUtime=19970.7 cores=4-7
/proc/25662/stat : 25662 (plingeling) S 25657 25657 25385 0 -1 4202496 88989 1254 0 0 1997051 14 0 0 21 0 5 0 526677827 288985088 42642 33554432000 4194304 4356188 140735354210528 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25662/statm: 70553 42642 163 40 0 69097 0
[pid=25662/tid=25669] ppid=25657 vsize=282212 CPUtime=4999.45 cores=4-7
/proc/25662/task/25669/stat : 25669 (plingeling) R 25657 25657 25385 0 -1 4202560 10731 1254 0 0 499944 1 0 0 25 0 5 0 526677900 288985088 42642 33554432000 4194304 4356188 140735354210528 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25662/tid=25670] ppid=25657 vsize=282212 CPUtime=4998.97 cores=4-7
/proc/25662/task/25670/stat : 25670 (plingeling) R 25657 25657 25385 0 -1 4202560 23280 1254 0 0 499893 4 0 0 25 0 5 0 526677900 288985088 42642 33554432000 4194304 4356188 140735354210528 18446744073709551615 4211068 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25662/tid=25671] ppid=25657 vsize=282212 CPUtime=4999.45 cores=4-7
/proc/25662/task/25671/stat : 25671 (plingeling) R 25657 25657 25385 0 -1 4202560 18510 1254 0 0 499943 2 0 0 25 0 5 0 526677900 288985088 42642 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=25662/tid=25672] ppid=25657 vsize=282212 CPUtime=4972.02 cores=4-7
/proc/25662/task/25672/stat : 25672 (plingeling) R 25657 25657 25385 0 -1 4202560 23811 1254 0 0 497199 3 0 0 25 0 5 0 526677900 288985088 42642 33554432000 4194304 4356188 140735354210528 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39970.5
Current children cumulated vsize (KiB) 2326064

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 25657 and gives
#  childrusage.ru_utime.tv_sec=14989
#  childrusage.ru_utime.tv_usec=834198
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=932490
# CPU time returned by wait4() is 14999.8
# while last known CPU time is 39970.5
#
# 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.5
CPU user time (s): 39959.6
CPU system time (s): 10.95
CPU usage (%): 799.408
Max. virtual memory (cumulated for all children) (KiB): 2662800

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

runsolver used 7.68483 second user time and 19.596 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 10:06:22
IDJOB=3219531
IDBENCH=82605
IDSOLVER=1638
FILE ID=node127/3219531-1304150781
RUNJOBID= node127-1304145609-25399
PBS_JOBID= 13170893
Free space on /tmp= 72732 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219531-1304150781/watcher-3219531-1304150781 -o /tmp/evaluation-result-3219531-1304150781/solver-3219531-1304150781 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219531-1304150781.cnf

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=2012451273

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27716048 kB
Buffers:       1306636 kB
Cached:        3400016 kB
SwapCached:          8 kB
Active:         267512 kB
Inactive:      4502460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27716048 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           14516 kB
Writeback:          72 kB
AnonPages:       63760 kB
Mapped:          14656 kB
Slab:           399388 kB
PageTables:       4228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184968 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= 72720 MiB
End job on node127 at 2011-04-30 11:29:44