Trace number 3191109

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 3009.44 753.414

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S614849838-039.UNKNOWN.cnf
MD5SUMc6bf5481c82f3a24100e294aa3a73c9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark366.523
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.07	This is pico-portfolio, a naive parallel portfolio
0.00/0.07	Copyright (C) 2011 Olivier Roussel
0.00/0.07	Using 4 processing units
0.00/0.07	This portfolio uses the following solvers:
0.00/0.07	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.07	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.07	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.07	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.07	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.07	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.07	Starting clasp 1.3.6 on core(s) 5
0.00/0.07	Starting TNM 2009 on core(s) 7
0.00/0.07	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.07	Starting march_hi 2009 on core(s) 7
3009.44/753.40	s UNSATISFIABLE
3009.44/753.41	solver [5] march_hi 2009 answered
3009.44/753.41	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-3191109-1304059291/watcher-3191109-1304059291 -o /tmp/evaluation-result-3191109-1304059291/solver-3191109-1304059291 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191109-1304059291.cnf 

running on 4 cores: 1,3,5,7

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: 9.06 8.39 8.06 7/182 17271
/proc/meminfo: memFree=18388104/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18240 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) R 17269 17271 14760 0 -1 4194304 269 0 0 0 0 0 0 0 25 0 1 0 596159796 18677760 218 33554432000 4194304 4287625 140735127982800 18446744073709551615 224279963112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17271/statm: 4560 218 184 23 0 57 0

[startup+0.070709 s]
/proc/loadavg: 9.06 8.39 8.06 7/182 17271
/proc/meminfo: memFree=18388104/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 7 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.270589 s]
/proc/loadavg: 9.06 8.39 8.06 7/182 17271
/proc/meminfo: memFree=18388104/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300584 s]
/proc/loadavg: 9.06 8.39 8.06 7/182 17271
/proc/meminfo: memFree=18388104/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700519 s]
/proc/loadavg: 9.06 8.39 8.06 7/182 17271
/proc/meminfo: memFree=18388104/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50039 s]
/proc/loadavg: 9.06 8.39 8.06 11/188 17277
/proc/meminfo: memFree=18374788/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=3741400 CPUtime=1.48 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 4080 0 0 0 148 0 0 0 25 0 1 0 596159797 3831193600 2606 33554432000 4194304 4587354 140736772850912 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 935350 2606 336 96 0 931912 0
[pid=17274] ppid=17271 vsize=14460 CPUtime=1.49 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 1066 0 0 0 149 0 0 0 25 0 1 0 596159797 14807040 958 33554432000 4194304 4785740 140735330569056 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 3615 958 340 145 0 660 0
[pid=17275] ppid=17271 vsize=452524 CPUtime=0.74 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 418 0 0 0 74 0 0 0 25 0 1 0 596159797 463384576 315 33554432000 134512640 134534564 4293775104 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 113131 315 91 6 0 111797 0
[pid=17276] ppid=17271 vsize=7212 CPUtime=1.48 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 1456 0 0 0 148 0 0 0 25 0 1 0 596159797 7385088 997 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 1803 997 127 39 0 883 0
[pid=17277] ppid=17271 vsize=7848 CPUtime=0.73 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1274 0 0 0 73 0 0 0 25 0 1 0 596159797 8036352 478 33554432000 4194304 4331988 140734401458848 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 1962 478 174 34 0 404 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 4241768

[startup+3.10112 s]
/proc/loadavg: 9.06 8.39 8.06 11/188 17277
/proc/meminfo: memFree=18365512/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=1516784 CPUtime=3.08 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 4872 0 0 0 308 0 0 0 25 0 1 0 596159797 1553186816 2571 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 379196 2571 336 96 0 375758 0
[pid=17274] ppid=17271 vsize=15092 CPUtime=3.09 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 1218 0 0 0 309 0 0 0 25 0 1 0 596159797 15454208 1110 33554432000 4194304 4785740 140735330569056 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 3773 1110 340 145 0 818 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=1.54 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 154 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134529874 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=7856 CPUtime=3.08 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 1937 0 0 0 308 0 0 0 25 0 1 0 596159797 8044544 1158 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 1964 1158 127 39 0 1044 0
[pid=17277] ppid=17271 vsize=7848 CPUtime=1.52 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1274 0 0 0 152 0 0 0 25 0 1 0 596159797 8036352 478 33554432000 4194304 4331988 140734401458848 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 1962 478 174 34 0 404 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 2022260

