Trace number 3190842

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 parSAT 598.049 149.713

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
MD5SUM576af4ef397491948f4ca2b3f3b7cd4f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5984
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 512750

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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
597.95/149.71	s SATISFIABLE
597.95/149.71	v -1 -2 3 4 5 6 7 -8 9 -10 11 -12 13 -14 15 -16 17 -18 19 20 -21 -22 -23 24 25 26 27 28 -29 30 -31 -32 -33 -34 -35 -36 -37 38 39 40 -41 42 -43 44 45 -46 -47 -48 49 -50 51 -52 -53 54 -55 56 -57 58 -59 60 -61 62 -63 -64 -65 -66 67 -68 69 70 -71 -72 -73 -74 75 76 -77 78 79 -80 81 -82 -83 -84 85 86 87 -88 89 -90 -91 92 -93 -94 -95 96 97 -98 99 100 -101 102 103 -104 105 -106 107 -108 -109 -110 111 112 113 -114 -115 -116 117 -118 -119 -120 -121 -122 123 -124 125 126 127 -128 -129 -130 131 -132 133 134 135 -136 137 -138 -139 -140 -141 142 143 144 -145 -146 -147 -148 149 150 
597.95/149.71	v 0 
597.95/149.71	solver [3] TNM 2009 answered
597.95/149.71	Done

Verifier Data

OK

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-3190842-1304037797/watcher-3190842-1304037797 -o /tmp/evaluation-result-3190842-1304037797/solver-3190842-1304037797 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190842-1304037797.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: 4.67 5.01 5.76 1/171 14548
/proc/meminfo: memFree=24773476/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0

[startup+1.06848 s]
/proc/loadavg: 4.67 5.01 5.76 1/171 14548
/proc/meminfo: memFree=24773476/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16846 s]
/proc/loadavg: 4.67 5.01 5.76 1/171 14548
/proc/meminfo: memFree=24773476/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20046 s]
/proc/loadavg: 4.67 5.01 5.76 1/171 14548
/proc/meminfo: memFree=24773476/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) R 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36843 s]
/proc/loadavg: 4.67 5.01 5.76 1/171 14548
/proc/meminfo: memFree=24773476/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56843 s]
/proc/loadavg: 4.67 5.01 5.76 1/171 14548
/proc/meminfo: memFree=24773476/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10114 s]
/proc/loadavg: 4.78 5.03 5.76 6/177 14554
/proc/meminfo: memFree=24741560/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=984408 CPUtime=3.1 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 7746 0 0 0 309 1 0 0 25 0 1 0 496195965 1008033792 4279 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 246102 4279 337 96 0 242664 0
[pid=14550] ppid=14548 vsize=17948 CPUtime=3.1 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 1931 0 0 0 310 0 0 0 25 0 1 0 496195965 18378752 1798 33554432000 4194304 4785740 140736026922448 18446744073709551615 4309533 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 4487 1798 340 145 0 1532 0
[pid=14551] ppid=14548 vsize=453448 CPUtime=1.97 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 687 0 0 0 197 0 0 0 21 0 1 0 496195965 464330752 584 33554432000 134512640 134534564 4293062752 18446744073709551615 134524561 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 113362 584 91 6 0 112028 0
[pid=14552] ppid=14548 vsize=7760 CPUtime=3.09 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 1571 0 0 0 309 0 0 0 25 0 1 0 496195965 7946240 1134 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 1940 1134 127 39 0 1020 0
[pid=14553] ppid=14548 vsize=10400 CPUtime=1.11 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 2980 0 0 0 111 0 0 0 25 0 1 0 496195965 10649600 966 33554432000 4194304 4331988 140736160468816 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 1492288

