Trace number 3220779

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 6721.55 840.774

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark823.532
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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
6720.95/840.76	s UNSATISFIABLE
6720.95/840.77	solver [4] march_hi 2009 answered
6720.95/840.77	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-3220779-1304159844/watcher-3220779-1304159844 -o /tmp/evaluation-result-3220779-1304159844/solver-3220779-1304159844 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220779-1304159844.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: 8.12 8.13 8.09 1/174 30287
/proc/meminfo: memFree=25850620/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) R 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335892224 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0

[startup+0.0141991 s]
/proc/loadavg: 8.12 8.13 8.09 1/174 30287
/proc/meminfo: memFree=25850620/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.133178 s]
/proc/loadavg: 8.12 8.13 8.09 1/174 30287
/proc/meminfo: memFree=25850620/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) R 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300149 s]
/proc/loadavg: 8.12 8.13 8.09 1/174 30287
/proc/meminfo: memFree=25850620/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700077 s]
/proc/loadavg: 8.12 8.13 8.09 1/174 30287
/proc/meminfo: memFree=25850620/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50093 s]
/proc/loadavg: 8.19 8.14 8.10 9/184 30302
/proc/meminfo: memFree=25834668/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=403520 CPUtime=1.49 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 3585 0 0 0 149 0 0 0 20 0 1 0 527582590 413204480 2422 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 100880 2422 337 96 0 97442 0
[pid=30289] ppid=30287 vsize=14016 CPUtime=1.49 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 975 0 0 0 149 0 0 0 20 0 1 0 527582590 14352384 863 33554432000 4194304 4785740 140735307168752 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 3504 863 340 145 0 549 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=1.49 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 149 0 0 0 20 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 2099640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=7664 CPUtime=1.49 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 546 0 0 0 149 0 0 0 20 0 1 0 527582590 7847936 439 33554432000 4194304 4331988 140733711533088 18446744073709551615 4229487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 1916 439 172 34 0 358 0
[pid=30292] ppid=30287 vsize=123016 CPUtime=5.91 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 3695 1252 0 0 591 0 0 0 19 0 5 0 527582590 125968384 2890 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 30754 2890 163 40 0 29298 0
[pid=30292/tid=30299] ppid=30287 vsize=123016 CPUtime=1.48 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 745 1252 0 0 148 0 0 0 23 0 5 0 527582591 125968384 2890 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=123016 CPUtime=1.46 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 930 1252 0 0 146 0 0 0 23 0 5 0 527582591 125968384 2890 33554432000 4194304 4356188 140734563095312 18446744073709551615 4234340 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=123016 CPUtime=1.47 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 711 1252 0 0 147 0 0 0 25 0 5 0 527582591 125968384 2890 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332327 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=123016 CPUtime=1.48 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 807 1252 0 0 148 0 0 0 25 0 5 0 527582591 125968384 2890 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1022368

[startup+3.10065 s]
/proc/loadavg: 8.19 8.14 8.10 9/184 30302
/proc/meminfo: memFree=25827700/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=405752 CPUtime=3.08 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 5341 0 0 0 308 0 0 0 25 0 1 0 527582590 415490048 3357 33554432000 4194304 4587354 140733520287088 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 101438 3357 337 96 0 98000 0
[pid=30289] ppid=30287 vsize=14840 CPUtime=3.09 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 1158 0 0 0 309 0 0 0 25 0 1 0 527582590 15196160 1046 33554432000 4194304 4785740 140735307168752 18446744073709551615 4550460 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 3710 1046 340 145 0 755 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=3.09 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 309 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=7796 CPUtime=3.09 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 557 0 0 0 309 0 0 0 25 0 1 0 527582590 7983104 450 33554432000 4194304 4331988 140733711533088 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 1949 450 172 34 0 391 0
[pid=30292] ppid=30287 vsize=123032 CPUtime=12.31 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 4895 1252 0 0 1231 0 0 0 19 0 5 0 527582590 125984768 2906 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 30758 2906 163 40 0 29302 0
[pid=30292/tid=30299] ppid=30287 vsize=123032 CPUtime=3.08 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 874 1252 0 0 308 0 0 0 25 0 5 0 527582591 125984768 2906 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=123032 CPUtime=3.05 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 1314 1252 0 0 305 0 0 0 25 0 5 0 527582591 125984768 2906 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=123032 CPUtime=3.07 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 1064 1252 0 0 307 0 0 0 25 0 5 0 527582591 125984768 2906 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=123032 CPUtime=3.08 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 1141 1252 0 0 308 0 0 0 25 0 5 0 527582591 125984768 2906 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1025572

