Trace number 3191183

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 parUNSAT 3190.02 798.797

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
MD5SUMbf9c7e319eca3277c9c5b6246acb470c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark391.674
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

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

Verifier Data

No possible verification on an UNSAT instance

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-3191183-1304064255/watcher-3191183-1304064255 -o /tmp/evaluation-result-3191183-1304064255/solver-3191183-1304064255 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191183-1304064255.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.07 5.84 7.01 1/176 31238
/proc/meminfo: memFree=30948020/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) R 31236 31238 29944 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0

[startup+0.060826 s]
/proc/loadavg: 3.07 5.84 7.01 1/176 31238
/proc/meminfo: memFree=30948020/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100816 s]
/proc/loadavg: 3.07 5.84 7.01 1/176 31238
/proc/meminfo: memFree=30948020/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) R 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300782 s]
/proc/loadavg: 3.07 5.84 7.01 1/176 31238
/proc/meminfo: memFree=30948020/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700675 s]
/proc/loadavg: 3.07 5.84 7.01 1/176 31238
/proc/meminfo: memFree=30948020/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50053 s]
/proc/loadavg: 3.07 5.84 7.01 11/192 31259
/proc/meminfo: memFree=30919316/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=267764 CPUtime=1.48 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 3564 0 0 0 148 0 0 0 20 0 1 0 518023393 274190336 2415 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 66941 2415 337 96 0 63503 0
[pid=31240] ppid=31238 vsize=13656 CPUtime=1.49 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 876 0 0 0 149 0 0 0 25 0 1 0 518023393 13983744 768 33554432000 4194304 4785740 140734377458832 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 3414 768 340 145 0 459 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=0.78 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 78 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=6556 CPUtime=1.49 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 1366 0 0 0 149 0 0 0 25 0 1 0 518023393 6713344 832 33554432000 4194304 4352236 140734434598928 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 1639 832 127 39 0 719 0
[pid=31243] ppid=31238 vsize=7056 CPUtime=0.7 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 421 0 0 0 70 0 0 0 25 0 1 0 518023393 7225344 314 33554432000 4194304 4331988 140735293947552 18446744073709551615 4239684 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 769316

[startup+3.10124 s]
/proc/loadavg: 3.07 5.84 7.01 11/192 31259
/proc/meminfo: memFree=30900468/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=270008 CPUtime=3.08 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 5082 0 0 0 308 0 0 0 25 0 1 0 518023393 276488192 3098 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 67502 3098 337 96 0 64064 0
[pid=31240] ppid=31238 vsize=14220 CPUtime=3.09 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 1006 0 0 0 309 0 0 0 25 0 1 0 518023393 14561280 898 33554432000 4194304 4785740 140734377458832 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 3555 898 340 145 0 600 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=1.57 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 157 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=7452 CPUtime=3.09 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 1910 0 0 0 309 0 0 0 25 0 1 0 518023393 7630848 1056 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 1863 1056 127 39 0 943 0
[pid=31243] ppid=31238 vsize=7056 CPUtime=1.5 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 422 0 0 0 150 0 0 0 25 0 1 0 518023393 7225344 315 33554432000 4194304 4331988 140735293947552 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 1764 315 174 34 0 206 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 773020

[startup+6.30066 s]
/proc/loadavg: 3.62 5.91 7.03 11/192 31261
/proc/meminfo: memFree=30892276/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=269892 CPUtime=6.29 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 7253 0 0 0 628 1 0 0 25 0 1 0 518023393 276369408 3187 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 67473 3187 337 96 0 64035 0
[pid=31240] ppid=31238 vsize=14768 CPUtime=6.29 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 1160 0 0 0 629 0 0 0 25 0 1 0 518023393 15122432 1052 33554432000 4194304 4785740 140734377458832 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 3692 1052 340 145 0 737 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=3.15 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 315 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134530197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=8304 CPUtime=6.29 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 2648 0 0 0 629 0 0 0 25 0 1 0 518023393 8503296 1269 33554432000 4194304 4352236 140734434598928 18446744073709551615 4329081 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 2076 1269 127 39 0 1156 0
[pid=31243] ppid=31238 vsize=7056 CPUtime=3.09 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 424 0 0 0 309 0 0 0 25 0 1 0 518023393 7225344 317 33554432000 4194304 4331988 140735293947552 18446744073709551615 4298835 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 1764 317 174 34 0 206 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 774304

