Trace number 3218973

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? (MO) 6462.08 808.316

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S3662714-068-UNKNOWN.cnf
MD5SUM48e79d2b0d6ab8da0627cd3c9f41a435
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark335.462
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 515000
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
6461.99/808.31	Done

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-3218973-1304145590/watcher-3218973-1304145590 -o /tmp/evaluation-result-3218973-1304145590/solver-3218973-1304145590 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3218973-1304145590.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.82 3.77 3.42 2/170 15949
/proc/meminfo: memFree=31140700/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 2 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0

[startup+0.146755 s]
/proc/loadavg: 5.82 3.77 3.42 2/170 15949
/proc/meminfo: memFree=31140700/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) R 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200746 s]
/proc/loadavg: 5.82 3.77 3.42 2/170 15949
/proc/meminfo: memFree=31140700/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) R 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300726 s]
/proc/loadavg: 5.82 3.77 3.42 2/170 15949
/proc/meminfo: memFree=31140700/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700647 s]
/proc/loadavg: 5.82 3.77 3.42 2/170 15949
/proc/meminfo: memFree=31140700/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 5.82 3.77 3.42 9/180 15964
/proc/meminfo: memFree=31111852/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1384432 CPUtime=1.49 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 5269 0 0 0 149 0 0 0 20 0 1 0 506974602 1417658368 2129 33554432000 4194304 4587354 140735233241824 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 346108 2130 328 96 0 342670 0
[pid=15951] ppid=15949 vsize=19504 CPUtime=1.49 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 2349 0 0 0 149 0 0 0 20 0 1 0 506974602 19972096 2205 33554432000 4194304 4785740 140733785163872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 4876 2205 340 145 0 1921 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=1.49 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 149 0 0 0 20 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=11516 CPUtime=1.49 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 3147 0 0 0 149 0 0 0 20 0 1 0 506974602 11792384 1028 33554432000 4194304 4331988 140737338512992 18446744073709551615 4263162 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 2879 1028 174 34 0 1321 0
[pid=15954] ppid=15949 vsize=120464 CPUtime=5.79 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 3094 1254 0 0 579 0 0 0 18 0 5 0 506974602 123355136 2156 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 30116 2156 161 40 0 28660 0
[pid=15954/tid=15961] ppid=15949 vsize=120464 CPUtime=1.46 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 121 1254 0 0 146 0 0 0 23 0 5 0 506974605 123355136 2156 33554432000 4194304 4356188 140737345652320 18446744073709551615 4274256 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=120464 CPUtime=1.41 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 110 1254 0 0 141 0 0 0 22 0 5 0 506974605 123355136 2156 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331039 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=120464 CPUtime=1.45 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 362 1254 0 0 145 0 0 0 23 0 5 0 506974605 123355136 2156 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=120464 CPUtime=1.43 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 405 1254 0 0 143 0 0 0 23 0 5 0 506974605 123355136 2156 33554432000 4194304 4356188 140737345652320 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 2012312

[startup+3.10117 s]
/proc/loadavg: 5.82 3.77 3.42 9/180 15964
/proc/meminfo: memFree=31109020/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1408772 CPUtime=3.09 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 12228 0 0 0 308 1 0 0 25 0 1 0 506974602 1442582528 7672 33554432000 4194304 4587354 140735233241824 18446744073709551615 4365472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 352193 7672 338 96 0 348755 0
[pid=15951] ppid=15949 vsize=21256 CPUtime=3.09 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 2783 0 0 0 309 0 0 0 25 0 1 0 506974602 21766144 2639 33554432000 4194304 4785740 140733785163872 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 5314 2639 340 145 0 2359 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=3.09 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 309 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=12200 CPUtime=3.09 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 3348 0 0 0 309 0 0 0 25 0 1 0 506974602 12492800 1229 33554432000 4194304 4331988 140737338512992 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 3050 1229 174 34 0 1492 0
[pid=15954] ppid=15949 vsize=122400 CPUtime=12.19 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 3610 1254 0 0 1219 0 0 0 18 0 5 0 506974602 125337600 2672 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 30600 2672 161 40 0 29144 0
[pid=15954/tid=15961] ppid=15949 vsize=122400 CPUtime=3.06 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 249 1254 0 0 306 0 0 0 25 0 5 0 506974605 125337600 2672 33554432000 4194304 4356188 140737345652320 18446744073709551615 4210767 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=122400 CPUtime=3.01 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 239 1254 0 0 301 0 0 0 25 0 5 0 506974605 125337600 2672 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=122400 CPUtime=3.05 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 508 1254 0 0 305 0 0 0 25 0 5 0 506974605 125337600 2672 33554432000 4194304 4356188 140737345652320 18446744073709551615 4279704 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=122400 CPUtime=3.03 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 518 1254 0 0 303 0 0 0 25 0 5 0 506974605 125337600 2672 33554432000 4194304 4356188 140737345652320 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 2041024

