Trace number 3221403

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 269.3 33.7112

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1374457799-001.UNKNOWN.cnf
MD5SUM0448cdbfc0b1241b735cac942d079298
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.05
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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
269.30/33.70	s UNSATISFIABLE
269.30/33.71	solver [4] march_hi 2009 answered
269.30/33.71	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-3221403-1304161570/watcher-3221403-1304161570 -o /tmp/evaluation-result-3221403-1304161570/solver-3221403-1304161570 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221403-1304161570.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.99 7.98 1/170 12464
/proc/meminfo: memFree=23004424/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 6 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0

[startup+0.0312051 s]
/proc/loadavg: 7.48 7.99 7.98 1/170 12464
/proc/meminfo: memFree=23004424/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100192 s]
/proc/loadavg: 7.48 7.99 7.98 1/170 12464
/proc/meminfo: memFree=23004424/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300158 s]
/proc/loadavg: 7.48 7.99 7.98 1/170 12464
/proc/meminfo: memFree=23004424/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) R 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700087 s]
/proc/loadavg: 7.48 7.99 7.98 1/170 12464
/proc/meminfo: memFree=23004424/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50095 s]
/proc/loadavg: 7.48 7.99 7.98 9/180 12479
/proc/meminfo: memFree=22983800/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=284464 CPUtime=1.49 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 3613 0 0 0 149 0 0 0 25 0 1 0 527756681 291291136 2354 33554432000 4194304 4587354 140735805496160 18446744073709551615 4364563 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 71116 2354 336 96 0 67678 0
[pid=12466] ppid=12464 vsize=14264 CPUtime=1.49 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 1008 0 0 0 149 0 0 0 20 0 1 0 527756681 14606336 899 33554432000 4194304 4785740 140734347376544 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 3566 899 341 145 0 611 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=1.49 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 149 0 0 0 20 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=1.49 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 149 0 0 0 20 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=125720 CPUtime=5.91 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 4828 1256 0 0 591 0 0 0 20 0 5 0 527756681 128737280 3543 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 31430 3543 161 40 0 29974 0
[pid=12469/tid=12476] ppid=12464 vsize=125720 CPUtime=1.48 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 913 1256 0 0 148 0 0 0 23 0 5 0 527756682 128737280 3543 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=125720 CPUtime=1.48 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 945 1256 0 0 148 0 0 0 23 0 5 0 527756682 128737280 3543 33554432000 4194304 4356188 140736337789296 18446744073709551615 4210554 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=125720 CPUtime=1.46 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 978 1256 0 0 146 0 0 0 25 0 5 0 527756682 128737280 3543 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=125720 CPUtime=1.47 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 1096 1256 0 0 147 0 0 0 25 0 5 0 527756682 128737280 3543 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 906752

[startup+3.10067 s]
/proc/loadavg: 7.48 7.99 7.98 9/180 12479
/proc/meminfo: memFree=22976112/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=283452 CPUtime=3.09 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 4384 0 0 0 309 0 0 0 25 0 1 0 527756681 290254848 2390 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 70863 2390 336 96 0 67425 0
[pid=12466] ppid=12464 vsize=15024 CPUtime=3.09 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 1177 0 0 0 309 0 0 0 25 0 1 0 527756681 15384576 1068 33554432000 4194304 4785740 140734347376544 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 3756 1068 341 145 0 801 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=3.09 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 309 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=3.09 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 309 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=126048 CPUtime=12.3 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 6090 1256 0 0 1230 0 0 0 20 0 5 0 527756681 129073152 3637 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 31512 3637 161 40 0 30056 0
[pid=12469/tid=12476] ppid=12464 vsize=126048 CPUtime=3.08 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 1245 1256 0 0 308 0 0 0 25 0 5 0 527756682 129073152 3637 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=126048 CPUtime=3.08 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 1298 1256 0 0 308 0 0 0 25 0 5 0 527756682 129073152 3637 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=126048 CPUtime=3.06 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 1234 1256 0 0 306 0 0 0 25 0 5 0 527756682 129073152 3637 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331968 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=126048 CPUtime=3.06 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 1417 1256 0 0 306 0 0 0 25 0 5 0 527756682 129073152 3637 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 906828

