Trace number 3366004

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
SAT09 reference solver:glucose 1.0? (TO) 5000.07 4999.91

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4577     9520 |    1373       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    3634     9851 |      --       0       --      -- |     --   | -93/2100
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 404   #clauses: 3634   #literals: 9851
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  404                                                  |
0.00/0.00	c |  Number of clauses:    3634                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
5000.04/4999.91	HOME/glucose.sh: line 55:  3313 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3366004-1305325339/watcher-3366004-1305325339 -o /tmp/evaluation-result-3366004-1305325339/solver-3366004-1305325339 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366004-1305325339.cnf 

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

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): 5100 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: 2.07 2.02 2.00 1/236 3310
/proc/meminfo: memFree=17486752/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 644134625 8912896 253 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/3310/statm: 2176 253 211 178 0 69 0

[startup+0.102429 s]
/proc/loadavg: 2.07 2.02 2.00 1/236 3310
/proc/meminfo: memFree=17486752/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200408 s]
/proc/loadavg: 2.07 2.02 2.00 1/236 3310
/proc/meminfo: memFree=17486752/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300393 s]
/proc/loadavg: 2.07 2.02 2.00 1/236 3310
/proc/meminfo: memFree=17486752/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700318 s]
/proc/loadavg: 2.07 2.02 2.00 1/236 3310
/proc/meminfo: memFree=17486752/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50017 s]
/proc/loadavg: 2.07 2.02 2.00 3/237 3335
/proc/meminfo: memFree=17489224/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=5144 CPUtime=1.49 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 977 0 0 0 149 0 0 0 25 0 1 0 644134626 5267456 931 33554432000 134512640 135217611 4289751520 18446744073709551615 134532924 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 1286 931 75 173 0 1111 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13848

[startup+3.10088 s]
/proc/loadavg: 2.07 2.02 2.00 3/237 3335
/proc/meminfo: memFree=17441224/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=5936 CPUtime=3.09 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 1156 0 0 0 309 0 0 0 25 0 1 0 644134626 6078464 1110 33554432000 134512640 135217611 4289751520 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 1484 1110 75 173 0 1309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14640

[startup+6.30029 s]
/proc/loadavg: 2.07 2.02 2.00 3/241 3343
/proc/meminfo: memFree=17274224/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=8124 CPUtime=6.28 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 1694 0 0 0 628 0 0 0 25 0 1 0 644134626 8318976 1648 33554432000 134512640 135217611 4289751520 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 2031 1648 75 173 0 1856 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16828

[startup+12.7011 s]
/proc/loadavg: 2.06 2.02 2.00 3/241 3343
/proc/meminfo: memFree=16921956/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=9832 CPUtime=12.69 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 2102 0 0 0 1269 0 0 0 25 0 1 0 644134626 10067968 2056 33554432000 134512640 135217611 4289751520 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 2458 2056 75 173 0 2283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18536

[startup+25.5008 s]
/proc/loadavg: 2.05 2.01 2.00 3/241 3343
/proc/meminfo: memFree=16913424/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=12232 CPUtime=25.49 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 2691 0 0 0 2549 0 0 0 25 0 1 0 644134626 12525568 2645 33554432000 134512640 135217611 4289751520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 3058 2645 77 173 0 2883 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20936

[startup+51.1011 s]
/proc/loadavg: 2.03 2.01 2.00 3/241 3344
/proc/meminfo: memFree=16903384/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=15440 CPUtime=51.09 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 3416 0 0 0 5109 0 0 0 25 0 1 0 644134626 15810560 3370 33554432000 134512640 135217611 4289751520 18446744073709551615 134533561 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 3860 3370 77 173 0 3685 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24144

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/241 3345
/proc/meminfo: memFree=16891248/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=19712 CPUtime=102.29 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 4435 0 0 0 10229 0 0 0 25 0 1 0 644134626 20185088 4389 33554432000 134512640 135217611 4289751520 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 4928 4389 77 173 0 4753 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28416