[startup+6.30054 s]
/proc/loadavg: 5.99 3.84 3.45 9/180 15964
/proc/meminfo: memFree=31079016/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1397700 CPUtime=6.29 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 12778 0 0 0 628 1 0 0 25 0 1 0 506974602 1431244800 6670 33554432000 4194304 4587354 140735233241824 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 349425 6670 338 96 0 345987 0
[pid=15951] ppid=15949 vsize=23648 CPUtime=6.28 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 3382 0 0 0 628 0 0 0 25 0 1 0 506974602 24215552 3238 33554432000 4194304 4785740 140733785163872 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 5912 3238 340 145 0 2957 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=6.29 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 629 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134528757 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=13052 CPUtime=6.29 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 3525 0 0 0 629 0 0 0 25 0 1 0 506974602 13365248 1406 33554432000 4194304 4331988 140737338512992 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 3263 1406 175 34 0 1705 0
[pid=15954] ppid=15949 vsize=126588 CPUtime=24.97 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 5809 1254 0 0 2497 0 0 0 18 0 5 0 506974602 129626112 3719 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 31647 3719 161 40 0 30191 0
[pid=15954/tid=15961] ppid=15949 vsize=126588 CPUtime=6.26 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 714 1254 0 0 626 0 0 0 25 0 5 0 506974605 129626112 3719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=126588 CPUtime=6.21 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 753 1254 0 0 621 0 0 0 25 0 5 0 506974605 129626112 3719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4330786 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=126588 CPUtime=6.23 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 990 1254 0 0 623 0 0 0 25 0 5 0 506974605 129626112 3719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=126588 CPUtime=6.23 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 1256 1254 0 0 623 0 0 0 25 0 5 0 506974605 129626112 3719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 2037384

[startup+12.7013 s]
/proc/loadavg: 6.15 3.91 3.47 9/180 15964
/proc/meminfo: memFree=31052736/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 7 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1418320 CPUtime=12.68 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 18141 0 0 0 1267 1 0 0 25 0 1 0 506974602 1452359680 12011 33554432000 4194304 4587354 140735233241824 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 354580 12011 338 96 0 351142 0
[pid=15951] ppid=15949 vsize=27012 CPUtime=12.68 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 4228 0 0 0 1268 0 0 0 25 0 1 0 506974602 27660288 4084 33554432000 4194304 4785740 140733785163872 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 6753 4084 340 145 0 3798 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=12.69 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 1269 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=14968 CPUtime=12.69 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 3883 0 0 0 1269 0 0 0 25 0 1 0 506974602 15327232 1764 33554432000 4194304 4331988 140737338512992 18446744073709551615 4287795 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 3742 1764 175 34 0 2184 0
[pid=15954] ppid=15949 vsize=128528 CPUtime=50.54 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 8246 1254 0 0 5053 1 0 0 18 0 5 0 506974602 131612672 4204 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 32132 4204 161 40 0 30676 0
[pid=15954/tid=15961] ppid=15949 vsize=128528 CPUtime=12.67 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 1484 1254 0 0 1267 0 0 0 25 0 5 0 506974605 131612672 4204 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=128528 CPUtime=12.61 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 1169 1254 0 0 1261 0 0 0 25 0 5 0 506974605 131612672 4204 33554432000 4194304 4356188 140737345652320 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=128528 CPUtime=12.59 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 1471 1254 0 0 1259 0 0 0 25 0 5 0 506974605 131612672 4204 33554432000 4194304 4356188 140737345652320 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=128528 CPUtime=12.63 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 2026 1254 0 0 1263 0 0 0 25 0 5 0 506974605 131612672 4204 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 2065224

[startup+25.5007 s]
/proc/loadavg: 6.56 4.11 3.54 9/180 15964
/proc/meminfo: memFree=31030700/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 3 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1431636 CPUtime=25.49 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 29602 0 0 0 2545 4 0 0 25 0 1 0 506974602 1465995264 15713 33554432000 4194304 4587354 140735233241824 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0

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