[startup+6.30108 s]
/proc/loadavg: 8.25 8.16 8.10 9/184 30302
/proc/meminfo: memFree=25815920/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=406380 CPUtime=6.28 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 7543 0 0 0 628 0 0 0 25 0 1 0 527582590 416133120 3359 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 101595 3359 337 96 0 98157 0
[pid=30289] ppid=30287 vsize=15788 CPUtime=6.29 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 1406 0 0 0 629 0 0 0 25 0 1 0 527582590 16166912 1294 33554432000 4194304 4785740 140735307168752 18446744073709551615 4553111 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 3947 1294 340 145 0 992 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=6.29 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 629 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=7796 CPUtime=6.29 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 569 0 0 0 629 0 0 0 25 0 1 0 527582590 7983104 462 33554432000 4194304 4331988 140733711533088 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 1949 462 172 34 0 391 0
[pid=30292] ppid=30287 vsize=129808 CPUtime=25.09 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 9166 1252 0 0 2508 1 0 0 19 0 5 0 527582590 132923392 4600 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 32452 4600 163 40 0 30996 0
[pid=30292/tid=30299] ppid=30287 vsize=129808 CPUtime=6.28 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 1899 1252 0 0 628 0 0 0 25 0 5 0 527582591 132923392 4600 33554432000 4194304 4356188 140734563095312 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=129808 CPUtime=6.23 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 2405 1252 0 0 623 0 0 0 25 0 5 0 527582591 132923392 4600 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=129808 CPUtime=6.27 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 2105 1252 0 0 627 0 0 0 25 0 5 0 527582591 132923392 4600 33554432000 4194304 4356188 140734563095312 18446744073709551615 4241640 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=129808 CPUtime=6.28 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 2255 1252 0 0 628 0 0 0 25 0 5 0 527582591 132923392 4600 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 1033924

[startup+12.7009 s]
/proc/loadavg: 8.23 8.16 8.10 9/184 30302
/proc/meminfo: memFree=25810312/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=409252 CPUtime=12.69 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 11250 0 0 0 1268 1 0 0 25 0 1 0 527582590 419074048 4257 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 102313 4257 337 96 0 98875 0
[pid=30289] ppid=30287 vsize=17176 CPUtime=12.69 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 1733 0 0 0 1269 0 0 0 25 0 1 0 527582590 17588224 1621 33554432000 4194304 4785740 140735307168752 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 4294 1621 340 145 0 1339 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=12.69 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 1269 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=7796 CPUtime=12.69 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 582 0 0 0 1269 0 0 0 25 0 1 0 527582590 7983104 475 33554432000 4194304 4331988 140733711533088 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 1949 475 172 34 0 391 0
[pid=30292] ppid=30287 vsize=131612 CPUtime=50.65 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 15073 1252 0 0 5063 2 0 0 19 0 5 0 527582590 134770688 5067 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 32903 5067 163 40 0 31447 0
[pid=30292/tid=30299] ppid=30287 vsize=131612 CPUtime=12.68 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 3244 1252 0 0 1268 0 0 0 25 0 5 0 527582591 134770688 5067 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=131612 CPUtime=12.59 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 4070 1252 0 0 1259 0 0 0 25 0 5 0 527582591 134770688 5067 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=131612 CPUtime=12.67 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 3610 1252 0 0 1267 0 0 0 25 0 5 0 527582591 134770688 5067 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=131612 CPUtime=12.68 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 3647 1252 0 0 1268 0 0 0 25 0 5 0 527582591 134770688 5067 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 1039988

