Trace number 3221385

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 3157.3 394.938

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
MD5SUMbf9c7e319eca3277c9c5b6246acb470c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark390.66
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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
3157.02/394.93	s UNSATISFIABLE
3157.02/394.93	solver [4] march_hi 2009 answered
3157.02/394.93	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-3221385-1304161505/watcher-3221385-1304161505 -o /tmp/evaluation-result-3221385-1304161505/solver-3221385-1304161505 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221385-1304161505.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.31 8.09 8.01 2/170 32484
/proc/meminfo: memFree=25857164/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) R 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0

[startup+0.0250621 s]
/proc/loadavg: 8.31 8.09 8.01 2/170 32484
/proc/meminfo: memFree=25857164/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) R 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101049 s]
/proc/loadavg: 8.31 8.09 8.01 2/170 32484
/proc/meminfo: memFree=25857164/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) R 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301014 s]
/proc/loadavg: 8.31 8.09 8.01 2/170 32484
/proc/meminfo: memFree=25857164/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 4 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700942 s]
/proc/loadavg: 8.31 8.09 8.01 2/170 32484
/proc/meminfo: memFree=25857164/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 4 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5008 s]
/proc/loadavg: 8.31 8.09 8.01 9/180 32499
/proc/meminfo: memFree=25842576/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 4 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=14193456 CPUtime=1.48 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 3602 0 0 0 148 0 0 0 20 0 1 0 527753253 14534098944 2451 33554432000 4194304 4587354 140734372616464 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 3548364 2451 337 96 0 3544926 0
[pid=32486] ppid=32484 vsize=13656 CPUtime=1.49 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 877 0 0 0 149 0 0 0 20 0 1 0 527753253 13983744 768 33554432000 4194304 4785740 140736898747328 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 3414 768 340 145 0 459 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=1.49 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 149 0 0 0 20 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=7056 CPUtime=1.49 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 422 0 0 0 149 0 0 0 25 0 1 0 527753253 7225344 314 33554432000 4194304 4331988 140733659751616 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 1764 314 174 34 0 206 0
[pid=32489] ppid=32484 vsize=123848 CPUtime=5.94 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 4548 1250 0 0 594 0 0 0 25 0 5 0 527753253 126820352 3053 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 30962 3053 162 40 0 29506 0
[pid=32489/tid=32496] ppid=32484 vsize=123848 CPUtime=1.48 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 1012 1250 0 0 148 0 0 0 20 0 5 0 527753254 126820352 3053 33554432000 4194304 4356188 140733518777296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=123848 CPUtime=1.48 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 1231 1250 0 0 148 0 0 0 25 0 5 0 527753254 126820352 3053 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=123848 CPUtime=1.48 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 926 1250 0 0 148 0 0 0 25 0 5 0 527753254 126820352 3053 33554432000 4194304 4356188 140733518777296 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=123848 CPUtime=1.48 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 864 1250 0 0 148 0 0 0 25 0 5 0 527753254 126820352 3053 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 14812296

[startup+3.10052 s]
/proc/loadavg: 8.31 8.09 8.01 9/180 32499
/proc/meminfo: memFree=25830548/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=14195828 CPUtime=3.09 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 5083 0 0 0 308 1 0 0 25 0 1 0 527753253 14536527872 3098 33554432000 4194304 4587354 140734372616464 18446744073709551615 4236320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 3548957 3098 337 96 0 3545519 0
[pid=32486] ppid=32484 vsize=14220 CPUtime=3.09 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 1007 0 0 0 309 0 0 0 25 0 1 0 527753253 14561280 898 33554432000 4194304 4785740 140736898747328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 3555 898 340 145 0 600 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=3.09 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 309 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134528896 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=7056 CPUtime=3.09 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 425 0 0 0 309 0 0 0 25 0 1 0 527753253 7225344 317 33554432000 4194304 4331988 140733659751616 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 1764 317 174 34 0 206 0
[pid=32489] ppid=32484 vsize=127116 CPUtime=12.33 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 6613 1250 0 0 1233 0 0 0 25 0 5 0 527753253 130166784 3838 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 31779 3838 162 40 0 30323 0
[pid=32489/tid=32496] ppid=32484 vsize=127116 CPUtime=3.08 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 1556 1250 0 0 308 0 0 0 25 0 5 0 527753254 130166784 3838 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=127116 CPUtime=3.08 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 1519 1250 0 0 308 0 0 0 25 0 5 0 527753254 130166784 3838 33554432000 4194304 4356188 140733518777296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=127116 CPUtime=3.08 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 1502 1250 0 0 308 0 0 0 25 0 5 0 527753254 130166784 3838 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=127116 CPUtime=3.07 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 1521 1250 0 0 307 0 0 0 25 0 5 0 527753254 130166784 3838 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 14818500

