Trace number 3288432

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 1466.02 367.016

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
1465.57/366.98	s UNSATISFIABLE
1465.99/367.01	solver [1] cryptominisat 2.7.1 answered
1465.99/367.01	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-3288432-1304035566/watcher-3288432-1304035566 -o /tmp/evaluation-result-3288432-1304035566/solver-3288432-1304035566 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3288432-1304035566.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.08 10.05 9.80 7/182 17840
/proc/meminfo: memFree=12039000/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0

[startup+0.125682 s]
/proc/loadavg: 10.08 10.05 9.80 7/182 17840
/proc/meminfo: memFree=12039000/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200668 s]
/proc/loadavg: 10.08 10.05 9.80 7/182 17840
/proc/meminfo: memFree=12039000/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300651 s]
/proc/loadavg: 10.08 10.05 9.80 7/182 17840
/proc/meminfo: memFree=12039000/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700574 s]
/proc/loadavg: 10.08 10.05 9.80 7/182 17840
/proc/meminfo: memFree=12039000/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50043 s]
/proc/loadavg: 10.15 10.06 9.81 12/188 17846
/proc/meminfo: memFree=11809428/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=168264 CPUtime=1.49 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 32192 0 0 0 144 5 0 0 20 0 1 0 593787294 172302336 31419 33554432000 4194304 4587354 140735147711632 18446744073709551615 4421100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 42066 31419 312 96 0 38628 0
[pid=17842] ppid=17840 vsize=83572 CPUtime=1.48 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 21675 0 0 0 145 3 0 0 20 0 1 0 593787294 85577728 17108 33554432000 4194304 4785740 140733896529632 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 20893 17108 314 145 0 17938 0
[pid=17843] ppid=17840 vsize=504664 CPUtime=0.76 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 16350 0 0 0 75 1 0 0 25 0 1 0 593787294 516775936 16246 33554432000 134512640 134534564 4292816320 18446744073709551615 134520149 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 126166 16246 91 6 0 124832 0
[pid=17844] ppid=17840 vsize=54040 CPUtime=1.49 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 16686 0 0 0 147 2 0 0 25 0 1 0 593787294 55336960 12662 33554432000 4194304 4352236 140735730757536 18446744073709551615 4319056 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 13510 12662 118 39 0 12590 0
[pid=17845] ppid=17840 vsize=78628 CPUtime=0.7 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4194304 14507 0 0 0 68 2 0 0 25 0 1 0 593787294 80515072 10647 33554432000 4194304 4331988 140736760490480 18446744073709551615 256415088284 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 19657 10647 125 34 0 18099 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 907492

[startup+3.10112 s]
/proc/loadavg: 10.15 10.06 9.81 12/188 17846
/proc/meminfo: memFree=11630240/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=211132 CPUtime=3.08 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 45755 0 0 0 302 6 0 0 25 0 1 0 593787294 216199168 37840 33554432000 4194304 4587354 140735147711632 18446744073709551615 4317688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 52783 37840 323 96 0 49345 0
[pid=17842] ppid=17840 vsize=98580 CPUtime=3.08 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 27147 0 0 0 304 4 0 0 25 0 1 0 593787294 100945920 21209 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 24645 21209 340 145 0 21690 0
[pid=17843] ppid=17840 vsize=504664 CPUtime=1.56 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 16350 0 0 0 155 1 0 0 25 0 1 0 593787294 516775936 16246 33554432000 134512640 134534564 4292816320 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 126166 16246 91 6 0 124832 0
[pid=17844] ppid=17840 vsize=65056 CPUtime=3.08 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 19453 0 0 0 306 2 0 0 25 0 1 0 593787294 66617344 15429 33554432000 4194304 4352236 140735730757536 18446744073709551615 4267799 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 16264 15429 125 39 0 15344 0
[pid=17845] ppid=17840 vsize=95836 CPUtime=1.5 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 45445 0 0 0 143 7 0 0 25 0 1 0 593787294 98136064 15674 33554432000 4194304 4331988 140736760490480 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 23959 15674 148 34 0 22401 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 993592