[startup+6.30057 s]
/proc/loadavg: 4.78 5.03 5.76 6/177 14554
/proc/meminfo: memFree=24739452/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=984564 CPUtime=6.29 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 9627 0 0 0 628 1 0 0 25 0 1 0 496195965 1008193536 4532 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 246141 4532 337 96 0 242703 0
[pid=14550] ppid=14548 vsize=19392 CPUtime=6.29 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 2276 0 0 0 629 0 0 0 25 0 1 0 496195965 19857408 2143 33554432000 4194304 4785740 140736026922448 18446744073709551615 4287073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 4848 2143 340 145 0 1893 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=3.55 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 355 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=7852 CPUtime=6.29 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 1798 0 0 0 629 0 0 0 25 0 1 0 496195965 8040448 1157 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 1963 1157 127 39 0 1043 0
[pid=14553] ppid=14548 vsize=10400 CPUtime=2.71 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 2980 0 0 0 271 0 0 0 25 0 1 0 496195965 10649600 966 33554432000 4194304 4331988 140736160468816 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1497944

[startup+12.7004 s]
/proc/loadavg: 4.79 5.03 5.76 6/177 14554
/proc/meminfo: memFree=24724448/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=52792 CPUtime=12.69 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 14769 0 0 0 1267 2 0 0 25 0 1 0 496195965 54059008 7742 33554432000 4194304 4587354 140734085929168 18446744073709551615 4388356 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 13198 7742 337 96 0 9760 0
[pid=14550] ppid=14548 vsize=21496 CPUtime=12.69 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 2778 0 0 0 1269 0 0 0 25 0 1 0 496195965 22011904 2645 33554432000 4194304 4785740 140736026922448 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 5374 2645 340 145 0 2419 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=6.74 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 674 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=8028 CPUtime=12.69 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 2087 0 0 0 1269 0 0 0 25 0 1 0 496195965 8220672 1201 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 2007 1201 127 39 0 1087 0
[pid=14553] ppid=14548 vsize=11084 CPUtime=5.88 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 3120 0 0 0 588 0 0 0 25 0 1 0 496195965 11350016 1106 33554432000 4194304 4331988 140736160468816 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 2771 1106 174 34 0 1213 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 569136

[startup+25.5011 s]
/proc/loadavg: 4.92 5.04 5.75 6/177 14555
/proc/meminfo: memFree=24717628/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=1003104 CPUtime=25.49 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 22465 0 0 0 2545 4 0 0 25 0 1 0 496195965 1027178496 7822 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 250776 7822 337 96 0 247338 0
[pid=14550] ppid=14548 vsize=24176 CPUtime=25.49 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 3373 0 0 0 2549 0 0 0 25 0 1 0 496195965 24756224 3240 33554432000 4194304 4785740 140736026922448 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 6044 3240 340 145 0 3089 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=13.14 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 1314 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=10268 CPUtime=25.49 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 3059 0 0 0 2549 0 0 0 25 0 1 0 496195965 10514432 1757 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 2567 1757 127 39 0 1647 0
[pid=14553] ppid=14548 vsize=11936 CPUtime=12.21 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 3312 0 0 0 1221 0 0 0 25 0 1 0 496195965 12222464 1298 33554432000 4194304 4331988 140736160468816 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 2984 1298 175 34 0 1426 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1525220

[startup+51.1005 s]
/proc/loadavg: 4.95 5.04 5.73 6/177 14555
/proc/meminfo: memFree=24708448/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=53684 CPUtime=51.09 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 34866 0 0 0 5102 7 0 0 25 0 1 0 496195965 54972416 8666 33554432000 4194304 4587354 140734085929168 18446744073709551615 4245136 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 13421 8666 337 96 0 9983 0
[pid=14550] ppid=14548 vsize=28408 CPUtime=51.09 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 4344 0 0 0 5109 0 0 0 25 0 1 0 496195965 29089792 4211 33554432000 4194304 4785740 140736026922448 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 7102 4211 340 145 0 4147 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=25.84 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 2584 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134529042 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=10908 CPUtime=51.08 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 4151 0 0 0 5108 0 0 0 25 0 1 0 496195965 11169792 1921 33554432000 4194304 4352236 140734266608432 18446744073709551615 4276591 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 2727 1921 127 39 0 1807 0
[pid=14553] ppid=14548 vsize=13852 CPUtime=24.97 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 3697 0 0 0 2497 0 0 0 25 0 1 0 496195965 14184448 1683 33554432000 4194304 4331988 140736160468816 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 3463 1683 175 34 0 1905 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 582588