Current children cumulated vsize (KiB) 2271400

[startup+582.301 s]
/proc/loadavg: 8.04 7.44 5.56 9/180 15979
/proc/meminfo: memFree=30852692/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 3 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1412280 CPUtime=582.31 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 272561 0 0 0 58159 72 0 0 25 0 1 0 506974602 1446174720 7003 33554432000 4194304 4587354 140735233241824 18446744073709551615 4243808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 353070 7003 338 96 0 349632 0
[pid=15951] ppid=15949 vsize=83280 CPUtime=582.31 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 17226 0 0 0 58228 3 0 0 25 0 1 0 506974602 85278720 17061 33554432000 4194304 4785740 140733785163872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 20820 17061 341 145 0 17865 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=582.25 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 58225 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=146204 CPUtime=582.31 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 33296 0 0 0 58210 21 0 0 25 0 1 0 506974602 149712896 31177 33554432000 4194304 4331988 140737338512992 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 36551 31177 175 34 0 34993 0
[pid=15954] ppid=15949 vsize=154712 CPUtime=2325.94 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 82608 1254 0 0 232581 13 0 0 18 0 5 0 506974602 158425088 10750 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 38678 10750 161 40 0 37222 0
[pid=15954/tid=15961] ppid=15949 vsize=154712 CPUtime=582.29 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 19522 1254 0 0 58227 2 0 0 25 0 5 0 506974605 158425088 10750 33554432000 4194304 4356188 140737345652320 18446744073709551615 4279454 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=154712 CPUtime=582.23 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 19615 1254 0 0 58219 4 0 0 25 0 5 0 506974605 158425088 10750 33554432000 4194304 4356188 140737345652320 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=154712 CPUtime=579.1 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 19556 1254 0 0 57908 2 0 0 25 0 5 0 506974605 158425088 10750 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=154712 CPUtime=582.26 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 21819 1254 0 0 58223 3 0 0 25 0 5 0 506974605 158425088 10750 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4655.12
Current children cumulated vsize (KiB) 2272872

[startup+642.301 s]
/proc/loadavg: 8.01 7.54 5.71 9/180 15981
/proc/meminfo: memFree=30836316/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 3 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1403696 CPUtime=642.32 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 296429 0 0 0 64150 82 0 0 25 0 1 0 506974602 1437384704 7205 33554432000 4194304 4587354 140735233241824 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 350924 7205 338 96 0 347486 0
[pid=15951] ppid=15949 vsize=88672 CPUtime=642.32 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 18450 0 0 0 64228 4 0 0 25 0 1 0 506974602 90800128 18231 33554432000 4194304 4785740 140733785163872 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 22168 18231 341 145 0 19213 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=642.24 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 64224 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=146204 CPUtime=642.32 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 36376 0 0 0 64209 23 0 0 25 0 1 0 506974602 149712896 34257 33554432000 4194304 4331988 140737338512992 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 36551 34257 175 34 0 34993 0
[pid=15954] ppid=15949 vsize=154588 CPUtime=2565.62 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 86193 1254 0 0 256549 13 0 0 18 0 5 0 506974602 158298112 10719 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 38647 10719 161 40 0 37191 0
[pid=15954/tid=15961] ppid=15949 vsize=154588 CPUtime=642.29 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 20355 1254 0 0 64227 2 0 0 25 0 5 0 506974605 158298112 10719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=154588 CPUtime=642.23 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 20895 1254 0 0 64219 4 0 0 25 0 5 0 506974605 158298112 10719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=154588 CPUtime=638.79 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 20324 1254 0 0 63876 3 0 0 25 0 5 0 506974605 158298112 10719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=154588 CPUtime=642.26 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 22523 1254 0 0 64223 3 0 0 25 0 5 0 506974605 158298112 10719 33554432000 4194304 4356188 140737345652320 18446744073709551615 4273853 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5134.82
Current children cumulated vsize (KiB) 2269556

