Trace number 3191081

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 parSAT 1326.91 442.917

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S2107193201-069.UNKNOWN.cnf
MD5SUMf33f3051fd4d4fda111c4bc9b2e01ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.88271
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.00/0.59	This is pico-portfolio, a naive parallel portfolio
0.00/0.59	Copyright (C) 2011 Olivier Roussel
0.00/0.59	Using 4 processing units
0.00/0.59	This portfolio uses the following solvers:
0.00/0.59	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.59	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.59	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.59	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.59	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.59	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.59	Starting clasp 1.3.6 on core(s) 4
0.00/0.59	Starting TNM 2009 on core(s) 6
0.00/0.59	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.59	Starting march_hi 2009 on core(s) 6
1326.82/442.91	s SATISFIABLE
1326.82/442.91	v -1 -2 3 -4 5 6 -7 -8 9 10 -11 -12 13 14 15 16 17 -18 19 -20 21 22 23 24 25 -26 27 28 -29 30 -31 32 33 34 -35 -36 37 -38 39 40 -41 -42 43 -44 45 -46 47 48 49 -50 -51 52 -53 54 55 56 -57 58 59 -60 61 62 63 -64 65 -66 67 68 69 -70 71 72 73 74 75 76 -77 -78 -79 -80 
1326.82/442.91	v 0 
1326.82/442.91	solver [3] TNM 2009 answered
1326.82/442.91	Done

Verifier Data

OK

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-3191081-1304057067/watcher-3191081-1304057067 -o /tmp/evaluation-result-3191081-1304057067/solver-3191081-1304057067 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191081-1304057067.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: 8.50 8.91 8.77 6/181 31186
/proc/meminfo: memFree=27752060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 520 1888 0 0 0 0 59 0 20 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 4294934787 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0

[startup+1.06732 s]
/proc/loadavg: 8.50 8.91 8.77 6/181 31186
/proc/meminfo: memFree=27752060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 520 1888 0 0 0 0 59 0 20 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 4294934787 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 18324

[startup+1.1673 s]
/proc/loadavg: 8.50 8.91 8.77 6/181 31186
/proc/meminfo: memFree=27752060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 520 1888 0 0 0 0 59 0 20 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 4294934787 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 18324

[startup+1.20029 s]
/proc/loadavg: 8.50 8.91 8.77 6/181 31186
/proc/meminfo: memFree=27752060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 520 1888 0 0 0 0 59 0 20 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 4294934787 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 18324

[startup+1.36726 s]
/proc/loadavg: 8.50 8.91 8.77 6/181 31186
/proc/meminfo: memFree=27752060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 520 1888 0 0 0 0 59 0 20 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 4294934787 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 18324

[startup+1.56723 s]
/proc/loadavg: 8.50 8.91 8.77 6/181 31186
/proc/meminfo: memFree=27752060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 520 1888 0 0 0 0 59 0 20 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 4294934787 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 18324

[startup+3.10093 s]
/proc/loadavg: 8.54 8.91 8.77 9/186 31192
/proc/meminfo: memFree=27738752/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=16324 CPUtime=3.1 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 1503 0 0 0 310 0 0 0 25 0 1 0 517304416 16715776 1395 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 4081 1395 341 145 0 1126 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=2.04 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 204 0 0 0 21 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=7904 CPUtime=3.09 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 1706 0 0 0 309 0 0 0 25 0 1 0 517304416 8093696 1154 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328233 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 1976 1154 127 39 0 1056 0
[pid=31191] ppid=31186 vsize=8300 CPUtime=1.04 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 1757 0 0 0 104 0 0 0 25 0 1 0 517304416 8499200 561 33554432000 4194304 4331988 140733494769776 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 2075 561 174 34 0 517 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 507504

[startup+6.30037 s]
/proc/loadavg: 8.54 8.91 8.77 9/186 31192
/proc/meminfo: memFree=27737240/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=17420 CPUtime=6.29 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 1776 0 0 0 629 0 0 0 25 0 1 0 517304416 17838080 1668 33554432000 4194304 4785740 140737458389344 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 4355 1668 341 145 0 1400 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=3.64 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 364 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=7848 CPUtime=6.28 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 2187 0 0 0 628 0 0 0 25 0 1 0 517304416 8036352 1156 33554432000 4194304 4352236 140735688109376 18446744073709551615 4222658 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 1962 1156 127 39 0 1042 0
[pid=31191] ppid=31186 vsize=8812 CPUtime=2.62 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 1852 0 0 0 262 0 0 0 25 0 1 0 517304416 9023488 656 33554432000 4194304 4331988 140733494769776 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 2203 656 174 34 0 645 0
Current children cumulated CPU time (s) 19.42
Current children cumulated vsize (KiB) 509056

