Trace number 3308795

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) 1300.04 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  265716   620004 |   79714       0        0     nan |  0.000 % |
0.00/0.86	c |         0 |  130698   465103 |      --       0       --      -- |     --   | -135016/-154896
0.00/0.87	c ==============================================================================
0.00/0.87	c Result  :   #vars: 21481   #clauses: 130698   #literals: 465103
0.00/0.87	c CPU time:   0.831873 s
0.00/0.87	c ==============================================================================
0.00/0.95	c
0.00/0.95	c Starting glucose
0.00/0.95	c
0.00/0.96	
0.00/0.96	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.96	
0.00/0.96	c ============================[ Problem Statistics ]=============================
0.00/0.96	c |                                                                             |
0.00/0.96	c |  Number of variables:  21481                                                |
0.00/0.96	c |  Number of clauses:    130698                                               |
0.94/1.01	c |  Parsing time:         0.05         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 14932 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: 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-3308795-1303984527/watcher-3308795-1303984527 -o /tmp/evaluation-result-3308795-1303984527/solver-3308795-1303984527 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308795-1303984527.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 14912
/proc/meminfo: memFree=25046320/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) R 14910 14912 14531 0 -1 4202496 316 0 0 0 0 0 0 0 21 0 1 0 510055470 8912896 252 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370777493 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/14912/statm: 2176 252 211 178 0 69 0

[startup+0.100911 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 14912
/proc/meminfo: memFree=25046320/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510055470 8912896 252 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200891 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 14912
/proc/meminfo: memFree=25046320/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510055470 8912896 252 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300873 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 14912
/proc/meminfo: memFree=25046320/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510055470 8912896 252 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700811 s]
/proc/loadavg: 4.00 3.95 3.00 3/189 14912
/proc/meminfo: memFree=25046320/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 510055470 8912896 252 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 4.00 3.95 3.00 4/188 14932
/proc/meminfo: memFree=25033048/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=14612 CPUtime=0.53 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 3452 0 0 0 53 0 0 0 20 0 1 0 510055566 14962688 3402 33554432000 134512640 135217611 4287395328 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 3653 3402 77 173 0 3478 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23316

[startup+3.1004 s]
/proc/loadavg: 4.00 3.95 3.00 5/194 14943
/proc/meminfo: memFree=24964552/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=18836 CPUtime=2.13 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 4477 0 0 0 213 0 0 0 25 0 1 0 510055566 19288064 4427 33554432000 134512640 135217611 4287395328 18446744073709551615 134537049 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 4709 4427 77 173 0 4534 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27540

[startup+6.30081 s]
/proc/loadavg: 4.00 3.95 3.00 5/194 14944
/proc/meminfo: memFree=24988236/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=20332 CPUtime=5.33 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 4862 0 0 0 533 0 0 0 25 0 1 0 510055566 20819968 4812 33554432000 134512640 135217611 4287395328 18446744073709551615 134532682 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 5083 4812 77 173 0 4908 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29036

[startup+12.7007 s]
/proc/loadavg: 4.00 3.95 3.01 5/194 14974
/proc/meminfo: memFree=24989236/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=24020 CPUtime=11.73 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 5783 0 0 0 1173 0 0 0 25 0 1 0 510055566 24596480 5733 33554432000 134512640 135217611 4287395328 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 6005 5733 77 173 0 5830 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32724

[startup+25.5004 s]
/proc/loadavg: 4.00 3.96 3.02 5/194 15004
/proc/meminfo: memFree=24920948/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=25164 CPUtime=24.53 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 6050 0 0 0 2453 0 0 0 25 0 1 0 510055566 25767936 6000 33554432000 134512640 135217611 4287395328 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 6291 6000 77 173 0 6116 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33868

