Trace number 3219340

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 seqSAT 528.35 528.336

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
MD5SUM576af4ef397491948f4ca2b3f3b7cd4f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.094
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

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 1 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	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
528.28/528.33	s SATISFIABLE
528.28/528.33	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 81 82 -83 84 85 -86 -87 -88 -89 90 -91 92 -93 -94 -95 96 97 -98 -99 100 101 -102 103 -104 105 106 107 108 -109 -110 -111 112 -113 114 -115 116 -117 118 -119 120 121 122 123 124 125 126 127 128 -129 130 131 132 133 -134 -135 -136 137 138 139 -140 141 -142 143 144 145 -146 147 -148 149 150 
528.28/528.33	v 0 
528.28/528.33	solver [3] TNM 2009 answered
528.28/528.33	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-3219340-1303233039/watcher-3219340-1303233039 -o /tmp/evaluation-result-3219340-1303233039/solver-3219340-1303233039 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3219340-1303233039.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 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: 5.98 5.97 5.98 5/180 26311
/proc/meminfo: memFree=17872880/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857215289229312 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0

[startup+0.895258 s]
/proc/loadavg: 5.98 5.97 5.98 5/180 26311
/proc/meminfo: memFree=17872880/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857215289229312 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900278 s]
/proc/loadavg: 5.98 5.97 5.98 5/180 26311
/proc/meminfo: memFree=17872880/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857215289229312 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00024 s]
/proc/loadavg: 5.98 5.97 5.98 5/180 26311
/proc/meminfo: memFree=17872880/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857215289229312 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10024 s]
/proc/loadavg: 5.98 5.97 5.98 5/180 26311
/proc/meminfo: memFree=17872880/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857215289229312 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50116 s]
/proc/loadavg: 5.98 5.97 5.98 5/180 26311
/proc/meminfo: memFree=17872880/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857352728182784 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10087 s]
/proc/loadavg: 6.14 6.00 5.99 7/184 26315
/proc/meminfo: memFree=17861320/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857627606089728 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=214996 CPUtime=1.59 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 4284 0 0 0 159 0 0 0 20 0 1 0 434901890 220155904 1491 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 53749 1491 327 96 0 50311 0
[pid=26313] ppid=26311 vsize=16032 CPUtime=0.69 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 1485 0 0 0 69 0 0 0 25 0 1 0 434901890 16416768 1352 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 4008 1352 340 145 0 1053 0
[pid=26314] ppid=26311 vsize=453448 CPUtime=0.79 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 686 0 0 0 79 0 0 0 25 0 1 0 434901890 464330752 583 33554432000 134512640 134534564 4288412896 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 702800

[startup+6.30626 s]
/proc/loadavg: 6.13 6.00 5.99 7/184 26315
/proc/meminfo: memFree=17848800/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857077850275840 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=228716 CPUtime=2.69 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 7745 0 0 0 269 0 0 0 23 0 1 0 434901890 234205184 4278 33554432000 4194304 4587354 140734822515920 18446744073709551615 4364802 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 57179 4278 337 96 0 53741 0
[pid=26313] ppid=26311 vsize=17000 CPUtime=1.74 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 1697 0 0 0 174 0 0 0 25 0 1 0 434901890 17408000 1564 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 4250 1564 340 145 0 1295 0
[pid=26314] ppid=26311 vsize=453448 CPUtime=1.84 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 686 0 0 0 184 0 0 0 25 0 1 0 434901890 464330752 583 33554432000 134512640 134534564 4288412896 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 717488

[startup+12.7011 s]
/proc/loadavg: 6.12 6.00 5.99 7/184 26315
/proc/meminfo: memFree=17847116/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857077850275840 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=13737560 CPUtime=4.79 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 9207 0 0 0 478 1 0 0 25 0 1 0 434901890 14067261440 4180 33554432000 4194304 4587354 140734822515920 18446744073709551615 4365154 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 3434390 4180 337 96 0 3430952 0
[pid=26313] ppid=26311 vsize=18168 CPUtime=3.89 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 1982 0 0 0 389 0 0 0 25 0 1 0 434901890 18604032 1849 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287178 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 4542 1849 340 145 0 1587 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=3.99 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 399 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14231464

[startup+25.5008 s]
/proc/loadavg: 6.10 6.00 5.99 7/184 26315
/proc/meminfo: memFree=17973968/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629855840899694592 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=41112 CPUtime=9.09 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 11859 0 0 0 908 1 0 0 25 0 1 0 434901890 42098688 5037 33554432000 4194304 4587354 140734822515920 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 10278 5037 337 96 0 6840 0
[pid=26313] ppid=26311 vsize=19664 CPUtime=8.14 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 2317 0 0 0 814 0 0 0 25 0 1 0 434901890 20135936 2184 33554432000 4194304 4785740 140736190691568 18446744073709551615 4278016 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 4916 2184 340 145 0 1961 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=8.24 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 824 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 536512