[startup+25.5007 s]
/proc/loadavg: 8.18 8.15 8.10 9/184 30303
/proc/meminfo: memFree=25793832/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=415668 CPUtime=25.49 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 17416 0 0 0 2546 3 0 0 25 0 1 0 527582590 425644032 5015 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=30292/tid=30299] ppid=30287 vsize=211664 CPUtime=831.9 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 85904 1252 0 0 83176 14 0 0 25 0 5 0 527582591 216743936 25041 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=211664 CPUtime=827.35 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 89417 1252 0 0 82720 15 0 0 25 0 5 0 527582591 216743936 25041 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=211664 CPUtime=831.8 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 82556 1252 0 0 83167 13 0 0 25 0 5 0 527582591 216743936 25041 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=211664 CPUtime=831.87 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 82323 1252 0 0 83173 14 0 0 25 0 5 0 527582591 216743936 25041 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6650.6
Current children cumulated vsize (KiB) 1202208

[startup+835.101 s]
/proc/loadavg: 8.05 8.10 8.08 10/184 30324
/proc/meminfo: memFree=25651408/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=452140 CPUtime=835.11 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 112562 0 0 0 83466 45 0 0 25 0 1 0 527582590 462991360 14559 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 113035 14559 337 96 0 109597 0
[pid=30289] ppid=30287 vsize=36772 CPUtime=835.11 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 6328 0 0 0 83510 1 0 0 25 0 1 0 527582590 37654528 6216 33554432000 4194304 4785740 140735307168752 18446744073709551615 4550348 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 9193 6216 340 145 0 6238 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=835.1 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 83510 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=27480 CPUtime=835.11 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 4537 0 0 0 83507 4 0 0 25 0 1 0 527582590 28139520 4403 33554432000 4194304 4331988 140733711533088 18446744073709551615 4240198 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 6870 4403 173 34 0 5312 0
[pid=30292] ppid=30287 vsize=214224 CPUtime=3335.74 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 341342 1252 0 0 333516 58 0 0 19 0 5 0 527582590 219365376 25681 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 53556 25681 163 40 0 52100 0
[pid=30292/tid=30299] ppid=30287 vsize=214224 CPUtime=835.1 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 85904 1252 0 0 83496 14 0 0 25 0 5 0 527582591 219365376 25681 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=214224 CPUtime=830.53 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 89417 1252 0 0 83038 15 0 0 25 0 5 0 527582591 219365376 25681 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=214224 CPUtime=835.01 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 82940 1252 0 0 83487 14 0 0 25 0 5 0 527582591 219365376 25681 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=214224 CPUtime=835.07 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 82579 1252 0 0 83493 14 0 0 25 0 5 0 527582591 219365376 25681 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6676.18
Current children cumulated vsize (KiB) 1204768

[startup+838.301 s]
/proc/loadavg: 8.05 8.10 8.08 9/184 30324
/proc/meminfo: memFree=25654508/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=452140 CPUtime=838.31 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 112562 0 0 0 83786 45 0 0 25 0 1 0 527582590 462991360 14559 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 113035 14559 337 96 0 109597 0
[pid=30289] ppid=30287 vsize=36772 CPUtime=838.31 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 6339 0 0 0 83830 1 0 0 25 0 1 0 527582590 37654528 6227 33554432000 4194304 4785740 140735307168752 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 9193 6227 340 145 0 6238 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=838.3 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 83830 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 2098619 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=27480 CPUtime=838.31 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 4580 0 0 0 83827 4 0 0 25 0 1 0 527582590 28139520 4446 33554432000 4194304 4331988 140733711533088 18446744073709551615 4229501 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 6870 4446 173 34 0 5312 0
[pid=30292] ppid=30287 vsize=210512 CPUtime=3348.52 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 341790 1252 0 0 334794 58 0 0 19 0 5 0 527582590 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 52628 24753 163 40 0 51172 0
[pid=30292/tid=30299] ppid=30287 vsize=210512 CPUtime=838.3 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 86096 1252 0 0 83816 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=210512 CPUtime=833.71 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 89417 1252 0 0 83356 15 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=210512 CPUtime=838.21 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 83196 1252 0 0 83807 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=210512 CPUtime=838.27 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 82579 1252 0 0 83813 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6701.76
Current children cumulated vsize (KiB) 1201056

