Trace number 3222333

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 2524.16 315.743

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S815408325-054.UNKNOWN.cnf
MD5SUM9830e1bf79d13e57ceeaa969f4476a02
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark313.313
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
2523.83/315.73	s UNSATISFIABLE
2523.83/315.74	solver [4] march_hi 2009 answered
2523.83/315.74	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-3222333-1304165470/watcher-3222333-1304165470 -o /tmp/evaluation-result-3222333-1304165470/solver-3222333-1304165470 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222333-1304165470.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.96 7.92 7.94 1/170 28232
/proc/meminfo: memFree=30105788/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) R 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0

[startup+0.0201831 s]
/proc/loadavg: 7.96 7.92 7.94 1/170 28232
/proc/meminfo: memFree=30105788/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) R 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100139 s]
/proc/loadavg: 7.96 7.92 7.94 1/170 28232
/proc/meminfo: memFree=30105788/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300102 s]
/proc/loadavg: 7.96 7.92 7.94 1/170 28232
/proc/meminfo: memFree=30105788/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701029 s]
/proc/loadavg: 7.96 7.92 7.94 1/170 28232
/proc/meminfo: memFree=30105788/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50088 s]
/proc/loadavg: 7.96 7.92 7.94 9/180 28247
/proc/meminfo: memFree=30091356/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1541232 CPUtime=1.49 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 3476 0 0 0 149 0 0 0 25 0 1 0 528147352 1578221568 2348 33554432000 4194304 4587354 140736193102800 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 385308 2348 337 96 0 381870 0
[pid=28234] ppid=28232 vsize=13640 CPUtime=1.49 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 883 0 0 0 149 0 0 0 20 0 1 0 528147352 13967360 775 33554432000 4194304 4785740 140735221658624 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 3410 775 340 145 0 455 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=1.49 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 149 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=7056 CPUtime=1.49 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 422 0 0 0 149 0 0 0 20 0 1 0 528147353 7225344 315 33554432000 4194304 4331988 140735704348624 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 1764 315 174 34 0 206 0
[pid=28237] ppid=28232 vsize=122820 CPUtime=5.93 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 3961 1250 0 0 593 0 0 0 25 0 5 0 528147353 125767680 2798 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 30705 2798 162 40 0 29249 0
[pid=28237/tid=28244] ppid=28232 vsize=122820 CPUtime=1.49 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 796 1250 0 0 149 0 0 0 19 0 5 0 528147353 125767680 2798 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=122820 CPUtime=1.49 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 820 1250 0 0 149 0 0 0 25 0 5 0 528147353 125767680 2798 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=122820 CPUtime=1.47 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 912 1250 0 0 147 0 0 0 25 0 5 0 528147353 125767680 2798 33554432000 4194304 4356188 140737254065008 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=122820 CPUtime=1.47 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 877 1250 0 0 147 0 0 0 25 0 5 0 528147353 125767680 2798 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331186 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 2159028

[startup+3.10059 s]
/proc/loadavg: 7.96 7.92 7.94 9/180 28247
/proc/meminfo: memFree=30079700/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1543876 CPUtime=3.08 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 5015 0 0 0 308 0 0 0 25 0 1 0 528147352 1580929024 3061 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 385969 3061 337 96 0 382531 0
[pid=28234] ppid=28232 vsize=14192 CPUtime=3.09 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 1003 0 0 0 309 0 0 0 25 0 1 0 528147352 14532608 895 33554432000 4194304 4785740 140735221658624 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 3548 895 340 145 0 593 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=3.09 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 309 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=7056 CPUtime=3.09 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 422 0 0 0 309 0 0 0 25 0 1 0 528147353 7225344 315 33554432000 4194304 4331988 140735704348624 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 1764 315 174 34 0 206 0
[pid=28237] ppid=28232 vsize=127308 CPUtime=12.32 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 6459 1250 0 0 1232 0 0 0 25 0 5 0 528147353 130363392 3920 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 31827 3920 162 40 0 30371 0
[pid=28237/tid=28244] ppid=28232 vsize=127308 CPUtime=3.08 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 1404 1250 0 0 308 0 0 0 25 0 5 0 528147353 130363392 3920 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=127308 CPUtime=3.08 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 1525 1250 0 0 308 0 0 0 25 0 5 0 528147353 130363392 3920 33554432000 4194304 4356188 140737254065008 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=127308 CPUtime=3.06 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 1521 1250 0 0 306 0 0 0 25 0 5 0 528147353 130363392 3920 33554432000 4194304 4356188 140737254065008 18446744073709551615 4282335 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=127308 CPUtime=3.07 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 1453 1250 0 0 307 0 0 0 25 0 5 0 528147353 130363392 3920 33554432000 4194304 4356188 140737254065008 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 2166712