[startup+12.7005 s]
/proc/loadavg: 4.13 5.98 7.05 12/193 31263
/proc/meminfo: memFree=30872108/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=272764 CPUtime=12.69 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 10950 0 0 0 1268 1 0 0 25 0 1 0 518023393 279310336 3536 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 68191 3536 337 96 0 64753 0
[pid=31240] ppid=31238 vsize=15912 CPUtime=12.69 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 1419 0 0 0 1269 0 0 0 25 0 1 0 518023393 16293888 1311 33554432000 4194304 4785740 140734377458832 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 3978 1311 340 145 0 1023 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=6.32 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 632 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=10608 CPUtime=12.64 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 4440 0 0 0 1264 0 0 0 25 0 1 0 518023393 10862592 1845 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 2652 1845 127 39 0 1732 0
[pid=31243] ppid=31238 vsize=7216 CPUtime=6.29 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 433 0 0 0 629 0 0 0 25 0 1 0 518023393 7389184 326 33554432000 4194304 4331988 140735293947552 18446744073709551615 4226245 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 1804 326 174 34 0 246 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 780784

[startup+25.5012 s]
/proc/loadavg: 5.73 6.24 7.11 12/193 31263
/proc/meminfo: memFree=30835652/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=275484 CPUtime=25.49 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 17012 0 0 0 2547 2 0 0 25 0 1 0 518023393 282095616 4373 33554432000 4194304 4587354 140733946471696 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 68871 4373 337 96 0 65433 0
[pid=31240] ppid=31238 vsize=17208 CPUtime=25.07 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 1696 0 0 0 2507 0 0 0 25 0 1 0 518023393 17620992 1588 33554432000 4194304 4785740 140734377458832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 4302 1588 340 145 0 1347 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=12.72 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 1272 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=11844 CPUtime=25.34 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 6649 0 0 0 2533 1 0 0 25 0 1 0 518023393 12128256 2154 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 2961 2154 127 39 0 2041 0
[pid=31243] ppid=31238 vsize=7352 CPUtime=12.61 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 474 0 0 0 1261 0 0 0 25 0 1 0 518023393 7528448 367 33554432000 4194304 4331988 140735293947552 18446744073709551615 4308765 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 1838 367 174 34 0 280 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 786172

[startup+51.1005 s]
/proc/loadavg: 7.46 6.60 7.21 11/192 31264
/proc/meminfo: memFree=30836628/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=286500 CPUtime=51.08 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 27664 0 0 0 5104 4 0 0 25 0 1 0 518023393 293376000 7156 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 71625 7156 337 96 0 68187 0
[pid=31240] ppid=31238 vsize=18556 CPUtime=50.47 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 2018 0 0 0 5047 0 0 0 25 0 1 0 518023393 19001344 1910 33554432000 4194304 4785740 140734377458832 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 4639 1910 340 145 0 1684 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=25.41 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 2541 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=16580 CPUtime=50.94 cores=2

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

Current children cumulated CPU time (s) 3066.54
Current children cumulated vsize (KiB) 865724

[startup+780.701 s]
/proc/loadavg: 10.41 9.95 8.86 11/192 31283
/proc/meminfo: memFree=30652888/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314176 CPUtime=780.71 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 151594 0 0 0 78026 45 0 0 25 0 1 0 518023393 321716224 15296 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78544 15296 337 96 0 75106 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=780.08 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4098 0 0 0 78008 0 0 0 25 0 1 0 518023393 28479488 3990 33554432000 4194304 4785740 140734377458832 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3990 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=388.26 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 38826 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134528896 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=34716 CPUtime=780.46 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62428 0 0 0 78036 10 0 0 25 0 1 0 518023393 35549184 7872 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 8679 7872 127 39 0 7759 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=388.18 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 2976 0 0 0 38816 2 0 0 25 0 1 0 518023393 19496960 2869 33554432000 4194304 4331988 140735293947552 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 2869 175 34 0 3202 0
Current children cumulated CPU time (s) 3117.69
Current children cumulated vsize (KiB) 870028