[startup+162.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/241 3347
/proc/meminfo: memFree=16877460/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=22988 CPUtime=162.29 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 5214 0 0 0 16229 0 0 0 25 0 1 0 644134626 23539712 5168 33554432000 134512640 135217611 4289751520 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 5747 5168 77 173 0 5572 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31692

[startup+222.309 s]
/proc/loadavg: 2.01 2.01 2.00 3/241 3349
/proc/meminfo: memFree=16868372/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=25660 CPUtime=222.29 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 5829 0 0 0 22229 0 0 0 25 0 1 0 644134626 26275840 5783 33554432000 134512640 135217611 4289751520 18446744073709551615 134532946 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 6415 5783 77 173 0 6240 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34364

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/241 3350
/proc/meminfo: memFree=16861648/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=28860 CPUtime=282.29 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 6589 0 0 0 28229 0 0 0 25 0 1 0 644134626 29552640 6543 33554432000 134512640 135217611 4289751520 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 7215 6543 77 173 0 7040 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 37564

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/241 3352
/proc/meminfo: memFree=16858892/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=31040 CPUtime=342.29 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 7077 0 0 0 34229 0 0 0 25 0 1 0 644134626 31784960 7031 33554432000 134512640 135217611 4289751520 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 7760 7031 77 173 0 7585 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 39744

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/241 3353
/proc/meminfo: memFree=16855908/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7

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

[pid=3313] ppid=3310 vsize=81480 CPUtime=4242.41 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 18495 0 0 0 424236 5 0 0 25 0 1 0 644134626 83435520 18427 33554432000 134512640 135217611 4289751520 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 20370 18427 77 173 0 20195 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 90184

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/241 3475
/proc/meminfo: memFree=16687272/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=82064 CPUtime=4302.41 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 18644 0 0 0 430236 5 0 0 25 0 1 0 644134626 84033536 18576 33554432000 134512640 135217611 4289751520 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 20516 18576 77 173 0 20341 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 90768

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/241 3477
/proc/meminfo: memFree=16685632/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=83752 CPUtime=4362.41 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19013 0 0 0 436236 5 0 0 25 0 1 0 644134626 85762048 18945 33554432000 134512640 135217611 4289751520 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 20938 18945 77 173 0 20763 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 92456

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/241 3478
/proc/meminfo: memFree=16685488/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=84204 CPUtime=4422.42 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19101 0 0 0 442237 5 0 0 25 0 1 0 644134626 86224896 19033 33554432000 134512640 135217611 4289751520 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21051 19033 77 173 0 20876 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 92908

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/241 3480
/proc/meminfo: memFree=16685576/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=84488 CPUtime=4482.42 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19154 0 0 0 448237 5 0 0 25 0 1 0 644134626 86515712 19086 33554432000 134512640 135217611 4289751520 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21122 19086 77 173 0 20947 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 93192

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/241 3482
/proc/meminfo: memFree=16684932/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=85088 CPUtime=4542.42 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19282 0 0 0 454237 5 0 0 25 0 1 0 644134626 87130112 19214 33554432000 134512640 135217611 4289751520 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21272 19214 77 173 0 21097 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 93792

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/241 3484
/proc/meminfo: memFree=16684156/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=85160 CPUtime=4602.42 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19288 0 0 0 460237 5 0 0 25 0 1 0 644134626 87203840 19220 33554432000 134512640 135217611 4289751520 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21290 19220 77 173 0 21115 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 93864

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/241 3487
/proc/meminfo: memFree=16684016/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=85412 CPUtime=4662.42 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19356 0 0 0 466237 5 0 0 25 0 1 0 644134626 87461888 19288 33554432000 134512640 135217611 4289751520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21353 19288 77 173 0 21178 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 94116

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/241 3489
/proc/meminfo: memFree=16683860/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=85520 CPUtime=4722.43 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19402 0 0 0 472238 5 0 0 25 0 1 0 644134626 87572480 19334 33554432000 134512640 135217611 4289751520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21380 19334 77 173 0 21205 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 94224

[startup+4782.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/234 3508
/proc/meminfo: memFree=17419628/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=85664 CPUtime=4782.43 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 19426 0 0 0 478238 5 0 0 25 0 1 0 644134626 87719936 19358 33554432000 134512640 135217611 4289751520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 21416 19358 77 173 0 21241 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 94368

[startup+4842.31 s]
/proc/loadavg: 1.22 1.74 1.90 2/234 3512
/proc/meminfo: memFree=17417376/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=88124 CPUtime=4842.44 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 20010 0 0 0 484238 6 0 0 25 0 1 0 644134626 90238976 19942 33554432000 134512640 135217611 4289751520 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 22031 19942 77 173 0 21856 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 96828

[startup+4902.3 s]
/proc/loadavg: 1.08 1.60 1.85 2/234 3513
/proc/meminfo: memFree=17417360/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=88464 CPUtime=4902.44 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 20066 0 0 0 490238 6 0 0 25 0 1 0 644134626 90587136 19998 33554432000 134512640 135217611 4289751520 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 22116 19998 77 173 0 21941 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 97168

[startup+4962.3 s]
/proc/loadavg: 1.03 1.49 1.79 2/234 3515
/proc/meminfo: memFree=17417348/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=88788 CPUtime=4962.44 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 20136 0 0 0 496238 6 0 0 25 0 1 0 644134626 90918912 20068 33554432000 134512640 135217611 4289751520 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 22197 20068 77 173 0 22022 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 97492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.42 1.75 2/234 3516
/proc/meminfo: memFree=17417088/32951124 swapFree=66522240/67111528
[pid=3310] ppid=3308 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/3310/stat : 3310 (glucose.sh) S 3308 3310 2839 0 -1 4202496 359 260 0 0 0 0 0 0 23 0 1 0 644134625 8912896 255 33554432000 4194304 4922060 140734189276576 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3310/statm: 2176 255 211 178 0 69 0
[pid=3313] ppid=3310 vsize=89756 CPUtime=5000.04 cores=1,3,5,7
/proc/3313/stat : 3313 (glucose_static) R 3310 3310 2839 0 -1 4202496 20199 0 0 0 499998 6 0 0 25 0 1 0 644134626 91910144 20131 33554432000 134512640 135217611 4289751520 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/3313/statm: 22439 20131 77 173 0 22264 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 98460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.07
CPU user time (s): 5000
CPU system time (s): 0.069989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 98460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20827
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= 17
involuntary context switches= 6323

runsolver used 10.5374 second user time and 25.8311 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 00:22:19
IDJOB=3366004
IDBENCH=84808
IDSOLVER=1842
FILE ID=node109/3366004-1305325339
RUNJOBID= node109-1305315333-2858
PBS_JOBID= 13324323
Free space on /tmp= 36464 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366004-1305325339/watcher-3366004-1305325339 -o /tmp/evaluation-result-3366004-1305325339/solver-3366004-1305325339 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366004-1305325339.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=2089745492

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:      17486900 kB
Buffers:        225540 kB
Cached:        4091856 kB
SwapCached:      19036 kB
Active:        6361100 kB
Inactive:      8844248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17486900 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            1608 kB
Writeback:          24 kB
AnonPages:    10875524 kB
Mapped:          18240 kB
Slab:           165292 kB
PageTables:      30852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17881804 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= 36492 MiB
End job on node109 at 2011-05-14 01:45:41