[startup+6.30101 s]
/proc/loadavg: 7.97 7.92 7.94 9/180 28247
/proc/meminfo: memFree=30074500/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=974180 CPUtime=6.29 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 7179 0 0 0 628 1 0 0 25 0 1 0 528147352 997560320 3160 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 243545 3160 337 96 0 240107 0
[pid=28234] ppid=28232 vsize=14872 CPUtime=6.29 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 1180 0 0 0 629 0 0 0 25 0 1 0 528147352 15228928 1072 33554432000 4194304 4785740 140735221658624 18446744073709551615 4277713 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 3718 1072 340 145 0 763 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=6.29 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 629 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=7188 CPUtime=6.29 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 432 0 0 0 629 0 0 0 25 0 1 0 528147353 7360512 325 33554432000 4194304 4331988 140735704348624 18446744073709551615 4308807 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 1797 325 174 34 0 239 0
[pid=28237] ppid=28232 vsize=129176 CPUtime=25.1 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 9078 1250 0 0 2510 0 0 0 25 0 5 0 528147353 132276224 4363 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 32294 4363 162 40 0 30838 0
[pid=28237/tid=28244] ppid=28232 vsize=129176 CPUtime=6.28 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 2013 1250 0 0 628 0 0 0 25 0 5 0 528147353 132276224 4363 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331079 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=129176 CPUtime=6.29 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 2198 1250 0 0 629 0 0 0 25 0 5 0 528147353 132276224 4363 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=129176 CPUtime=6.25 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 2217 1250 0 0 625 0 0 0 25 0 5 0 528147353 132276224 4363 33554432000 4194304 4356188 140737254065008 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=129176 CPUtime=6.27 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 2094 1250 0 0 627 0 0 0 25 0 5 0 528147353 132276224 4363 33554432000 4194304 4356188 140737254065008 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 1599696

[startup+12.7008 s]
/proc/loadavg: 7.97 7.92 7.94 9/180 28247
/proc/meminfo: memFree=30059652/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1546952 CPUtime=12.69 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 11097 0 0 0 1268 1 0 0 25 0 1 0 528147352 1584078848 3712 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 386738 3712 337 96 0 383300 0
[pid=28234] ppid=28232 vsize=15728 CPUtime=12.69 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 1388 0 0 0 1269 0 0 0 25 0 1 0 528147352 16105472 1280 33554432000 4194304 4785740 140735221658624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 3932 1280 340 145 0 977 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=12.69 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 1269 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=7188 CPUtime=12.69 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 440 0 0 0 1269 0 0 0 25 0 1 0 528147353 7360512 333 33554432000 4194304 4331988 140735704348624 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 1797 333 174 34 0 239 0
[pid=28237] ppid=28232 vsize=140716 CPUtime=50.67 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 16784 1250 0 0 5065 2 0 0 25 0 5 0 528147353 144093184 7269 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 35179 7269 162 40 0 33723 0
[pid=28237/tid=28244] ppid=28232 vsize=140716 CPUtime=12.68 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 3870 1250 0 0 1268 0 0 0 25 0 5 0 528147353 144093184 7269 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=140716 CPUtime=12.68 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 4248 1250 0 0 1268 0 0 0 25 0 5 0 528147353 144093184 7269 33554432000 4194304 4356188 140737254065008 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=140716 CPUtime=12.61 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 4147 1250 0 0 1261 0 0 0 25 0 5 0 528147353 144093184 7269 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=140716 CPUtime=12.67 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 3963 1250 0 0 1267 0 0 0 25 0 5 0 528147353 144093184 7269 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 2184864