[startup+787.101 s]
/proc/loadavg: 10.37 9.95 8.86 12/192 31283
/proc/meminfo: memFree=30652888/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314176 CPUtime=787.11 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 152016 0 0 0 78666 45 0 0 25 0 1 0 518023393 321716224 15698 33554432000 4194304 4587354 140733946471696 18446744073709551615 4420297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78544 15698 337 96 0 75106 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=786.48 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4098 0 0 0 78648 0 0 0 25 0 1 0 518023393 28479488 3990 33554432000 4194304 4785740 140734377458832 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3990 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=391.46 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 39146 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=35740 CPUtime=786.86 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62684 0 0 0 78676 10 0 0 25 0 1 0 518023393 36597760 8128 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 8935 8128 127 39 0 8015 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=391.35 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 3027 0 0 0 39133 2 0 0 25 0 1 0 518023393 19496960 2920 33554432000 4194304 4331988 140735293947552 18446744073709551615 4226219 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 2920 175 34 0 3202 0
Current children cumulated CPU time (s) 3143.26
Current children cumulated vsize (KiB) 871052

[startup+793.501 s]
/proc/loadavg: 10.34 9.95 8.87 11/192 31283
/proc/meminfo: memFree=30663180/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314388 CPUtime=793.51 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 153636 0 0 0 79306 45 0 0 25 0 1 0 518023393 321933312 14100 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78597 14100 337 96 0 75159 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=792.88 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4100 0 0 0 79288 0 0 0 25 0 1 0 518023393 28479488 3992 33554432000 4194304 4785740 140734377458832 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3992 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=394.63 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 39463 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=30748 CPUtime=793.26 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62684 0 0 0 79316 10 0 0 25 0 1 0 518023393 31485952 6880 33554432000 4194304 4352236 140734434598928 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 7687 6880 127 39 0 6767 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=394.54 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 3075 0 0 0 39452 2 0 0 25 0 1 0 518023393 19496960 2968 33554432000 4194304 4331988 140735293947552 18446744073709551615 4226304 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 2968 175 34 0 3202 0
Current children cumulated CPU time (s) 3168.82
Current children cumulated vsize (KiB) 866272

[startup+796.701 s]
/proc/loadavg: 10.32 9.95 8.87 11/192 31283
/proc/meminfo: memFree=30661692/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314388 CPUtime=796.7 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 153896 0 0 0 79625 45 0 0 25 0 1 0 518023393 321933312 14352 33554432000 4194304 4587354 140733946471696 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78597 14352 337 96 0 75159 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=796.08 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4101 0 0 0 79608 0 0 0 25 0 1 0 518023393 28479488 3993 33554432000 4194304 4785740 140734377458832 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3993 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=396.21 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 39621 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=30748 CPUtime=796.46 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62684 0 0 0 79636 10 0 0 25 0 1 0 518023393 31485952 6880 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 7687 6880 127 39 0 6767 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=396.14 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 3104 0 0 0 39612 2 0 0 25 0 1 0 518023393 19496960 2997 33554432000 4194304 4331988 140735293947552 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 2997 175 34 0 3202 0
Current children cumulated CPU time (s) 3181.59
Current children cumulated vsize (KiB) 866272

[startup+797.507 s]
/proc/loadavg: 10.32 9.95 8.87 11/192 31283
/proc/meminfo: memFree=30661320/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314388 CPUtime=797.52 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 153962 0 0 0 79706 46 0 0 25 0 1 0 518023393 321933312 14417 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78597 14417 337 96 0 75159 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=796.88 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4101 0 0 0 79688 0 0 0 25 0 1 0 518023393 28479488 3993 33554432000 4194304 4785740 140734377458832 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3993 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=396.61 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 39661 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=30748 CPUtime=797.27 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62684 0 0 0 79717 10 0 0 25 0 1 0 518023393 31485952 6880 33554432000 4194304 4352236 140734434598928 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 7687 6880 127 39 0 6767 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=396.54 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 3111 0 0 0 39652 2 0 0 25 0 1 0 518023393 19496960 3004 33554432000 4194304 4331988 140735293947552 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 3004 175 34 0 3202 0
Current children cumulated CPU time (s) 3184.82
Current children cumulated vsize (KiB) 866272