[startup+102.3 s]
/proc/loadavg: 5.04 5.05 5.69 6/177 14557
/proc/meminfo: memFree=24695056/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=58992 CPUtime=102.29 cores=0

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

Current children cumulated CPU time (s) 412.63
Current children cumulated vsize (KiB) 598232

[startup+128.901 s]
/proc/loadavg: 5.02 5.04 5.67 6/177 14557
/proc/meminfo: memFree=24666028/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=1021972 CPUtime=128.89 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 64217 0 0 0 12874 15 0 0 25 0 1 0 496195965 1046499328 16072 33554432000 4194304 4587354 140734085929168 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 255493 16072 337 96 0 252055 0
[pid=14550] ppid=14548 vsize=35472 CPUtime=128.89 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 5938 0 0 0 12889 0 0 0 25 0 1 0 496195965 36323328 5805 33554432000 4194304 4785740 140736026922448 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 8868 5805 340 145 0 5913 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=64.53 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 6453 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=11552 CPUtime=128.89 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 6520 0 0 0 12888 1 0 0 25 0 1 0 496195965 11829248 2082 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 2888 2082 127 39 0 1968 0
[pid=14553] ppid=14548 vsize=18164 CPUtime=63.66 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 4867 0 0 0 6365 1 0 0 25 0 1 0 496195965 18599936 2853 33554432000 4194304 4331988 140736160468816 18446744073709551615 4299156 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 4541 2853 175 34 0 2983 0
Current children cumulated CPU time (s) 514.86
Current children cumulated vsize (KiB) 1562896

[startup+141.7 s]
/proc/loadavg: 5.02 5.04 5.66 6/177 14558
/proc/meminfo: memFree=24658836/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=1027276 CPUtime=141.7 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 65487 0 0 0 14154 16 0 0 25 0 1 0 496195965 1051930624 17342 33554432000 4194304 4587354 140734085929168 18446744073709551615 4364793 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 256819 17342 337 96 0 253381 0
[pid=14550] ppid=14548 vsize=36420 CPUtime=141.69 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 6142 0 0 0 14169 0 0 0 25 0 1 0 496195965 37294080 6009 33554432000 4194304 4785740 140736026922448 18446744073709551615 4286998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 9105 6009 340 145 0 6150 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=70.93 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 7093 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=12832 CPUtime=141.7 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 6840 0 0 0 14169 1 0 0 25 0 1 0 496195965 13139968 2402 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 3208 2402 127 39 0 2288 0
[pid=14553] ppid=14548 vsize=22044 CPUtime=70 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 5050 0 0 0 6999 1 0 0 25 0 1 0 496195965 22573056 3036 33554432000 4194304 4331988 140736160468816 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 5511 3036 175 34 0 3953 0
Current children cumulated CPU time (s) 566.02
Current children cumulated vsize (KiB) 1574308

[startup+144.901 s]
/proc/loadavg: 5.10 5.05 5.66 6/177 14558
/proc/meminfo: memFree=24681904/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=1000792 CPUtime=144.89 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 65487 0 0 0 14473 16 0 0 25 0 1 0 496195965 1024811008 11378 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 250198 11378 337 96 0 246760 0
[pid=14550] ppid=14548 vsize=36420 CPUtime=144.89 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 6167 0 0 0 14489 0 0 0 25 0 1 0 496195965 37294080 6034 33554432000 4194304 4785740 140736026922448 18446744073709551615 4550336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 9105 6034 340 145 0 6150 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=72.52 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 7252 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=12064 CPUtime=144.89 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 7096 0 0 0 14488 1 0 0 25 0 1 0 496195965 12353536 2210 33554432000 4194304 4352236 140734266608432 18446744073709551615 4222658 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 3016 2210 127 39 0 2096 0
[pid=14553] ppid=14548 vsize=22044 CPUtime=71.59 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 5100 0 0 0 7158 1 0 0 25 0 1 0 496195965 22573056 3086 33554432000 4194304 4331988 140736160468816 18446744073709551615 4316460 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 5511 3086 175 34 0 3953 0
Current children cumulated CPU time (s) 578.78
Current children cumulated vsize (KiB) 1547056