[startup+6.3011 s]
/proc/loadavg: 7.52 7.99 7.98 9/180 12479
/proc/meminfo: memFree=22973384/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=33452 CPUtime=6.29 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 6103 0 0 0 629 0 0 0 25 0 1 0 527756681 34254848 2759 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 8363 2759 336 96 0 4925 0
[pid=12466] ppid=12464 vsize=15768 CPUtime=6.29 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 1370 0 0 0 629 0 0 0 25 0 1 0 527756681 16146432 1261 33554432000 4194304 4785740 140734347376544 18446744073709551615 4550473 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 3942 1261 341 145 0 987 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=6.29 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 629 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=6.29 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 629 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4298878 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=128044 CPUtime=25.1 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 8777 1256 0 0 2509 1 0 0 20 0 5 0 527756681 131117056 4136 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 32011 4136 161 40 0 30555 0
[pid=12469/tid=12476] ppid=12464 vsize=128044 CPUtime=6.28 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 1978 1256 0 0 628 0 0 0 25 0 5 0 527756682 131117056 4136 33554432000 4194304 4356188 140736337789296 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=128044 CPUtime=6.28 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 1907 1256 0 0 628 0 0 0 25 0 5 0 527756682 131117056 4136 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=128044 CPUtime=6.24 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 1875 1256 0 0 624 0 0 0 25 0 5 0 527756682 131117056 4136 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=128044 CPUtime=6.26 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 2121 1256 0 0 626 0 0 0 25 0 5 0 527756682 131117056 4136 33554432000 4194304 4356188 140736337789296 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 659568

[startup+12.701 s]
/proc/loadavg: 7.56 7.99 7.98 9/180 12479
/proc/meminfo: memFree=22957164/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=290060 CPUtime=12.69 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 9688 0 0 0 1268 1 0 0 25 0 1 0 527756681 297021440 4096 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 72515 4096 336 96 0 69077 0
[pid=12466] ppid=12464 vsize=17048 CPUtime=12.69 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 1642 0 0 0 1269 0 0 0 25 0 1 0 527756681 17457152 1533 33554432000 4194304 4785740 140734347376544 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 4262 1533 341 145 0 1307 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=12.69 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 1269 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=12.69 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 1269 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=138428 CPUtime=50.66 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 15533 1256 0 0 5064 2 0 0 20 0 5 0 527756681 141750272 6732 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 34607 6732 161 40 0 33151 0
[pid=12469/tid=12476] ppid=12464 vsize=138428 CPUtime=12.67 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 3739 1256 0 0 1267 0 0 0 25 0 5 0 527756682 141750272 6732 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=138428 CPUtime=12.68 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 3636 1256 0 0 1268 0 0 0 25 0 5 0 527756682 141750272 6732 33554432000 4194304 4356188 140736337789296 18446744073709551615 4280889 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=138428 CPUtime=12.61 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 3412 1256 0 0 1261 0 0 0 25 0 5 0 527756682 141750272 6732 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=138428 CPUtime=12.66 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 3850 1256 0 0 1266 0 0 0 25 0 5 0 527756682 141750272 6732 33554432000 4194304 4356188 140736337789296 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 927840

[startup+25.5007 s]
/proc/loadavg: 7.65 7.99 7.98 9/180 12480
/proc/meminfo: memFree=22947636/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=295628 CPUtime=25.48 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 14068 0 0 0 2547 1 0 0 25 0 1 0 527756681 302723072 5704 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=44696 CPUtime=28.69 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 14963 0 0 0 2867 2 0 0 25 0 1 0 527756681 45768704 5752 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 11174 5752 336 96 0 7736 0
[pid=12466] ppid=12464 vsize=18592 CPUtime=28.69 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 1994 0 0 0 2869 0 0 0 25 0 1 0 527756681 19038208 1885 33554432000 4194304 4785740 140734347376544 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 4648 1885 341 145 0 1693 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=28.69 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 2869 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=28.69 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 2869 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=141616 CPUtime=114.57 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 26606 1256 0 0 11453 4 0 0 20 0 5 0 527756681 145014784 7529 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 35404 7529 161 40 0 33948 0
[pid=12469/tid=12476] ppid=12464 vsize=141616 CPUtime=28.68 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 6428 1256 0 0 2867 1 0 0 25 0 5 0 527756682 145014784 7529 33554432000 4194304 4356188 140736337789296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=141616 CPUtime=28.67 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 6257 1256 0 0 2867 0 0 0 25 0 5 0 527756682 145014784 7529 33554432000 4194304 4356188 140736337789296 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=141616 CPUtime=28.53 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 6261 1256 0 0 2852 1 0 0 25 0 5 0 527756682 145014784 7529 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=141616 CPUtime=28.65 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 6764 1256 0 0 2864 1 0 0 25 0 5 0 527756682 145014784 7529 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 229.33
Current children cumulated vsize (KiB) 687208