[startup+702.301 s]
/proc/loadavg: 8.00 7.62 5.85 9/180 15982
/proc/meminfo: memFree=30821296/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 3 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=1405056 CPUtime=702.32 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 318781 0 0 0 70141 91 0 0 25 0 1 0 506974602 1438777344 13070 33554432000 4194304 4587354 140735233241824 18446744073709551615 4230294 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 351264 13070 338 96 0 347826 0
[pid=15951] ppid=15949 vsize=92132 CPUtime=702.32 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 19269 0 0 0 70228 4 0 0 25 0 1 0 506974602 94343168 18982 33554432000 4194304 4785740 140733785163872 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 23033 18982 341 145 0 20078 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=702.24 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 70224 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=214592 CPUtime=702.32 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 39118 0 0 0 70207 25 0 0 25 0 1 0 506974602 219742208 36999 33554432000 4194304 4331988 140737338512992 18446744073709551615 4239907 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 53648 36999 175 34 0 52090 0
[pid=15954] ppid=15949 vsize=157404 CPUtime=2805.3 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 91985 1254 0 0 280516 14 0 0 18 0 5 0 506974602 161181696 11423 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 39351 11423 161 40 0 37895 0
[pid=15954/tid=15961] ppid=15949 vsize=157404 CPUtime=702.29 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 21123 1254 0 0 70227 2 0 0 25 0 5 0 506974605 161181696 11423 33554432000 4194304 4356188 140737345652320 18446744073709551615 4274291 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=157404 CPUtime=702.23 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 22783 1254 0 0 70219 4 0 0 25 0 5 0 506974605 161181696 11423 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=157404 CPUtime=698.46 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 21636 1254 0 0 69843 3 0 0 25 0 5 0 506974605 161181696 11423 33554432000 4194304 4356188 140737345652320 18446744073709551615 4210765 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=157404 CPUtime=702.26 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 24347 1254 0 0 70223 3 0 0 25 0 5 0 506974605 161181696 11423 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5614.5
Current children cumulated vsize (KiB) 2345580