[startup+25.5005 s]
/proc/loadavg: 7.97 7.92 7.94 9/180 28247
/proc/meminfo: memFree=30055432/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 7 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1555632 CPUtime=25.49 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 17195 0 0 0 2547 2 0 0 25 0 1 0 528147352 1592967168 4543 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=28237/tid=28244] ppid=28232 vsize=221260 CPUtime=307.09 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 35776 1250 0 0 30704 5 0 0 25 0 5 0 528147353 226570240 27421 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=221260 CPUtime=307.09 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 35416 1250 0 0 30704 5 0 0 25 0 5 0 528147353 226570240 27421 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=221260 CPUtime=305.4 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 35333 1250 0 0 30536 4 0 0 25 0 5 0 528147353 226570240 27421 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=221260 CPUtime=307.05 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 35103 1250 0 0 30700 5 0 0 25 0 5 0 528147353 226570240 27421 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331122 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2455.05
Current children cumulated vsize (KiB) 2304824

[startup+310.3 s]
/proc/loadavg: 8.04 8.00 7.97 9/180 28255
/proc/meminfo: memFree=29933084/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 3 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1574560 CPUtime=310.29 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 84001 0 0 0 31006 23 0 0 25 0 1 0 528147352 1612349440 12451 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 393640 12451 337 96 0 390202 0
[pid=28234] ppid=28232 vsize=24124 CPUtime=310.3 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 3308 0 0 0 31030 0 0 0 25 0 1 0 528147352 24702976 3200 33554432000 4194304 4785740 140735221658624 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 6031 3200 341 145 0 3076 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=310.29 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 31029 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=10600 CPUtime=310.29 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 1169 0 0 0 31029 0 0 0 25 0 1 0 528147353 10854400 1060 33554432000 4194304 4331988 140735704348624 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 2650 1060 175 34 0 1092 0
[pid=28237] ppid=28232 vsize=224460 CPUtime=1239.44 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 143976 1250 0 0 123923 21 0 0 25 0 5 0 528147353 229847040 28221 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 56115 28221 162 40 0 54659 0
[pid=28237/tid=28244] ppid=28232 vsize=224460 CPUtime=310.29 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 35776 1250 0 0 31024 5 0 0 25 0 5 0 528147353 229847040 28221 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=224460 CPUtime=310.29 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 35544 1250 0 0 31024 5 0 0 25 0 5 0 528147353 229847040 28221 33554432000 4194304 4356188 140737254065008 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=224460 CPUtime=308.58 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 36357 1250 0 0 30854 4 0 0 25 0 5 0 528147353 229847040 28221 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=224460 CPUtime=310.24 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 35743 1250 0 0 31019 5 0 0 25 0 5 0 528147353 229847040 28221 33554432000 4194304 4356188 140737254065008 18446744073709551615 4334467 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2480.61
Current children cumulated vsize (KiB) 2308024

[startup+313.507 s]
/proc/loadavg: 8.04 8.00 7.97 9/180 28255
/proc/meminfo: memFree=29943128/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 3 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1574560 CPUtime=313.5 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 84001 0 0 0 31327 23 0 0 25 0 1 0 528147352 1612349440 12451 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 393640 12451 337 96 0 390202 0
[pid=28234] ppid=28232 vsize=24124 CPUtime=313.5 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 3312 0 0 0 31350 0 0 0 25 0 1 0 528147352 24702976 3204 33554432000 4194304 4785740 140735221658624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 6031 3204 341 145 0 3076 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=313.5 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 31350 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=10600 CPUtime=313.5 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 1190 0 0 0 31350 0 0 0 25 0 1 0 528147353 10854400 1081 33554432000 4194304 4331988 140735704348624 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 2650 1081 175 34 0 1092 0
[pid=28237] ppid=28232 vsize=212556 CPUtime=1252.25 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 143976 1250 0 0 125204 21 0 0 25 0 5 0 528147353 217657344 25245 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 53139 25245 162 40 0 51683 0
[pid=28237/tid=28244] ppid=28232 vsize=212556 CPUtime=313.5 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 35776 1250 0 0 31345 5 0 0 25 0 5 0 528147353 217657344 25245 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=212556 CPUtime=313.49 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 35544 1250 0 0 31344 5 0 0 25 0 5 0 528147353 217657344 25245 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=212556 CPUtime=311.77 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 36357 1250 0 0 31173 4 0 0 25 0 5 0 528147353 217657344 25245 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=212556 CPUtime=313.45 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 35743 1250 0 0 31340 5 0 0 25 0 5 0 528147353 217657344 25245 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2506.25
Current children cumulated vsize (KiB) 2296120