[startup+51.1009 s]
/proc/loadavg: 4.00 3.96 3.05 5/194 15005
/proc/meminfo: memFree=24913724/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=29000 CPUtime=50.14 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 7000 0 0 0 5013 1 0 0 25 0 1 0 510055566 29696000 6950 33554432000 134512640 135217611 4287395328 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 7250 6950 77 173 0 7075 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37704

[startup+102.301 s]
/proc/loadavg: 4.00 3.96 3.10 5/194 15006
/proc/meminfo: memFree=24903940/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=34308 CPUtime=101.34 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 8296 0 0 0 10133 1 0 0 25 0 1 0 510055566 35131392 8246 33554432000 134512640 135217611 4287395328 18446744073709551615 134537049 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 8577 8246 77 173 0 8402 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43012

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.15 5/194 15008
/proc/meminfo: memFree=24833228/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=39020 CPUtime=161.33 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 9459 0 0 0 16132 1 0 0 25 0 1 0 510055566 39956480 9409 33554432000 134512640 135217611 4287395328 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 9755 9409 77 173 0 9580 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 47724

[startup+222.308 s]
/proc/loadavg: 4.00 3.97 3.20 5/194 15010
/proc/meminfo: memFree=24798372/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=43696 CPUtime=221.34 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 10551 0 0 0 22133 1 0 0 25 0 1 0 510055566 44744704 10501 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 10924 10501 77 173 0 10749 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 52400

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.25 5/194 15071
/proc/meminfo: memFree=24981820/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=46212 CPUtime=281.34 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 11214 0 0 0 28132 2 0 0 25 0 1 0 510055566 47321088 11164 33554432000 134512640 135217611 4287395328 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 11553 11164 77 173 0 11378 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 54916

[startup+342.3 s]
/proc/loadavg: 4.03 3.99 3.30 5/194 15082
/proc/meminfo: memFree=24968188/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=48652 CPUtime=341.34 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 11831 0 0 0 34132 2 0 0 25 0 1 0 510055566 49819648 11781 33554432000 134512640 135217611 4287395328 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 12163 11781 77 173 0 11988 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 57356

[startup+402.301 s]
/proc/loadavg: 4.01 3.99 3.34 5/194 15083
/proc/meminfo: memFree=24958604/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6

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

[pid=14932] ppid=14912 vsize=56360 CPUtime=581.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 13650 0 0 0 58132 3 0 0 25 0 1 0 510055566 57712640 13600 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 14090 13600 77 173 0 13915 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 65064

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.48 5/194 15093
/proc/meminfo: memFree=24928716/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=57924 CPUtime=641.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 14030 0 0 0 64132 3 0 0 25 0 1 0 510055566 59314176 13980 33554432000 134512640 135217611 4287395328 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 14481 13980 77 173 0 14306 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 66628

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.51 5/194 15094
/proc/meminfo: memFree=24925104/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=58476 CPUtime=701.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 14195 0 0 0 70132 3 0 0 25 0 1 0 510055566 59879424 14145 33554432000 134512640 135217611 4287395328 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 14619 14145 77 173 0 14444 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 67180

[startup+762.301 s]
/proc/loadavg: 4.04 4.00 3.54 5/194 15096
/proc/meminfo: memFree=24917648/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=61948 CPUtime=761.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 15061 0 0 0 76132 3 0 0 25 0 1 0 510055566 63434752 15011 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 15487 15011 77 173 0 15312 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 70652

