Trace number 3310397

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 376.956 47.167

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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
376.39/47.16	s UNSATISFIABLE
376.39/47.16	solver [1] cryptominisat 2.7.1 answered
376.39/47.16	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-3310397-1304019096/watcher-3310397-1304019096 -o /tmp/evaluation-result-3310397-1304019096/solver-3310397-1304019096 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310397-1304019096.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: 2.12 0.50 0.87 2/170 27390
/proc/meminfo: memFree=15184456/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 6 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0

[startup+0.0163649 s]
/proc/loadavg: 2.12 0.50 0.87 2/170 27390
/proc/meminfo: memFree=15184456/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 6 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100351 s]
/proc/loadavg: 2.12 0.50 0.87 2/170 27390
/proc/meminfo: memFree=15184456/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) R 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300314 s]
/proc/loadavg: 2.12 0.50 0.87 2/170 27390
/proc/meminfo: memFree=15184456/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700245 s]
/proc/loadavg: 2.12 0.50 0.87 2/170 27390
/proc/meminfo: memFree=15184456/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5011 s]
/proc/loadavg: 2.12 0.50 0.87 9/180 27405
/proc/meminfo: memFree=15153120/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=202776 CPUtime=1.48 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 2897 0 0 0 148 0 0 0 25 0 1 0 513509220 207642624 1889 33554432000 4194304 4587354 140736067717136 18446744073709551615 4236491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 50694 1889 330 96 0 47256 0
[pid=27392] ppid=27390 vsize=17560 CPUtime=1.49 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 1991 0 0 0 149 0 0 0 25 0 1 0 513509220 17981440 1734 33554432000 4194304 4785740 140737175191088 18446744073709551615 4277491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 4390 1734 341 145 0 1435 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=1.49 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 149 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=18700 CPUtime=1.49 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 2606 0 0 0 149 0 0 0 25 0 1 0 513509220 19148800 1847 33554432000 4194304 4331988 140734554589520 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 4675 1847 176 34 0 3117 0
[pid=27395] ppid=27390 vsize=127952 CPUtime=5.88 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 5359 1250 0 0 587 1 0 0 25 0 5 0 513509220 131022848 4082 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 31988 4082 164 40 0 30532 0
[pid=27395/tid=27402] ppid=27390 vsize=127952 CPUtime=1.46 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 1182 1250 0 0 146 0 0 0 25 0 5 0 513509222 131022848 4082 33554432000 4194304 4356188 140735769836928 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=127952 CPUtime=1.46 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 1329 1250 0 0 146 0 0 0 25 0 5 0 513509222 131022848 4082 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=127952 CPUtime=1.45 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 1034 1250 0 0 145 0 0 0 25 0 5 0 513509222 131022848 4082 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=127952 CPUtime=1.46 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 646 1250 0 0 146 0 0 0 25 0 5 0 513509222 131022848 4082 33554432000 4194304 4356188 140735769836928 18446744073709551615 4280060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 842196

[startup+3.10082 s]
/proc/loadavg: 2.12 0.50 0.87 9/180 27405
/proc/meminfo: memFree=15145804/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=209364 CPUtime=3.09 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 4375 0 0 0 308 1 0 0 25 0 1 0 513509220 214388736 2129 33554432000 4194304 4587354 140736067717136 18446744073709551615 4238276 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 52341 2129 336 96 0 48903 0
[pid=27392] ppid=27390 vsize=18620 CPUtime=3.09 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 2262 0 0 0 309 0 0 0 25 0 1 0 513509220 19066880 2005 33554432000 4194304 4785740 140737175191088 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 4655 2005 341 145 0 1700 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=3.09 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 309 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134529667 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=18988 CPUtime=3.09 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 2676 0 0 0 309 0 0 0 25 0 1 0 513509220 19443712 1916 33554432000 4194304 4331988 140734554589520 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 4747 1916 175 34 0 3189 0
[pid=27395] ppid=27390 vsize=128392 CPUtime=12.27 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 6227 1250 0 0 1226 1 0 0 25 0 5 0 513509220 131473408 4214 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 32098 4214 164 40 0 30642 0
[pid=27395/tid=27402] ppid=27390 vsize=128392 CPUtime=3.06 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 1365 1250 0 0 306 0 0 0 25 0 5 0 513509222 131473408 4214 33554432000 4194304 4356188 140735769836928 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=128392 CPUtime=3.06 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 1585 1250 0 0 306 0 0 0 25 0 5 0 513509222 131473408 4214 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=128392 CPUtime=3.05 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 1076 1250 0 0 305 0 0 0 25 0 5 0 513509222 131473408 4214 33554432000 4194304 4356188 140735769836928 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=128392 CPUtime=3.05 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 1033 1250 0 0 305 0 0 0 25 0 5 0 513509222 131473408 4214 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331642 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 850572