[startup+31.9066 s]
/proc/loadavg: 7.68 7.99 7.98 9/180 12480
/proc/meminfo: memFree=22947760/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=44816 CPUtime=31.9 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 16225 0 0 0 3188 2 0 0 25 0 1 0 527756681 45891584 5419 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 11204 5419 336 96 0 7766 0
[pid=12466] ppid=12464 vsize=18876 CPUtime=31.9 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 2040 0 0 0 3190 0 0 0 25 0 1 0 527756681 19329024 1931 33554432000 4194304 4785740 140734347376544 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 4719 1931 341 145 0 1764 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=31.89 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 3189 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=31.9 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 3190 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=142000 CPUtime=127.37 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 28270 1256 0 0 12733 4 0 0 20 0 5 0 527756681 145408000 7625 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 35500 7625 161 40 0 34044 0
[pid=12469/tid=12476] ppid=12464 vsize=142000 CPUtime=31.89 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 6844 1256 0 0 3188 1 0 0 25 0 5 0 527756682 145408000 7625 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=142000 CPUtime=31.88 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 6705 1256 0 0 3188 0 0 0 25 0 5 0 527756682 145408000 7625 33554432000 4194304 4356188 140736337789296 18446744073709551615 4333906 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=142000 CPUtime=31.72 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 6613 1256 0 0 3171 1 0 0 25 0 5 0 527756682 145408000 7625 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=142000 CPUtime=31.86 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 7212 1256 0 0 3185 1 0 0 25 0 5 0 527756682 145408000 7625 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 254.96
Current children cumulated vsize (KiB) 687996

[startup+32.7005 s]
/proc/loadavg: 7.68 7.99 7.98 9/180 12480
/proc/meminfo: memFree=22947760/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=44816 CPUtime=32.69 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 16392 0 0 0 3267 2 0 0 25 0 1 0 527756681 45891584 5578 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 11204 5578 336 96 0 7766 0
[pid=12466] ppid=12464 vsize=18876 CPUtime=32.69 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 2044 0 0 0 3269 0 0 0 25 0 1 0 527756681 19329024 1935 33554432000 4194304 4785740 140734347376544 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 4719 1935 341 145 0 1764 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=32.69 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 3269 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=32.69 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 3269 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=142256 CPUtime=130.55 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 28782 1256 0 0 13051 4 0 0 20 0 5 0 527756681 145670144 7689 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 35564 7689 161 40 0 34108 0
[pid=12469/tid=12476] ppid=12464 vsize=142256 CPUtime=32.68 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 6876 1256 0 0 3267 1 0 0 25 0 5 0 527756682 145670144 7689 33554432000 4194304 4356188 140736337789296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=142256 CPUtime=32.67 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 6929 1256 0 0 3267 0 0 0 25 0 5 0 527756682 145670144 7689 33554432000 4194304 4356188 140736337789296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=142256 CPUtime=32.51 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 6869 1256 0 0 3250 1 0 0 25 0 5 0 527756682 145670144 7689 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=142256 CPUtime=32.65 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 7212 1256 0 0 3264 1 0 0 25 0 5 0 527756682 145670144 7689 33554432000 4194304 4356188 140736337789296 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 261.31
Current children cumulated vsize (KiB) 688252

[startup+33.5013 s]
/proc/loadavg: 7.68 7.99 7.98 9/180 12480
/proc/meminfo: memFree=22946880/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=44816 CPUtime=33.49 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 16525 0 0 0 3347 2 0 0 25 0 1 0 527756681 45891584 5705 33554432000 4194304 4587354 140735805496160 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 11204 5705 336 96 0 7766 0
[pid=12466] ppid=12464 vsize=18876 CPUtime=33.49 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 2072 0 0 0 3349 0 0 0 25 0 1 0 527756681 19329024 1963 33554432000 4194304 4785740 140734347376544 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 4719 1963 341 145 0 1764 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=33.49 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 3349 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=33.49 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 3349 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 274473362512 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=141744 CPUtime=133.74 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 29102 1256 0 0 13370 4 0 0 20 0 5 0 527756681 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 35436 7561 161 40 0 33980 0
[pid=12469/tid=12476] ppid=12464 vsize=141744 CPUtime=33.48 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 7036 1256 0 0 3347 1 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331079 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=141744 CPUtime=33.47 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 6929 1256 0 0 3347 0 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=141744 CPUtime=33.3 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 6869 1256 0 0 3329 1 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=141744 CPUtime=33.45 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 7372 1256 0 0 3344 1 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 267.7
Current children cumulated vsize (KiB) 687740