[startup+315.101 s]
/proc/loadavg: 8.04 8.00 7.97 9/180 28255
/proc/meminfo: memFree=29943128/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 3 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1588076 CPUtime=315.09 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 84886 0 0 0 31486 23 0 0 25 0 1 0 528147352 1626189824 13335 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 397019 13335 337 96 0 393581 0
[pid=28234] ppid=28232 vsize=24292 CPUtime=315.1 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 3329 0 0 0 31510 0 0 0 25 0 1 0 528147352 24875008 3221 33554432000 4194304 4785740 140735221658624 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 6073 3221 341 145 0 3118 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=315.1 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 31510 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=10600 CPUtime=315.09 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 1203 0 0 0 31509 0 0 0 25 0 1 0 528147353 10854400 1094 33554432000 4194304 4331988 140735704348624 18446744073709551615 4315925 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 2650 1094 175 34 0 1092 0
[pid=28237] ppid=28232 vsize=213068 CPUtime=1258.62 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 144104 1250 0 0 125841 21 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 53267 25373 162 40 0 51811 0
[pid=28237/tid=28244] ppid=28232 vsize=213068 CPUtime=315.09 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 35904 1250 0 0 31504 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=213068 CPUtime=315.09 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 35544 1250 0 0 31504 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=213068 CPUtime=313.36 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 36357 1250 0 0 31332 4 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=213068 CPUtime=315.04 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 35743 1250 0 0 31499 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2519
Current children cumulated vsize (KiB) 2310316

[startup+315.501 s]
/proc/loadavg: 8.04 8.00 7.97 9/180 28255
/proc/meminfo: memFree=29943128/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 3 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1588076 CPUtime=315.49 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 84962 0 0 0 31526 23 0 0 25 0 1 0 528147352 1626189824 13407 33554432000 4194304 4587354 140736193102800 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 397019 13407 337 96 0 393581 0
[pid=28234] ppid=28232 vsize=24292 CPUtime=315.5 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 3331 0 0 0 31550 0 0 0 25 0 1 0 528147352 24875008 3223 33554432000 4194304 4785740 140735221658624 18446744073709551615 4550931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 6073 3223 341 145 0 3118 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=315.5 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 31550 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=10600 CPUtime=315.49 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 1207 0 0 0 31549 0 0 0 25 0 1 0 528147353 10854400 1098 33554432000 4194304 4331988 140735704348624 18446744073709551615 4239896 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 2650 1098 175 34 0 1092 0
[pid=28237] ppid=28232 vsize=213068 CPUtime=1260.22 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 144104 1250 0 0 126001 21 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 53267 25373 162 40 0 51811 0
[pid=28237/tid=28244] ppid=28232 vsize=213068 CPUtime=315.49 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 35904 1250 0 0 31544 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=213068 CPUtime=315.49 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 35544 1250 0 0 31544 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=213068 CPUtime=313.76 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 36357 1250 0 0 31372 4 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=213068 CPUtime=315.44 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 35743 1250 0 0 31539 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2522.2
Current children cumulated vsize (KiB) 2310316

