Trace number 3191004

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 1072.81 268.574

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.386941
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
1072.50/268.57	s SATISFIABLE
1072.50/268.57	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 
1072.50/268.57	v 0 
1072.50/268.57	solver [3] TNM 2009 answered
1072.50/268.57	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-3191004-1304052235/watcher-3191004-1304052235 -o /tmp/evaluation-result-3191004-1304052235/solver-3191004-1304052235 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191004-1304052235.cnf 

running on 4 cores: 1,3,5,7

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: 6.85 7.80 7.81 8/181 31206
/proc/meminfo: memFree=21392132/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0

[startup+1.26802 s]
/proc/loadavg: 6.85 7.80 7.81 8/181 31206
/proc/meminfo: memFree=21392132/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.368 s]
/proc/loadavg: 6.85 7.80 7.81 8/181 31206
/proc/meminfo: memFree=21392132/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40099 s]
/proc/loadavg: 6.85 7.80 7.81 8/181 31206
/proc/meminfo: memFree=21392132/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56797 s]
/proc/loadavg: 6.85 7.80 7.81 8/181 31206
/proc/meminfo: memFree=21392132/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60096 s]
/proc/loadavg: 6.85 7.80 7.81 8/181 31206
/proc/meminfo: memFree=21392132/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1007 s]
/proc/loadavg: 6.85 7.80 7.81 11/188 31277
/proc/meminfo: memFree=21364348/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=980328 CPUtime=3.09 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 5868 0 0 0 308 1 0 0 25 0 1 0 249414806 1003855872 3354 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 245082 3354 336 96 0 241644 0
[pid=31208] ppid=31206 vsize=16204 CPUtime=3.09 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 1489 0 0 0 309 0 0 0 25 0 1 0 249414806 16592896 1381 33554432000 4194304 4785740 140737281073888 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 4051 1381 340 145 0 1096 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=1.97 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 197 0 0 0 21 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=7640 CPUtime=3.09 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 1571 0 0 0 309 0 0 0 25 0 1 0 249414806 7823360 1104 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 1910 1104 127 39 0 990 0
[pid=31211] ppid=31206 vsize=8672 CPUtime=1.11 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 1994 0 0 0 111 0 0 0 25 0 1 0 249414806 8880128 605 33554432000 4194304 4331988 140735863007728 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 2168 605 174 34 0 610 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1487936

[startup+6.30114 s]
/proc/loadavg: 7.02 7.82 7.82 10/187 31277
/proc/meminfo: memFree=21361156/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=981704 CPUtime=6.29 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 7853 0 0 0 627 2 0 0 25 0 1 0 249414806 1005264896 3513 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 245426 3513 336 96 0 241988 0
[pid=31208] ppid=31206 vsize=17272 CPUtime=6.29 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 1743 0 0 0 629 0 0 0 25 0 1 0 249414806 17686528 1635 33554432000 4194304 4785740 140737281073888 18446744073709551615 4277611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 4318 1635 340 145 0 1363 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=3.55 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 355 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=7768 CPUtime=6.29 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 1859 0 0 0 629 0 0 0 25 0 1 0 249414806 7954432 1136 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 1942 1136 127 39 0 1022 0
[pid=31211] ppid=31206 vsize=8948 CPUtime=2.71 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 2044 0 0 0 271 0 0 0 25 0 1 0 249414806 9162752 655 33554432000 4194304 4331988 140735863007728 18446744073709551615 4239588 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 2237 655 174 34 0 679 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1490784

[startup+12.701 s]
/proc/loadavg: 7.18 7.84 7.83 10/187 31277
/proc/meminfo: memFree=21346696/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=44480 CPUtime=12.68 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 12803 0 0 0 1266 2 0 0 25 0 1 0 249414806 45547520 5340 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 11120 5340 336 96 0 7682 0
[pid=31208] ppid=31206 vsize=18972 CPUtime=12.69 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 2146 0 0 0 1269 0 0 0 25 0 1 0 249414806 19427328 2038 33554432000 4194304 4785740 140737281073888 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 4743 2038 340 145 0 1788 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=6.74 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 674 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=10136 CPUtime=12.69 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 3027 0 0 0 1269 0 0 0 25 0 1 0 249414806 10379264 1696 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328159 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 2534 1696 127 39 0 1614 0
[pid=31211] ppid=31206 vsize=9632 CPUtime=5.88 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 2254 0 0 0 588 0 0 0 25 0 1 0 249414806 9863168 865 33554432000 4194304 4331988 140735863007728 18446744073709551615 4246241 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 2408 865 174 34 0 850 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 558312

