Trace number 3221673

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 983.269 122.998

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1573194644-097.UNKNOWN.cnf
MD5SUM94cfc1731e7c76d51d00543dd5d14f85
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark134.386
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 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
982.46/122.99	s UNSATISFIABLE
982.46/122.99	solver [4] march_hi 2009 answered
982.46/122.99	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-3221673-1304162229/watcher-3221673-1304162229 -o /tmp/evaluation-result-3221673-1304162229/solver-3221673-1304162229 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221673-1304162229.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.53 7.90 7.96 2/170 9129
/proc/meminfo: memFree=29008536/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 4 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0

[startup+0.0378031 s]
/proc/loadavg: 7.53 7.90 7.96 2/170 9129
/proc/meminfo: memFree=29008536/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) R 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100792 s]
/proc/loadavg: 7.53 7.90 7.96 2/170 9129
/proc/meminfo: memFree=29008536/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) R 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300755 s]
/proc/loadavg: 7.53 7.90 7.96 2/170 9129
/proc/meminfo: memFree=29008536/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70068 s]
/proc/loadavg: 7.53 7.90 7.96 2/170 9129
/proc/meminfo: memFree=29008536/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50053 s]
/proc/loadavg: 7.53 7.90 7.96 9/180 9144
/proc/meminfo: memFree=28993080/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1426412 CPUtime=1.49 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 3349 0 0 0 149 0 0 0 25 0 1 0 606453552 1460645888 2253 33554432000 4194304 4587354 140735952035280 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 356603 2253 337 96 0 353165 0
[pid=9131] ppid=9129 vsize=13892 CPUtime=1.49 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 940 0 0 0 149 0 0 0 20 0 1 0 606453552 14225408 828 33554432000 4194304 4785740 140736434824512 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 3473 828 340 145 0 518 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=1.49 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 149 0 0 0 20 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134528310 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=7628 CPUtime=1.49 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 525 0 0 0 149 0 0 0 25 0 1 0 606453552 7811072 418 33554432000 4194304 4331988 140735583917424 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 1907 418 172 34 0 349 0
[pid=9134] ppid=9129 vsize=122268 CPUtime=5.94 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 4018 1249 0 0 594 0 0 0 25 0 5 0 606453552 125202432 2799 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 30567 2799 164 40 0 29111 0
[pid=9134/tid=9141] ppid=9129 vsize=122268 CPUtime=1.48 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 928 1249 0 0 148 0 0 0 25 0 5 0 606453553 125202432 2799 33554432000 4194304 4356188 140737415979088 18446744073709551615 4330823 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=122268 CPUtime=1.48 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 964 1249 0 0 148 0 0 0 25 0 5 0 606453553 125202432 2799 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=122268 CPUtime=1.48 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 845 1249 0 0 148 0 0 0 25 0 5 0 606453553 125202432 2799 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=122268 CPUtime=1.48 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 782 1249 0 0 148 0 0 0 25 0 5 0 606453553 125202432 2799 33554432000 4194304 4356188 140737415979088 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 2044352

[startup+3.10124 s]
/proc/loadavg: 7.53 7.90 7.96 9/180 9144
/proc/meminfo: memFree=28986392/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1431512 CPUtime=3.09 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 4989 0 0 0 309 0 0 0 25 0 1 0 606453552 1465868288 3103 33554432000 4194304 4587354 140735952035280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 357878 3103 337 96 0 354440 0
[pid=9131] ppid=9129 vsize=14696 CPUtime=3.09 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 1135 0 0 0 309 0 0 0 25 0 1 0 606453552 15048704 1023 33554432000 4194304 4785740 140736434824512 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 3674 1023 340 145 0 719 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=3.09 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 309 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=7628 CPUtime=3.09 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 538 0 0 0 309 0 0 0 25 0 1 0 606453552 7811072 431 33554432000 4194304 4331988 140735583917424 18446744073709551615 4228913 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 1907 431 172 34 0 349 0
[pid=9134] ppid=9129 vsize=123048 CPUtime=12.34 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 5365 1249 0 0 1234 0 0 0 25 0 5 0 606453552 126001152 2988 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 30762 2988 164 40 0 29306 0
[pid=9134/tid=9141] ppid=9129 vsize=123048 CPUtime=3.08 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 1346 1249 0 0 308 0 0 0 25 0 5 0 606453553 126001152 2988 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=123048 CPUtime=3.08 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 1306 1249 0 0 308 0 0 0 25 0 5 0 606453553 126001152 2988 33554432000 4194304 4356188 140737415979088 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=123048 CPUtime=3.07 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 1111 1249 0 0 307 0 0 0 25 0 5 0 606453553 126001152 2988 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=123048 CPUtime=3.08 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 1103 1249 0 0 308 0 0 0 25 0 5 0 606453553 126001152 2988 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 2051036

