Trace number 3191152

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 1258.55 315.273

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1406921020-013.UNKNOWN.cnf
MD5SUM9869c5a4d8c5bed5ea530735320738db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.268
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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
1258.22/315.27	s UNSATISFIABLE
1258.22/315.27	solver [5] march_hi 2009 answered
1258.22/315.27	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-3191152-1304062556/watcher-3191152-1304062556 -o /tmp/evaluation-result-3191152-1304062556/solver-3191152-1304062556 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191152-1304062556.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: 3.41 4.68 6.28 7/182 24618
/proc/meminfo: memFree=17442068/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) R 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0

[startup+0.469148 s]
/proc/loadavg: 3.41 4.68 6.28 7/182 24618
/proc/meminfo: memFree=17442068/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500141 s]
/proc/loadavg: 3.41 4.68 6.28 7/182 24618
/proc/meminfo: memFree=17442068/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600124 s]
/proc/loadavg: 3.41 4.68 6.28 7/182 24618
/proc/meminfo: memFree=17442068/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700107 s]
/proc/loadavg: 3.41 4.68 6.28 7/182 24618
/proc/meminfo: memFree=17442068/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50697 s]
/proc/loadavg: 3.93 4.76 6.30 12/188 24624
/proc/meminfo: memFree=17424272/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=231940 CPUtime=1.49 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 3446 0 0 0 149 0 0 0 25 0 1 0 596486398 237506560 2369 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 57985 2369 337 96 0 54547 0
[pid=24620] ppid=24618 vsize=14032 CPUtime=1.5 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 957 0 0 0 150 0 0 0 25 0 1 0 596486398 14368768 845 33554432000 4194304 4785740 140737067752768 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 3508 845 340 145 0 553 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=0.84 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 84 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=6452 CPUtime=1.5 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 1187 0 0 0 150 0 0 0 25 0 1 0 596486398 6606848 796 33554432000 4194304 4352236 140733500003552 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 1613 796 127 39 0 693 0
[pid=24623] ppid=24618 vsize=7492 CPUtime=0.64 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 510 0 0 0 64 0 0 0 25 0 1 0 596486398 7671808 403 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 1873 403 172 34 0 315 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 734068

[startup+3.10069 s]
/proc/loadavg: 3.93 4.76 6.30 11/188 24624
/proc/meminfo: memFree=17421800/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=231636 CPUtime=3.08 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 4510 0 0 0 308 0 0 0 25 0 1 0 596486398 237195264 2285 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 57909 2285 337 96 0 54471 0
[pid=24620] ppid=24618 vsize=14700 CPUtime=3.09 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 1140 0 0 0 309 0 0 0 25 0 1 0 596486398 15052800 1028 33554432000 4194304 4785740 140737067752768 18446744073709551615 4553330 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 3675 1028 340 145 0 720 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=1.66 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 166 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=6716 CPUtime=3.09 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 1541 0 0 0 309 0 0 0 25 0 1 0 596486398 6877184 862 33554432000 4194304 4352236 140733500003552 18446744073709551615 4271298 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 1679 862 127 39 0 759 0
[pid=24623] ppid=24618 vsize=7624 CPUtime=1.41 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 525 0 0 0 141 0 0 0 25 0 1 0 596486398 7806976 418 33554432000 4194304 4331988 140736959241328 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 1906 418 172 34 0 348 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 734828

[startup+6.30113 s]
/proc/loadavg: 3.93 4.76 6.30 12/188 24624
/proc/meminfo: memFree=17415260/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=233008 CPUtime=6.29 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 6320 0 0 0 628 1 0 0 25 0 1 0 596486398 238600192 2650 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238276 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 58252 2651 337 96 0 54814 0
[pid=24620] ppid=24618 vsize=15668 CPUtime=6.29 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 1363 0 0 0 629 0 0 0 25 0 1 0 596486398 16044032 1251 33554432000 4194304 4785740 140737067752768 18446744073709551615 4553024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 3917 1251 340 145 0 962 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=3.25 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 325 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=8128 CPUtime=6.29 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 2566 0 0 0 629 0 0 0 25 0 1 0 596486398 8323072 1215 33554432000 4194304 4352236 140733500003552 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 2032 1215 127 39 0 1112 0
[pid=24623] ppid=24618 vsize=7780 CPUtime=3.01 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 547 0 0 0 301 0 0 0 25 0 1 0 596486398 7966720 440 33554432000 4194304 4331988 140736959241328 18446744073709551615 4240768 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 1945 440 172 34 0 387 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 738736