[startup+6.30059 s]
/proc/loadavg: 9.13 8.42 8.07 11/188 17277
/proc/meminfo: memFree=18364032/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=1517452 CPUtime=6.28 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 6747 0 0 0 628 0 0 0 25 0 1 0 596159797 1553870848 2952 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 379363 2952 336 96 0 375925 0
[pid=17274] ppid=17271 vsize=16148 CPUtime=6.28 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 1458 0 0 0 628 0 0 0 25 0 1 0 596159797 16535552 1350 33554432000 4194304 4785740 140735330569056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 4037 1350 340 145 0 1082 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=3.14 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 314 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=7820 CPUtime=6.28 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 2600 0 0 0 628 0 0 0 25 0 1 0 596159797 8007680 1149 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328016 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 1955 1149 127 39 0 1035 0
[pid=17277] ppid=17271 vsize=7848 CPUtime=3.1 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1274 0 0 0 310 0 0 0 25 0 1 0 596159797 8036352 478 33554432000 4194304 4331988 140734401458848 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 1962 478 174 34 0 404 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 2023948

[startup+12.7005 s]
/proc/loadavg: 9.20 8.44 8.08 11/188 17277
/proc/meminfo: memFree=18358344/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=1523164 CPUtime=12.68 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 10675 0 0 0 1267 1 0 0 25 0 1 0 596159797 1559719936 4370 33554432000 4194304 4587354 140736772850912 18446744073709551615 4239320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 380791 4370 336 96 0 377353 0
[pid=17274] ppid=17271 vsize=17248 CPUtime=12.68 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 1691 0 0 0 1268 0 0 0 25 0 1 0 596159797 17661952 1583 33554432000 4194304 4785740 140735330569056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 4312 1583 340 145 0 1357 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=6.31 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 631 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=10640 CPUtime=12.68 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 4553 0 0 0 1268 0 0 0 25 0 1 0 596159797 10895360 1854 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 2660 1854 127 39 0 1740 0
[pid=17277] ppid=17271 vsize=7848 CPUtime=6.3 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1274 0 0 0 630 0 0 0 25 0 1 0 596159797 8036352 478 33554432000 4194304 4331988 140734401458848 18446744073709551615 4310400 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 1962 478 174 34 0 404 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 2033580

[startup+25.5004 s]
/proc/loadavg: 9.45 8.54 8.12 11/188 17279
/proc/meminfo: memFree=18341276/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=1529720 CPUtime=25.48 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 15688 0 0 0 2546 2 0 0 25 0 1 0 596159797 1566433280 6287 33554432000 4194304 4587354 140736772850912 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 382430 6287 336 96 0 378992 0
[pid=17274] ppid=17271 vsize=18732 CPUtime=25.48 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 2056 0 0 0 2548 0 0 0 25 0 1 0 596159797 19181568 1948 33554432000 4194304 4785740 140735330569056 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 4683 1948 341 145 0 1728 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=12.64 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 1264 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=11152 CPUtime=25.49 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 6889 0 0 0 2548 1 0 0 25 0 1 0 596159797 11419648 1982 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 2788 1982 127 39 0 1868 0
[pid=17277] ppid=17271 vsize=7848 CPUtime=12.7 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1274 0 0 0 1270 0 0 0 25 0 1 0 596159797 8036352 478 33554432000 4194304 4331988 140734401458848 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 1962 478 174 34 0 404 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 2042132

[startup+51.1011 s]
/proc/loadavg: 9.69 8.67 8.17 11/188 17279
/proc/meminfo: memFree=18324540/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=1532532 CPUtime=51.09 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 24102 0 0 0 5104 5 0 0 25 0 1 0 596159797 1569312768 6833 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 383133 6833 336 96 0 379695 0
[pid=17274] ppid=17271 vsize=20572 CPUtime=51.08 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 2486 0 0 0 5108 0 0 0 25 0 1 0 596159797 21065728 2378 33554432000 4194304 4785740 140735330569056 18446744073709551615 4307197 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 5143 2378 341 145 0 2188 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=25.4 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 2540 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=16276 CPUtime=51.09 cores=3

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

/proc/17274/statm: 8033 5053 341 145 0 5078 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=362.79 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 36279 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=31768 CPUtime=729.58 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 68652 0 0 0 72949 9 0 0 25 0 1 0 596159797 32530432 7136 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 7942 7136 127 39 0 7022 0
[pid=17277] ppid=17271 vsize=9576 CPUtime=362.82 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1667 0 0 0 36281 1 0 0 25 0 1 0 596159797 9805824 871 33554432000 4194304 4331988 140734401458848 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2394 871 175 34 0 836 0
Current children cumulated CPU time (s) 2914.36
Current children cumulated vsize (KiB) 639924