[startup+12.7012 s]
/proc/loadavg: 8.49 8.90 8.76 9/186 31193
/proc/meminfo: memFree=27734008/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=18948 CPUtime=12.69 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 2099 0 0 0 1269 0 0 0 25 0 1 0 517304416 19402752 1991 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 4737 1991 341 145 0 1782 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=6.82 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 682 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=9004 CPUtime=12.68 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 3020 0 0 0 1268 0 0 0 25 0 1 0 517304416 9220096 1445 33554432000 4194304 4352236 140735688109376 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 2251 1445 127 39 0 1331 0
[pid=31191] ppid=31186 vsize=9192 CPUtime=5.81 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 1945 0 0 0 581 0 0 0 25 0 1 0 517304416 9412608 749 33554432000 4194304 4331988 140733494769776 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 2298 749 175 34 0 740 0
Current children cumulated CPU time (s) 38.59
Current children cumulated vsize (KiB) 512120

[startup+25.5009 s]
/proc/loadavg: 8.46 8.87 8.76 9/186 31193
/proc/meminfo: memFree=27727564/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=20900 CPUtime=25.49 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 2541 0 0 0 2549 0 0 0 25 0 1 0 517304416 21401600 2433 33554432000 4194304 4785740 140737458389344 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 5225 2433 341 145 0 2270 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=13.15 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 1315 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=11436 CPUtime=25.49 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 4940 0 0 0 2548 1 0 0 25 0 1 0 517304416 11710464 2053 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 2859 2053 127 39 0 1939 0
[pid=31191] ppid=31186 vsize=10044 CPUtime=12.21 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 2129 0 0 0 1221 0 0 0 25 0 1 0 517304416 10285056 933 33554432000 4194304 4331988 140733494769776 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 2511 933 175 34 0 953 0
Current children cumulated CPU time (s) 76.93
Current children cumulated vsize (KiB) 517356

[startup+51.1003 s]
/proc/loadavg: 8.37 8.81 8.74 9/186 31193
/proc/meminfo: memFree=27720368/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=23724 CPUtime=51.09 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 3129 0 0 0 5109 0 0 0 25 0 1 0 517304416 24293376 3021 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 5931 3021 341 145 0 2976 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=25.91 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 2591 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=11308 CPUtime=51.08 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 7180 0 0 0 5107 1 0 0 25 0 1 0 517304416 11579392 2021 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 2827 2021 127 39 0 1907 0
[pid=31191] ppid=31186 vsize=11960 CPUtime=24.9 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 2494 0 0 0 2490 0 0 0 25 0 1 0 517304416 12247040 1298 33554432000 4194304 4331988 140733494769776 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 2990 1298 175 34 0 1432 0
Current children cumulated CPU time (s) 153.57
Current children cumulated vsize (KiB) 521968

[startup+102.301 s]
/proc/loadavg: 8.30 8.73 8.71 9/186 31195
/proc/meminfo: memFree=27704732/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=26548 CPUtime=102.28 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 3755 0 0 0 10228 0 0 0 25 0 1 0 517304416 27185152 3647 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 6637 3647 341 145 0 3682 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=51.34 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 5134 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=16156 CPUtime=102.29 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 11880 0 0 0 10227 2 0 0 25 0 1 0 517304416 16543744 3233 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 4039 3233 127 39 0 3119 0
[pid=31191] ppid=31186 vsize=16272 CPUtime=50.4 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 3189 0 0 0 5040 0 0 0 25 0 1 0 517304416 16662528 1993 33554432000 4194304 4331988 140733494769776 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 4068 1993 175 34 0 2510 0
Current children cumulated CPU time (s) 306.9
Current children cumulated vsize (KiB) 533952

[startup+162.301 s]

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


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

[startup+410.501 s]
/proc/loadavg: 8.17 8.37 8.55 9/186 31203
/proc/meminfo: memFree=27639172/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36036 CPUtime=410.46 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 5943 0 0 0 41046 0 0 0 25 0 1 0 517304416 36900864 5835 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9009 5835 341 145 0 6054 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=204.61 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 20461 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=30032 CPUtime=410.49 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 31179 0 0 0 41045 4 0 0 25 0 1 0 517304416 30752768 6702 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7508 6702 127 39 0 6588 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=203.65 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7382 0 0 0 20364 1 0 0 25 0 1 0 517304416 36057088 6186 33554432000 4194304 4331988 140733494769776 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6186 175 34 0 7245 0
Current children cumulated CPU time (s) 1229.8
Current children cumulated vsize (KiB) 576256