[startup+148.101 s]
/proc/loadavg: 5.10 5.05 5.66 6/177 14558
/proc/meminfo: memFree=24681656/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=1000792 CPUtime=148.09 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 65492 0 0 0 14793 16 0 0 25 0 1 0 496195965 1024811008 11383 33554432000 4194304 4587354 140734085929168 18446744073709551615 4232225 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 250198 11383 337 96 0 246760 0
[pid=14550] ppid=14548 vsize=36420 CPUtime=148.09 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 6167 0 0 0 14809 0 0 0 25 0 1 0 496195965 37294080 6034 33554432000 4194304 4785740 140736026922448 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 9105 6034 340 145 0 6150 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=74.1 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 7410 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=12064 CPUtime=148.09 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 7096 0 0 0 14808 1 0 0 25 0 1 0 496195965 12353536 2210 33554432000 4194304 4352236 140734266608432 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 3016 2210 127 39 0 2096 0
[pid=14553] ppid=14548 vsize=22044 CPUtime=73.19 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 5149 0 0 0 7318 1 0 0 25 0 1 0 496195965 22573056 3135 33554432000 4194304 4331988 140736160468816 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 5511 3135 175 34 0 3953 0
Current children cumulated CPU time (s) 591.56
Current children cumulated vsize (KiB) 1547056

[startup+148.901 s]
/proc/loadavg: 5.09 5.05 5.66 6/177 14558
/proc/meminfo: memFree=24681532/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=58964 CPUtime=148.89 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 65492 0 0 0 14873 16 0 0 25 0 1 0 496195965 60379136 11382 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 14741 11382 337 96 0 11303 0
[pid=14550] ppid=14548 vsize=36676 CPUtime=148.89 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 6196 0 0 0 14889 0 0 0 25 0 1 0 496195965 37556224 6063 33554432000 4194304 4785740 140736026922448 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 9169 6063 340 145 0 6214 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=74.5 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 7450 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=12064 CPUtime=148.89 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 7096 0 0 0 14888 1 0 0 25 0 1 0 496195965 12353536 2210 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328756 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 3016 2210 127 39 0 2096 0
[pid=14553] ppid=14548 vsize=22044 CPUtime=73.59 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 5161 0 0 0 7358 1 0 0 25 0 1 0 496195965 22573056 3147 33554432000 4194304 4331988 140736160468816 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 5511 3147 175 34 0 3953 0
Current children cumulated CPU time (s) 594.76
Current children cumulated vsize (KiB) 605484

[startup+149.301 s]
/proc/loadavg: 5.09 5.05 5.66 6/177 14558
/proc/meminfo: memFree=24681532/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=58964 CPUtime=149.29 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 65492 0 0 0 14913 16 0 0 25 0 1 0 496195965 60379136 11382 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 14741 11382 337 96 0 11303 0
[pid=14550] ppid=14548 vsize=36676 CPUtime=149.29 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 6196 0 0 0 14929 0 0 0 25 0 1 0 496195965 37556224 6063 33554432000 4194304 4785740 140736026922448 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 9169 6063 340 145 0 6214 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=74.7 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 7470 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=12064 CPUtime=149.29 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 7096 0 0 0 14928 1 0 0 25 0 1 0 496195965 12353536 2210 33554432000 4194304 4352236 140734266608432 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 3016 2210 127 39 0 2096 0
[pid=14553] ppid=14548 vsize=22044 CPUtime=73.79 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 5168 0 0 0 7378 1 0 0 25 0 1 0 496195965 22573056 3154 33554432000 4194304 4331988 140736160468816 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 5511 3154 175 34 0 3953 0
Current children cumulated CPU time (s) 596.36
Current children cumulated vsize (KiB) 605484

