Trace number 3191103

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 2108.36 699.951

General information on the benchmark

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

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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
2108.17/699.94	s UNSATISFIABLE
2108.17/699.95	solver [5] march_hi 2009 answered
2108.17/699.95	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-3191103-1304058624/watcher-3191103-1304058624 -o /tmp/evaluation-result-3191103-1304058624/solver-3191103-1304058624 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191103-1304058624.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: 9.92 10.05 9.53 6/181 3193
/proc/meminfo: memFree=18260084/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) R 3191 3193 2759 0 -1 4194304 492 0 0 0 0 0 0 0 25 0 1 0 517462837 18763776 387 33554432000 4194304 4287625 140733751455056 18446744073709551615 230808986005 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/3193/statm: 4581 387 339 23 0 91 0

[startup+0.268199 s]
/proc/loadavg: 9.92 10.05 9.53 6/181 3193
/proc/meminfo: memFree=18260084/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) R 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300195 s]
/proc/loadavg: 9.92 10.05 9.53 6/181 3193
/proc/meminfo: memFree=18260084/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) R 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400178 s]
/proc/loadavg: 9.92 10.05 9.53 6/181 3193
/proc/meminfo: memFree=18260084/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 15462484939705942015 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700118 s]
/proc/loadavg: 9.92 10.05 9.53 6/181 3193
/proc/meminfo: memFree=18260084/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 15462484939705942015 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50097 s]
/proc/loadavg: 9.92 10.05 9.53 10/187 3199
/proc/meminfo: memFree=18246148/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 15462484939705942015 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
[pid=3194] ppid=3193 vsize=1864352 CPUtime=1.48 cores=0
/proc/3194/stat : 3194 (cryptominisat) R 3193 3193 2759 0 -1 4202496 3433 0 0 0 148 0 0 0 20 0 1 0 517462837 1909096448 2303 33554432000 4194304 4587354 140735292114240 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3194/statm: 466088 2304 337 96 0 462650 0
[pid=3195] ppid=3193 vsize=13764 CPUtime=1.49 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 898 0 0 0 149 0 0 0 25 0 1 0 517462837 14094336 790 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 3441 790 340 145 0 486 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=0.77 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 77 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=6408 CPUtime=1.49 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 1266 0 0 0 149 0 0 0 25 0 1 0 517462837 6561792 796 33554432000 4194304 4352236 140734117562976 18446744073709551615 4276514 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 1602 796 127 39 0 682 0
[pid=3199] ppid=3193 vsize=7056 CPUtime=0.71 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 420 0 0 0 71 0 0 0 25 0 1 0 517462838 7225344 313 33554432000 4194304 4331988 140736123826832 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 1764 313 174 34 0 206 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2365864

[startup+3.10068 s]
/proc/loadavg: 9.92 10.05 9.53 10/187 3199
/proc/meminfo: memFree=18243048/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 15462484939705942015 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
[pid=3194] ppid=3193 vsize=1870428 CPUtime=3.08 cores=0
/proc/3194/stat : 3194 (cryptominisat) R 3193 3193 2759 0 -1 4202496 5006 0 0 0 308 0 0 0 25 0 1 0 517462837 1915318272 3061 33554432000 4194304 4587354 140735292114240 18446744073709551615 4236288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3194/statm: 467607 3062 337 96 0 464169 0
[pid=3195] ppid=3193 vsize=14184 CPUtime=3.09 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 1011 0 0 0 309 0 0 0 25 0 1 0 517462837 14524416 903 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 3546 903 340 145 0 591 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=1.56 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 156 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=7464 CPUtime=3.09 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 1802 0 0 0 309 0 0 0 25 0 1 0 517462837 7643136 1044 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 1866 1044 127 39 0 946 0
[pid=3199] ppid=3193 vsize=7056 CPUtime=1.51 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 420 0 0 0 151 0 0 0 25 0 1 0 517462838 7225344 313 33554432000 4194304 4331988 140736123826832 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 1764 313 174 34 0 206 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2373416