[startup+839.901 s]
/proc/loadavg: 8.05 8.10 8.08 9/184 30324
/proc/meminfo: memFree=25654384/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=452140 CPUtime=839.91 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 112562 0 0 0 83946 45 0 0 25 0 1 0 527582590 462991360 14559 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 113035 14559 337 96 0 109597 0
[pid=30289] ppid=30287 vsize=36944 CPUtime=839.91 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 6365 0 0 0 83990 1 0 0 25 0 1 0 527582590 37830656 6253 33554432000 4194304 4785740 140735307168752 18446744073709551615 232335551276 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 9236 6253 340 145 0 6281 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=839.9 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 83990 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=27480 CPUtime=839.91 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 4604 0 0 0 83987 4 0 0 25 0 1 0 527582590 28139520 4470 33554432000 4194304 4331988 140733711533088 18446744073709551615 4291586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 6870 4470 173 34 0 5312 0
[pid=30292] ppid=30287 vsize=210512 CPUtime=3354.92 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 341790 1252 0 0 335434 58 0 0 19 0 5 0 527582590 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 52628 24753 163 40 0 51172 0
[pid=30292/tid=30299] ppid=30287 vsize=210512 CPUtime=839.9 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 86096 1252 0 0 83976 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=210512 CPUtime=835.31 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 89417 1252 0 0 83516 15 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=210512 CPUtime=839.81 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 83196 1252 0 0 83967 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=210512 CPUtime=839.87 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 82579 1252 0 0 83973 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331578 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6714.56
Current children cumulated vsize (KiB) 1201228

[startup+840.301 s]
/proc/loadavg: 8.04 8.09 8.08 9/184 30324
/proc/meminfo: memFree=25654260/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=452140 CPUtime=840.31 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 112562 0 0 0 83986 45 0 0 25 0 1 0 527582590 462991360 14559 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 113035 14559 337 96 0 109597 0
[pid=30289] ppid=30287 vsize=36944 CPUtime=840.32 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 6365 0 0 0 84031 1 0 0 25 0 1 0 527582590 37830656 6253 33554432000 4194304 4785740 140735307168752 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 9236 6253 340 145 0 6281 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=840.31 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 84031 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134529033 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=27480 CPUtime=840.31 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 4610 0 0 0 84027 4 0 0 25 0 1 0 527582590 28139520 4476 33554432000 4194304 4331988 140733711533088 18446744073709551615 4211480 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 6870 4476 173 34 0 5312 0
[pid=30292] ppid=30287 vsize=210512 CPUtime=3356.53 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 341790 1252 0 0 335595 58 0 0 19 0 5 0 527582590 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 52628 24753 163 40 0 51172 0
[pid=30292/tid=30299] ppid=30287 vsize=210512 CPUtime=840.31 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 86096 1252 0 0 84017 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=210512 CPUtime=835.7 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 89417 1252 0 0 83555 15 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=210512 CPUtime=840.22 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 83196 1252 0 0 84008 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=210512 CPUtime=840.28 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 82579 1252 0 0 84014 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6717.79
Current children cumulated vsize (KiB) 1201228