[startup+6.30126 s]
/proc/loadavg: 2.59 0.62 0.91 9/180 27405
/proc/meminfo: memFree=15136380/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=213468 CPUtime=6.29 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 6987 0 0 0 628 1 0 0 25 0 1 0 513509220 218591232 3308 33554432000 4194304 4587354 140736067717136 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 53367 3308 336 96 0 49929 0
[pid=27392] ppid=27390 vsize=19676 CPUtime=6.29 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 2528 0 0 0 629 0 0 0 25 0 1 0 513509220 20148224 2271 33554432000 4194304 4785740 140737175191088 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 4919 2271 341 145 0 1964 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=6.29 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 629 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=19644 CPUtime=6.29 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 2768 0 0 0 629 0 0 0 25 0 1 0 513509220 20115456 2008 33554432000 4194304 4331988 140734554589520 18446744073709551615 4226485 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 4911 2008 175 34 0 3353 0
[pid=27395] ppid=27390 vsize=130544 CPUtime=25.05 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 8119 1250 0 0 2504 1 0 0 25 0 5 0 513509220 133677056 4730 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 32636 4730 164 40 0 31180 0
[pid=27395/tid=27402] ppid=27390 vsize=130544 CPUtime=6.26 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 1781 1250 0 0 626 0 0 0 25 0 5 0 513509222 133677056 4730 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=130544 CPUtime=6.26 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 2484 1250 0 0 626 0 0 0 25 0 5 0 513509222 133677056 4730 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=130544 CPUtime=6.23 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 1268 1250 0 0 623 0 0 0 25 0 5 0 513509222 133677056 4730 33554432000 4194304 4356188 140735769836928 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=130544 CPUtime=6.26 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 1418 1250 0 0 626 0 0 0 25 0 5 0 513509222 133677056 4730 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 858540

[startup+12.7011 s]
/proc/loadavg: 3.02 0.74 0.95 9/180 27405
/proc/meminfo: memFree=15125492/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=216408 CPUtime=12.69 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 11846 0 0 0 1266 3 0 0 25 0 1 0 513509220 221601792 5675 33554432000 4194304 4587354 140736067717136 18446744073709551615 4237708 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 54102 5675 336 96 0 50664 0
[pid=27392] ppid=27390 vsize=21028 CPUtime=12.69 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 2857 0 0 0 1269 0 0 0 25 0 1 0 513509220 21532672 2600 33554432000 4194304 4785740 140737175191088 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 5257 2600 341 145 0 2302 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=12.69 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 1269 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134528415 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=20400 CPUtime=12.69 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 2917 0 0 0 1269 0 0 0 25 0 1 0 513509220 20889600 2157 33554432000 4194304 4331988 140734554589520 18446744073709551615 4228296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 5100 2157 175 34 0 3542 0
[pid=27395] ppid=27390 vsize=134900 CPUtime=50.62 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 10712 1250 0 0 5060 2 0 0 25 0 5 0 513509220 138137600 5819 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 33725 5819 164 40 0 32269 0
[pid=27395/tid=27402] ppid=27390 vsize=134900 CPUtime=12.66 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 2389 1250 0 0 1266 0 0 0 25 0 5 0 513509222 138137600 5819 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=134900 CPUtime=12.66 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 2932 1250 0 0 1266 0 0 0 25 0 5 0 513509222 138137600 5819 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=134900 CPUtime=12.59 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 2132 1250 0 0 1259 0 0 0 25 0 5 0 513509222 138137600 5819 33554432000 4194304 4356188 140735769836928 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=134900 CPUtime=12.65 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 2091 1250 0 0 1265 0 0 0 25 0 5 0 513509222 138137600 5819 33554432000 4194304 4356188 140735769836928 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 867944

[startup+25.5009 s]
/proc/loadavg: 4.13 1.10 1.06 9/180 27405
/proc/meminfo: memFree=15113376/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=218400 CPUtime=25.48 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 17989 0 0 0 2545 3 0 0 25 0 1 0 513509220 223641600 6603 33554432000 4194304 4587354 140736067717136 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27395/tid=27402] ppid=27390 vsize=144692 CPUtime=38.26 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 4250 1250 0 0 3826 0 0 0 25 0 5 0 513509222 148164608 8267 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=144692 CPUtime=38.26 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 6840 1250 0 0 3825 1 0 0 25 0 5 0 513509222 148164608 8267 33554432000 4194304 4356188 140735769836928 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=144692 CPUtime=38.06 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 5850 1250 0 0 3805 1 0 0 25 0 5 0 513509222 148164608 8267 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=144692 CPUtime=38.25 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 4236 1250 0 0 3824 1 0 0 25 0 5 0 513509222 148164608 8267 33554432000 4194304 4356188 140735769836928 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 306.03
Current children cumulated vsize (KiB) 717832