[startup+315.706 s]
/proc/loadavg: 8.04 8.00 7.97 9/180 28255
/proc/meminfo: memFree=29939656/32951124 swapFree=67111364/67111528
[pid=28232] ppid=28230 vsize=18324 CPUtime=0 cores=0-7
/proc/28232/stat : 28232 (ppfolio) S 28230 28232 27667 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528147352 18763776 389 33554432000 4194304 4287625 140734156979168 18446744073709551615 253640879631 0 0 4096 65536 4378853715302416383 0 0 17 3 0 0 0
/proc/28232/statm: 4581 389 341 23 0 91 0
[pid=28233] ppid=28232 vsize=1588076 CPUtime=315.7 cores=0
/proc/28233/stat : 28233 (cryptominisat) R 28232 28232 27667 0 -1 4202496 85000 0 0 0 31547 23 0 0 25 0 1 0 528147352 1626189824 13442 33554432000 4194304 4587354 140736193102800 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28233/statm: 397019 13442 337 96 0 393581 0
[pid=28234] ppid=28232 vsize=24292 CPUtime=315.7 cores=1
/proc/28234/stat : 28234 (clasp) R 28232 28232 27667 0 -1 4202496 3331 0 0 0 31570 0 0 0 25 0 1 0 528147352 24875008 3223 33554432000 4194304 4785740 140735221658624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28234/statm: 6073 3223 341 145 0 3118 0
[pid=28235] ppid=28232 vsize=455956 CPUtime=315.7 cores=2
/proc/28235/stat : 28235 (TNM) R 28232 28232 27667 0 -1 4202496 339 0 0 0 31570 0 0 0 25 0 1 0 528147352 466898944 236 33554432000 134512640 134534564 4293553920 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/28235/statm: 113989 236 95 6 0 112655 0
[pid=28236] ppid=28232 vsize=10600 CPUtime=315.7 cores=3
/proc/28236/stat : 28236 (march_hi) R 28232 28232 27667 0 -1 4202496 1209 0 0 0 31570 0 0 0 25 0 1 0 528147353 10854400 1100 33554432000 4194304 4331988 140735704348624 18446744073709551615 4316436 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28236/statm: 2650 1100 175 34 0 1092 0
[pid=28237] ppid=28232 vsize=213068 CPUtime=1261.03 cores=4-7
/proc/28237/stat : 28237 (plingeling) S 28232 28232 27667 0 -1 4202496 144104 1250 0 0 126082 21 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/28237/statm: 53267 25373 162 40 0 51811 0
[pid=28237/tid=28244] ppid=28232 vsize=213068 CPUtime=315.7 cores=4-7
/proc/28237/task/28244/stat : 28244 (plingeling) R 28232 28232 27667 0 -1 4202560 35904 1250 0 0 31565 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28237/tid=28245] ppid=28232 vsize=213068 CPUtime=315.69 cores=4-7
/proc/28237/task/28245/stat : 28245 (plingeling) R 28232 28232 27667 0 -1 4202560 35544 1250 0 0 31564 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28237/tid=28246] ppid=28232 vsize=213068 CPUtime=313.96 cores=4-7
/proc/28237/task/28246/stat : 28246 (plingeling) R 28232 28232 27667 0 -1 4202560 36357 1250 0 0 31392 4 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=28237/tid=28247] ppid=28232 vsize=213068 CPUtime=315.65 cores=4-7
/proc/28237/task/28247/stat : 28247 (plingeling) R 28232 28232 27667 0 -1 4202560 35743 1250 0 0 31560 5 0 0 25 0 5 0 528147353 218181632 25373 33554432000 4194304 4356188 140737254065008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2523.83
Current children cumulated vsize (KiB) 2310316

Child status: 0
Real time (s): 315.743
CPU time (s): 2524.16
CPU user time (s): 2523.66
CPU system time (s): 0.491925
CPU usage (%): 799.434
Max. virtual memory (cumulated for all children) (KiB): 12133572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2523.66
system time used= 0.491925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235776
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= 1264
involuntary context switches= 12184

runsolver used 0.526919 second user time and 1.19782 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 14:11:10
IDJOB=3222333
IDBENCH=83072
IDSOLVER=1638
FILE ID=node106/3222333-1304165470
RUNJOBID= node106-1304165262-27681
PBS_JOBID= 13170947
Free space on /tmp= 72888 MiB

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

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

MD5SUM BENCH= 9830e1bf79d13e57ceeaa969f4476a02
RANDOM SEED=1286542639

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30106068 kB
Buffers:        284256 kB
Cached:        2279124 kB
SwapCached:         88 kB
Active:         898804 kB
Inactive:      1728132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30106068 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10216 kB
Writeback:           0 kB
AnonPages:       62752 kB
Mapped:          14756 kB
Slab:           149440 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187932 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= 72880 MiB
End job on node106 at 2011-04-30 14:16:25