[startup+840.701 s]
/proc/loadavg: 8.04 8.09 8.08 9/184 30324
/proc/meminfo: memFree=25654260/32951124 swapFree=67111412/67111528
[pid=30287] ppid=30285 vsize=18324 CPUtime=0.01 cores=0-7
/proc/30287/stat : 30287 (ppfolio) S 30285 30287 30074 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 527582590 18763776 390 33554432000 4194304 4287625 140736909348160 18446744073709551615 232335912463 0 0 4096 65536 4342596494742781951 0 0 17 6 0 0 0
/proc/30287/statm: 4581 390 341 23 0 91 0
[pid=30288] ppid=30287 vsize=452140 CPUtime=840.71 cores=0
/proc/30288/stat : 30288 (cryptominisat) R 30287 30287 30074 0 -1 4202496 112562 0 0 0 84026 45 0 0 25 0 1 0 527582590 462991360 14559 33554432000 4194304 4587354 140733520287088 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30288/statm: 113035 14559 337 96 0 109597 0
[pid=30289] ppid=30287 vsize=36944 CPUtime=840.71 cores=1
/proc/30289/stat : 30289 (clasp) R 30287 30287 30074 0 -1 4202496 6376 0 0 0 84070 1 0 0 25 0 1 0 527582590 37830656 6264 33554432000 4194304 4785740 140735307168752 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/30289/statm: 9236 6264 340 145 0 6281 0
[pid=30290] ppid=30287 vsize=455828 CPUtime=840.7 cores=2
/proc/30290/stat : 30290 (TNM) R 30287 30287 30074 0 -1 4202496 337 0 0 0 84070 0 0 0 25 0 1 0 527582590 466767872 234 33554432000 134512640 134534564 4290457888 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/30290/statm: 113957 234 95 6 0 112623 0
[pid=30291] ppid=30287 vsize=27480 CPUtime=840.71 cores=3
/proc/30291/stat : 30291 (march_hi) R 30287 30287 30074 0 -1 4202496 4616 0 0 0 84067 4 0 0 25 0 1 0 527582590 28139520 4482 33554432000 4194304 4331988 140733711533088 18446744073709551615 4316399 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/30291/statm: 6870 4482 173 34 0 5312 0
[pid=30292] ppid=30287 vsize=210512 CPUtime=3358.11 cores=4-7
/proc/30292/stat : 30292 (plingeling) S 30287 30287 30074 0 -1 4202496 341790 1252 0 0 335753 58 0 0 19 0 5 0 527582590 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 232347695077 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/30292/statm: 52628 24753 163 40 0 51172 0
[pid=30292/tid=30299] ppid=30287 vsize=210512 CPUtime=840.7 cores=4-7
/proc/30292/task/30299/stat : 30299 (plingeling) R 30287 30287 30074 0 -1 4202560 86096 1252 0 0 84056 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30292/tid=30300] ppid=30287 vsize=210512 CPUtime=836.1 cores=4-7
/proc/30292/task/30300/stat : 30300 (plingeling) R 30287 30287 30074 0 -1 4202560 89417 1252 0 0 83595 15 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30292/tid=30301] ppid=30287 vsize=210512 CPUtime=840.61 cores=4-7
/proc/30292/task/30301/stat : 30301 (plingeling) R 30287 30287 30074 0 -1 4202560 83196 1252 0 0 84047 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30292/tid=30302] ppid=30287 vsize=210512 CPUtime=840.67 cores=4-7
/proc/30292/task/30302/stat : 30302 (plingeling) R 30287 30287 30074 0 -1 4202560 82579 1252 0 0 84053 14 0 0 25 0 5 0 527582591 215564288 24753 33554432000 4194304 4356188 140734563095312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6720.95
Current children cumulated vsize (KiB) 1201228

Child status: 0
Real time (s): 840.774
CPU time (s): 6721.55
CPU user time (s): 6720.41
CPU system time (s): 1.13683
CPU usage (%): 799.448
Max. virtual memory (cumulated for all children) (KiB): 1626068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6720.41
system time used= 1.13683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 467473
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= 1260
involuntary context switches= 67076

runsolver used 1.3188 second user time and 3.2715 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 12:37:24
IDJOB=3220779
IDBENCH=82813
IDSOLVER=1638
FILE ID=node132/3220779-1304159844
RUNJOBID= node132-1304154842-30088
PBS_JOBID= 13170908
Free space on /tmp= 72176 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220779-1304159844/watcher-3220779-1304159844 -o /tmp/evaluation-result-3220779-1304159844/solver-3220779-1304159844 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220779-1304159844.cnf

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=1631361628

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25850776 kB
Buffers:        694020 kB
Cached:        5859396 kB
SwapCached:        112 kB
Active:        1518596 kB
Inactive:      5098916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25850776 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           10152 kB
Writeback:           4 kB
AnonPages:       64360 kB
Mapped:          14552 kB
Slab:           417828 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72164 MiB
End job on node132 at 2011-04-30 12:51:25