[startup+6.30094 s]
/proc/loadavg: 8.28 8.09 8.01 9/180 32499
/proc/meminfo: memFree=25825376/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=313116 CPUtime=6.29 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 7253 0 0 0 628 1 0 0 25 0 1 0 527753253 320630784 3185 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 78279 3185 337 96 0 74841 0
[pid=32486] ppid=32484 vsize=14768 CPUtime=6.29 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 1161 0 0 0 629 0 0 0 25 0 1 0 527753253 15122432 1052 33554432000 4194304 4785740 140736898747328 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 3692 1052 340 145 0 737 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=6.29 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 629 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=7216 CPUtime=6.29 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 434 0 0 0 629 0 0 0 25 0 1 0 527753253 7389184 326 33554432000 4194304 4331988 140733659751616 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 1804 326 174 34 0 246 0
[pid=32489] ppid=32484 vsize=129320 CPUtime=25.12 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 9356 1250 0 0 2511 1 0 0 25 0 5 0 527753253 132423680 4405 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 32330 4405 162 40 0 30874 0
[pid=32489/tid=32496] ppid=32484 vsize=129320 CPUtime=6.28 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 2310 1250 0 0 628 0 0 0 25 0 5 0 527753254 132423680 4405 33554432000 4194304 4356188 140733518777296 18446744073709551615 4238402 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=129320 CPUtime=6.28 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 2257 1250 0 0 628 0 0 0 25 0 5 0 527753254 132423680 4405 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=129320 CPUtime=6.28 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 2144 1250 0 0 628 0 0 0 25 0 5 0 527753254 132423680 4405 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=129320 CPUtime=6.26 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 2130 1250 0 0 626 0 0 0 25 0 5 0 527753254 132423680 4405 33554432000 4194304 4356188 140733518777296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 938700

[startup+12.7008 s]
/proc/loadavg: 8.26 8.08 8.01 9/180 32499
/proc/meminfo: memFree=25811272/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=315888 CPUtime=12.69 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 11006 0 0 0 1268 1 0 0 25 0 1 0 527753253 323469312 3591 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 78972 3591 337 96 0 75534 0
[pid=32486] ppid=32484 vsize=15912 CPUtime=12.69 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 1420 0 0 0 1269 0 0 0 25 0 1 0 527753253 16293888 1311 33554432000 4194304 4785740 140736898747328 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 3978 1311 340 145 0 1023 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=12.69 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 1269 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134530515 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=7420 CPUtime=12.69 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 476 0 0 0 1269 0 0 0 25 0 1 0 527753253 7598080 368 33554432000 4194304 4331988 140733659751616 18446744073709551615 4210502 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 1855 368 175 34 0 297 0
[pid=32489] ppid=32484 vsize=140332 CPUtime=50.69 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 16699 1250 0 0 5066 3 0 0 25 0 5 0 527753253 143699968 7172 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 35083 7172 162 40 0 33627 0
[pid=32489/tid=32496] ppid=32484 vsize=140332 CPUtime=12.68 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 4102 1250 0 0 1268 0 0 0 25 0 5 0 527753254 143699968 7172 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=140332 CPUtime=12.68 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 4113 1250 0 0 1267 1 0 0 25 0 5 0 527753254 143699968 7172 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=140332 CPUtime=12.67 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 3982 1250 0 0 1267 0 0 0 25 0 5 0 527753254 143699968 7172 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=140332 CPUtime=12.62 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 3987 1250 0 0 1262 0 0 0 25 0 5 0 527753254 143699968 7172 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 953832

