Trace number 3275011

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 18702.8 2339.63

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g6.cnf
MD5SUM2094ee8d4e443e860293b947e469bd81
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3439.73
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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
18701.89/2339.59	s UNSATISFIABLE
18702.69/2339.63	solver [4] march_hi 2009 answered
18702.69/2339.63	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: 977)

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-3275011-1307658579/watcher-3275011-1307658579 -o /tmp/evaluation-result-3275011-1307658579/solver-3275011-1307658579 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275011-1307658579.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): 5100 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.07 8.07 7.69 2/165 23220
/proc/meminfo: memFree=29721740/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 2826088480817 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0

[startup+0.0855171 s]
/proc/loadavg: 8.07 8.07 7.69 2/165 23220
/proc/meminfo: memFree=29721740/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100513 s]
/proc/loadavg: 8.07 8.07 7.69 2/165 23220
/proc/meminfo: memFree=29721740/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) R 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300481 s]
/proc/loadavg: 8.07 8.07 7.69 2/165 23220
/proc/meminfo: memFree=29721740/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) R 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700414 s]
/proc/loadavg: 8.07 8.07 7.69 2/165 23220
/proc/meminfo: memFree=29721740/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) R 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50128 s]
/proc/loadavg: 8.07 8.07 7.69 9/175 23235
/proc/meminfo: memFree=29671836/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1814504 CPUtime=1.49 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 5567 0 0 0 149 0 0 0 25 0 1 0 877457558 1858052096 3417 33554432000 4194304 4587354 140734029006256 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 453626 3417 331 96 0 450188 0
[pid=23222] ppid=23220 vsize=20252 CPUtime=1.49 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 2830 0 0 0 149 0 0 0 20 0 1 0 877457558 20738048 2423 33554432000 4194304 4785740 140735701962096 18446744073709551615 4560252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 5063 2423 340 145 0 2108 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=1.49 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 149 0 0 0 20 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=16800 CPUtime=1.49 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 4913 0 0 0 148 1 0 0 20 0 1 0 877457558 17203200 1648 33554432000 4194304 4331988 140735640531264 18446744073709551615 4226457 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 4200 1648 175 34 0 2642 0
[pid=23225] ppid=23220 vsize=135220 CPUtime=5.83 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 7030 1247 0 0 582 1 0 0 18 0 5 0 877457558 138465280 5879 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 33805 5879 163 40 0 32349 0
[pid=23225/tid=23232] ppid=23220 vsize=135220 CPUtime=1.45 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 1253 1247 0 0 145 0 0 0 23 0 5 0 877457562 138465280 5879 33554432000 4194304 4356188 140733206654912 18446744073709551615 4211827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=135220 CPUtime=1.44 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 1244 1247 0 0 144 0 0 0 23 0 5 0 877457562 138465280 5879 33554432000 4194304 4356188 140733206654912 18446744073709551615 4248577 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=135220 CPUtime=1.45 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 697 1247 0 0 145 0 0 0 23 0 5 0 877457562 138465280 5879 33554432000 4194304 4356188 140733206654912 18446744073709551615 4270728 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=135220 CPUtime=1.44 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 1382 1247 0 0 144 0 0 0 23 0 5 0 877457562 138465280 5879 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331749 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 2464096

[startup+3.10101 s]
/proc/loadavg: 8.07 8.07 7.69 10/175 23235
/proc/meminfo: memFree=29655000/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1829324 CPUtime=3.09 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 9143 0 0 0 309 0 0 0 25 0 1 0 877457558 1873227776 6991 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 457331 6991 337 96 0 453893 0
[pid=23222] ppid=23220 vsize=21728 CPUtime=3.09 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 3155 0 0 0 309 0 0 0 25 0 1 0 877457558 22249472 2748 33554432000 4194304 4785740 140735701962096 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 5432 2748 340 145 0 2477 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=3.09 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 309 0 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=18016 CPUtime=3.09 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 5162 0 0 0 308 1 0 0 25 0 1 0 877457558 18448384 1897 33554432000 4194304 4331988 140735640531264 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 4504 1897 175 34 0 2946 0
[pid=23225] ppid=23220 vsize=141608 CPUtime=12.23 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 9462 1247 0 0 1222 1 0 0 18 0 5 0 877457558 145006592 7476 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 35402 7476 163 40 0 33946 0
[pid=23225/tid=23232] ppid=23220 vsize=141608 CPUtime=3.05 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 1893 1247 0 0 305 0 0 0 25 0 5 0 877457562 145006592 7476 33554432000 4194304 4356188 140733206654912 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=141608 CPUtime=3.04 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 1756 1247 0 0 304 0 0 0 25 0 5 0 877457562 145006592 7476 33554432000 4194304 4356188 140733206654912 18446744073709551615 4210817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=141608 CPUtime=3.05 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 1209 1247 0 0 305 0 0 0 25 0 5 0 877457562 145006592 7476 33554432000 4194304 4356188 140733206654912 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=141608 CPUtime=3.03 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 2150 1247 0 0 303 0 0 0 25 0 5 0 877457562 145006592 7476 33554432000 4194304 4356188 140733206654912 18446744073709551615 4332156 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 2487996