[startup+41.5011 s]
/proc/loadavg: 4.98 1.43 1.17 9/180 27405
/proc/meminfo: memFree=15098704/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=230364 CPUtime=41.49 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 23819 0 0 0 4145 4 0 0 25 0 1 0 513509220 235892736 7000 33554432000 4194304 4587354 140736067717136 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 57591 7000 336 96 0 54153 0
[pid=27392] ppid=27390 vsize=24952 CPUtime=41.49 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 3796 0 0 0 4149 0 0 0 25 0 1 0 513509220 25550848 3539 33554432000 4194304 4785740 140737175191088 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 6238 3539 341 145 0 3283 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=41.49 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 4149 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134528266 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=25344 CPUtime=41.49 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 3646 0 0 0 4148 1 0 0 25 0 1 0 513509220 25952256 2886 33554432000 4194304 4331988 140734554589520 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 6336 2886 175 34 0 4778 0
[pid=27395] ppid=27390 vsize=147892 CPUtime=165.66 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 23880 1250 0 0 16561 5 0 0 25 0 5 0 513509220 151441408 9067 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 36973 9067 164 40 0 35517 0
[pid=27395/tid=27402] ppid=27390 vsize=147892 CPUtime=41.46 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 4442 1250 0 0 4146 0 0 0 25 0 5 0 513509222 151441408 9067 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=147892 CPUtime=41.46 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 7672 1250 0 0 4145 1 0 0 25 0 5 0 513509222 151441408 9067 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=147892 CPUtime=41.24 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 6106 1250 0 0 4123 1 0 0 25 0 5 0 513509222 151441408 9067 33554432000 4194304 4356188 140735769836928 18446744073709551615 4210992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=147892 CPUtime=41.45 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 4492 1250 0 0 4144 1 0 0 25 0 5 0 513509222 151441408 9067 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 331.62
Current children cumulated vsize (KiB) 903760

[startup+44.7005 s]
/proc/loadavg: 5.22 1.54 1.21 9/180 27406
/proc/meminfo: memFree=15099948/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=237204 CPUtime=44.69 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 24751 0 0 0 4465 4 0 0 25 0 1 0 513509220 242896896 7015 33554432000 4194304 4587354 140736067717136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 59301 7015 336 96 0 55863 0
[pid=27392] ppid=27390 vsize=25084 CPUtime=44.69 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 3859 0 0 0 4469 0 0 0 25 0 1 0 513509220 25686016 3602 33554432000 4194304 4785740 140737175191088 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 6271 3602 341 145 0 3316 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=44.69 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 4469 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=25476 CPUtime=44.69 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 3704 0 0 0 4468 1 0 0 25 0 1 0 513509220 26087424 2944 33554432000 4194304 4331988 140734554589520 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 6369 2944 175 34 0 4811 0
[pid=27395] ppid=27390 vsize=143796 CPUtime=178.44 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 24808 1250 0 0 17839 5 0 0 25 0 5 0 513509220 147247104 8043 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 35949 8043 164 40 0 34493 0
[pid=27395/tid=27402] ppid=27390 vsize=143796 CPUtime=44.66 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 5050 1250 0 0 4465 1 0 0 25 0 5 0 513509222 147247104 8043 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=143796 CPUtime=44.66 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 7736 1250 0 0 4465 1 0 0 25 0 5 0 513509222 147247104 8043 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=143796 CPUtime=44.42 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 6234 1250 0 0 4441 1 0 0 25 0 5 0 513509222 147247104 8043 33554432000 4194304 4356188 140735769836928 18446744073709551615 4284244 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=143796 CPUtime=44.65 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 4620 1250 0 0 4464 1 0 0 25 0 5 0 513509222 147247104 8043 33554432000 4194304 4356188 140735769836928 18446744073709551615 4234058 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 357.2
Current children cumulated vsize (KiB) 906768