[startup+25.5008 s]
/proc/loadavg: 7.66 7.91 7.85 10/187 31278
/proc/meminfo: memFree=21331744/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=994012 CPUtime=25.49 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 19314 0 0 0 2545 4 0 0 25 0 1 0 249414806 1017868288 6938 33554432000 4194304 4587354 140734076799024 18446744073709551615 4388320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 248503 6938 336 96 0 245065 0
[pid=31208] ppid=31206 vsize=21408 CPUtime=25.48 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 2698 0 0 0 2548 0 0 0 25 0 1 0 249414806 21921792 2590 33554432000 4194304 4785740 140737281073888 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 5352 2590 341 145 0 2397 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=13.14 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 1314 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=10780 CPUtime=25.48 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 3956 0 0 0 2548 0 0 0 25 0 1 0 249414806 11038720 1857 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 2695 1857 127 39 0 1775 0
[pid=31211] ppid=31206 vsize=10484 CPUtime=12.21 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 2452 0 0 0 1221 0 0 0 25 0 1 0 249414806 10735616 1063 33554432000 4194304 4331988 140735863007728 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 2621 1063 175 34 0 1063 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1511776

[startup+51.1013 s]
/proc/loadavg: 8.17 8.01 7.88 10/187 31278
/proc/meminfo: memFree=21315808/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=54940 CPUtime=51.09 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 28918 0 0 0 5102 7 0 0 25 0 1 0 249414806 56258560 7796 33554432000 4194304 4587354 140734076799024 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 13735 7796 336 96 0 10297 0
[pid=31208] ppid=31206 vsize=24092 CPUtime=51.09 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 3302 0 0 0 5108 1 0 0 25 0 1 0 249414806 24670208 3194 33554432000 4194304 4785740 140737281073888 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 6023 3194 341 145 0 3068 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=25.84 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 2584 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=12960 CPUtime=51.08 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 6149 0 0 0 5107 1 0 0 25 0 1 0 249414806 13271040 2418 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328239 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 3240 2418 127 39 0 2320 0
[pid=31211] ppid=31206 vsize=12400 CPUtime=24.97 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 2827 0 0 0 2497 0 0 0 25 0 1 0 249414806 12697600 1438 33554432000 4194304 4331988 140735863007728 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 3100 1438 175 34 0 1542 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 579484

[startup+102.301 s]
/proc/loadavg: 8.73 8.19 7.95 10/187 31280
/proc/meminfo: memFree=21296064/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=1001088 CPUtime=102.3 cores=1

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

Current children cumulated CPU time (s) 924.67
Current children cumulated vsize (KiB) 615224

[startup+244.307 s]
/proc/loadavg: 9.20 8.60 8.13 10/187 31283
/proc/meminfo: memFree=21248360/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=62296 CPUtime=244.3 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 56539 0 0 0 24414 16 0 0 25 0 1 0 249414806 63791104 12047 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 15574 12047 336 96 0 12136 0
[pid=31208] ppid=31206 vsize=32820 CPUtime=244.28 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5253 0 0 0 24427 1 0 0 25 0 1 0 249414806 33607680 5145 33554432000 4194304 4785740 140737281073888 18446744073709551615 4550263 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8205 5145 341 145 0 5250 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=121.92 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 12192 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=21480 CPUtime=244.28 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 17447 0 0 0 24426 2 0 0 25 0 1 0 249414806 21995520 4564 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 5370 4564 127 39 0 4450 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=121.03 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5630 0 0 0 12102 1 0 0 25 0 1 0 249414806 27045888 4241 33554432000 4194304 4331988 140735863007728 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4241 175 34 0 5045 0
Current children cumulated CPU time (s) 975.82
Current children cumulated vsize (KiB) 618100