[startup+6.30047 s]
/proc/loadavg: 8.06 8.07 7.69 9/175 23235
/proc/meminfo: memFree=29633796/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1824828 CPUtime=6.29 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 11128 0 0 0 628 1 0 0 25 0 1 0 877457558 1868623872 7722 33554432000 4194304 4587354 140734029006256 18446744073709551615 4243380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 456207 7722 337 96 0 452769 0
[pid=23222] ppid=23220 vsize=26112 CPUtime=6.29 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 4232 0 0 0 629 0 0 0 25 0 1 0 877457558 26738688 3825 33554432000 4194304 4785740 140735701962096 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 6528 3825 340 145 0 3573 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=6.26 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 624 2 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=19416 CPUtime=6.29 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 5413 0 0 0 628 1 0 0 25 0 1 0 877457558 19881984 2148 33554432000 4194304 4331988 140735640531264 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 4854 2148 175 34 0 3296 0
[pid=23225] ppid=23220 vsize=149768 CPUtime=25.01 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 13081 1247 0 0 2499 2 0 0 18 0 5 0 877457558 153362432 9389 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 37442 9389 163 40 0 35986 0
[pid=23225/tid=23232] ppid=23220 vsize=149768 CPUtime=6.24 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 2739 1247 0 0 624 0 0 0 25 0 5 0 877457562 153362432 9389 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=149768 CPUtime=6.24 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 3051 1247 0 0 624 0 0 0 25 0 5 0 877457562 153362432 9389 33554432000 4194304 4356188 140733206654912 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=149768 CPUtime=6.24 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 2005 1247 0 0 624 0 0 0 25 0 5 0 877457562 153362432 9389 33554432000 4194304 4356188 140733206654912 18446744073709551615 4244632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=149768 CPUtime=6.21 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 2832 1247 0 0 621 0 0 0 25 0 5 0 877457562 153362432 9389 33554432000 4194304 4356188 140733206654912 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.14
Current children cumulated vsize (KiB) 2497444

[startup+12.7014 s]
/proc/loadavg: 8.06 8.06 7.69 9/175 23237
/proc/meminfo: memFree=29597436/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1840796 CPUtime=12.69 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 17834 0 0 0 1267 2 0 0 25 0 1 0 877457558 1884975104 11776 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 460199 11776 337 96 0 456761 0
[pid=23222] ppid=23220 vsize=28968 CPUtime=12.68 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 4927 0 0 0 1268 0 0 0 25 0 1 0 877457558 29663232 4520 33554432000 4194304 4785740 140735701962096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 7242 4520 340 145 0 4287 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=12.66 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 1260 6 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=20644 CPUtime=12.69 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 5926 0 0 0 1268 1 0 0 25 0 1 0 877457558 21139456 2397 33554432000 4194304 4331988 140735640531264 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 5161 2397 175 34 0 3603 0
[pid=23225] ppid=23220 vsize=161648 CPUtime=50.56 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 18232 1247 0 0 5054 2 0 0 18 0 5 0 877457558 165527552 12486 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 40412 12486 163 40 0 38956 0
[pid=23225/tid=23232] ppid=23220 vsize=161648 CPUtime=12.64 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 3667 1247 0 0 1264 0 0 0 25 0 5 0 877457562 165527552 12486 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=161648 CPUtime=12.63 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 5227 1247 0 0 1263 0 0 0 25 0 5 0 877457562 165527552 12486 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=161648 CPUtime=12.64 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 3541 1247 0 0 1264 0 0 0 25 0 5 0 877457562 165527552 12486 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=161648 CPUtime=12.58 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 3343 1247 0 0 1258 0 0 0 25 0 5 0 877457562 165527552 12486 33554432000 4194304 4356188 140733206654912 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 2529376