[startup+12.701 s]
/proc/loadavg: 4.87 4.94 6.34 11/188 24624
/proc/meminfo: memFree=17405588/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=244512 CPUtime=12.69 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 9395 0 0 0 1268 1 0 0 25 0 1 0 596486398 250380288 3709 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 61128 3709 337 96 0 57690 0
[pid=24620] ppid=24618 vsize=16760 CPUtime=12.69 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 1640 0 0 0 1269 0 0 0 25 0 1 0 596486398 17162240 1528 33554432000 4194304 4785740 140737067752768 18446744073709551615 4553740 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 4190 1528 340 145 0 1235 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=6.44 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 644 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=8704 CPUtime=12.68 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 3740 0 0 0 1268 0 0 0 25 0 1 0 596486398 8912896 1365 33554432000 4194304 4352236 140733500003552 18446744073709551615 4276530 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 2176 1365 127 39 0 1256 0
[pid=24623] ppid=24618 vsize=7780 CPUtime=6.17 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 558 0 0 0 617 0 0 0 25 0 1 0 596486398 7966720 451 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 1945 451 172 34 0 387 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 751908

[startup+25.5008 s]
/proc/loadavg: 5.65 5.10 6.38 12/188 24720
/proc/meminfo: memFree=17415384/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=246380 CPUtime=25.49 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 14453 0 0 0 2547 2 0 0 25 0 1 0 596486398 252293120 3687 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 61595 3687 337 96 0 58157 0
[pid=24620] ppid=24618 vsize=18576 CPUtime=25.49 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 2092 0 0 0 2549 0 0 0 25 0 1 0 596486398 19021824 1980 33554432000 4194304 4785740 140737067752768 18446744073709551615 4548911 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 4644 1980 340 145 0 1689 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=12.84 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 1284 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134529855 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=8960 CPUtime=25.49 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 6876 0 0 0 2548 1 0 0 25 0 1 0 596486398 9175040 1429 33554432000 4194304 4352236 140733500003552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 2240 1429 127 39 0 1320 0
[pid=24623] ppid=24618 vsize=7924 CPUtime=12.51 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 616 0 0 0 1251 0 0 0 25 0 1 0 596486398 8114176 507 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 1981 507 172 34 0 423 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 755992

[startup+51.1003 s]
/proc/loadavg: 7.44 5.59 6.50 12/188 24721
/proc/meminfo: memFree=17369544/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=245168 CPUtime=51.08 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 23386 0 0 0 5104 4 0 0 25 0 1 0 596486398 251052032 6189 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 61292 6189 337 96 0 57854 0
[pid=24620] ppid=24618 vsize=20444 CPUtime=51.09 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 2540 0 0 0 5109 0 0 0 25 0 1 0 596486398 20934656 2428 33554432000 4194304 4785740 140737067752768 18446744073709551615 4546099 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 5111 2428 340 145 0 2156 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=25.54 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 2554 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=12676 CPUtime=51.09 cores=3

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

Current children cumulated CPU time (s) 1176.31
Current children cumulated vsize (KiB) 836988

[startup+307.5 s]
/proc/loadavg: 10.16 8.26 7.39 12/188 24731
/proc/meminfo: memFree=17223756/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=307.47 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 30730 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=28752 CPUtime=307.48 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4451 0 0 0 30748 0 0 0 25 0 1 0 596486398 29442048 4339 33554432000 4194304 4785740 140737067752768 18446744073709551615 4550464 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7188 4339 341 145 0 4233 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=153.13 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15313 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528380 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=22920 CPUtime=306.7 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43752 0 0 0 30664 6 0 0 25 0 1 0 596486398 23470080 4929 33554432000 4194304 4352236 140733500003552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5730 4929 127 39 0 4810 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=152.68 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2156 0 0 0 15267 1 0 0 25 0 1 0 596486398 16900096 2047 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2047 173 34 0 2568 0
Current children cumulated CPU time (s) 1227.46
Current children cumulated vsize (KiB) 806300