[startup+423.301 s]
/proc/loadavg: 8.21 8.37 8.55 9/186 31203
/proc/meminfo: memFree=27638172/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36036 CPUtime=423.26 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 5945 0 0 0 42326 0 0 0 25 0 1 0 517304416 36900864 5837 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9009 5837 341 145 0 6054 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=211.01 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 21101 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=28112 CPUtime=423.3 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 31563 0 0 0 42325 5 0 0 25 0 1 0 517304416 28786688 6222 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7028 6222 127 39 0 6108 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=209.99 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7523 0 0 0 20998 1 0 0 25 0 1 0 517304416 36057088 6327 33554432000 4194304 4331988 140733494769776 18446744073709551615 4287109 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6327 175 34 0 7245 0
Current children cumulated CPU time (s) 1268.15
Current children cumulated vsize (KiB) 574336

[startup+436.1 s]
/proc/loadavg: 8.17 8.35 8.54 9/186 31204
/proc/meminfo: memFree=27633448/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36036 CPUtime=436.06 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 5951 0 0 0 43606 0 0 0 25 0 1 0 517304416 36900864 5843 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9009 5843 341 145 0 6054 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=217.35 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 21735 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528835 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=29136 CPUtime=436.09 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 32939 0 0 0 43604 5 0 0 25 0 1 0 517304416 29835264 6478 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7284 6478 127 39 0 6364 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=216.37 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7668 0 0 0 21636 1 0 0 25 0 1 0 517304416 36057088 6472 33554432000 4194304 4331988 140733494769776 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6472 175 34 0 7245 0
Current children cumulated CPU time (s) 1306.46
Current children cumulated vsize (KiB) 575360

[startup+439.301 s]
/proc/loadavg: 8.16 8.35 8.54 9/186 31204
/proc/meminfo: memFree=27636052/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36036 CPUtime=439.25 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 5955 0 0 0 43925 0 0 0 25 0 1 0 517304416 36900864 5847 33554432000 4194304 4785740 140737458389344 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9009 5847 341 145 0 6054 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=218.93 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 21893 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=29136 CPUtime=439.29 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 32939 0 0 0 43924 5 0 0 25 0 1 0 517304416 29835264 6478 33554432000 4194304 4352236 140735688109376 18446744073709551615 4329173 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7284 6478 127 39 0 6364 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=217.97 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7715 0 0 0 21796 1 0 0 25 0 1 0 517304416 36057088 6519 33554432000 4194304 4331988 140733494769776 18446744073709551615 4239571 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6519 175 34 0 7245 0
Current children cumulated CPU time (s) 1316.03
Current children cumulated vsize (KiB) 575360

[startup+440.901 s]
/proc/loadavg: 8.16 8.35 8.54 9/186 31204
/proc/meminfo: memFree=27635556/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36228 CPUtime=440.86 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 5996 0 0 0 44086 0 0 0 25 0 1 0 517304416 37097472 5888 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9057 5888 341 145 0 6102 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=219.73 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 21973 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=29136 CPUtime=440.9 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 32939 0 0 0 44085 5 0 0 25 0 1 0 517304416 29835264 6478 33554432000 4194304 4352236 140735688109376 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7284 6478 127 39 0 6364 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=218.77 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7736 0 0 0 21876 1 0 0 25 0 1 0 517304416 36057088 6540 33554432000 4194304 4331988 140733494769776 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6540 175 34 0 7245 0
Current children cumulated CPU time (s) 1320.85
Current children cumulated vsize (KiB) 575552

[startup+441.7 s]
/proc/loadavg: 8.16 8.35 8.54 9/186 31204
/proc/meminfo: memFree=27635556/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36420 CPUtime=441.65 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 6036 0 0 0 44165 0 0 0 25 0 1 0 517304416 37294080 5928 33554432000 4194304 4785740 140737458389344 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9105 5928 341 145 0 6150 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=220.12 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 22012 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=29136 CPUtime=441.69 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 32939 0 0 0 44164 5 0 0 25 0 1 0 517304416 29835264 6478 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7284 6478 127 39 0 6364 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=219.17 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7747 0 0 0 21916 1 0 0 25 0 1 0 517304416 36057088 6551 33554432000 4194304 4331988 140733494769776 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6551 175 34 0 7245 0
Current children cumulated CPU time (s) 1323.22
Current children cumulated vsize (KiB) 575744