[startup+25.5012 s]
/proc/loadavg: 8.04 8.06 7.69 9/175 23237
/proc/meminfo: memFree=29578756/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1837492 CPUtime=25.49 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 20682 0 0 0 2547 2 0 0 25 0 1 0 877457558 1881591808 11544 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238990 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=23221] ppid=23220 vsize=1917612 CPUtime=2335.84 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 332507 0 0 0 233458 126 0 0 25 0 1 0 877457558 1963634688 33150 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 479403 33150 337 96 0 475965 0
[pid=23222] ppid=23220 vsize=122012 CPUtime=2335.88 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 26441 0 0 0 233581 7 0 0 25 0 1 0 877457558 124940288 26034 33554432000 4194304 4785740 140735701962096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 30503 26034 340 145 0 27548 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=2335.87 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 233552 35 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=1285560 CPUtime=2335.91 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 190229 0 0 0 233468 123 0 0 25 0 1 0 877457558 1316413440 186700 33554432000 4194304 4331988 140735640531264 18446744073709551615 4291968 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 321390 186700 175 34 0 319832 0
[pid=23225] ppid=23220 vsize=348876 CPUtime=9329.62 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 1646500 1247 0 0 932732 230 0 0 18 0 5 0 877457558 357249024 59325 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 87219 59325 163 40 0 85763 0
[pid=23225/tid=23232] ppid=23220 vsize=348876 CPUtime=2335.82 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 382241 1247 0 0 233526 56 0 0 25 0 5 0 877457562 357249024 59325 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=348876 CPUtime=2335.72 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 371448 1247 0 0 233517 55 0 0 25 0 5 0 877457562 357249024 59325 33554432000 4194304 4356188 140733206654912 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=348876 CPUtime=2335.67 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 398941 1247 0 0 233516 51 0 0 25 0 5 0 877457562 357249024 59325 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=348876 CPUtime=2322.34 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 491416 1247 0 0 232169 65 0 0 25 0 5 0 877457562 357249024 59325 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18673.1
Current children cumulated vsize (KiB) 4151380

[startup+2337.51 s]
/proc/loadavg: 8.15 8.10 8.00 9/175 23311
/proc/meminfo: memFree=28495728/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1917612 CPUtime=2337.45 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 332507 0 0 0 233619 126 0 0 25 0 1 0 877457558 1963634688 33150 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 479403 33150 337 96 0 475965 0
[pid=23222] ppid=23220 vsize=122012 CPUtime=2337.49 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 26441 0 0 0 233742 7 0 0 25 0 1 0 877457558 124940288 26034 33554432000 4194304 4785740 140735701962096 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 30503 26034 340 145 0 27548 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=2337.48 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 233713 35 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=1285560 CPUtime=2337.52 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 190249 0 0 0 233629 123 0 0 25 0 1 0 877457558 1316413440 186720 33554432000 4194304 4331988 140735640531264 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 321390 186720 175 34 0 319832 0
[pid=23225] ppid=23220 vsize=351948 CPUtime=9336.03 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 1647268 1247 0 0 933373 230 0 0 18 0 5 0 877457558 360394752 60093 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 87987 60093 163 40 0 86531 0
[pid=23225/tid=23232] ppid=23220 vsize=351948 CPUtime=2337.42 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 382241 1247 0 0 233686 56 0 0 25 0 5 0 877457562 360394752 60093 33554432000 4194304 4356188 140733206654912 18446744073709551615 4234139 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=351948 CPUtime=2337.32 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 371448 1247 0 0 233677 55 0 0 25 0 5 0 877457562 360394752 60093 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=351948 CPUtime=2337.27 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 399197 1247 0 0 233676 51 0 0 25 0 5 0 877457562 360394752 60093 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=351948 CPUtime=2323.93 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 491928 1247 0 0 232328 65 0 0 25 0 5 0 877457562 360394752 60093 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18686
Current children cumulated vsize (KiB) 4154452