[startup+6.3011 s]
/proc/loadavg: 9.84 10.03 9.52 10/187 3199
/proc/meminfo: memFree=18238080/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 517462837 18763776 389 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 15462484939705942015 0 0 17 4 0 0 0
/proc/3193/statm: 4581 389 341 23 0 91 0
[pid=3194] ppid=3193 vsize=1867568 CPUtime=6.28 cores=0
/proc/3194/stat : 3194 (cryptominisat) R 3193 3193 2759 0 -1 4202496 7110 0 0 0 628 0 0 0 25 0 1 0 517462837 1912389632 3109 33554432000 4194304 4587354 140735292114240 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3194/statm: 466892 3109 337 96 0 463454 0
[pid=3195] ppid=3193 vsize=14884 CPUtime=6.29 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 1154 0 0 0 629 0 0 0 25 0 1 0 517462837 15241216 1046 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 3721 1046 340 145 0 766 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=3.15 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 315 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530793 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=8112 CPUtime=6.29 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 2508 0 0 0 629 0 0 0 25 0 1 0 517462837 8306688 1206 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 2028 1206 127 39 0 1108 0
[pid=3199] ppid=3193 vsize=7056 CPUtime=3.11 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 420 0 0 0 311 0 0 0 25 0 1 0 517462838 7225344 313 33554432000 4194304 4331988 140736123826832 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 1764 313 174 34 0 206 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2371904

[startup+12.7009 s]
/proc/loadavg: 9.77 10.02 9.52 10/187 3200
/proc/meminfo: memFree=18229828/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=15732 CPUtime=12.69 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 1383 0 0 0 1269 0 0 0 25 0 1 0 517462837 16109568 1275 33554432000 4194304 4785740 140736034608992 18446744073709551615 4551094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 3933 1275 340 145 0 978 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=6.34 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 634 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=10800 CPUtime=12.69 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 4268 0 0 0 1269 0 0 0 25 0 1 0 517462837 11059200 1878 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328368 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 2700 1878 127 39 0 1780 0
[pid=3199] ppid=3193 vsize=7204 CPUtime=6.27 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 433 0 0 0 627 0 0 0 25 0 1 0 517462838 7376896 326 33554432000 4194304 4331988 140736123826832 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 1801 326 174 34 0 243 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 508020

[startup+25.5066 s]
/proc/loadavg: 9.38 9.92 9.50 9/186 3200
/proc/meminfo: memFree=18240984/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=16876 CPUtime=25.49 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 1625 0 0 0 2549 0 0 0 25 0 1 0 517462837 17281024 1517 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 4219 1517 340 145 0 1264 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=12.74 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 1274 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=11316 CPUtime=25.49 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 6493 0 0 0 2549 0 0 0 25 0 1 0 517462837 11587584 2023 33554432000 4194304 4352236 140734117562976 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 2829 2023 127 39 0 1909 0
[pid=3199] ppid=3193 vsize=7204 CPUtime=12.61 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 442 0 0 0 1261 0 0 0 25 0 1 0 517462838 7376896 335 33554432000 4194304 4331988 140736123826832 18446744073709551615 4287155 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 1801 335 174 34 0 243 0
Current children cumulated CPU time (s) 88.72
Current children cumulated vsize (KiB) 509680

[startup+51.1009 s]
/proc/loadavg: 9.06 9.79 9.46 9/186 3201
/proc/meminfo: memFree=18225760/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=18672 CPUtime=51.09 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 2034 0 0 0 5109 0 0 0 25 0 1 0 517462837 19120128 1926 33554432000 4194304 4785740 140736034608992 18446744073709551615 4553743 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 4668 1926 340 145 0 1713 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=25.44 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 2544 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 4963328 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=16436 CPUtime=51.07 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 11613 0 0 0 5107 0 0 0 25 0 1 0 517462837 16830464 3303 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 4109 3303 127 39 0 3189 0
[pid=3199] ppid=3193 vsize=7348 CPUtime=25.37 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 498 0 0 0 2537 0 0 0 25 0 1 0 517462838 7524352 389 33554432000 4194304 4331988 140736123826832 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 1837 389 174 34 0 279 0
Current children cumulated CPU time (s) 165.36
Current children cumulated vsize (KiB) 516740

[startup+102.301 s]

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


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