[startup+257.101 s]
/proc/loadavg: 9.24 8.63 8.15 10/187 31284
/proc/meminfo: memFree=21241152/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=75504 CPUtime=257.09 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 58193 0 0 0 25692 17 0 0 25 0 1 0 249414806 77316096 13681 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 18876 13681 336 96 0 15438 0
[pid=31208] ppid=31206 vsize=33012 CPUtime=257.07 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5292 0 0 0 25706 1 0 0 25 0 1 0 249414806 33804288 5184 33554432000 4194304 4785740 140737281073888 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8253 5184 341 145 0 5298 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=128.3 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 12830 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=19816 CPUtime=257.08 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 17703 0 0 0 25706 2 0 0 25 0 1 0 249414806 20291584 4148 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 4954 4148 127 39 0 4034 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=127.38 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5812 0 0 0 12737 1 0 0 25 0 1 0 249414806 27045888 4423 33554432000 4194304 4331988 140735863007728 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4423 175 34 0 5045 0
Current children cumulated CPU time (s) 1026.93
Current children cumulated vsize (KiB) 629836

[startup+263.501 s]
/proc/loadavg: 9.21 8.64 8.16 10/187 31284
/proc/meminfo: memFree=21237432/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=75504 CPUtime=263.49 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 58988 0 0 0 26332 17 0 0 25 0 1 0 249414806 77316096 14457 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 18876 14457 336 96 0 15438 0
[pid=31208] ppid=31206 vsize=33012 CPUtime=263.47 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5293 0 0 0 26346 1 0 0 25 0 1 0 249414806 33804288 5185 33554432000 4194304 4785740 140737281073888 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8253 5185 341 145 0 5298 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=131.47 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 13147 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=21736 CPUtime=263.48 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 18183 0 0 0 26346 2 0 0 25 0 1 0 249414806 22257664 4628 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 5434 4628 127 39 0 4514 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=130.59 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5909 0 0 0 13057 2 0 0 25 0 1 0 249414806 27045888 4520 33554432000 4194304 4331988 140735863007728 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4520 175 34 0 5045 0
Current children cumulated CPU time (s) 1052.51
Current children cumulated vsize (KiB) 631756

[startup+266.7 s]
/proc/loadavg: 9.21 8.64 8.16 10/187 31284
/proc/meminfo: memFree=21246352/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=62296 CPUtime=266.69 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 59035 0 0 0 26652 17 0 0 25 0 1 0 249414806 63791104 12049 33554432000 4194304 4587354 140734076799024 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 15574 12049 336 96 0 12136 0
[pid=31208] ppid=31206 vsize=33012 CPUtime=266.67 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5305 0 0 0 26666 1 0 0 25 0 1 0 249414806 33804288 5197 33554432000 4194304 4785740 140737281073888 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8253 5197 341 145 0 5298 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=133.05 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 13305 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=19048 CPUtime=266.68 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 18183 0 0 0 26666 2 0 0 25 0 1 0 249414806 19505152 3956 33554432000 4194304 4352236 140736753146240 18446744073709551615 4234476 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 4762 3956 127 39 0 3842 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=132.19 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5951 0 0 0 13217 2 0 0 25 0 1 0 249414806 27045888 4562 33554432000 4194304 4331988 140735863007728 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4562 175 34 0 5045 0
Current children cumulated CPU time (s) 1065.29
Current children cumulated vsize (KiB) 615860

[startup+267.5 s]
/proc/loadavg: 9.21 8.64 8.16 10/187 31284
/proc/meminfo: memFree=21244864/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=62296 CPUtime=267.49 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 59035 0 0 0 26732 17 0 0 25 0 1 0 249414806 63791104 12049 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 15574 12049 336 96 0 12136 0
[pid=31208] ppid=31206 vsize=33012 CPUtime=267.47 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5306 0 0 0 26746 1 0 0 25 0 1 0 249414806 33804288 5198 33554432000 4194304 4785740 140737281073888 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8253 5198 341 145 0 5298 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=133.44 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 13344 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=19048 CPUtime=267.48 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 18183 0 0 0 26746 2 0 0 25 0 1 0 249414806 19505152 3956 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 4762 3956 127 39 0 3842 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=132.59 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5964 0 0 0 13257 2 0 0 25 0 1 0 249414806 27045888 4575 33554432000 4194304 4331988 140735863007728 18446744073709551615 4246252 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4575 175 34 0 5045 0
Current children cumulated CPU time (s) 1068.48
Current children cumulated vsize (KiB) 615860

