Trace number 3218986

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 1360.19 1360.2

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.3389
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
1360.07/1360.19	s SATISFIABLE
1360.07/1360.19	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 
1360.07/1360.19	v 0 
1360.07/1360.19	solver [3] TNM 2009 answered
1360.07/1360.19	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-3218986-1303206851/watcher-3218986-1303206851 -o /tmp/evaluation-result-3218986-1303206851/solver-3218986-1303206851 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3218986-1303206851.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: 6.00 6.13 6.74 4/180 8403
/proc/meminfo: memFree=15768092/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 4554607900223308036 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0

[startup+0.0205769 s]
/proc/loadavg: 6.00 6.13 6.74 4/180 8403
/proc/meminfo: memFree=15768092/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 4554607900223308036 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100598 s]
/proc/loadavg: 6.00 6.13 6.74 4/180 8403
/proc/meminfo: memFree=15768092/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 4554607900223308036 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30057 s]
/proc/loadavg: 6.00 6.13 6.74 4/180 8403
/proc/meminfo: memFree=15768092/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700509 s]
/proc/loadavg: 6.00 6.13 6.74 4/180 8403
/proc/meminfo: memFree=15768092/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50035 s]
/proc/loadavg: 6.00 6.13 6.74 7/184 8407
/proc/meminfo: memFree=15776492/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815916782900215808 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=26560 CPUtime=0.45 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 2289 0 0 0 45 0 0 0 25 0 1 0 413101392 27197440 1218 33554432000 4194304 4587354 140733601518400 18446744073709551615 4245329 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 6640 1218 326 96 0 3202 0
[pid=8405] ppid=8403 vsize=15680 CPUtime=0.42 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 1392 0 0 0 42 0 0 0 25 0 1 0 413101392 16056320 1259 33554432000 4194304 4785740 140736394724800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 3920 1259 340 145 0 965 0
[pid=8406] ppid=8403 vsize=453448 CPUtime=0.61 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 686 0 0 0 61 0 0 0 25 0 1 0 413101392 464330752 583 33554432000 134512640 134534564 4290216192 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 514012

[startup+3.10105 s]
/proc/loadavg: 6.00 6.13 6.74 7/184 8407
/proc/meminfo: memFree=15775004/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815917195217076224 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=2057440 CPUtime=1.04 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 3333 0 0 0 104 0 0 0 25 0 1 0 413101392 2106818560 1381 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 514360 1381 327 96 0 510922 0
[pid=8405] ppid=8403 vsize=16208 CPUtime=0.93 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 1526 0 0 0 93 0 0 0 25 0 1 0 413101392 16596992 1393 33554432000 4194304 4785740 140736394724800 18446744073709551615 4312576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 4052 1393 340 145 0 1097 0
[pid=8406] ppid=8403 vsize=453448 CPUtime=1.11 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 686 0 0 0 111 0 0 0 25 0 1 0 413101392 464330752 583 33554432000 134512640 134534564 4290216192 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2545420

[startup+6.3005 s]
/proc/loadavg: 6.00 6.12 6.74 7/184 8407
/proc/meminfo: memFree=15769052/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915683388588032 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=6235112 CPUtime=2.05 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 4796 0 0 0 205 0 0 0 25 0 1 0 413101392 6384754688 1577 33554432000 4194304 4587354 140733601518400 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 1558778 1577 331 96 0 1555340 0
[pid=8405] ppid=8403 vsize=17224 CPUtime=2.02 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 1755 0 0 0 202 0 0 0 25 0 1 0 413101392 17637376 1622 33554432000 4194304 4785740 140736394724800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 4306 1622 340 145 0 1351 0
[pid=8406] ppid=8403 vsize=453448 CPUtime=2.21 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 686 0 0 0 221 0 0 0 25 0 1 0 413101392 464330752 583 33554432000 134512640 134534564 4290216192 18446744073709551615 134524734 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 113362 583 91 6 0 112028 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6724108

[startup+12.7003 s]
/proc/loadavg: 6.00 6.12 6.73 7/184 8407
/proc/meminfo: memFree=15720096/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915683388588032 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=2067972 CPUtime=4.24 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 8443 0 0 0 423 1 0 0 25 0 1 0 413101392 2117603328 4454 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 516993 4454 337 96 0 513555 0
[pid=8405] ppid=8403 vsize=18532 CPUtime=4.13 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 2076 0 0 0 413 0 0 0 25 0 1 0 413101392 18976768 1943 33554432000 4194304 4785740 140736394724800 18446744073709551615 4550449 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 4633 1943 340 145 0 1678 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=4.31 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 431 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2562236