[startup+25.5005 s]
/proc/loadavg: 8.20 8.08 8.01 9/180 32500
/proc/meminfo: memFree=25807320/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=318220 CPUtime=25.48 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 17030 0 0 0 2546 2 0 0 25 0 1 0 527753253 325857280 4390 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32489/tid=32496] ppid=32484 vsize=221396 CPUtime=383.9 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 41688 1250 0 0 38383 7 0 0 25 0 5 0 527753254 226709504 27454 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=221396 CPUtime=383.89 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 38899 1250 0 0 38382 7 0 0 25 0 5 0 527753254 226709504 27454 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=221396 CPUtime=383.85 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 39345 1250 0 0 38379 6 0 0 25 0 5 0 527753254 226709504 27454 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=221396 CPUtime=381.81 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 40150 1250 0 0 38174 7 0 0 25 0 5 0 527753254 226709504 27454 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3069.08
Current children cumulated vsize (KiB) 1127504

[startup+390.301 s]
/proc/loadavg: 8.09 8.09 8.02 9/180 32509
/proc/meminfo: memFree=25678432/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=387840 CPUtime=390.29 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 80670 0 0 0 39007 22 0 0 25 0 1 0 527753253 397148160 13080 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 96960 13080 337 96 0 93522 0
[pid=32486] ppid=32484 vsize=24948 CPUtime=390.29 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 3526 0 0 0 39029 0 0 0 25 0 1 0 527753253 25546752 3417 33554432000 4194304 4785740 140736898747328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 6237 3417 341 145 0 3282 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=390.3 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 39030 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=19040 CPUtime=390.27 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 3044 0 0 0 39025 2 0 0 25 0 1 0 527753253 19496960 2936 33554432000 4194304 4331988 140733659751616 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 4760 2936 175 34 0 3202 0
[pid=32489] ppid=32484 vsize=218964 CPUtime=1559.03 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 162101 1250 0 0 155874 29 0 0 25 0 5 0 527753253 224219136 26846 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 54741 26846 162 40 0 53285 0
[pid=32489/tid=32496] ppid=32484 vsize=218964 CPUtime=390.29 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 41816 1250 0 0 39022 7 0 0 25 0 5 0 527753254 224219136 26846 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=218964 CPUtime=390.29 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 39283 1250 0 0 39022 7 0 0 25 0 5 0 527753254 224219136 26846 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=218964 CPUtime=390.24 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 39601 1250 0 0 39018 6 0 0 25 0 5 0 527753254 224219136 26846 33554432000 4194304 4356188 140733518777296 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=218964 CPUtime=388.18 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 40886 1250 0 0 38810 8 0 0 25 0 5 0 527753254 224219136 26846 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3120.19
Current children cumulated vsize (KiB) 1125072

[startup+393.501 s]
/proc/loadavg: 8.09 8.08 8.02 9/180 32509
/proc/meminfo: memFree=25676444/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=387840 CPUtime=393.49 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 80670 0 0 0 39327 22 0 0 25 0 1 0 527753253 397148160 13080 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 96960 13080 337 96 0 93522 0
[pid=32486] ppid=32484 vsize=24948 CPUtime=393.49 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 3528 0 0 0 39349 0 0 0 25 0 1 0 527753253 25546752 3419 33554432000 4194304 4785740 140736898747328 18446744073709551615 4291548 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 6237 3419 341 145 0 3282 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=393.5 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 39350 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=19040 CPUtime=393.47 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 3099 0 0 0 39345 2 0 0 25 0 1 0 527753253 19496960 2991 33554432000 4194304 4331988 140733659751616 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 4760 2991 175 34 0 3202 0
[pid=32489] ppid=32484 vsize=220884 CPUtime=1571.81 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 162581 1250 0 0 157152 29 0 0 25 0 5 0 527753253 226185216 27326 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 55221 27326 162 40 0 53765 0
[pid=32489/tid=32496] ppid=32484 vsize=220884 CPUtime=393.49 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 42168 1250 0 0 39342 7 0 0 25 0 5 0 527753254 226185216 27326 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=220884 CPUtime=393.49 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 39283 1250 0 0 39342 7 0 0 25 0 5 0 527753254 226185216 27326 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=220884 CPUtime=393.44 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 39601 1250 0 0 39338 6 0 0 25 0 5 0 527753254 226185216 27326 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=220884 CPUtime=391.37 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 41014 1250 0 0 39129 8 0 0 25 0 5 0 527753254 226185216 27326 33554432000 4194304 4356188 140733518777296 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3145.77
Current children cumulated vsize (KiB) 1126992