[startup+268.301 s]
/proc/loadavg: 9.21 8.64 8.16 10/187 31284
/proc/meminfo: memFree=21244864/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=62296 CPUtime=268.29 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 59035 0 0 0 26812 17 0 0 25 0 1 0 249414806 63791104 12049 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 15574 12049 336 96 0 12136 0
[pid=31208] ppid=31206 vsize=33012 CPUtime=268.27 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5338 0 0 0 26826 1 0 0 25 0 1 0 249414806 33804288 5230 33554432000 4194304 4785740 140737281073888 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8253 5230 341 145 0 5298 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=133.84 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 13384 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=19048 CPUtime=268.28 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 18183 0 0 0 26826 2 0 0 25 0 1 0 249414806 19505152 3956 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 4762 3956 127 39 0 3842 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=132.99 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5976 0 0 0 13297 2 0 0 25 0 1 0 249414806 27045888 4587 33554432000 4194304 4331988 140735863007728 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4587 175 34 0 5045 0
Current children cumulated CPU time (s) 1071.68
Current children cumulated vsize (KiB) 615860

[startup+268.507 s]
/proc/loadavg: 9.27 8.66 8.17 10/187 31284
/proc/meminfo: memFree=21247096/32951124 swapFree=67111528/67111528
[pid=31206] ppid=31204 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/31206/stat : 31206 (ppfolio) S 31204 31206 30178 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 249414805 18763776 389 33554432000 4194304 4287625 140735773108848 18446744073709551615 268660682255 0 0 4096 65536 14038143354785497087 0 0 17 3 0 0 0
/proc/31206/statm: 4581 389 341 23 0 91 0
[pid=31207] ppid=31206 vsize=62296 CPUtime=268.5 cores=1
/proc/31207/stat : 31207 (cryptominisat) R 31206 31206 30178 0 -1 4202496 59035 0 0 0 26833 17 0 0 25 0 1 0 249414806 63791104 12049 33554432000 4194304 4587354 140734076799024 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31207/statm: 15574 12049 336 96 0 12136 0
[pid=31208] ppid=31206 vsize=33012 CPUtime=268.48 cores=5
/proc/31208/stat : 31208 (clasp) R 31206 31206 30178 0 -1 4202496 5339 0 0 0 26847 1 0 0 25 0 1 0 249414806 33804288 5231 33554432000 4194304 4785740 140737281073888 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31208/statm: 8253 5231 341 145 0 5298 0
[pid=31209] ppid=31206 vsize=456768 CPUtime=133.94 cores=7
/proc/31209/stat : 31209 (TNM) R 31206 31206 30178 0 -1 4202496 595 0 0 0 13394 0 0 0 25 0 1 0 249414806 467730432 492 33554432000 134512640 134534564 4286633744 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31209/statm: 114192 492 95 6 0 112858 0
[pid=31210] ppid=31206 vsize=19048 CPUtime=268.48 cores=3
/proc/31210/stat : 31210 (lingeling) R 31206 31206 30178 0 -1 4202496 18183 0 0 0 26846 2 0 0 25 0 1 0 249414806 19505152 3956 33554432000 4194304 4352236 140736753146240 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31210/statm: 4762 3956 127 39 0 3842 0
[pid=31211] ppid=31206 vsize=26412 CPUtime=133.09 cores=7
/proc/31211/stat : 31211 (march_hi) R 31206 31206 30178 0 -1 4202496 5979 0 0 0 13307 2 0 0 25 0 1 0 249414806 27045888 4590 33554432000 4194304 4331988 140735863007728 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31211/statm: 6603 4590 175 34 0 5045 0
Current children cumulated CPU time (s) 1072.5
Current children cumulated vsize (KiB) 615860

Child status: 0
Real time (s): 268.574
CPU time (s): 1072.81
CPU user time (s): 1072.55
CPU system time (s): 0.25996
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 1547132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1072.55
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89711
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= 450
involuntary context switches= 10035

runsolver used 0.408937 second user time and 1.05484 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 06:43:55
IDJOB=3191004
IDBENCH=82735
IDSOLVER=1612
FILE ID=node107/3191004-1304052235
RUNJOBID= node107-1304052234-31151
PBS_JOBID= 13170385
Free space on /tmp= 71792 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191004-1304052235/watcher-3191004-1304052235 -o /tmp/evaluation-result-3191004-1304052235/solver-3191004-1304052235 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191004-1304052235.cnf

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=819110449

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:      21392412 kB
Buffers:       2019564 kB
Cached:        8988012 kB
SwapCached:          0 kB
Active:        3033644 kB
Inactive:      8044552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21392412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20356 kB
Writeback:           0 kB
AnonPages:       70160 kB
Mapped:          15564 kB
Slab:           416608 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267364 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= 71780 MiB
End job on node107 at 2011-04-29 06:48:24