[startup+25.5011 s]
/proc/loadavg: 6.00 6.11 6.72 7/184 8407
/proc/meminfo: memFree=15712296/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=2068784 CPUtime=8.45 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 11107 0 0 0 844 1 0 0 25 0 1 0 413101392 2118434816 4523 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 517196 4523 337 96 0 513758 0
[pid=8405] ppid=8403 vsize=20100 CPUtime=8.41 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 2456 0 0 0 841 0 0 0 25 0 1 0 413101392 20582400 2323 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 5025 2323 340 145 0 2070 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=8.61 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 861 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2564616

[startup+51.1004 s]
/proc/loadavg: 6.00 6.10 6.70 7/184 8408
/proc/meminfo: memFree=15739112/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815916508022308864 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=50176 CPUtime=17.04 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 16585 0 0 0 1701 3 0 0 25 0 1 0 413101392 51380224 6802 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 12544 6802 337 96 0 9106 0
[pid=8405] ppid=8403 vsize=22924 CPUtime=16.93 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 3085 0 0 0 1693 0 0 0 25 0 1 0 413101392 23474176 2952 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 5731 2952 340 145 0 2776 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=17.1 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 1710 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 548832

[startup+102.306 s]
/proc/loadavg: 6.00 6.08 6.66 7/184 8409
/proc/meminfo: memFree=15701764/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815917332656029696 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=2102856 CPUtime=34.06 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 22639 0 0 0 3403 3 0 0 25 0 1 0 413101392 2153324544 11635 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 525714 11635 337 96 0 522276 0
[pid=8405] ppid=8403 vsize=26076 CPUtime=34.01 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 3809 0 0 0 3401 0 0 0 25 0 1 0 413101392 26701824 3676 33554432000 4194304 4785740 140736394724800 18446744073709551615 4550595 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 6519 3676 340 145 0 3564 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=34.2 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 3420 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2604664

[startup+162.301 s]
/proc/loadavg: 6.05 6.08 6.62 7/184 8411
/proc/meminfo: memFree=15700600/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=59320 CPUtime=54.07 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 23681 0 0 0 5403 4 0 0 25 0 1 0 413101392 60743680 11069 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 14830 11069 337 96 0 11392 0
[pid=8405] ppid=8403 vsize=29028 CPUtime=54 cores=0

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

/proc/8405/statm: 12184 8761 340 145 0 9229 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=414.14 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 41414 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 2637108

[startup+1302.3 s]
/proc/loadavg: 6.03 6.01 6.16 7/184 8450
/proc/meminfo: memFree=15645416/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=58920 CPUtime=434.07 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 112364 0 0 0 43385 22 0 0 25 0 1 0 413101392 60334080 11415 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 14730 11415 337 96 0 11292 0
[pid=8405] ppid=8403 vsize=50000 CPUtime=434.05 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9213 0 0 0 43402 3 0 0 25 0 1 0 413101392 51200000 9032 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12500 9032 340 145 0 9545 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=434.15 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 43415 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 584652

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

[startup+1331.1 s]
/proc/loadavg: 6.02 6.01 6.15 7/184 8451
/proc/meminfo: memFree=15653452/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=443.67 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 114126 0 0 0 44344 23 0 0 25 0 1 0 413101392 75067392 12834 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 12834 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50188 CPUtime=443.65 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9271 0 0 0 44362 3 0 0 25 0 1 0 413101392 51392512 9090 33554432000 4194304 4785740 140736394724800 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12547 9090 340 145 0 9592 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=443.75 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 44375 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1331.07
Current children cumulated vsize (KiB) 599228

[startup+1343.9 s]
/proc/loadavg: 6.02 6.01 6.15 7/184 8451
/proc/meminfo: memFree=15643652/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=447.97 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115033 0 0 0 44774 23 0 0 25 0 1 0 413101392 75067392 13727 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 13727 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50380 CPUtime=447.85 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9320 0 0 0 44782 3 0 0 25 0 1 0 413101392 51589120 9139 33554432000 4194304 4785740 140736394724800 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12595 9139 340 145 0 9640 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=448.04 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 44804 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1343.86
Current children cumulated vsize (KiB) 599420

[startup+1350.3 s]
/proc/loadavg: 6.01 6.01 6.15 7/184 8452
/proc/meminfo: memFree=15639052/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=450.07 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115426 0 0 0 44984 23 0 0 25 0 1 0 413101392 75067392 14114 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 14114 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50696 CPUtime=450.05 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9396 0 0 0 45002 3 0 0 25 0 1 0 413101392 51912704 9215 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12674 9215 340 145 0 9719 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=450.15 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 45015 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1350.27
Current children cumulated vsize (KiB) 599736