[startup+51.1012 s]
/proc/loadavg: 6.06 6.00 5.99 7/184 26316
/proc/meminfo: memFree=17935304/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856665533415424 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=239140 CPUtime=17.59 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 17855 0 0 0 1757 2 0 0 25 0 1 0 434901890 244879360 7810 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 59785 7810 337 96 0 56347 0
[pid=26313] ppid=26311 vsize=22280 CPUtime=16.69 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 2938 0 0 0 1669 0 0 0 25 0 1 0 434901890 22814720 2805 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 5570 2805 340 145 0 2615 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=16.8 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 1680 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 737156

[startup+102.301 s]
/proc/loadavg: 6.02 6.00 5.99 7/184 26317
/proc/meminfo: memFree=17788464/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629857077850275840 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=53416 CPUtime=34.69 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 27427 0 0 0 3464 5 0 0 25 0 1 0 434901890 54697984 7510 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 13354 7510 337 96 0 9916 0
[pid=26313] ppid=26311 vsize=25728 CPUtime=33.75 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 3727 0 0 0 3375 0 0 0 25 0 1 0 434901890 26345472 3594 33554432000 4194304 4785740 140736190691568 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 6432 3594 340 145 0 3477 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=33.84 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 3384 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134529838 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 554880

[startup+162.301 s]
/proc/loadavg: 6.05 6.01 6.00 7/184 26319
/proc/meminfo: memFree=17929040/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629855566021787648 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=53788 CPUtime=54.68 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 37038 0 0 0 5461 7 0 0 25 0 1 0 434901890 55078912 8256 33554432000 4194304 4587354 140734822515920 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 13447 8256 337 96 0 10009 0
[pid=26313] ppid=26311 vsize=28268 CPUtime=53.75 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 4296 0 0 0 5375 0 0 0 25 0 1 0 434901890 28946432 4163 33554432000 4194304 4785740 140736190691568 18446744073709551615 4286998 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 7067 4163 340 145 0 4112 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=53.83 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 5383 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 557792

[startup+222.301 s]

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

/proc/26313/statm: 7712 4752 340 145 0 4757 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=73.83 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 7383 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 560680