[startup+742.401 s]
/proc/loadavg: 10.18 10.02 9.20 11/188 17297
/proc/meminfo: memFree=18128208/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=105960 CPUtime=742.39 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 76966 0 0 0 74220 19 0 0 25 0 1 0 596159797 108503040 20878 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 26490 20878 336 96 0 23052 0
[pid=17274] ppid=17271 vsize=32132 CPUtime=742.39 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 5166 0 0 0 74238 1 0 0 25 0 1 0 596159797 32903168 5058 33554432000 4194304 4785740 140735330569056 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 8033 5058 341 145 0 5078 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=369.19 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 36919 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134528896 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=31768 CPUtime=742.38 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 69740 0 0 0 74229 9 0 0 25 0 1 0 596159797 32530432 7136 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 7942 7136 127 39 0 7022 0
[pid=17277] ppid=17271 vsize=9576 CPUtime=369.15 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1677 0 0 0 36914 1 0 0 25 0 1 0 596159797 9805824 881 33554432000 4194304 4331988 140734401458848 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2394 881 175 34 0 836 0
Current children cumulated CPU time (s) 2965.5
Current children cumulated vsize (KiB) 654116

[startup+748.801 s]
/proc/loadavg: 10.25 10.03 9.21 11/188 17297
/proc/meminfo: memFree=18123744/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=105960 CPUtime=748.79 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 77374 0 0 0 74860 19 0 0 25 0 1 0 596159797 108503040 21270 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 26490 21270 336 96 0 23052 0
[pid=17274] ppid=17271 vsize=32132 CPUtime=748.79 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 5166 0 0 0 74878 1 0 0 25 0 1 0 596159797 32903168 5058 33554432000 4194304 4785740 140735330569056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 8033 5058 341 145 0 5078 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=372.36 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 37236 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134529846 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=31768 CPUtime=748.78 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 69740 0 0 0 74869 9 0 0 25 0 1 0 596159797 32530432 7136 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 7942 7136 127 39 0 7022 0
[pid=17277] ppid=17271 vsize=9576 CPUtime=372.35 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1684 0 0 0 37234 1 0 0 25 0 1 0 596159797 9805824 888 33554432000 4194304 4331988 140734401458848 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2394 888 175 34 0 836 0
Current children cumulated CPU time (s) 2991.07
Current children cumulated vsize (KiB) 654116

[startup+752 s]
/proc/loadavg: 10.22 10.03 9.21 11/188 17297
/proc/meminfo: memFree=18120520/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=105960 CPUtime=751.99 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 77556 0 0 0 75180 19 0 0 25 0 1 0 596159797 108503040 21448 33554432000 4194304 4587354 140736772850912 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 26490 21448 336 96 0 23052 0
[pid=17274] ppid=17271 vsize=32132 CPUtime=751.99 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 5166 0 0 0 75198 1 0 0 25 0 1 0 596159797 32903168 5058 33554432000 4194304 4785740 140735330569056 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 8033 5058 341 145 0 5078 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=373.94 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 37394 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=33304 CPUtime=751.97 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 70124 0 0 0 75188 9 0 0 25 0 1 0 596159797 34103296 7520 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 8326 7520 127 39 0 7406 0
[pid=17277] ppid=17271 vsize=10340 CPUtime=373.94 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1688 0 0 0 37393 1 0 0 25 0 1 0 596159797 10588160 892 33554432000 4194304 4331988 140734401458848 18446744073709551615 4299490 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2585 892 175 34 0 1027 0
Current children cumulated CPU time (s) 3003.83
Current children cumulated vsize (KiB) 656416

[startup+752.801 s]
/proc/loadavg: 10.22 10.03 9.21 11/188 17297
/proc/meminfo: memFree=18117420/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=105960 CPUtime=752.79 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 77598 0 0 0 75260 19 0 0 25 0 1 0 596159797 108503040 21486 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 26490 21486 336 96 0 23052 0
[pid=17274] ppid=17271 vsize=32132 CPUtime=752.79 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 5166 0 0 0 75278 1 0 0 25 0 1 0 596159797 32903168 5058 33554432000 4194304 4785740 140735330569056 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 8033 5058 341 145 0 5078 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=374.34 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 37434 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=34328 CPUtime=752.78 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 70380 0 0 0 75269 9 0 0 25 0 1 0 596159797 35151872 7776 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 8582 7776 127 39 0 7662 0
[pid=17277] ppid=17271 vsize=10340 CPUtime=374.34 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1689 0 0 0 37433 1 0 0 25 0 1 0 596159797 10588160 893 33554432000 4194304 4331988 140734401458848 18446744073709551615 4226270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2585 893 175 34 0 1027 0
Current children cumulated CPU time (s) 3007.04
Current children cumulated vsize (KiB) 657440