[startup+46.3012 s]
/proc/loadavg: 5.22 1.54 1.21 9/180 27406
/proc/meminfo: memFree=15100940/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=237204 CPUtime=46.29 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 25013 0 0 0 4625 4 0 0 25 0 1 0 513509220 242896896 7265 33554432000 4194304 4587354 140736067717136 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 59301 7265 336 96 0 55863 0
[pid=27392] ppid=27390 vsize=25084 CPUtime=46.29 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 3859 0 0 0 4629 0 0 0 25 0 1 0 513509220 25686016 3602 33554432000 4194304 4785740 140737175191088 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 6271 3602 341 145 0 3316 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=46.29 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 4629 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134529138 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=25476 CPUtime=46.29 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 3731 0 0 0 4628 1 0 0 25 0 1 0 513509220 26087424 2971 33554432000 4194304 4331988 140734554589520 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 6369 2971 175 34 0 4811 0
[pid=27395] ppid=27390 vsize=145204 CPUtime=184.83 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 25160 1250 0 0 18478 5 0 0 25 0 5 0 513509220 148688896 8395 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 36301 8395 164 40 0 34845 0
[pid=27395/tid=27402] ppid=27390 vsize=145204 CPUtime=46.26 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 5210 1250 0 0 4625 1 0 0 25 0 5 0 513509222 148688896 8395 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=145204 CPUtime=46.26 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 7800 1250 0 0 4625 1 0 0 25 0 5 0 513509222 148688896 8395 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=145204 CPUtime=46.01 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 6362 1250 0 0 4600 1 0 0 25 0 5 0 513509222 148688896 8395 33554432000 4194304 4356188 140735769836928 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=145204 CPUtime=46.25 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 4620 1250 0 0 4624 1 0 0 25 0 5 0 513509222 148688896 8395 33554432000 4194304 4356188 140735769836928 18446744073709551615 4280645 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 369.99
Current children cumulated vsize (KiB) 908176

[startup+46.7011 s]
/proc/loadavg: 5.22 1.54 1.21 9/180 27406
/proc/meminfo: memFree=15100940/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=237204 CPUtime=46.69 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 25063 0 0 0 4665 4 0 0 25 0 1 0 513509220 242896896 7311 33554432000 4194304 4587354 140736067717136 18446744073709551615 4231426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 59301 7311 336 96 0 55863 0
[pid=27392] ppid=27390 vsize=25084 CPUtime=46.69 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 3859 0 0 0 4669 0 0 0 25 0 1 0 513509220 25686016 3602 33554432000 4194304 4785740 140737175191088 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 6271 3602 341 145 0 3316 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=46.69 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 4669 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=25476 CPUtime=46.69 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 3736 0 0 0 4668 1 0 0 25 0 1 0 513509220 26087424 2976 33554432000 4194304 4331988 140734554589520 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 6369 2976 175 34 0 4811 0
[pid=27395] ppid=27390 vsize=149300 CPUtime=186.43 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 26184 1250 0 0 18638 5 0 0 25 0 5 0 513509220 152883200 9419 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 37325 9419 164 40 0 35869 0
[pid=27395/tid=27402] ppid=27390 vsize=149300 CPUtime=46.66 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 5914 1250 0 0 4665 1 0 0 25 0 5 0 513509222 152883200 9419 33554432000 4194304 4356188 140735769836928 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=149300 CPUtime=46.66 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 7928 1250 0 0 4665 1 0 0 25 0 5 0 513509222 152883200 9419 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331026 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=149300 CPUtime=46.41 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 6554 1250 0 0 4640 1 0 0 25 0 5 0 513509222 152883200 9419 33554432000 4194304 4356188 140735769836928 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=149300 CPUtime=46.65 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 4620 1250 0 0 4664 1 0 0 25 0 5 0 513509222 152883200 9419 33554432000 4194304 4356188 140735769836928 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 373.19
Current children cumulated vsize (KiB) 912272