[startup+149.701 s]
/proc/loadavg: 5.09 5.05 5.66 6/177 14558
/proc/meminfo: memFree=24681408/32951124 swapFree=67111524/67111528
[pid=14548] ppid=14546 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14548/stat : 14548 (ppfolio) S 14546 14548 13269 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 496195964 18763776 390 33554432000 4194304 4287625 140737179722640 18446744073709551615 212039675407 0 0 4096 65536 18014153322683957247 0 0 17 4 0 0 0
/proc/14548/statm: 4581 390 341 23 0 91 0
[pid=14549] ppid=14548 vsize=58964 CPUtime=149.69 cores=0
/proc/14549/stat : 14549 (cryptominisat) R 14548 14548 13269 0 -1 4202496 65492 0 0 0 14953 16 0 0 25 0 1 0 496195965 60379136 11382 33554432000 4194304 4587354 140734085929168 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14549/statm: 14741 11382 337 96 0 11303 0
[pid=14550] ppid=14548 vsize=36676 CPUtime=149.69 cores=4
/proc/14550/stat : 14550 (clasp) R 14548 14548 13269 0 -1 4202496 6196 0 0 0 14969 0 0 0 25 0 1 0 496195965 37556224 6063 33554432000 4194304 4785740 140736026922448 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14550/statm: 9169 6063 340 145 0 6214 0
[pid=14551] ppid=14548 vsize=457412 CPUtime=74.89 cores=6
/proc/14551/stat : 14551 (TNM) R 14548 14548 13269 0 -1 4202496 807 0 0 0 7489 0 0 0 25 0 1 0 496195965 468389888 704 33554432000 134512640 134534564 4293062752 18446744073709551615 134530524 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14551/statm: 114353 704 95 6 0 113019 0
[pid=14552] ppid=14548 vsize=12064 CPUtime=149.69 cores=2
/proc/14552/stat : 14552 (lingeling) R 14548 14548 13269 0 -1 4202496 7096 0 0 0 14968 1 0 0 25 0 1 0 496195965 12353536 2210 33554432000 4194304 4352236 140734266608432 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14552/statm: 3016 2210 127 39 0 2096 0
[pid=14553] ppid=14548 vsize=22044 CPUtime=73.99 cores=6
/proc/14553/stat : 14553 (march_hi) R 14548 14548 13269 0 -1 4202496 5174 0 0 0 7398 1 0 0 25 0 1 0 496195965 22573056 3160 33554432000 4194304 4331988 140736160468816 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14553/statm: 5511 3160 175 34 0 3953 0
Current children cumulated CPU time (s) 597.95
Current children cumulated vsize (KiB) 605484

Child status: 0
Real time (s): 149.713
CPU time (s): 598.049
CPU user time (s): 597.844
CPU system time (s): 0.204968
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 6794460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 597.844
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85327
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= 533
involuntary context switches= 3919

runsolver used 0.274958 second user time and 0.531919 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 02:43:17
IDJOB=3190842
IDBENCH=82573
IDSOLVER=1612
FILE ID=node146/3190842-1304037797
RUNJOBID= node146-1304035268-13953
PBS_JOBID= 13170306
Free space on /tmp= 72996 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190842-1304037797/watcher-3190842-1304037797 -o /tmp/evaluation-result-3190842-1304037797/solver-3190842-1304037797 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190842-1304037797.cnf

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

MD5SUM BENCH= 576af4ef397491948f4ca2b3f3b7cd4f
RANDOM SEED=1307453931

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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:      24773756 kB
Buffers:       1634996 kB
Cached:        5957664 kB
SwapCached:          4 kB
Active:        1273916 kB
Inactive:      6386816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24773756 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10528 kB
Writeback:           0 kB
AnonPages:       67632 kB
Mapped:          14324 kB
Slab:           452896 kB
PageTables:       4436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188824 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= 72988 MiB
End job on node146 at 2011-04-29 02:45:47