[startup+6.30052 s]
/proc/loadavg: 10.14 10.06 9.81 12/188 17846
/proc/meminfo: memFree=11606540/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=184020 CPUtime=6.29 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 46654 0 0 0 622 7 0 0 25 0 1 0 593787294 188436480 34239 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238246 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 46005 34239 327 96 0 42567 0
[pid=17842] ppid=17840 vsize=98580 CPUtime=6.28 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 27147 0 0 0 624 4 0 0 25 0 1 0 593787294 100945920 21209 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 24645 21209 340 145 0 21690 0
[pid=17843] ppid=17840 vsize=504664 CPUtime=3.14 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 16350 0 0 0 313 1 0 0 25 0 1 0 593787294 516775936 16246 33554432000 134512640 134534564 4292816320 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 126166 16246 91 6 0 124832 0
[pid=17844] ppid=17840 vsize=65044 CPUtime=6.28 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 19455 0 0 0 626 2 0 0 25 0 1 0 593787294 66605056 15428 33554432000 4194304 4352236 140735730757536 18446744073709551615 4241280 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 16261 15428 127 39 0 15341 0
[pid=17845] ppid=17840 vsize=120704 CPUtime=3.1 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 78837 0 0 0 298 12 0 0 25 0 1 0 593787294 123600896 21593 33554432000 4194304 4331988 140736760490480 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 30176 21593 151 34 0 28618 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 991336

[startup+12.7013 s]
/proc/loadavg: 10.13 10.06 9.81 12/188 17847
/proc/meminfo: memFree=11514808/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=202104 CPUtime=12.68 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 50155 0 0 0 1261 7 0 0 25 0 1 0 593787294 206954496 37706 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 50526 37706 334 96 0 47088 0
[pid=17842] ppid=17840 vsize=98580 CPUtime=12.69 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 27147 0 0 0 1265 4 0 0 25 0 1 0 593787294 100945920 21209 33554432000 4194304 4785740 140733896529632 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 24645 21209 340 145 0 21690 0
[pid=17843] ppid=17840 vsize=504664 CPUtime=6.34 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 16350 0 0 0 633 1 0 0 25 0 1 0 593787294 516775936 16246 33554432000 134512640 134534564 4292816320 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 126166 16246 91 6 0 124832 0
[pid=17844] ppid=17840 vsize=65044 CPUtime=12.67 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 19455 0 0 0 1265 2 0 0 25 0 1 0 593787294 66605056 15428 33554432000 4194304 4352236 140735730757536 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 16261 15428 127 39 0 15341 0
[pid=17845] ppid=17840 vsize=189904 CPUtime=6.27 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 96151 0 0 0 612 15 0 0 25 0 1 0 593787294 194461696 38907 33554432000 4194304 4331988 140736760490480 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 47476 38907 151 34 0 45918 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1078620

[startup+25.5009 s]
/proc/loadavg: 10.18 10.07 9.82 12/188 17847
/proc/meminfo: memFree=11397228/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1232660 CPUtime=25.49 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 52658 0 0 0 2541 8 0 0 25 0 1 0 593787294 1262243840 40112 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 308165 40112 335 96 0 304727 0
[pid=17842] ppid=17840 vsize=98580 CPUtime=25.49 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 27147 0 0 0 2545 4 0 0 25 0 1 0 593787294 100945920 21209 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 24645 21209 340 145 0 21690 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=12.73 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 1271 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=57652 CPUtime=25.47 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 20492 0 0 0 2545 2 0 0 25 0 1 0 593787294 59035648 13580 33554432000 4194304 4352236 140735730757536 18446744073709551615 4208263 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 14413 13580 127 39 0 13493 0
[pid=17845] ppid=17840 vsize=282772 CPUtime=12.6 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 154491 0 0 0 1236 24 0 0 25 0 1 0 593787294 289558528 58981 33554432000 4194304 4331988 140736760490480 18446744073709551615 4257039 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 70693 58981 151 34 0 69135 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 2207192