[startup+47.1011 s]
/proc/loadavg: 5.22 1.54 1.21 9/180 27406
/proc/meminfo: memFree=15100940/32950928 swapFree=67111528/67111528
[pid=27390] ppid=27388 vsize=18324 CPUtime=0 cores=0-7
/proc/27390/stat : 27390 (ppfolio) S 27388 27390 27241 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 513509219 18763776 390 33554432000 4194304 4287625 140734004544672 18446744073709551615 274473987599 0 0 4096 65536 4594393453596508159 0 0 17 4 0 0 0
/proc/27390/statm: 4581 390 341 23 0 91 0
[pid=27391] ppid=27390 vsize=237204 CPUtime=47.09 cores=0
/proc/27391/stat : 27391 (cryptominisat) R 27390 27390 27241 0 -1 4202496 25102 0 0 0 4705 4 0 0 25 0 1 0 513509220 242896896 7347 33554432000 4194304 4587354 140736067717136 18446744073709551615 4443209 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27391/statm: 59301 7347 336 96 0 55863 0
[pid=27392] ppid=27390 vsize=25084 CPUtime=47.09 cores=1
/proc/27392/stat : 27392 (clasp) R 27390 27390 27241 0 -1 4202496 3859 0 0 0 4709 0 0 0 25 0 1 0 513509220 25686016 3602 33554432000 4194304 4785740 140737175191088 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27392/statm: 6271 3602 341 145 0 3316 0
[pid=27393] ppid=27390 vsize=456884 CPUtime=47.09 cores=2
/proc/27393/stat : 27393 (TNM) R 27390 27390 27241 0 -1 4202496 845 0 0 0 4709 0 0 0 25 0 1 0 513509220 467849216 741 33554432000 134512640 134534564 4292097792 18446744073709551615 12101904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27393/statm: 114221 741 95 6 0 112887 0
[pid=27394] ppid=27390 vsize=25476 CPUtime=47.09 cores=3
/proc/27394/stat : 27394 (march_hi) R 27390 27390 27241 0 -1 4202496 3742 0 0 0 4708 1 0 0 25 0 1 0 513509220 26087424 2982 33554432000 4194304 4331988 140734554589520 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27394/statm: 6369 2982 175 34 0 4811 0
[pid=27395] ppid=27390 vsize=149684 CPUtime=188.03 cores=4-7
/proc/27395/stat : 27395 (plingeling) S 27390 27390 27241 0 -1 4202496 26280 1250 0 0 18798 5 0 0 25 0 5 0 513509220 153276416 9515 33554432000 4194304 4356188 140735769836928 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27395/statm: 37421 9515 164 40 0 35965 0
[pid=27395/tid=27402] ppid=27390 vsize=149684 CPUtime=47.06 cores=4-7
/proc/27395/task/27402/stat : 27402 (plingeling) R 27390 27390 27241 0 -1 4202560 5914 1250 0 0 4705 1 0 0 25 0 5 0 513509222 153276416 9515 33554432000 4194304 4356188 140735769836928 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27395/tid=27403] ppid=27390 vsize=149684 CPUtime=47.06 cores=4-7
/proc/27395/task/27403/stat : 27403 (plingeling) R 27390 27390 27241 0 -1 4202560 7992 1250 0 0 4705 1 0 0 25 0 5 0 513509222 153276416 9515 33554432000 4194304 4356188 140735769836928 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27395/tid=27404] ppid=27390 vsize=149684 CPUtime=46.81 cores=4-7
/proc/27395/task/27404/stat : 27404 (plingeling) R 27390 27390 27241 0 -1 4202560 6554 1250 0 0 4680 1 0 0 25 0 5 0 513509222 153276416 9515 33554432000 4194304 4356188 140735769836928 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27395/tid=27405] ppid=27390 vsize=149684 CPUtime=47.05 cores=4-7
/proc/27395/task/27405/stat : 27405 (plingeling) R 27390 27390 27241 0 -1 4202560 4652 1250 0 0 4704 1 0 0 25 0 5 0 513509222 153276416 9515 33554432000 4194304 4356188 140735769836928 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 376.39
Current children cumulated vsize (KiB) 912656

Child status: 0
Real time (s): 47.167
CPU time (s): 376.956
CPU user time (s): 376.818
CPU system time (s): 0.137979
CPU usage (%): 799.194
Max. virtual memory (cumulated for all children) (KiB): 1038868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 376.818
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61643
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= 503
involuntary context switches= 1951

runsolver used 0.076988 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 21:31:36
IDJOB=3310397
IDBENCH=88045
IDSOLVER=1638
FILE ID=node125/3310397-1304019096
RUNJOBID= node125-1304019070-27255
PBS_JOBID= 13170287
Free space on /tmp= 72764 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310397-1304019096/watcher-3310397-1304019096 -o /tmp/evaluation-result-3310397-1304019096/solver-3310397-1304019096 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310397-1304019096.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1891825525

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15184612 kB
Buffers:       2214220 kB
Cached:       14952272 kB
SwapCached:          0 kB
Active:        8766444 kB
Inactive:      8463484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15184612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10404 kB
Writeback:           0 kB
AnonPages:       63280 kB
Mapped:          14296 kB
Slab:           468820 kB
PageTables:       3672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184580 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= 72752 MiB
End job on node125 at 2011-04-28 21:32:23