[startup+6.30065 s]
/proc/loadavg: 7.57 7.91 7.96 9/180 9144
/proc/meminfo: memFree=28975624/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1431004 CPUtime=6.28 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 6924 0 0 0 628 0 0 0 25 0 1 0 606453552 1465348096 3030 33554432000 4194304 4587354 140735952035280 18446744073709551615 4241215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 357751 3030 337 96 0 354313 0
[pid=9131] ppid=9129 vsize=15384 CPUtime=6.29 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 1294 0 0 0 629 0 0 0 25 0 1 0 606453552 15753216 1182 33554432000 4194304 4785740 140736434824512 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 3846 1182 340 145 0 891 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=6.29 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 629 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=7800 CPUtime=6.29 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 556 0 0 0 629 0 0 0 25 0 1 0 606453552 7987200 449 33554432000 4194304 4331988 140735583917424 18446744073709551615 4226430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 1950 449 172 34 0 392 0
[pid=9134] ppid=9129 vsize=129212 CPUtime=25.13 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 9280 1249 0 0 2512 1 0 0 25 0 5 0 606453552 132313088 4535 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 32303 4535 164 40 0 30847 0
[pid=9134/tid=9141] ppid=9129 vsize=129212 CPUtime=6.28 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 2121 1249 0 0 628 0 0 0 25 0 5 0 606453553 132313088 4535 33554432000 4194304 4356188 140737415979088 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=129212 CPUtime=6.28 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 2298 1249 0 0 628 0 0 0 25 0 5 0 606453553 132313088 4535 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=129212 CPUtime=6.25 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 2267 1249 0 0 625 0 0 0 25 0 5 0 606453553 132313088 4535 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=129212 CPUtime=6.28 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 2095 1249 0 0 628 0 0 0 25 0 5 0 606453553 132313088 4535 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 2057552

[startup+12.7005 s]
/proc/loadavg: 7.61 7.91 7.96 9/180 9145
/proc/meminfo: memFree=28970748/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1433504 CPUtime=12.69 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 10396 0 0 0 1268 1 0 0 25 0 1 0 606453552 1467908096 3900 33554432000 4194304 4587354 140735952035280 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 358376 3900 337 96 0 354938 0
[pid=9131] ppid=9129 vsize=16756 CPUtime=12.69 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 1638 0 0 0 1269 0 0 0 25 0 1 0 606453552 17158144 1526 33554432000 4194304 4785740 140736434824512 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 4189 1526 340 145 0 1234 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=12.69 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 1269 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134529104 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=7800 CPUtime=12.69 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 576 0 0 0 1269 0 0 0 25 0 1 0 606453552 7987200 469 33554432000 4194304 4331988 140735583917424 18446744073709551615 4288315 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 1950 469 172 34 0 392 0
[pid=9134] ppid=9129 vsize=131412 CPUtime=50.69 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 14534 1249 0 0 5067 2 0 0 25 0 5 0 606453552 134565888 5063 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 32853 5063 164 40 0 31397 0
[pid=9134/tid=9141] ppid=9129 vsize=131412 CPUtime=12.68 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 3371 1249 0 0 1268 0 0 0 25 0 5 0 606453553 134565888 5063 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=131412 CPUtime=12.68 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 3708 1249 0 0 1268 0 0 0 25 0 5 0 606453553 134565888 5063 33554432000 4194304 4356188 140737415979088 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=131412 CPUtime=12.62 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 3611 1249 0 0 1262 0 0 0 25 0 5 0 606453553 134565888 5063 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=131412 CPUtime=12.68 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 3345 1249 0 0 1268 0 0 0 25 0 5 0 606453553 134565888 5063 33554432000 4194304 4356188 140737415979088 18446744073709551615 4279775 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 2063624