[startup+310.701 s]
/proc/loadavg: 10.16 8.26 7.39 12/188 24731
/proc/meminfo: memFree=17225232/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=310.67 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 31050 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=28908 CPUtime=310.68 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4471 0 0 0 31068 0 0 0 25 0 1 0 596486398 29601792 4359 33554432000 4194304 4785740 140737067752768 18446744073709551615 4287172 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7227 4359 341 145 0 4272 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=154.72 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15472 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=20104 CPUtime=309.9 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43880 0 0 0 30984 6 0 0 25 0 1 0 596486398 20586496 4225 33554432000 4194304 4352236 140733500003552 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5026 4225 127 39 0 4106 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=154.27 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2184 0 0 0 15426 1 0 0 25 0 1 0 596486398 16900096 2075 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2075 173 34 0 2568 0
Current children cumulated CPU time (s) 1240.24
Current children cumulated vsize (KiB) 803640

[startup+312.301 s]
/proc/loadavg: 10.14 8.29 7.40 12/188 24731
/proc/meminfo: memFree=17224364/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=312.26 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 31209 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=28908 CPUtime=312.28 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4471 0 0 0 31228 0 0 0 25 0 1 0 596486398 29601792 4359 33554432000 4194304 4785740 140737067752768 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7227 4359 341 145 0 4272 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=155.52 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15552 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=20104 CPUtime=311.5 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43880 0 0 0 31144 6 0 0 25 0 1 0 596486398 20586496 4225 33554432000 4194304 4352236 140733500003552 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5026 4225 127 39 0 4106 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=155.07 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2201 0 0 0 15506 1 0 0 25 0 1 0 596486398 16900096 2092 33554432000 4194304 4331988 140736959241328 18446744073709551615 215992029835 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2092 173 34 0 2568 0
Current children cumulated CPU time (s) 1246.63
Current children cumulated vsize (KiB) 803640

[startup+313.907 s]
/proc/loadavg: 10.14 8.29 7.40 12/188 24731
/proc/meminfo: memFree=17235276/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=313.87 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 31370 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=28908 CPUtime=313.89 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4471 0 0 0 31389 0 0 0 25 0 1 0 596486398 29601792 4359 33554432000 4194304 4785740 140737067752768 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7227 4359 341 145 0 4272 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=156.32 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15632 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=20104 CPUtime=313.11 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43880 0 0 0 31305 6 0 0 25 0 1 0 596486398 20586496 4225 33554432000 4194304 4352236 140733500003552 18446744073709551615 4328380 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5026 4225 127 39 0 4106 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=155.86 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2215 0 0 0 15585 1 0 0 25 0 1 0 596486398 16900096 2106 33554432000 4194304 4331988 140736959241328 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2106 173 34 0 2568 0
Current children cumulated CPU time (s) 1253.05
Current children cumulated vsize (KiB) 803640

[startup+314.701 s]
/proc/loadavg: 10.14 8.29 7.40 12/188 24731
/proc/meminfo: memFree=17235276/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=314.66 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 31449 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=29076 CPUtime=314.69 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4501 0 0 0 31468 1 0 0 25 0 1 0 596486398 29773824 4389 33554432000 4194304 4785740 140737067752768 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7269 4389 341 145 0 4314 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=156.72 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15672 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 7961609 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=20104 CPUtime=313.9 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43880 0 0 0 31384 6 0 0 25 0 1 0 596486398 20586496 4225 33554432000 4194304 4352236 140733500003552 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5026 4225 127 39 0 4106 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=156.25 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2223 0 0 0 15624 1 0 0 25 0 1 0 596486398 16900096 2114 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2114 173 34 0 2568 0
Current children cumulated CPU time (s) 1256.22
Current children cumulated vsize (KiB) 803808

[startup+315.101 s]
/proc/loadavg: 10.14 8.29 7.40 12/188 24731
/proc/meminfo: memFree=17234656/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=315.06 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 31489 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=29076 CPUtime=315.09 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4501 0 0 0 31508 1 0 0 25 0 1 0 596486398 29773824 4389 33554432000 4194304 4785740 140737067752768 18446744073709551615 4546137 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7269 4389 341 145 0 4314 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=156.92 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15692 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=20104 CPUtime=314.3 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43880 0 0 0 31424 6 0 0 25 0 1 0 596486398 20586496 4225 33554432000 4194304 4352236 140733500003552 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5026 4225 127 39 0 4106 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=156.45 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2226 0 0 0 15644 1 0 0 25 0 1 0 596486398 16900096 2117 33554432000 4194304 4331988 140736959241328 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2117 173 34 0 2568 0
Current children cumulated CPU time (s) 1257.82
Current children cumulated vsize (KiB) 803808