[startup+665.706 s]
/proc/loadavg: 8.11 8.39 8.84 9/186 3221
/proc/meminfo: memFree=18139244/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26804 CPUtime=665.71 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3904 0 0 0 66571 0 0 0 25 0 1 0 517462837 27447296 3796 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6701 3796 341 145 0 3746 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=331.09 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 33109 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=30484 CPUtime=665.59 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 60127 0 0 0 66553 6 0 0 25 0 1 0 517462837 31215616 6815 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 7621 6815 127 39 0 6701 0
[pid=3199] ppid=3193 vsize=12320 CPUtime=330.99 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1692 0 0 0 33099 0 0 0 25 0 1 0 517462838 12615680 1583 33554432000 4194304 4331988 140736123826832 18446744073709551615 4237353 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3080 1583 175 34 0 1522 0
Current children cumulated CPU time (s) 2005.77
Current children cumulated vsize (KiB) 543892

[startup+678.501 s]
/proc/loadavg: 8.31 8.42 8.84 9/186 3221
/proc/meminfo: memFree=18130548/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=678.51 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 67850 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 230808863326 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=337.46 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 33746 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=34836 CPUtime=678.38 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 61215 0 0 0 67832 6 0 0 25 0 1 0 517462837 35672064 7903 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 8709 7903 127 39 0 7789 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=337.35 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1751 0 0 0 33735 0 0 0 25 0 1 0 517462838 15265792 1642 33554432000 4194304 4331988 140736123826832 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1642 175 34 0 2169 0
Current children cumulated CPU time (s) 2044.09
Current children cumulated vsize (KiB) 551004

[startup+691.301 s]
/proc/loadavg: 8.26 8.40 8.83 9/186 3222
/proc/meminfo: memFree=18137236/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=691.31 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 69130 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=343.79 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 34379 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=30484 CPUtime=691.17 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 61279 0 0 0 69111 6 0 0 25 0 1 0 517462837 31215616 6815 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 7621 6815 127 39 0 6701 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=343.74 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1824 0 0 0 34374 0 0 0 25 0 1 0 517462838 15265792 1715 33554432000 4194304 4331988 140736123826832 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1715 175 34 0 2169 0
Current children cumulated CPU time (s) 2082.4
Current children cumulated vsize (KiB) 546652

[startup+694.501 s]
/proc/loadavg: 8.24 8.40 8.82 9/186 3222
/proc/meminfo: memFree=18136244/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=694.51 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 69450 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 4277643 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=345.39 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 34539 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=32276 CPUtime=694.37 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 61727 0 0 0 69431 6 0 0 25 0 1 0 517462837 33050624 7263 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 8069 7263 127 39 0 7149 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=345.33 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1842 0 0 0 34533 0 0 0 25 0 1 0 517462838 15265792 1733 33554432000 4194304 4331988 140736123826832 18446744073709551615 4226208 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1733 175 34 0 2169 0
Current children cumulated CPU time (s) 2091.99
Current children cumulated vsize (KiB) 548444

[startup+697.7 s]
/proc/loadavg: 8.22 8.39 8.82 9/186 3222
/proc/meminfo: memFree=18131780/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=697.71 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 69770 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=346.99 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 34699 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=34836 CPUtime=697.57 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 62367 0 0 0 69751 6 0 0 25 0 1 0 517462837 35672064 7903 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 8709 7903 127 39 0 7789 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=346.91 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1864 0 0 0 34691 0 0 0 25 0 1 0 517462838 15265792 1755 33554432000 4194304 4331988 140736123826832 18446744073709551615 4298299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1755 175 34 0 2169 0
Current children cumulated CPU time (s) 2101.57
Current children cumulated vsize (KiB) 551004

[startup+699.301 s]
/proc/loadavg: 8.22 8.39 8.82 9/186 3222
/proc/meminfo: memFree=18131532/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=699.31 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 69930 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=347.79 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 34779 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=34836 CPUtime=699.17 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 62367 0 0 0 69911 6 0 0 25 0 1 0 517462837 35672064 7903 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 8709 7903 127 39 0 7789 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=347.71 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1876 0 0 0 34770 1 0 0 25 0 1 0 517462838 15265792 1767 33554432000 4194304 4331988 140736123826832 18446744073709551615 4210576 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1767 175 34 0 2169 0
Current children cumulated CPU time (s) 2106.37
Current children cumulated vsize (KiB) 551004