[startup+25.5011 s]
/proc/loadavg: 7.69 7.91 7.96 9/180 9145
/proc/meminfo: memFree=28960056/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1436852 CPUtime=25.49 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 15858 0 0 0 2547 2 0 0 25 0 1 0 606453552 1471336448 5187 33554432000 4194304 4587354 140735952035280 18446744073709551615 4231904 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9134/tid=9141] ppid=9129 vsize=168040 CPUtime=115.08 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 22764 1249 0 0 11503 5 0 0 25 0 5 0 606453553 172072960 14220 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=168040 CPUtime=115.08 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 22525 1249 0 0 11504 4 0 0 25 0 5 0 606453553 172072960 14220 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=168040 CPUtime=114.46 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 22780 1249 0 0 11442 4 0 0 25 0 5 0 606453553 172072960 14220 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=168040 CPUtime=115.07 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 22931 1249 0 0 11505 2 0 0 25 0 5 0 606453553 172072960 14220 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 920.09
Current children cumulated vsize (KiB) 2127948

[startup+118.301 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9147
/proc/meminfo: memFree=28906108/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1449656 CPUtime=118.3 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 42595 0 0 0 11820 10 0 0 25 0 1 0 606453552 1484447744 7709 33554432000 4194304 4587354 140735952035280 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 362414 7709 337 96 0 358976 0
[pid=9131] ppid=9129 vsize=23636 CPUtime=118.29 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 3276 0 0 0 11829 0 0 0 25 0 1 0 606453552 24203264 3164 33554432000 4194304 4785740 140736434824512 18446744073709551615 4416804 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 5909 3164 340 145 0 2954 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=118.29 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 11829 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=11752 CPUtime=118.29 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 1458 0 0 0 11829 0 0 0 25 0 1 0 606453552 12034048 1330 33554432000 4194304 4331988 140735583917424 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 2938 1330 173 34 0 1380 0
[pid=9134] ppid=9129 vsize=170728 CPUtime=472.52 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 92779 1249 0 0 47234 18 0 0 25 0 5 0 606453552 174825472 14892 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 42682 14892 164 40 0 41226 0
[pid=9134/tid=9141] ppid=9129 vsize=170728 CPUtime=118.28 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 22828 1249 0 0 11823 5 0 0 25 0 5 0 606453553 174825472 14892 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=170728 CPUtime=118.28 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 23037 1249 0 0 11824 4 0 0 25 0 5 0 606453553 174825472 14892 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=170728 CPUtime=117.65 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 22844 1249 0 0 11761 4 0 0 25 0 5 0 606453553 174825472 14892 33554432000 4194304 4356188 140737415979088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=170728 CPUtime=118.28 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 23571 1249 0 0 11825 3 0 0 25 0 5 0 606453553 174825472 14892 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 945.69
Current children cumulated vsize (KiB) 2129924

[startup+121.501 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9147
/proc/meminfo: memFree=28902760/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1449656 CPUtime=121.49 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 43110 0 0 0 12139 10 0 0 25 0 1 0 606453552 1484447744 8204 33554432000 4194304 4587354 140735952035280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 362414 8204 337 96 0 358976 0
[pid=9131] ppid=9129 vsize=23784 CPUtime=121.49 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 3310 0 0 0 12149 0 0 0 25 0 1 0 606453552 24354816 3198 33554432000 4194304 4785740 140736434824512 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 5946 3198 340 145 0 2991 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=121.49 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 12149 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=11752 CPUtime=121.49 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 1511 0 0 0 12149 0 0 0 25 0 1 0 606453552 12034048 1383 33554432000 4194304 4331988 140735583917424 18446744073709551615 4240828 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 2938 1383 173 34 0 1380 0
[pid=9134] ppid=9129 vsize=170344 CPUtime=485.31 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 93963 1249 0 0 48513 18 0 0 25 0 5 0 606453552 174432256 14796 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 42586 14796 164 40 0 41130 0
[pid=9134/tid=9141] ppid=9129 vsize=170344 CPUtime=121.48 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 23340 1249 0 0 12143 5 0 0 25 0 5 0 606453553 174432256 14796 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332322 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=170344 CPUtime=121.48 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 23133 1249 0 0 12144 4 0 0 25 0 5 0 606453553 174432256 14796 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=170344 CPUtime=120.83 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 23356 1249 0 0 12079 4 0 0 25 0 5 0 606453553 174432256 14796 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=170344 CPUtime=121.48 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 23635 1249 0 0 12145 3 0 0 25 0 5 0 606453553 174432256 14796 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 971.27
Current children cumulated vsize (KiB) 2129688

[startup+122.301 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9147
/proc/meminfo: memFree=28903504/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1449656 CPUtime=122.29 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 43223 0 0 0 12219 10 0 0 25 0 1 0 606453552 1484447744 8313 33554432000 4194304 4587354 140735952035280 18446744073709551615 4236616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 362414 8313 337 96 0 358976 0
[pid=9131] ppid=9129 vsize=23784 CPUtime=122.29 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 3310 0 0 0 12229 0 0 0 25 0 1 0 606453552 24354816 3198 33554432000 4194304 4785740 140736434824512 18446744073709551615 4552940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 5946 3198 340 145 0 2991 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=122.29 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 12229 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=11752 CPUtime=122.29 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 1522 0 0 0 12229 0 0 0 25 0 1 0 606453552 12034048 1394 33554432000 4194304 4331988 140735583917424 18446744073709551615 4301742 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 2938 1394 173 34 0 1380 0
[pid=9134] ppid=9129 vsize=168296 CPUtime=488.5 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 94091 1249 0 0 48832 18 0 0 25 0 5 0 606453552 172335104 14284 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 42074 14284 164 40 0 40618 0
[pid=9134/tid=9141] ppid=9129 vsize=168296 CPUtime=122.28 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 23340 1249 0 0 12223 5 0 0 25 0 5 0 606453553 172335104 14284 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=168296 CPUtime=122.28 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 23197 1249 0 0 12224 4 0 0 25 0 5 0 606453553 172335104 14284 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=168296 CPUtime=121.62 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 23420 1249 0 0 12158 4 0 0 25 0 5 0 606453553 172335104 14284 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=168296 CPUtime=122.28 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 23635 1249 0 0 12225 3 0 0 25 0 5 0 606453553 172335104 14284 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 977.66
Current children cumulated vsize (KiB) 2127640

[startup+122.701 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9147
/proc/meminfo: memFree=28903504/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1449656 CPUtime=122.69 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 43279 0 0 0 12259 10 0 0 25 0 1 0 606453552 1484447744 8367 33554432000 4194304 4587354 140735952035280 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 362414 8367 337 96 0 358976 0
[pid=9131] ppid=9129 vsize=23784 CPUtime=122.69 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 3311 0 0 0 12269 0 0 0 25 0 1 0 606453552 24354816 3199 33554432000 4194304 4785740 140736434824512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 5946 3199 340 145 0 2991 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=122.69 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 12269 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=11752 CPUtime=122.7 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 1530 0 0 0 12269 1 0 0 25 0 1 0 606453552 12034048 1402 33554432000 4194304 4331988 140735583917424 18446744073709551615 4284439 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 2938 1402 173 34 0 1380 0
[pid=9134] ppid=9129 vsize=168808 CPUtime=490.1 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 94219 1249 0 0 48992 18 0 0 25 0 5 0 606453552 172859392 14412 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 42202 14412 164 40 0 40746 0
[pid=9134/tid=9141] ppid=9129 vsize=168808 CPUtime=122.68 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 23340 1249 0 0 12263 5 0 0 25 0 5 0 606453553 172859392 14412 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332275 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=168808 CPUtime=122.68 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 23325 1249 0 0 12264 4 0 0 25 0 5 0 606453553 172859392 14412 33554432000 4194304 4356188 140737415979088 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=168808 CPUtime=122.02 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 23420 1249 0 0 12198 4 0 0 25 0 5 0 606453553 172859392 14412 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=168808 CPUtime=122.68 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 23635 1249 0 0 12265 3 0 0 25 0 5 0 606453553 172859392 14412 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 980.87
Current children cumulated vsize (KiB) 2128152

[startup+122.901 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9147
/proc/meminfo: memFree=28903504/32950928 swapFree=67111352/67111528
[pid=9129] ppid=9127 vsize=18324 CPUtime=0 cores=0-7
/proc/9129/stat : 9129 (ppfolio) S 9127 9129 9020 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606453552 18763776 389 33554432000 4194304 4287625 140734496868928 18446744073709551615 251367566863 0 0 4096 65536 4578402431360040959 0 0 17 6 0 0 0
/proc/9129/statm: 4581 389 341 23 0 91 0
[pid=9130] ppid=9129 vsize=1449656 CPUtime=122.89 cores=0
/proc/9130/stat : 9130 (cryptominisat) R 9129 9129 9020 0 -1 4202496 43306 0 0 0 12279 10 0 0 25 0 1 0 606453552 1484447744 8393 33554432000 4194304 4587354 140735952035280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9130/statm: 362414 8393 337 96 0 358976 0
[pid=9131] ppid=9129 vsize=23784 CPUtime=122.89 cores=1
/proc/9131/stat : 9131 (clasp) R 9129 9129 9020 0 -1 4202496 3311 0 0 0 12289 0 0 0 25 0 1 0 606453552 24354816 3199 33554432000 4194304 4785740 140736434824512 18446744073709551615 4550589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9131/statm: 5946 3199 340 145 0 2991 0
[pid=9132] ppid=9129 vsize=455828 CPUtime=122.89 cores=2
/proc/9132/stat : 9132 (TNM) R 9129 9129 9020 0 -1 4202496 329 0 0 0 12289 0 0 0 25 0 1 0 606453552 466767872 226 33554432000 134512640 134534564 4287714192 18446744073709551615 134530773 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9132/statm: 113957 226 95 6 0 112623 0
[pid=9133] ppid=9129 vsize=11752 CPUtime=122.89 cores=3
/proc/9133/stat : 9133 (march_hi) R 9129 9129 9020 0 -1 4202496 1533 0 0 0 12288 1 0 0 25 0 1 0 606453552 12034048 1405 33554432000 4194304 4331988 140735583917424 18446744073709551615 4226407 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9133/statm: 2938 1405 173 34 0 1380 0
[pid=9134] ppid=9129 vsize=169064 CPUtime=490.9 cores=4-7
/proc/9134/stat : 9134 (plingeling) S 9129 9129 9020 0 -1 4202496 94283 1249 0 0 49072 18 0 0 25 0 5 0 606453552 173121536 14476 33554432000 4194304 4356188 140737415979088 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9134/statm: 42266 14476 164 40 0 40810 0
[pid=9134/tid=9141] ppid=9129 vsize=169064 CPUtime=122.88 cores=4-7
/proc/9134/task/9141/stat : 9141 (plingeling) R 9129 9129 9020 0 -1 4202560 23340 1249 0 0 12283 5 0 0 25 0 5 0 606453553 173121536 14476 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9134/tid=9142] ppid=9129 vsize=169064 CPUtime=122.88 cores=4-7
/proc/9134/task/9142/stat : 9142 (plingeling) R 9129 9129 9020 0 -1 4202560 23325 1249 0 0 12284 4 0 0 25 0 5 0 606453553 173121536 14476 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9134/tid=9143] ppid=9129 vsize=169064 CPUtime=122.22 cores=4-7
/proc/9134/task/9143/stat : 9143 (plingeling) R 9129 9129 9020 0 -1 4202560 23420 1249 0 0 12218 4 0 0 25 0 5 0 606453553 173121536 14476 33554432000 4194304 4356188 140737415979088 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9134/tid=9144] ppid=9129 vsize=169064 CPUtime=122.88 cores=4-7
/proc/9134/task/9144/stat : 9144 (plingeling) R 9129 9129 9020 0 -1 4202560 23699 1249 0 0 12285 3 0 0 25 0 5 0 606453553 173121536 14476 33554432000 4194304 4356188 140737415979088 18446744073709551615 4331371 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 982.46
Current children cumulated vsize (KiB) 2128408

Child status: 0
Real time (s): 122.998
CPU time (s): 983.269
CPU user time (s): 982.948
CPU system time (s): 0.321951
CPU usage (%): 799.419
Max. virtual memory (cumulated for all children) (KiB): 2136272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 982.948
system time used= 0.321951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144692
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= 1216
involuntary context switches= 5057

runsolver used 0.212967 second user time and 0.450931 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 13:17:09
IDJOB=3221673
IDBENCH=82962
IDSOLVER=1638
FILE ID=node113/3221673-1304162229
RUNJOBID= node113-1304162219-9034
PBS_JOBID= 13170938
Free space on /tmp= 72396 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1573194644-097.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221673-1304162229/watcher-3221673-1304162229 -o /tmp/evaluation-result-3221673-1304162229/solver-3221673-1304162229 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221673-1304162229.cnf

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

MD5SUM BENCH= 94cfc1731e7c76d51d00543dd5d14f85
RANDOM SEED=893571483

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29008692 kB
Buffers:        763584 kB
Cached:        2608852 kB
SwapCached:         12 kB
Active:         213660 kB
Inactive:      3221888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29008692 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           10448 kB
Writeback:           0 kB
AnonPages:       63188 kB
Mapped:          14624 kB
Slab:           439100 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187236 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= 72388 MiB
End job on node113 at 2011-04-30 13:19:12