[startup+394.301 s]
/proc/loadavg: 8.09 8.08 8.02 9/180 32510
/proc/meminfo: memFree=25675204/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=387840 CPUtime=394.29 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 80670 0 0 0 39407 22 0 0 25 0 1 0 527753253 397148160 13080 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 96960 13080 337 96 0 93522 0
[pid=32486] ppid=32484 vsize=24948 CPUtime=394.29 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 3528 0 0 0 39429 0 0 0 25 0 1 0 527753253 25546752 3419 33554432000 4194304 4785740 140736898747328 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 6237 3419 341 145 0 3282 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=394.3 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 39430 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=19040 CPUtime=394.27 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 3112 0 0 0 39425 2 0 0 25 0 1 0 527753253 19496960 3004 33554432000 4194304 4331988 140733659751616 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 4760 3004 175 34 0 3202 0
[pid=32489] ppid=32484 vsize=217940 CPUtime=1575.01 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 162837 1250 0 0 157472 29 0 0 25 0 5 0 527753253 223170560 26590 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 54485 26590 162 40 0 53029 0
[pid=32489/tid=32496] ppid=32484 vsize=217940 CPUtime=394.29 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 42424 1250 0 0 39422 7 0 0 25 0 5 0 527753254 223170560 26590 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=217940 CPUtime=394.29 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 39283 1250 0 0 39422 7 0 0 25 0 5 0 527753254 223170560 26590 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=217940 CPUtime=394.24 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 39601 1250 0 0 39418 6 0 0 25 0 5 0 527753254 223170560 26590 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=217940 CPUtime=392.16 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 41014 1250 0 0 39208 8 0 0 25 0 5 0 527753254 223170560 26590 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3152.17
Current children cumulated vsize (KiB) 1124048

[startup+394.701 s]
/proc/loadavg: 8.09 8.08 8.02 9/180 32510
/proc/meminfo: memFree=25675204/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=387840 CPUtime=394.69 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 80670 0 0 0 39447 22 0 0 25 0 1 0 527753253 397148160 13080 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 96960 13080 337 96 0 93522 0
[pid=32486] ppid=32484 vsize=24948 CPUtime=394.69 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 3528 0 0 0 39469 0 0 0 25 0 1 0 527753253 25546752 3419 33554432000 4194304 4785740 140736898747328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 6237 3419 341 145 0 3282 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=394.7 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 39470 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=19040 CPUtime=394.68 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 3119 0 0 0 39465 3 0 0 25 0 1 0 527753253 19496960 3011 33554432000 4194304 4331988 140733659751616 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 4760 3011 175 34 0 3202 0
[pid=32489] ppid=32484 vsize=218452 CPUtime=1576.61 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 162965 1250 0 0 157632 29 0 0 25 0 5 0 527753253 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 54613 26718 162 40 0 53157 0
[pid=32489/tid=32496] ppid=32484 vsize=218452 CPUtime=394.69 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 42424 1250 0 0 39462 7 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=218452 CPUtime=394.69 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 39411 1250 0 0 39462 7 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=218452 CPUtime=394.64 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 39601 1250 0 0 39458 6 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=218452 CPUtime=392.56 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 41014 1250 0 0 39248 8 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3155.38
Current children cumulated vsize (KiB) 1124560