[startup+315.201 s]
/proc/loadavg: 10.14 8.29 7.40 12/188 24731
/proc/meminfo: memFree=17234656/32950940 swapFree=67111528/67111528
[pid=24618] ppid=24616 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (ppfolio) S 24616 24618 21582 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596486398 18763776 390 33554432000 4194304 4287625 140735127291728 18446744073709551615 215988612623 0 0 4096 65536 4420863855576481791 0 0 17 5 0 0 0
/proc/24618/statm: 4581 390 341 23 0 91 0
[pid=24619] ppid=24618 vsize=263972 CPUtime=315.16 cores=1
/proc/24619/stat : 24619 (cryptominisat) R 24618 24618 21582 0 -1 4202496 66339 0 0 0 31499 17 0 0 25 0 1 0 596486398 270307328 12551 33554432000 4194304 4587354 140734932966816 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24619/statm: 65993 12551 337 96 0 62555 0
[pid=24620] ppid=24618 vsize=29076 CPUtime=315.19 cores=5
/proc/24620/stat : 24620 (clasp) R 24618 24618 21582 0 -1 4202496 4501 0 0 0 31518 1 0 0 25 0 1 0 596486398 29773824 4389 33554432000 4194304 4785740 140737067752768 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24620/statm: 7269 4389 341 145 0 4314 0
[pid=24621] ppid=24618 vsize=455828 CPUtime=156.99 cores=7
/proc/24621/stat : 24621 (TNM) R 24618 24618 21582 0 -1 4202496 329 0 0 0 15699 0 0 0 25 0 1 0 596486398 466767872 226 33554432000 134512640 134534564 4292620560 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24621/statm: 113957 226 95 6 0 112623 0
[pid=24622] ppid=24618 vsize=20104 CPUtime=314.4 cores=3
/proc/24622/stat : 24622 (lingeling) R 24618 24618 21582 0 -1 4202496 43880 0 0 0 31434 6 0 0 25 0 1 0 596486398 20586496 4225 33554432000 4194304 4352236 140733500003552 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24622/statm: 5026 4225 127 39 0 4106 0
[pid=24623] ppid=24618 vsize=16504 CPUtime=156.48 cores=7
/proc/24623/stat : 24623 (march_hi) R 24618 24618 21582 0 -1 4202496 2227 0 0 0 15647 1 0 0 25 0 1 0 596486398 16900096 2118 33554432000 4194304 4331988 140736959241328 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24623/statm: 4126 2118 173 34 0 2568 0
Current children cumulated CPU time (s) 1258.22
Current children cumulated vsize (KiB) 803808

Child status: 0
Real time (s): 315.273
CPU time (s): 1258.55
CPU user time (s): 1258.27
CPU system time (s): 0.274958
CPU usage (%): 399.193
Max. virtual memory (cumulated for all children) (KiB): 1029424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1258.27
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117820
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= 889
involuntary context switches= 10024

runsolver used 0.502923 second user time and 1.21981 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 09:35:56
IDJOB=3191152
IDBENCH=82883
IDSOLVER=1612
FILE ID=node117/3191152-1304062556
RUNJOBID= node117-1304062554-24497
PBS_JOBID= 13170383
Free space on /tmp= 71672 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1406921020-013.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191152-1304062556/watcher-3191152-1304062556 -o /tmp/evaluation-result-3191152-1304062556/solver-3191152-1304062556 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191152-1304062556.cnf

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

MD5SUM BENCH= 9869c5a4d8c5bed5ea530735320738db
RANDOM SEED=1099176162

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.75
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17442224 kB
Buffers:       2377616 kB
Cached:       12472024 kB
SwapCached:          0 kB
Active:        8131980 kB
Inactive:      6795032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17442224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20312 kB
Writeback:           0 kB
AnonPages:       77036 kB
Mapped:          16924 kB
Slab:           518840 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   826356 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= 71664 MiB
End job on node117 at 2011-04-29 09:41:12