[startup+442.5 s]
/proc/loadavg: 8.16 8.35 8.54 9/186 31204
/proc/meminfo: memFree=27635060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36420 CPUtime=442.45 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 6036 0 0 0 44245 0 0 0 25 0 1 0 517304416 37294080 5928 33554432000 4194304 4785740 140737458389344 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9105 5928 341 145 0 6150 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=220.52 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 22052 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=29136 CPUtime=442.49 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 32939 0 0 0 44244 5 0 0 25 0 1 0 517304416 29835264 6478 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328380 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7284 6478 127 39 0 6364 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=219.57 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7756 0 0 0 21956 1 0 0 25 0 1 0 517304416 36057088 6560 33554432000 4194304 4331988 140733494769776 18446744073709551615 4287504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6560 175 34 0 7245 0
Current children cumulated CPU time (s) 1325.62
Current children cumulated vsize (KiB) 575744

[startup+442.901 s]
/proc/loadavg: 8.16 8.35 8.54 9/186 31204
/proc/meminfo: memFree=27635060/32951124 swapFree=67111356/67111528
[pid=31186] ppid=31184 vsize=18324 CPUtime=0.59 cores=0,2,4,6
/proc/31186/stat : 31186 (ppfolio) S 31184 31186 30345 0 -1 4202496 521 1888 0 0 0 0 59 0 15 0 1 0 517304415 18763776 391 33554432000 4194304 4287625 140734527991264 18446744073709551615 218905751055 0 0 4096 65536 9224195742862639364 0 0 17 2 0 0 0
/proc/31186/statm: 4581 391 342 23 0 91 0
[pid=31188] ppid=31186 vsize=36420 CPUtime=442.85 cores=4
/proc/31188/stat : 31188 (clasp) R 31186 31186 30345 0 -1 4202496 6036 0 0 0 44285 0 0 0 25 0 1 0 517304416 37294080 5928 33554432000 4194304 4785740 140737458389344 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31188/statm: 9105 5928 341 145 0 6150 0
[pid=31189] ppid=31186 vsize=456652 CPUtime=220.72 cores=6
/proc/31189/stat : 31189 (TNM) R 31186 31186 30345 0 -1 4202496 556 0 0 0 22072 0 0 0 25 0 1 0 517304416 467611648 453 33554432000 134512640 134534564 4289855808 18446744073709551615 134528680 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31189/statm: 114163 453 95 6 0 112829 0
[pid=31190] ppid=31186 vsize=29136 CPUtime=442.89 cores=2
/proc/31190/stat : 31190 (lingeling) R 31186 31186 30345 0 -1 4202496 32939 0 0 0 44284 5 0 0 25 0 1 0 517304416 29835264 6478 33554432000 4194304 4352236 140735688109376 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31190/statm: 7284 6478 127 39 0 6364 0
[pid=31191] ppid=31186 vsize=35212 CPUtime=219.77 cores=6
/proc/31191/stat : 31191 (march_hi) R 31186 31186 30345 0 -1 4202496 7762 0 0 0 21976 1 0 0 25 0 1 0 517304416 36057088 6566 33554432000 4194304 4331988 140733494769776 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31191/statm: 8803 6566 175 34 0 7245 0
Current children cumulated CPU time (s) 1326.82
Current children cumulated vsize (KiB) 575744

Child status: 0
Real time (s): 442.917
CPU time (s): 1326.91
CPU user time (s): 1326.83
CPU system time (s): 0.082987
CPU usage (%): 299.585
Max. virtual memory (cumulated for all children) (KiB): 579840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1326.83
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49738
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= 11581

runsolver used 0.760884 second user time and 1.65075 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 08:04:27
IDJOB=3191081
IDBENCH=82812
IDSOLVER=1612
FILE ID=node137/3191081-1304057067
RUNJOBID= node137-1304055758-30696
PBS_JOBID= 13170416
Free space on /tmp= 71612 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S2107193201-069.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191081-1304057067/watcher-3191081-1304057067 -o /tmp/evaluation-result-3191081-1304057067/solver-3191081-1304057067 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191081-1304057067.cnf

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

MD5SUM BENCH= f33f3051fd4d4fda111c4bc9b2e01ee5
RANDOM SEED=2026385676

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:     32951124 kB
MemFree:      27752092 kB
Buffers:        898092 kB
Cached:        3731224 kB
SwapCached:         56 kB
Active:         321820 kB
Inactive:      4410060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27752092 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11820 kB
Writeback:           8 kB
AnonPages:      102316 kB
Mapped:          15992 kB
Slab:           402496 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   703908 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 node137 at 2011-04-29 08:11:50