[startup+33.7013 s]
/proc/loadavg: 7.68 7.99 7.98 9/180 12480
/proc/meminfo: memFree=22946880/32950928 swapFree=67111524/67111528
[pid=12464] ppid=12462 vsize=18324 CPUtime=0 cores=0-7
/proc/12464/stat : 12464 (ppfolio) S 12462 12464 12397 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527756681 18763776 390 33554432000 4194304 4287625 140734937453920 18446744073709551615 274473987599 0 0 4096 65536 3184951075866148863 0 0 17 4 0 0 0
/proc/12464/statm: 4581 390 341 23 0 91 0
[pid=12465] ppid=12464 vsize=44816 CPUtime=33.69 cores=0
/proc/12465/stat : 12465 (cryptominisat) R 12464 12464 12397 0 -1 4202496 16556 0 0 0 3367 2 0 0 25 0 1 0 527756681 45891584 5734 33554432000 4194304 4587354 140735805496160 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12465/statm: 11204 5734 336 96 0 7766 0
[pid=12466] ppid=12464 vsize=19072 CPUtime=33.69 cores=1
/proc/12466/stat : 12466 (clasp) R 12464 12464 12397 0 -1 4202496 2087 0 0 0 3369 0 0 0 25 0 1 0 527756681 19529728 1978 33554432000 4194304 4785740 140734347376544 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12466/statm: 4768 1978 341 145 0 1813 0
[pid=12467] ppid=12464 vsize=456224 CPUtime=33.69 cores=2
/proc/12467/stat : 12467 (TNM) R 12464 12464 12397 0 -1 4202496 440 0 0 0 3369 0 0 0 25 0 1 0 527756681 467173376 336 33554432000 134512640 134534564 4291758816 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12467/statm: 114056 336 95 6 0 112722 0
[pid=12468] ppid=12464 vsize=7756 CPUtime=33.69 cores=3
/proc/12468/stat : 12468 (march_hi) R 12464 12464 12397 0 -1 4202496 910 0 0 0 3369 0 0 0 25 0 1 0 527756681 7942144 467 33554432000 4194304 4331988 140733684670800 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12468/statm: 1939 467 174 34 0 381 0
[pid=12469] ppid=12464 vsize=141744 CPUtime=134.54 cores=4-7
/proc/12469/stat : 12469 (plingeling) S 12464 12464 12397 0 -1 4202496 29102 1256 0 0 13450 4 0 0 20 0 5 0 527756681 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/12469/statm: 35436 7561 161 40 0 33980 0
[pid=12469/tid=12476] ppid=12464 vsize=141744 CPUtime=33.68 cores=4-7
/proc/12469/task/12476/stat : 12476 (plingeling) R 12464 12464 12397 0 -1 4202560 7036 1256 0 0 3367 1 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=12469/tid=12477] ppid=12464 vsize=141744 CPUtime=33.67 cores=4-7
/proc/12469/task/12477/stat : 12477 (plingeling) R 12464 12464 12397 0 -1 4202560 6929 1256 0 0 3367 0 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12469/tid=12478] ppid=12464 vsize=141744 CPUtime=33.5 cores=4-7
/proc/12469/task/12478/stat : 12478 (plingeling) R 12464 12464 12397 0 -1 4202560 6869 1256 0 0 3349 1 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12469/tid=12479] ppid=12464 vsize=141744 CPUtime=33.65 cores=4-7
/proc/12469/task/12479/stat : 12479 (plingeling) R 12464 12464 12397 0 -1 4202560 7372 1256 0 0 3364 1 0 0 25 0 5 0 527756682 145145856 7561 33554432000 4194304 4356188 140736337789296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 269.3
Current children cumulated vsize (KiB) 687936

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12464 and gives
#  childrusage.ru_utime.tv_sec=134
#  childrusage.ru_utime.tv_usec=790508
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=41993
# CPU time returned by wait4() is 134.833
# while last known CPU time is 269.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 33.7112
CPU time (s): 269.3
CPU user time (s): 269.24
CPU system time (s): 0.06
CPU usage (%): 798.844
Max. virtual memory (cumulated for all children) (KiB): 15897704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.791
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20538
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= 774
involuntary context switches= 614

runsolver used 0.051992 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 13:06:10
IDJOB=3221403
IDBENCH=82917
IDSOLVER=1638
FILE ID=node125/3221403-1304161570
RUNJOBID= node125-1304161570-12411
PBS_JOBID= 13170933
Free space on /tmp= 73020 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1374457799-001.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221403-1304161570/watcher-3221403-1304161570 -o /tmp/evaluation-result-3221403-1304161570/solver-3221403-1304161570 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221403-1304161570.cnf

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

MD5SUM BENCH= 0448cdbfc0b1241b735cac942d079298
RANDOM SEED=1998682525

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:     32950928 kB
MemFree:      23004332 kB
Buffers:       2132996 kB
Cached:        7221892 kB
SwapCached:          4 kB
Active:        2565708 kB
Inactive:      6852480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23004332 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10144 kB
Writeback:           0 kB
AnonPages:       63304 kB
Mapped:          14876 kB
Slab:           461352 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184748 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= 73012 MiB
End job on node125 at 2011-04-30 13:06:44