[startup+282.301 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 26322
/proc/meminfo: memFree=17860532/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856253216555008 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=59012 CPUtime=94.68 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 51770 0 0 0 9456 12 0 0 25 0 1 0 434901890 60428288 10373 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 14753 10373 337 96 0 11315 0
[pid=26313] ppid=26311 vsize=32140 CPUtime=93.78 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 5182 0 0 0 9377 1 0 0 25 0 1 0 434901890 32911360 5049 33554432000 4194304 4785740 140736190691568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 8035 5049 340 145 0 5080 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=93.83 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 9383 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 566888

[startup+342.3 s]
/proc/loadavg: 6.00 6.00 6.00 7/184 26324
/proc/meminfo: memFree=17855172/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856665533415424 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=260392 CPUtime=114.67 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 55453 0 0 0 11455 12 0 0 25 0 1 0 434901890 266641408 9216 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 65098 9216 337 96 0 61660 0
[pid=26313] ppid=26311 vsize=34164 CPUtime=113.78 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 5633 0 0 0 11377 1 0 0 25 0 1 0 434901890 34983936 5500 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 8541 5500 340 145 0 5586 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=113.83 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 11383 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 770292

[startup+402.307 s]
/proc/loadavg: 6.08 6.02 6.01 7/184 26325
/proc/meminfo: memFree=17697648/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629855978338648064 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=287740 CPUtime=134.67 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 66025 0 0 0 13453 14 0 0 25 0 1 0 434901890 294645760 17200 33554432000 4194304 4587354 140734822515920 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 71935 17200 337 96 0 68497 0
[pid=26313] ppid=26311 vsize=35472 CPUtime=133.77 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 5933 0 0 0 13376 1 0 0 25 0 1 0 434901890 36323328 5800 33554432000 4194304 4785740 140736190691568 18446744073709551615 4552536 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 8868 5800 340 145 0 5913 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=133.85 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 13385 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 798948

[startup+462.301 s]
/proc/loadavg: 6.03 6.01 6.00 7/184 26327
/proc/meminfo: memFree=17810836/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=62608 CPUtime=154.67 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 68759 0 0 0 15453 14 0 0 25 0 1 0 434901890 64110592 11725 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 15652 11725 337 96 0 12214 0
[pid=26313] ppid=26311 vsize=36420 CPUtime=153.76 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 6167 0 0 0 15375 1 0 0 25 0 1 0 434901890 37294080 6034 33554432000 4194304 4785740 140736190691568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 9105 6034 340 145 0 6150 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=153.85 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 15385 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 574764

[startup+522.301 s]
/proc/loadavg: 6.01 6.00 6.00 7/184 26328
/proc/meminfo: memFree=17820840/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856802972368896 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=62748 CPUtime=174.66 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 73553 0 0 0 17451 15 0 0 25 0 1 0 434901890 64253952 11032 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 15687 11032 337 96 0 12249 0
[pid=26313] ppid=26311 vsize=38472 CPUtime=173.76 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 6622 0 0 0 17375 1 0 0 25 0 1 0 434901890 39395328 6489 33554432000 4194304 4785740 140736190691568 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 9618 6489 340 145 0 6663 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=173.86 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 17386 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 576956

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

[startup+525.507 s]
/proc/loadavg: 6.01 6.00 6.00 7/184 26329
/proc/meminfo: memFree=17819968/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856802972368896 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=62748 CPUtime=175.76 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 73804 0 0 0 17561 15 0 0 25 0 1 0 434901890 64253952 11280 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 15687 11280 337 96 0 12249 0
[pid=26313] ppid=26311 vsize=38472 CPUtime=174.81 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 6622 0 0 0 17480 1 0 0 25 0 1 0 434901890 39395328 6489 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 9618 6489 340 145 0 6663 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=174.92 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 17492 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 525.49
Current children cumulated vsize (KiB) 576956

[startup+527.101 s]
/proc/loadavg: 6.01 6.00 6.00 7/184 26329
/proc/meminfo: memFree=17819596/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856940411322368 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=62748 CPUtime=176.26 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 73923 0 0 0 17611 15 0 0 25 0 1 0 434901890 64253952 11397 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 15687 11397 337 96 0 12249 0
[pid=26313] ppid=26311 vsize=38472 CPUtime=175.36 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 6622 0 0 0 17535 1 0 0 25 0 1 0 434901890 39395328 6489 33554432000 4194304 4785740 140736190691568 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 9618 6489 340 145 0 6663 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=175.46 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 17546 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134530204 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 527.08
Current children cumulated vsize (KiB) 576956

[startup+527.901 s]
/proc/loadavg: 6.01 6.00 6.00 7/184 26329
/proc/meminfo: memFree=17819224/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856940411322368 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=62748 CPUtime=176.56 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 73991 0 0 0 17641 15 0 0 25 0 1 0 434901890 64253952 11462 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 15687 11462 337 96 0 12249 0
[pid=26313] ppid=26311 vsize=38472 CPUtime=175.6 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 6622 0 0 0 17559 1 0 0 25 0 1 0 434901890 39395328 6489 33554432000 4194304 4785740 140736190691568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 9618 6489 340 145 0 6663 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=175.72 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 17572 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 527.88
Current children cumulated vsize (KiB) 576956

[startup+528.301 s]
/proc/loadavg: 6.01 6.00 6.00 7/184 26329
/proc/meminfo: memFree=17819224/32951124 swapFree=67111528/67111528
[pid=26311] ppid=26309 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (ppfolio) S 26309 26311 25749 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 434901889 18763776 394 33554432000 4194304 4287625 140735389396240 18446744073709551615 228122734095 0 0 4096 65536 14629856940411322368 0 0 17 4 0 0 0
/proc/26311/statm: 4581 394 345 23 0 91 0
[pid=26312] ppid=26311 vsize=62748 CPUtime=176.66 cores=0
/proc/26312/stat : 26312 (cryptominisat) R 26311 26311 25749 0 -1 4202496 74015 0 0 0 17651 15 0 0 25 0 1 0 434901890 64253952 11486 33554432000 4194304 4587354 140734822515920 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26312/statm: 15687 11486 337 96 0 12249 0
[pid=26313] ppid=26311 vsize=38472 CPUtime=175.76 cores=0
/proc/26313/stat : 26313 (clasp) R 26311 26311 25749 0 -1 4202496 6622 0 0 0 17575 1 0 0 25 0 1 0 434901890 39395328 6489 33554432000 4194304 4785740 140736190691568 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26313/statm: 9618 6489 340 145 0 6663 0
[pid=26314] ppid=26311 vsize=457412 CPUtime=175.86 cores=0
/proc/26314/stat : 26314 (TNM) R 26311 26311 25749 0 -1 4202496 806 0 0 0 17586 0 0 0 25 0 1 0 434901890 468389888 703 33554432000 134512640 134534564 4288412896 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26314/statm: 114353 703 95 6 0 113019 0
Current children cumulated CPU time (s) 528.28
Current children cumulated vsize (KiB) 576956

Child status: 0
Real time (s): 528.336
CPU time (s): 528.35
CPU user time (s): 528.164
CPU system time (s): 0.185971
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 14231920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 528.164
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81979
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= 211
involuntary context switches= 5970

runsolver used 0.912861 second user time and 1.9667 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-19 19:10:39
IDJOB=3219340
IDBENCH=82573
IDSOLVER=1639
FILE ID=node138/3219340-1303233039
RUNJOBID= node138-1303222865-25767
PBS_JOBID= 13036444
Free space on /tmp= 73000 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S789865458-092-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219340-1303233039/watcher-3219340-1303233039 -o /tmp/evaluation-result-3219340-1303233039/solver-3219340-1303233039 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3219340-1303233039.cnf

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

MD5SUM BENCH= 576af4ef397491948f4ca2b3f3b7cd4f
RANDOM SEED=386214921

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17873036 kB
Buffers:        714832 kB
Cached:       13568632 kB
SwapCached:          0 kB
Active:        7859532 kB
Inactive:      6868140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17873036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:      443992 kB
Mapped:          16792 kB
Slab:           286304 kB
PageTables:       5640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2076488 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= 72988 MiB
End job on node138 at 2011-04-19 19:19:28