[startup+762.3 s]
/proc/loadavg: 8.00 7.69 6.00 9/180 15984
/proc/meminfo: memFree=30821420/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 3 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=15883708 CPUtime=762.33 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 347708 0 0 0 76133 100 0 0 25 0 1 0 506974602 16264916992 8258 33554432000 4194304 4587354 140735233241824 18446744073709551615 270338080408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 3970927 8258 338 96 0 3967489 0
[pid=15951] ppid=15949 vsize=95040 CPUtime=762.33 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 19895 0 0 0 76229 4 0 0 25 0 1 0 506974602 97320960 19608 33554432000 4194304 4785740 140733785163872 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 23760 19608 341 145 0 20805 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=762.24 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 76224 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=214592 CPUtime=762.33 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 42251 0 0 0 76206 27 0 0 25 0 1 0 506974602 219742208 40132 33554432000 4194304 4331988 140737338512992 18446744073709551615 4287743 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 53648 40132 175 34 0 52090 0
[pid=15954] ppid=15949 vsize=161384 CPUtime=3045 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 96020 1254 0 0 304485 15 0 0 18 0 5 0 506974602 165257216 12418 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 40346 12418 161 40 0 38890 0
[pid=15954/tid=15961] ppid=15949 vsize=161384 CPUtime=762.3 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 22499 1254 0 0 76228 2 0 0 25 0 5 0 506974605 165257216 12418 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=161384 CPUtime=762.24 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 23680 1254 0 0 76220 4 0 0 25 0 5 0 506974605 165257216 12418 33554432000 4194304 4356188 140737345652320 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=161384 CPUtime=758.13 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 22501 1254 0 0 75810 3 0 0 25 0 5 0 506974605 165257216 12418 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=161384 CPUtime=762.27 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 25244 1254 0 0 76224 3 0 0 25 0 5 0 506974605 165257216 12418 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331849 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6094.23
Current children cumulated vsize (KiB) 16831120



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+808.301 s]
/proc/loadavg: 8.00 7.74 6.09 9/180 15985
/proc/meminfo: memFree=30818672/32951124 swapFree=67111356/67111528
[pid=15949] ppid=15947 vsize=18324 CPUtime=0 cores=0-7
/proc/15949/stat : 15949 (ppfolio) S 15947 15949 15880 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506974602 18763776 389 33554432000 4194304 4287625 140736855976688 18446744073709551615 270338403855 0 0 4096 65536 15826133017430065151 0 0 17 3 0 0 0
/proc/15949/statm: 4581 389 341 23 0 91 0
[pid=15950] ppid=15949 vsize=15883832 CPUtime=808.33 cores=0
/proc/15950/stat : 15950 (cryptominisat) R 15949 15949 15880 0 -1 4202496 364012 0 0 0 80726 107 0 0 25 0 1 0 506974602 16265043968 6988 33554432000 4194304 4587354 140735233241824 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15950/statm: 3970958 6988 338 96 0 3967520 0
[pid=15951] ppid=15949 vsize=96284 CPUtime=808.33 cores=1
/proc/15951/stat : 15951 (clasp) R 15949 15949 15880 0 -1 4202496 20169 0 0 0 80829 4 0 0 25 0 1 0 506974602 98594816 19882 33554432000 4194304 4785740 140733785163872 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15951/statm: 24071 19882 341 145 0 21116 0
[pid=15952] ppid=15949 vsize=458072 CPUtime=808.24 cores=2
/proc/15952/stat : 15952 (TNM) R 15949 15949 15880 0 -1 4202496 1006 0 0 0 80824 0 0 0 25 0 1 0 506974602 469065728 903 33554432000 134512640 134534564 4294668384 18446744073709551615 2156996 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15952/statm: 114518 903 95 6 0 113184 0
[pid=15953] ppid=15949 vsize=214592 CPUtime=808.33 cores=3
/proc/15953/stat : 15953 (march_hi) R 15949 15949 15880 0 -1 4202496 44685 0 0 0 80804 29 0 0 25 0 1 0 506974602 219742208 42566 33554432000 4194304 4331988 140737338512992 18446744073709551615 4227216 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15953/statm: 53648 42566 175 34 0 52090 0
[pid=15954] ppid=15949 vsize=156008 CPUtime=3228.76 cores=4-7
/proc/15954/stat : 15954 (plingeling) S 15949 15949 15880 0 -1 4202496 98260 1254 0 0 322861 15 0 0 18 0 5 0 506974602 159752192 11074 33554432000 4194304 4356188 140737345652320 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15954/statm: 39002 11074 161 40 0 37546 0
[pid=15954/tid=15961] ppid=15949 vsize=156008 CPUtime=808.3 cores=4-7
/proc/15954/task/15961/stat : 15961 (plingeling) R 15949 15949 15880 0 -1 4202560 22691 1254 0 0 80828 2 0 0 25 0 5 0 506974605 159752192 11074 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15954/tid=15962] ppid=15949 vsize=156008 CPUtime=808.24 cores=4-7
/proc/15954/task/15962/stat : 15962 (plingeling) R 15949 15949 15880 0 -1 4202560 23776 1254 0 0 80820 4 0 0 25 0 5 0 506974605 159752192 11074 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15954/tid=15963] ppid=15949 vsize=156008 CPUtime=803.88 cores=4-7
/proc/15954/task/15963/stat : 15963 (plingeling) R 15949 15949 15880 0 -1 4202560 23685 1254 0 0 80385 3 0 0 25 0 5 0 506974605 159752192 11074 33554432000 4194304 4356188 140737345652320 18446744073709551615 4234306 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15954/tid=15964] ppid=15949 vsize=156008 CPUtime=808.27 cores=4-7
/proc/15954/task/15964/stat : 15964 (plingeling) R 15949 15949 15880 0 -1 4202560 26012 1254 0 0 80824 3 0 0 25 0 5 0 506974605 159752192 11074 33554432000 4194304 4356188 140737345652320 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6461.99
Current children cumulated vsize (KiB) 16827112

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

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

Child status: 0
Real time (s): 808.316
CPU time (s): 6462.08
CPU user time (s): 6460.49
CPU system time (s): 1.59476
CPU usage (%): 799.45
Max. virtual memory (cumulated for all children) (KiB): 32659476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6460.49
system time used= 1.59476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529938
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= 780
involuntary context switches= 28548

runsolver used 1.24681 second user time and 3.16952 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 08:39:50
IDJOB=3218973
IDBENCH=82512
IDSOLVER=1638
FILE ID=node143/3218973-1304145590
RUNJOBID= node143-1304145535-15894
PBS_JOBID= 13170890
Free space on /tmp= 73496 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S3662714-068-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218973-1304145590/watcher-3218973-1304145590 -o /tmp/evaluation-result-3218973-1304145590/solver-3218973-1304145590 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3218973-1304145590.cnf

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

MD5SUM BENCH= 48e79d2b0d6ab8da0627cd3c9f41a435
RANDOM SEED=565975773

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31140980 kB
Buffers:        266428 kB
Cached:        1192828 kB
SwapCached:        168 kB
Active:         343432 kB
Inactive:      1179340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31140980 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10528 kB
Writeback:          24 kB
AnonPages:       63704 kB
Mapped:          14820 kB
Slab:           221772 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181628 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= 73488 MiB
End job on node143 at 2011-04-30 08:53:18