[startup+2338.3 s]
/proc/loadavg: 8.15 8.10 8.00 9/175 23311
/proc/meminfo: memFree=28495728/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1917612 CPUtime=2338.24 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 332507 0 0 0 233698 126 0 0 25 0 1 0 877457558 1963634688 33150 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 479403 33150 337 96 0 475965 0
[pid=23222] ppid=23220 vsize=122012 CPUtime=2338.28 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 26441 0 0 0 233821 7 0 0 25 0 1 0 877457558 124940288 26034 33554432000 4194304 4785740 140735701962096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 30503 26034 340 145 0 27548 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=2338.27 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 233792 35 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=1285560 CPUtime=2338.31 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 190260 0 0 0 233708 123 0 0 25 0 1 0 877457558 1316413440 186731 33554432000 4194304 4331988 140735640531264 18446744073709551615 4263567 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 321390 186731 175 34 0 319832 0
[pid=23225] ppid=23220 vsize=353996 CPUtime=9339.2 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 1647780 1247 0 0 933690 230 0 0 18 0 5 0 877457558 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 88499 60605 163 40 0 87043 0
[pid=23225/tid=23232] ppid=23220 vsize=353996 CPUtime=2338.21 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 382753 1247 0 0 233765 56 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=353996 CPUtime=2338.12 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 371448 1247 0 0 233757 55 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=353996 CPUtime=2338.07 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 399197 1247 0 0 233756 51 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=353996 CPUtime=2324.72 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 491928 1247 0 0 232407 65 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331082 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18692.3
Current children cumulated vsize (KiB) 4156500

[startup+2339.1 s]
/proc/loadavg: 8.15 8.10 8.00 9/175 23311
/proc/meminfo: memFree=28493124/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1917612 CPUtime=2339.04 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 332507 0 0 0 233778 126 0 0 25 0 1 0 877457558 1963634688 33150 33554432000 4194304 4587354 140734029006256 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 479403 33150 337 96 0 475965 0
[pid=23222] ppid=23220 vsize=122012 CPUtime=2339.08 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 26441 0 0 0 233901 7 0 0 25 0 1 0 877457558 124940288 26034 33554432000 4194304 4785740 140735701962096 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 30503 26034 340 145 0 27548 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=2339.07 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 233872 35 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=1285560 CPUtime=2339.11 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 190267 0 0 0 233788 123 0 0 25 0 1 0 877457558 1316413440 186738 33554432000 4194304 4331988 140735640531264 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 321390 186738 175 34 0 319832 0
[pid=23225] ppid=23220 vsize=353996 CPUtime=9342.39 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 1647780 1247 0 0 934009 230 0 0 18 0 5 0 877457558 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 88499 60605 163 40 0 87043 0
[pid=23225/tid=23232] ppid=23220 vsize=353996 CPUtime=2339.01 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 382753 1247 0 0 233845 56 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=353996 CPUtime=2338.92 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 371448 1247 0 0 233837 55 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=353996 CPUtime=2338.87 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 399197 1247 0 0 233836 51 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=353996 CPUtime=2325.52 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 491928 1247 0 0 232487 65 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18698.7
Current children cumulated vsize (KiB) 4156500

[startup+2339.5 s]
/proc/loadavg: 8.15 8.10 8.00 9/175 23311
/proc/meminfo: memFree=28493124/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 877457558 18763776 390 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 4317518146341699583 0 0 17 4 0 0 0
/proc/23220/statm: 4581 390 341 23 0 91 0
[pid=23221] ppid=23220 vsize=1917612 CPUtime=2339.44 cores=0
/proc/23221/stat : 23221 (cryptominisat) R 23220 23220 22818 0 -1 4202496 332507 0 0 0 233818 126 0 0 25 0 1 0 877457558 1963634688 33150 33554432000 4194304 4587354 140734029006256 18446744073709551615 4244017 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23221/statm: 479403 33150 337 96 0 475965 0
[pid=23222] ppid=23220 vsize=122012 CPUtime=2339.48 cores=1
/proc/23222/stat : 23222 (clasp) R 23220 23220 22818 0 -1 4202496 26441 0 0 0 233941 7 0 0 25 0 1 0 877457558 124940288 26034 33554432000 4194304 4785740 140735701962096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23222/statm: 30503 26034 340 145 0 27548 0
[pid=23223] ppid=23220 vsize=458996 CPUtime=2339.47 cores=2
/proc/23223/stat : 23223 (TNM) R 23220 23220 22818 0 -1 4202496 1661 0 0 0 233912 35 0 0 25 0 1 0 877457558 470011904 1558 33554432000 134512640 134534564 4294809888 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23223/statm: 114749 1558 95 6 0 113415 0
[pid=23224] ppid=23220 vsize=1285560 CPUtime=2339.51 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202496 190271 0 0 0 233828 123 0 0 25 0 1 0 877457558 1316413440 186742 33554432000 4194304 4331988 140735640531264 18446744073709551615 4284558 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23224/statm: 321390 186742 175 34 0 319832 0
[pid=23225] ppid=23220 vsize=353996 CPUtime=9343.99 cores=4-7
/proc/23225/stat : 23225 (plingeling) S 23220 23220 22818 0 -1 4202496 1647780 1247 0 0 934169 230 0 0 18 0 5 0 877457558 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 88499 60605 163 40 0 87043 0
[pid=23225/tid=23232] ppid=23220 vsize=353996 CPUtime=2339.41 cores=4-7
/proc/23225/task/23232/stat : 23232 (plingeling) R 23220 23220 22818 0 -1 4202560 382753 1247 0 0 233885 56 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23225/tid=23233] ppid=23220 vsize=353996 CPUtime=2339.32 cores=4-7
/proc/23225/task/23233/stat : 23233 (plingeling) R 23220 23220 22818 0 -1 4202560 371448 1247 0 0 233877 55 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=353996 CPUtime=2339.27 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4202560 399197 1247 0 0 233876 51 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23225/tid=23235] ppid=23220 vsize=353996 CPUtime=2325.92 cores=4-7
/proc/23225/task/23235/stat : 23235 (plingeling) R 23220 23220 22818 0 -1 4202560 491928 1247 0 0 232527 65 0 0 25 0 5 0 877457562 362491904 60605 33554432000 4194304 4356188 140733206654912 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18701.9
Current children cumulated vsize (KiB) 4156500