[startup+51.101 s]
/proc/loadavg: 10.12 10.07 9.82 12/188 17848
/proc/meminfo: memFree=11142916/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1218624 CPUtime=51.09 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 53336 0 0 0 5100 9 0 0 25 0 1 0 593787294 1247870976 38260 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 304656 38260 335 96 0 301218 0
[pid=17842] ppid=17840 vsize=100196 CPUtime=51.09 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 27887 0 0 0 5105 4 0 0 25 0 1 0 593787294 102600704 21949 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 25049 21949 340 145 0 22094 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=25.43 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 2541 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=56804 CPUtime=51.07 cores=2

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

/proc/17842/statm: 38898 35239 340 145 0 35943 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=170.24 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 17022 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62248 CPUtime=342.27 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 34224 3 0 0 25 0 1 0 593787294 63741952 14729 33554432000 4194304 4352236 140735730757536 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15562 14729 127 39 0 14642 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=170.18 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331010 0 0 0 16970 48 0 0 25 0 1 0 593787294 689291264 119654 33554432000 4194304 4331988 140736760490480 18446744073709551615 4298744 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119654 174 34 0 166726 0
Current children cumulated CPU time (s) 1367.28
Current children cumulated vsize (KiB) 2755028

Solver just ended. Dumping a history of the last processes samples

[startup+345.601 s]
/proc/loadavg: 10.29 10.17 9.92 11/188 17887
/proc/meminfo: memFree=11453668/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1328524 CPUtime=345.6 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 75969 0 0 0 34545 15 0 0 25 0 1 0 593787294 1360408576 38268 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238626 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 332131 38268 335 96 0 328693 0
[pid=17842] ppid=17840 vsize=155592 CPUtime=345.59 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 41190 0 0 0 34551 8 0 0 25 0 1 0 593787294 159326208 35252 33554432000 4194304 4785740 140733896529632 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 38898 35252 340 145 0 35943 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=171.91 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 17189 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62248 CPUtime=345.58 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 34555 3 0 0 25 0 1 0 593787294 63741952 14729 33554432000 4194304 4352236 140735730757536 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15562 14729 127 39 0 14642 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=171.79 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331015 0 0 0 17131 48 0 0 25 0 1 0 593787294 689291264 119659 33554432000 4194304 4331988 140736760490480 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119659 174 34 0 166726 0
Current children cumulated CPU time (s) 1380.47
Current children cumulated vsize (KiB) 2755028

[startup+358.401 s]
/proc/loadavg: 10.25 10.16 9.92 11/188 17888
/proc/meminfo: memFree=11314036/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1231704 CPUtime=358.4 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 77405 0 0 0 35825 15 0 0 25 0 1 0 593787294 1261264896 39703 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 307926 39703 335 96 0 304488 0
[pid=17842] ppid=17840 vsize=158244 CPUtime=358.4 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 41814 0 0 0 35831 9 0 0 25 0 1 0 593787294 162041856 35876 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 39561 35876 340 145 0 36606 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=178.26 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 17824 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62204 CPUtime=358.38 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 35835 3 0 0 25 0 1 0 593787294 63696896 14718 33554432000 4194304 4352236 140735730757536 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15551 14718 127 39 0 14631 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=178.18 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331018 0 0 0 17770 48 0 0 25 0 1 0 593787294 689291264 119662 33554432000 4194304 4331988 140736760490480 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119662 174 34 0 166726 0
Current children cumulated CPU time (s) 1431.62
Current children cumulated vsize (KiB) 2660816