[startup+798.301 s]
/proc/loadavg: 10.32 9.95 8.87 11/192 31283
/proc/meminfo: memFree=30661320/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314388 CPUtime=798.31 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 154023 0 0 0 79785 46 0 0 25 0 1 0 518023393 321933312 14474 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78597 14474 337 96 0 75159 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=797.67 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4101 0 0 0 79767 0 0 0 25 0 1 0 518023393 28479488 3993 33554432000 4194304 4785740 140734377458832 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3993 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=397.01 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 39701 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=30748 CPUtime=798.06 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62684 0 0 0 79796 10 0 0 25 0 1 0 518023393 31485952 6880 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 7687 6880 127 39 0 6767 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=396.94 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 3118 0 0 0 39692 2 0 0 25 0 1 0 518023393 19496960 3011 33554432000 4194304 4331988 140735293947552 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 3011 175 34 0 3202 0
Current children cumulated CPU time (s) 3188
Current children cumulated vsize (KiB) 866272

[startup+798.701 s]
/proc/loadavg: 10.29 9.95 8.88 11/192 31283
/proc/meminfo: memFree=30656484/32951124 swapFree=67111344/67111528
[pid=31238] ppid=31236 vsize=18324 CPUtime=0.01 cores=0,2,4,6
/proc/31238/stat : 31238 (ppfolio) S 31236 31238 29944 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 518023393 18763776 389 33554432000 4194304 4287625 140734677715552 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 4 0 0 0
/proc/31238/statm: 4581 389 341 23 0 91 0
[pid=31239] ppid=31238 vsize=314388 CPUtime=798.71 cores=0
/proc/31239/stat : 31239 (cryptominisat) R 31238 31238 29944 0 -1 4202496 154054 0 0 0 79825 46 0 0 25 0 1 0 518023393 321933312 14504 33554432000 4194304 4587354 140733946471696 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31239/statm: 78597 14504 337 96 0 75159 0
[pid=31240] ppid=31238 vsize=27812 CPUtime=798.07 cores=4
/proc/31240/stat : 31240 (clasp) R 31238 31238 29944 0 -1 4202496 4101 0 0 0 79807 0 0 0 25 0 1 0 518023393 28479488 3993 33554432000 4194304 4785740 140734377458832 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31240/statm: 6953 3993 341 145 0 3998 0
[pid=31241] ppid=31238 vsize=455960 CPUtime=397.2 cores=6
/proc/31241/stat : 31241 (TNM) R 31238 31238 29944 0 -1 4202496 339 0 0 0 39720 0 0 0 25 0 1 0 518023393 466903040 236 33554432000 134512640 134534564 4286843072 18446744073709551615 7636424 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31241/statm: 113990 236 95 6 0 112656 0
[pid=31242] ppid=31238 vsize=30748 CPUtime=798.46 cores=2
/proc/31242/stat : 31242 (lingeling) R 31238 31238 29944 0 -1 4202496 62684 0 0 0 79836 10 0 0 25 0 1 0 518023393 31485952 6880 33554432000 4194304 4352236 140734434598928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31242/statm: 7687 6880 127 39 0 6767 0
[pid=31243] ppid=31238 vsize=19040 CPUtime=397.14 cores=6
/proc/31243/stat : 31243 (march_hi) R 31238 31238 29944 0 -1 4202496 3122 0 0 0 39712 2 0 0 25 0 1 0 518023393 19496960 3015 33554432000 4194304 4331988 140735293947552 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31243/statm: 4760 3015 175 34 0 3202 0
Current children cumulated CPU time (s) 3189.59
Current children cumulated vsize (KiB) 866272

Child status: 0
Real time (s): 798.797
CPU time (s): 3190.02
CPU user time (s): 3189.41
CPU system time (s): 0.614906
CPU usage (%): 399.353
Max. virtual memory (cumulated for all children) (KiB): 4332736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3189.41
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224850
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= 1028
involuntary context switches= 55214

runsolver used 1.2888 second user time and 3.07453 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 10:04:15
IDJOB=3191183
IDBENCH=82914
IDSOLVER=1612
FILE ID=node133/3191183-1304064255
RUNJOBID= node133-1304064249-31164
PBS_JOBID= 13170442
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191183-1304064255/watcher-3191183-1304064255 -o /tmp/evaluation-result-3191183-1304064255/solver-3191183-1304064255 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191183-1304064255.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bf9c7e319eca3277c9c5b6246acb470c
RANDOM SEED=1954911261

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30948300 kB
Buffers:        717828 kB
Cached:         863852 kB
SwapCached:        124 kB
Active:         574680 kB
Inactive:      1070328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30948300 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10348 kB
Writeback:           0 kB
AnonPages:       62784 kB
Mapped:          14504 kB
Slab:           294100 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71876 MiB
End job on node133 at 2011-04-29 10:17:34