[startup+2339.6 s]
/proc/loadavg: 8.14 8.10 8.00 3/169 23311
/proc/meminfo: memFree=28983668/32951132 swapFree=67061144/67111528
[pid=23220] ppid=23218 vsize=18324 CPUtime=7018.71 cores=0-7
/proc/23220/stat : 23220 (ppfolio) S 23218 23220 22818 0 -1 4202496 524 360609 0 0 0 0 701700 171 15 0 1 0 877457558 18763776 391 33554432000 4194304 4287625 140735615383568 18446744073709551615 210647166479 0 0 4096 65536 6175977158477840644 0 0 17 4 0 0 0
/proc/23220/statm: 4581 391 342 23 0 91 0
[pid=23224] ppid=23220 vsize=0 CPUtime=2339.61 cores=3
/proc/23224/stat : 23224 (march_hi) R 23220 23220 22818 0 -1 4202500 190272 0 0 0 233837 124 0 0 25 0 1 0 877457558 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/23224/statm: 0 0 0 0 0 0 0
[pid=23225] ppid=23220 vsize=0 CPUtime=9344.37 cores=4-7
/proc/23225/stat : 23225 (plingeling) Z 23220 23220 22818 0 -1 4203548 1648036 1247 0 0 934206 231 0 0 18 0 2 0 877457558 0 0 33554432000 0 0 0 0 0 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/23225/statm: 0 0 0 0 0 0 0
[pid=23225/tid=23234] ppid=23220 vsize=0 CPUtime=2339.38 cores=4-7
/proc/23225/task/23234/stat : 23234 (plingeling) R 23220 23220 22818 0 -1 4203588 399197 1247 0 0 233885 53 0 0 25 0 2 0 877457562 0 0 33554432000 0 0 0 0 0 0 0 4096 17442 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18702.7
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 2339.63
CPU time (s): 18702.8
CPU user time (s): 18697.5
CPU system time (s): 5.32219
CPU usage (%): 799.39
Max. virtual memory (cumulated for all children) (KiB): 5465376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18697.5
system time used= 5.32219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2200705
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= 1558
involuntary context switches= 63731

runsolver used 3.87941 second user time and 8.88965 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-10 00:29:39
IDJOB=3275011
IDBENCH=71300
IDSOLVER=1638
FILE ID=node129/3275011-1307658579
RUNJOBID= node129-1307657079-22832
PBS_JOBID= 13549424
Free space on /tmp= 74164 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g6.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275011-1307658579/watcher-3275011-1307658579 -o /tmp/evaluation-result-3275011-1307658579/solver-3275011-1307658579 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275011-1307658579.cnf

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

MD5SUM BENCH= 2094ee8d4e443e860293b947e469bd81
RANDOM SEED=1632241104

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.831
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.75
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.831
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.82
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      29721928 kB
Buffers:        382424 kB
Cached:        2578036 kB
SwapCached:      13136 kB
Active:         756768 kB
Inactive:      2220940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29721928 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:           10532 kB
Writeback:           0 kB
AnonPages:       14492 kB
Mapped:           8704 kB
Slab:           186592 kB
PageTables:       3892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   154096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74156 MiB
End job on node129 at 2011-06-10 01:08:39