[startup+822.3 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 15128
/proc/meminfo: memFree=25347660/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=63736 CPUtime=821.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 15490 0 0 0 82132 3 0 0 25 0 1 0 510055566 65265664 15440 33554432000 134512640 135217611 4287395328 18446744073709551615 134528138 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 15934 15440 77 173 0 15759 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 72440

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 15129
/proc/meminfo: memFree=25328108/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=64528 CPUtime=881.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 15728 0 0 0 88132 3 0 0 25 0 1 0 510055566 66076672 15678 33554432000 134512640 135217611 4287395328 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 16132 15678 77 173 0 15957 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 73232

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 15131
/proc/meminfo: memFree=25320036/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=65676 CPUtime=941.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 16029 0 0 0 94132 3 0 0 25 0 1 0 510055566 67252224 15979 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 16419 15979 77 173 0 16244 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 74380

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 15132
/proc/meminfo: memFree=25316288/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=65980 CPUtime=1001.35 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 16110 0 0 0 100132 3 0 0 25 0 1 0 510055566 67563520 16060 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 16495 16060 77 173 0 16320 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 74684

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 15134
/proc/meminfo: memFree=25307956/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=68036 CPUtime=1061.36 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 16533 0 0 0 106132 4 0 0 25 0 1 0 510055566 69668864 16483 33554432000 134512640 135217611 4287395328 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 17009 16483 77 173 0 16834 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 76740

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 15136
/proc/meminfo: memFree=25305704/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=68200 CPUtime=1121.36 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 16590 0 0 0 112132 4 0 0 25 0 1 0 510055566 69836800 16540 33554432000 134512640 135217611 4287395328 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 17050 16540 77 173 0 16875 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 76904

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/194 15137
/proc/meminfo: memFree=25298240/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=68992 CPUtime=1181.36 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 16787 0 0 0 118132 4 0 0 25 0 1 0 510055566 70647808 16737 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 17248 16737 77 173 0 17073 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 77696

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.71 5/194 15139
/proc/meminfo: memFree=25289780/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=71896 CPUtime=1241.36 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 17530 0 0 0 124132 4 0 0 25 0 1 0 510055566 73621504 17480 33554432000 134512640 135217611 4287395328 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 17974 17480 77 173 0 17799 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 80600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.73 5/194 15140
/proc/meminfo: memFree=25286284/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=72184 CPUtime=1299.07 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 17579 0 0 0 129903 4 0 0 25 0 1 0 510055566 73916416 17529 33554432000 134512640 135217611 4287395328 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 18046 17529 77 173 0 17871 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 80888

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

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

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.73 5/194 15140
/proc/meminfo: memFree=25286284/32951124 swapFree=67051468/67111528
[pid=14912] ppid=14910 vsize=8704 CPUtime=0.94 cores=4,6
/proc/14912/stat : 14912 (glucose.sh) S 14910 14912 14531 0 -1 4202496 359 11321 0 0 0 0 91 3 18 0 1 0 510055470 8912896 254 33554432000 4194304 4922060 140736095075168 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14912/statm: 2176 254 211 178 0 69 0
[pid=14932] ppid=14912 vsize=72184 CPUtime=1299.07 cores=4,6
/proc/14932/stat : 14932 (glucose_static) R 14912 14912 14531 0 -1 4202496 17579 0 0 0 129903 4 0 0 25 0 1 0 510055566 73916416 17529 33554432000 134512640 135217611 4287395328 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14932/statm: 18046 17529 77 173 0 17871 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 80888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.95
CPU system time (s): 0.085986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 80888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29269
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= 18
involuntary context switches= 2170

runsolver used 2.26865 second user time and 4.83127 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 11:55:27
IDJOB=3308795
IDBENCH=82467
IDSOLVER=1691
FILE ID=node101/3308795-1303984527
RUNJOBID= node101-1303983224-14550
PBS_JOBID= 13168725
Free space on /tmp= 71876 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308795-1303984527/watcher-3308795-1303984527 -o /tmp/evaluation-result-3308795-1303984527/solver-3308795-1303984527 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308795-1303984527.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1139203356

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25046600 kB
Buffers:       1991104 kB
Cached:        5077148 kB
SwapCached:      30452 kB
Active:        3214584 kB
Inactive:      4245240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25046600 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:      383020 kB
Mapped:           9648 kB
Slab:           378748 kB
PageTables:       5884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   627392 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= 71988 MiB
End job on node101 at 2011-04-28 12:17:09