[startup+1356.7 s]
/proc/loadavg: 6.01 6.01 6.15 7/184 8452
/proc/meminfo: memFree=15634836/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=452.18 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115764 0 0 0 45195 23 0 0 25 0 1 0 413101392 75067392 14446 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 14446 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50696 CPUtime=452.15 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9396 0 0 0 45212 3 0 0 25 0 1 0 413101392 51912704 9215 33554432000 4194304 4785740 140736394724800 18446744073709551615 4327314 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12674 9215 340 145 0 9719 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=452.34 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 45234 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 599736

[startup+1358.3 s]
/proc/loadavg: 6.01 6.01 6.15 7/184 8452
/proc/meminfo: memFree=15634216/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=452.77 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115855 0 0 0 45254 23 0 0 25 0 1 0 413101392 75067392 14535 33554432000 4194304 4587354 140733601518400 18446744073709551615 4241103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 14535 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50696 CPUtime=452.66 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9396 0 0 0 45263 3 0 0 25 0 1 0 413101392 51912704 9215 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12674 9215 340 145 0 9719 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=452.84 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 45284 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1358.27
Current children cumulated vsize (KiB) 599736

[startup+1359.1 s]
/proc/loadavg: 6.01 6.01 6.15 7/184 8452
/proc/meminfo: memFree=15633592/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=452.98 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115889 0 0 0 45275 23 0 0 25 0 1 0 413101392 75067392 14569 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 14569 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50696 CPUtime=452.95 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9396 0 0 0 45292 3 0 0 25 0 1 0 413101392 51912704 9215 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12674 9215 340 145 0 9719 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=453.14 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 45314 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1359.07
Current children cumulated vsize (KiB) 599736

[startup+1359.9 s]
/proc/loadavg: 6.01 6.01 6.15 7/184 8452
/proc/meminfo: memFree=15632600/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=453.27 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115935 0 0 0 45304 23 0 0 25 0 1 0 413101392 75067392 14614 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 14614 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50884 CPUtime=453.25 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9429 0 0 0 45322 3 0 0 25 0 1 0 413101392 52105216 9248 33554432000 4194304 4785740 140736394724800 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12721 9248 340 145 0 9766 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=453.35 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 45335 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1359.87
Current children cumulated vsize (KiB) 599924

[startup+1360.1 s]
/proc/loadavg: 6.01 6.01 6.15 7/184 8452
/proc/meminfo: memFree=15632600/32951124 swapFree=67111528/67111528
[pid=8403] ppid=8401 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8403/stat : 8403 (ppfolio) S 8401 8403 8311 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 413101391 18763776 394 33554432000 4194304 4287625 140734768001504 18446744073709551615 212039675407 0 0 4096 65536 5815915545949634560 0 0 17 4 0 0 0
/proc/8403/statm: 4581 394 345 23 0 91 0
[pid=8404] ppid=8403 vsize=73308 CPUtime=453.37 cores=0
/proc/8404/stat : 8404 (cryptominisat) R 8403 8403 8311 0 -1 4202496 115950 0 0 0 45314 23 0 0 25 0 1 0 413101392 75067392 14629 33554432000 4194304 4587354 140733601518400 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8404/statm: 18327 14629 337 96 0 14889 0
[pid=8405] ppid=8403 vsize=50884 CPUtime=453.26 cores=0
/proc/8405/stat : 8405 (clasp) R 8403 8403 8311 0 -1 4202496 9429 0 0 0 45323 3 0 0 25 0 1 0 413101392 52105216 9248 33554432000 4194304 4785740 140736394724800 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8405/statm: 12721 9248 340 145 0 9766 0
[pid=8406] ppid=8403 vsize=457408 CPUtime=453.44 cores=0
/proc/8406/stat : 8406 (TNM) R 8403 8403 8311 0 -1 4202496 806 0 0 0 45344 0 0 0 25 0 1 0 413101392 468385792 703 33554432000 134512640 134534564 4290216192 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8406/statm: 114352 703 95 6 0 113018 0
Current children cumulated CPU time (s) 1360.07
Current children cumulated vsize (KiB) 599924

Child status: 0
Real time (s): 1360.2
CPU time (s): 1360.19
CPU user time (s): 1359.92
CPU system time (s): 0.275958
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 6740088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1359.92
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126723
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= 253
involuntary context switches= 15916

runsolver used 2.41263 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-19 11:54:11
IDJOB=3218986
IDBENCH=82514
IDSOLVER=1639
FILE ID=node146/3218986-1303206851
RUNJOBID= node146-1303206071-8329
PBS_JOBID= 13032238
Free space on /tmp= 72936 MiB

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

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

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=1060438875

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      15768372 kB
Buffers:        700424 kB
Cached:       15976436 kB
SwapCached:          0 kB
Active:        8029120 kB
Inactive:      8807776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15768372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10224 kB
Writeback:           0 kB
AnonPages:      159284 kB
Mapped:          16424 kB
Slab:           282220 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2454432 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= 72924 MiB
End job on node146 at 2011-04-19 12:16:52