[startup+361.601 s]
/proc/loadavg: 10.22 10.16 9.92 11/188 17888
/proc/meminfo: memFree=11422652/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1231704 CPUtime=361.6 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 77628 0 0 0 36145 15 0 0 25 0 1 0 593787294 1261264896 39915 33554432000 4194304 4587354 140735147711632 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 307926 39915 335 96 0 304488 0
[pid=17842] ppid=17840 vsize=158416 CPUtime=361.6 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 41830 0 0 0 36151 9 0 0 25 0 1 0 593787294 162217984 35892 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 39604 35892 340 145 0 36649 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=179.84 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 17982 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62204 CPUtime=361.58 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 36155 3 0 0 25 0 1 0 593787294 63696896 14718 33554432000 4194304 4352236 140735730757536 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15551 14718 127 39 0 14631 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=179.78 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331022 0 0 0 17930 48 0 0 25 0 1 0 593787294 689291264 119666 33554432000 4194304 4331988 140736760490480 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119666 174 34 0 166726 0
Current children cumulated CPU time (s) 1444.4
Current children cumulated vsize (KiB) 2660988

[startup+364.801 s]
/proc/loadavg: 10.22 10.16 9.92 11/188 17888
/proc/meminfo: memFree=11426232/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1231704 CPUtime=364.8 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 77852 0 0 0 36465 15 0 0 25 0 1 0 593787294 1261264896 40131 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 307926 40131 335 96 0 304488 0
[pid=17842] ppid=17840 vsize=160368 CPUtime=364.8 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 42288 0 0 0 36471 9 0 0 25 0 1 0 593787294 164216832 36350 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 40092 36350 340 145 0 37137 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=181.42 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 18140 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62204 CPUtime=364.78 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 36475 3 0 0 25 0 1 0 593787294 63696896 14718 33554432000 4194304 4352236 140735730757536 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15551 14718 127 39 0 14631 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=181.38 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331023 0 0 0 18090 48 0 0 25 0 1 0 593787294 689291264 119667 33554432000 4194304 4331988 140736760490480 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119667 174 34 0 166726 0
Current children cumulated CPU time (s) 1457.18
Current children cumulated vsize (KiB) 2662940

[startup+366.407 s]
/proc/loadavg: 10.21 10.15 9.92 11/188 17888
/proc/meminfo: memFree=11420156/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1231704 CPUtime=366.4 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 77971 0 0 0 36625 15 0 0 25 0 1 0 593787294 1261264896 40244 33554432000 4194304 4587354 140735147711632 18446744073709551615 4236704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 307926 40244 335 96 0 304488 0
[pid=17842] ppid=17840 vsize=160800 CPUtime=366.41 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 42402 0 0 0 36632 9 0 0 25 0 1 0 593787294 164659200 36464 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 40200 36464 340 145 0 37245 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=182.22 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 18220 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62204 CPUtime=366.38 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 36635 3 0 0 25 0 1 0 593787294 63696896 14718 33554432000 4194304 4352236 140735730757536 18446744073709551615 4241440 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15551 14718 127 39 0 14631 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=182.18 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331023 0 0 0 18170 48 0 0 25 0 1 0 593787294 689291264 119667 33554432000 4194304 4331988 140736760490480 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119667 174 34 0 166726 0
Current children cumulated CPU time (s) 1463.59
Current children cumulated vsize (KiB) 2663372