[startup+394.907 s]
/proc/loadavg: 8.09 8.08 8.02 9/180 32510
/proc/meminfo: memFree=25678304/32951124 swapFree=67051468/67111528
[pid=32484] ppid=32482 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32484/stat : 32484 (ppfolio) S 32482 32484 32271 0 -1 4202496 522 0 0 0 0 1 0 0 15 0 1 0 527753253 18763776 390 33554432000 4194304 4287625 140733453526208 18446744073709551615 218370977295 0 0 4096 65536 4593065106111201279 0 0 17 3 0 0 0
/proc/32484/statm: 4581 390 341 23 0 91 0
[pid=32485] ppid=32484 vsize=387840 CPUtime=394.9 cores=0
/proc/32485/stat : 32485 (cryptominisat) R 32484 32484 32271 0 -1 4202496 80670 0 0 0 39468 22 0 0 25 0 1 0 527753253 397148160 13080 33554432000 4194304 4587354 140734372616464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32485/statm: 96960 13080 337 96 0 93522 0
[pid=32486] ppid=32484 vsize=24948 CPUtime=394.9 cores=1
/proc/32486/stat : 32486 (clasp) R 32484 32484 32271 0 -1 4202496 3528 0 0 0 39490 0 0 0 25 0 1 0 527753253 25546752 3419 33554432000 4194304 4785740 140736898747328 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32486/statm: 6237 3419 341 145 0 3282 0
[pid=32487] ppid=32484 vsize=455956 CPUtime=394.9 cores=2
/proc/32487/stat : 32487 (TNM) R 32484 32484 32271 0 -1 4202496 339 0 0 0 39490 0 0 0 25 0 1 0 527753253 466898944 235 33554432000 134512640 134534564 4291487104 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32487/statm: 113989 235 95 6 0 112655 0
[pid=32488] ppid=32484 vsize=19040 CPUtime=394.89 cores=3
/proc/32488/stat : 32488 (march_hi) R 32484 32484 32271 0 -1 4202496 3123 0 0 0 39486 3 0 0 25 0 1 0 527753253 19496960 3015 33554432000 4194304 4331988 140733659751616 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32488/statm: 4760 3015 175 34 0 3202 0
[pid=32489] ppid=32484 vsize=218452 CPUtime=1577.42 cores=4-7
/proc/32489/stat : 32489 (plingeling) S 32484 32484 32271 0 -1 4202496 162965 1250 0 0 157713 29 0 0 25 0 5 0 527753253 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32489/statm: 54613 26718 162 40 0 53157 0
[pid=32489/tid=32496] ppid=32484 vsize=218452 CPUtime=394.89 cores=4-7
/proc/32489/task/32496/stat : 32496 (plingeling) R 32484 32484 32271 0 -1 4202560 42424 1250 0 0 39482 7 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32489/tid=32497] ppid=32484 vsize=218452 CPUtime=394.89 cores=4-7
/proc/32489/task/32497/stat : 32497 (plingeling) R 32484 32484 32271 0 -1 4202560 39411 1250 0 0 39482 7 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32489/tid=32498] ppid=32484 vsize=218452 CPUtime=394.85 cores=4-7
/proc/32489/task/32498/stat : 32498 (plingeling) R 32484 32484 32271 0 -1 4202560 39601 1250 0 0 39479 6 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32489/tid=32499] ppid=32484 vsize=218452 CPUtime=392.76 cores=4-7
/proc/32489/task/32499/stat : 32499 (plingeling) R 32484 32484 32271 0 -1 4202560 41014 1250 0 0 39268 8 0 0 25 0 5 0 527753254 223694848 26718 33554432000 4194304 4356188 140733518777296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3157.02
Current children cumulated vsize (KiB) 1124560

Child status: 0
Real time (s): 394.938
CPU time (s): 3157.3
CPU user time (s): 3156.69
CPU system time (s): 0.606907
CPU usage (%): 799.442
Max. virtual memory (cumulated for all children) (KiB): 14819464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3156.69
system time used= 0.606907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252417
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= 1194
involuntary context switches= 15106

runsolver used 0.648901 second user time and 1.49577 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 13:05:05
IDJOB=3221385
IDBENCH=82914
IDSOLVER=1638
FILE ID=node101/3221385-1304161505
RUNJOBID= node101-1304161095-32285
PBS_JOBID= 13170929
Free space on /tmp= 72160 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221385-1304161505/watcher-3221385-1304161505 -o /tmp/evaluation-result-3221385-1304161505/solver-3221385-1304161505 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221385-1304161505.cnf

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

MD5SUM BENCH= bf9c7e319eca3277c9c5b6246acb470c
RANDOM SEED=635144479

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25857576 kB
Buffers:       1922484 kB
Cached:        4690208 kB
SwapCached:      30424 kB
Active:        1774660 kB
Inactive:      4871328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25857576 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:       25624 kB
Mapped:           8496 kB
Slab:           380492 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186180 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= 72148 MiB
End job on node101 at 2011-04-30 13:11:40