[startup+753.201 s]
/proc/loadavg: 10.22 10.03 9.21 11/188 17297
/proc/meminfo: memFree=18117420/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=105960 CPUtime=753.19 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 77619 0 0 0 75300 19 0 0 25 0 1 0 596159797 108503040 21505 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 26490 21505 336 96 0 23052 0
[pid=17274] ppid=17271 vsize=32324 CPUtime=753.19 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 5200 0 0 0 75318 1 0 0 25 0 1 0 596159797 33099776 5092 33554432000 4194304 4785740 140735330569056 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 8081 5092 341 145 0 5126 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=374.54 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 37454 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134530227 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=34328 CPUtime=753.18 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 70380 0 0 0 75309 9 0 0 25 0 1 0 596159797 35151872 7776 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 8582 7776 127 39 0 7662 0
[pid=17277] ppid=17271 vsize=10340 CPUtime=374.54 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1689 0 0 0 37453 1 0 0 25 0 1 0 596159797 10588160 893 33554432000 4194304 4331988 140734401458848 18446744073709551615 4298642 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2585 893 175 34 0 1027 0
Current children cumulated CPU time (s) 3008.64
Current children cumulated vsize (KiB) 657632

[startup+753.401 s]
/proc/loadavg: 10.22 10.03 9.21 11/188 17297
/proc/meminfo: memFree=18117420/32951124 swapFree=67110396/67111528
[pid=17271] ppid=17269 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17271/stat : 17271 (ppfolio) S 17269 17271 14760 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 596159796 18763776 390 33554432000 4194304 4287625 140735127982800 18446744073709551615 224284945935 0 0 4096 65536 4297789471765561343 0 0 17 1 0 0 0
/proc/17271/statm: 4581 390 341 23 0 91 0
[pid=17273] ppid=17271 vsize=105960 CPUtime=753.39 cores=1
/proc/17273/stat : 17273 (cryptominisat) R 17271 17271 14760 0 -1 4202496 77629 0 0 0 75320 19 0 0 25 0 1 0 596159797 108503040 21515 33554432000 4194304 4587354 140736772850912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17273/statm: 26490 21515 336 96 0 23052 0
[pid=17274] ppid=17271 vsize=32324 CPUtime=753.39 cores=5
/proc/17274/stat : 17274 (clasp) R 17271 17271 14760 0 -1 4202496 5200 0 0 0 75338 1 0 0 25 0 1 0 596159797 33099776 5092 33554432000 4194304 4785740 140735330569056 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17274/statm: 8081 5092 341 145 0 5126 0
[pid=17275] ppid=17271 vsize=456356 CPUtime=374.68 cores=7
/proc/17275/stat : 17275 (TNM) R 17271 17271 14760 0 -1 4202496 479 0 0 0 37468 0 0 0 25 0 1 0 596159797 467308544 376 33554432000 134512640 134534564 4293775104 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17275/statm: 114089 376 95 6 0 112755 0
[pid=17276] ppid=17271 vsize=34328 CPUtime=753.38 cores=3
/proc/17276/stat : 17276 (lingeling) R 17271 17271 14760 0 -1 4202496 70380 0 0 0 75329 9 0 0 25 0 1 0 596159797 35151872 7776 33554432000 4194304 4352236 140735570743904 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17276/statm: 8582 7776 127 39 0 7662 0
[pid=17277] ppid=17271 vsize=10340 CPUtime=374.6 cores=7
/proc/17277/stat : 17277 (march_hi) R 17271 17271 14760 0 -1 4202496 1690 0 0 0 37459 1 0 0 25 0 1 0 596159797 10588160 894 33554432000 4194304 4331988 140734401458848 18446744073709551615 224284925824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17277/statm: 2585 894 175 34 0 1027 0
Current children cumulated CPU time (s) 3009.44
Current children cumulated vsize (KiB) 657632

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17271 and gives
#  childrusage.ru_utime.tv_sec=2634
#  childrusage.ru_utime.tv_usec=599480
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=326950
# CPU time returned by wait4() is 2634.93
# while last known CPU time is 3009.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 753.414
CPU time (s): 3009.44
CPU user time (s): 3009.14
CPU system time (s): 0.3
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 4246432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2634.6
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154230
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= 982
involuntary context switches= 22344

runsolver used 1.19782 second user time and 2.91856 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 08:41:31
IDJOB=3191109
IDBENCH=82840
IDSOLVER=1612
FILE ID=node118/3191109-1304059291
RUNJOBID= node118-1304059202-17149
PBS_JOBID= 13170373
Free space on /tmp= 71608 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S614849838-039.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191109-1304059291/watcher-3191109-1304059291 -o /tmp/evaluation-result-3191109-1304059291/solver-3191109-1304059291 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191109-1304059291.cnf

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

MD5SUM BENCH= c6bf5481c82f3a24100e294aa3a73c9c
RANDOM SEED=2068713276

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18388392 kB
Buffers:       1899112 kB
Cached:       11995860 kB
SwapCached:        600 kB
Active:        9492040 kB
Inactive:      4534812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18388392 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           10144 kB
Writeback:           0 kB
AnonPages:      130752 kB
Mapped:          16740 kB
Slab:           471984 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2657692 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= 71600 MiB
End job on node118 at 2011-04-29 08:54:05