[startup+366.8 s]
/proc/loadavg: 10.21 10.15 9.92 11/188 17888
/proc/meminfo: memFree=11420156/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 593787294 18763776 390 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 4050662551111860223 0 0 17 2 0 0 0
/proc/17840/statm: 4581 390 341 23 0 91 0
[pid=17841] ppid=17840 vsize=1231704 CPUtime=366.8 cores=0
/proc/17841/stat : 17841 (cryptominisat) R 17840 17840 16932 0 -1 4202496 77988 0 0 0 36665 15 0 0 25 0 1 0 593787294 1261264896 40261 33554432000 4194304 4587354 140735147711632 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17841/statm: 307926 40261 335 96 0 304488 0
[pid=17842] ppid=17840 vsize=160940 CPUtime=366.8 cores=4
/proc/17842/stat : 17842 (clasp) R 17840 17840 16932 0 -1 4202496 42439 0 0 0 36671 9 0 0 25 0 1 0 593787294 164802560 36501 33554432000 4194304 4785740 140733896529632 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17842/statm: 40235 36501 340 145 0 37280 0
[pid=17843] ppid=17840 vsize=517204 CPUtime=182.41 cores=6
/proc/17843/stat : 17843 (TNM) R 17840 17840 16932 0 -1 4202496 23309 0 0 0 18239 2 0 0 25 0 1 0 593787294 529616896 23205 33554432000 134512640 134534564 4292816320 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17843/statm: 129301 23205 95 6 0 127967 0
[pid=17844] ppid=17840 vsize=62204 CPUtime=366.78 cores=2
/proc/17844/stat : 17844 (lingeling) R 17840 17840 16932 0 -1 4202496 24304 0 0 0 36675 3 0 0 25 0 1 0 593787294 63696896 14718 33554432000 4194304 4352236 140735730757536 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17844/statm: 15551 14718 127 39 0 14631 0
[pid=17845] ppid=17840 vsize=673136 CPUtime=182.38 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4202496 331023 0 0 0 18190 48 0 0 25 0 1 0 593787294 689291264 119667 33554432000 4194304 4331988 140736760490480 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17845/statm: 168284 119667 174 34 0 166726 0
Current children cumulated CPU time (s) 1465.17
Current children cumulated vsize (KiB) 2663512

[startup+367.001 s]
/proc/loadavg: 10.21 10.15 9.92 11/188 17888
/proc/meminfo: memFree=11420156/32950928 swapFree=67111524/67111528
[pid=17840] ppid=17838 vsize=18324 CPUtime=1283.51 cores=0,2,4,6
/proc/17840/stat : 17840 (ppfolio) S 17838 17840 16932 0 -1 4202496 524 168061 0 0 0 0 128317 34 15 0 1 0 593787294 18763776 391 33554432000 4194304 4287625 140735003293136 18446744073709551615 256415411727 0 0 4096 65536 1074508187899527167 0 0 17 2 0 0 0
/proc/17840/statm: 4581 391 342 23 0 91 0
[pid=17845] ppid=17840 vsize=0 CPUtime=182.48 cores=6
/proc/17845/stat : 17845 (march_hi) R 17840 17840 16932 0 -1 4203524 331023 0 0 0 18199 49 0 0 25 0 1 0 593787294 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/17845/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1465.99
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 367.016
CPU time (s): 1466.02
CPU user time (s): 1465.17
CPU system time (s): 0.855869
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 3862576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1465.17
system time used= 0.855869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499626
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= 336
involuntary context switches= 9823

runsolver used 0.593909 second user time and 1.41078 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 02:06:06
IDJOB=3288432
IDBENCH=82496
IDSOLVER=1612
FILE ID=node115/3288432-1304035566
RUNJOBID= node115-1304032879-17472
PBS_JOBID= 13170337
Free space on /tmp= 72692 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288432-1304035566/watcher-3288432-1304035566 -o /tmp/evaluation-result-3288432-1304035566/solver-3288432-1304035566 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3288432-1304035566.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1840244650

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12039280 kB
Buffers:       2315048 kB
Cached:       17255472 kB
SwapCached:          4 kB
Active:        8340992 kB
Inactive:     12011948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12039280 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           27400 kB
Writeback:           0 kB
AnonPages:      782044 kB
Mapped:          16780 kB
Slab:           493008 kB
PageTables:       6644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3577980 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= 72692 MiB
End job on node115 at 2011-04-29 02:12:13