[startup+699.701 s]
/proc/loadavg: 8.22 8.39 8.82 9/186 3222
/proc/meminfo: memFree=18131532/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195742862639361 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=699.72 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 69971 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 4299648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=347.99 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 34799 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=34836 CPUtime=699.58 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 62367 0 0 0 69952 6 0 0 25 0 1 0 517462837 35672064 7903 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 8709 7903 127 39 0 7789 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=347.91 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1879 0 0 0 34790 1 0 0 25 0 1 0 517462838 15265792 1770 33554432000 4194304 4331988 140736123826832 18446744073709551615 4299490 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1770 175 34 0 2169 0
Current children cumulated CPU time (s) 2107.59
Current children cumulated vsize (KiB) 551004

[startup+699.901 s]
/proc/loadavg: 8.22 8.39 8.82 9/186 3222
/proc/meminfo: memFree=18131532/32951124 swapFree=67111528/67111528
[pid=3193] ppid=3191 vsize=18324 CPUtime=12.39 cores=0,2,4,6
/proc/3193/stat : 3193 (ppfolio) S 3191 3193 2759 0 -1 4202496 520 10558 0 0 0 0 1238 1 15 0 1 0 517462837 18763776 390 33554432000 4194304 4287625 140733751455056 18446744073709551615 230809185807 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/3193/statm: 4581 390 342 23 0 91 0
[pid=3195] ppid=3193 vsize=26976 CPUtime=699.91 cores=4
/proc/3195/stat : 3195 (clasp) R 3193 3193 2759 0 -1 4202496 3935 0 0 0 69990 1 0 0 25 0 1 0 517462837 27623424 3827 33554432000 4194304 4785740 140736034608992 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3195/statm: 6744 3827 341 145 0 3789 0
[pid=3196] ppid=3193 vsize=455960 CPUtime=348.09 cores=6
/proc/3196/stat : 3196 (TNM) R 3193 3193 2759 0 -1 4202496 340 0 0 0 34809 0 0 0 25 0 1 0 517462837 466903040 237 33554432000 134512640 134534564 4291621456 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3196/statm: 113990 237 95 6 0 112656 0
[pid=3197] ppid=3193 vsize=34836 CPUtime=699.77 cores=2
/proc/3197/stat : 3197 (lingeling) R 3193 3193 2759 0 -1 4202496 62367 0 0 0 69971 6 0 0 25 0 1 0 517462837 35672064 7903 33554432000 4194304 4352236 140734117562976 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3197/statm: 8709 7903 127 39 0 7789 0
[pid=3199] ppid=3193 vsize=14908 CPUtime=348.01 cores=6
/proc/3199/stat : 3199 (march_hi) R 3193 3193 2759 0 -1 4202496 1881 0 0 0 34800 1 0 0 25 0 1 0 517462838 15265792 1772 33554432000 4194304 4331988 140736123826832 18446744073709551615 4210368 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3199/statm: 3727 1772 175 34 0 2169 0
Current children cumulated CPU time (s) 2108.17
Current children cumulated vsize (KiB) 551004

Child status: 0
Real time (s): 699.951
CPU time (s): 2108.36
CPU user time (s): 2108.25
CPU system time (s): 0.109983
CPU usage (%): 301.216
Max. virtual memory (cumulated for all children) (KiB): 12962172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2108.25
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79621
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= 878
involuntary context switches= 19753

runsolver used 1.21182 second user time and 2.6046 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 08:30:24
IDJOB=3191103
IDBENCH=82834
IDSOLVER=1612
FILE ID=node104/3191103-1304058624
RUNJOBID= node104-1304057377-2781
PBS_JOBID= 13170438
Free space on /tmp= 71540 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1059781282-048.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191103-1304058624/watcher-3191103-1304058624 -o /tmp/evaluation-result-3191103-1304058624/solver-3191103-1304058624 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191103-1304058624.cnf

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

MD5SUM BENCH= ac60b7243bf21c022437e3832aafd05d
RANDOM SEED=662991691

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18260248 kB
Buffers:       2196596 kB
Cached:       11817552 kB
SwapCached:          0 kB
Active:        2390264 kB
Inactive:     11713404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18260248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10992 kB
Writeback:           0 kB
AnonPages:       88588 kB
Mapped:          16208 kB
Slab:           524028 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   686540 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= 71528 MiB
End job on node104 at 2011-04-29 08:42:04