Trace number 3309167

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.05 1300.01

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
0.00/0.91	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
0.00/0.91	c ==============================================================================
0.00/0.91	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
0.00/0.91	c CPU time:   0.891864 s
0.00/0.91	c ==============================================================================
1.00/1.09	c
1.00/1.09	c Starting glucose
1.00/1.09	c
1.00/1.09	
1.00/1.09	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.00/1.09	
1.00/1.09	c ============================[ Problem Statistics ]=============================
1.00/1.09	c |                                                                             |
1.00/1.09	c |  Number of variables:  8694                                                 |
1.00/1.09	c |  Number of clauses:    269998                                               |
1.09/1.21	c |  Parsing time:         0.10         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 27754 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-3309167-1303985968/watcher-3309167-1303985968 -o /tmp/evaluation-result-3309167-1303985968/solver-3309167-1303985968 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309167-1303985968.cnf 

running on 2 cores: 0,2

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: 3.16 3.73 3.67 4/185 27751
/proc/meminfo: memFree=23669036/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=0 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588827491 8912896 253 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 253 211 178 0 69 0

[startup+0.0726219 s]
/proc/loadavg: 3.16 3.73 3.67 4/185 27751
/proc/meminfo: memFree=23669036/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=0 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588827491 8912896 253 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100612 s]
/proc/loadavg: 3.16 3.73 3.67 4/185 27751
/proc/meminfo: memFree=23669036/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=0 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588827491 8912896 253 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300637 s]
/proc/loadavg: 3.16 3.73 3.67 4/185 27751
/proc/meminfo: memFree=23669036/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=0 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588827491 8912896 253 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700566 s]
/proc/loadavg: 3.16 3.73 3.67 4/185 27751
/proc/meminfo: memFree=23669036/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=0 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588827491 8912896 253 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50036 s]
/proc/loadavg: 3.16 3.73 3.67 4/187 27753
/proc/meminfo: memFree=23641740/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 8704

[startup+3.10108 s]
/proc/loadavg: 3.16 3.73 3.67 4/187 27754
/proc/meminfo: memFree=23642112/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=20440 CPUtime=1.99 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 4989 0 0 0 198 1 0 0 25 0 1 0 588827601 20930560 4943 33554432000 134512640 135217611 4287415216 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 5110 4943 75 173 0 4935 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29144

[startup+6.30043 s]
/proc/loadavg: 3.23 3.74 3.67 4/187 27754
/proc/meminfo: memFree=23639756/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=22844 CPUtime=5.19 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 5570 0 0 0 518 1 0 0 25 0 1 0 588827601 23392256 5524 33554432000 134512640 135217611 4287415216 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 5711 5524 75 173 0 5536 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31548

[startup+12.7003 s]
/proc/loadavg: 3.21 3.72 3.66 4/187 27754
/proc/meminfo: memFree=23637068/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=25532 CPUtime=11.59 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 6256 0 0 0 1158 1 0 0 25 0 1 0 588827601 26144768 6210 33554432000 134512640 135217611 4287415216 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 6383 6210 76 173 0 6208 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34236

[startup+25.5009 s]
/proc/loadavg: 3.16 3.69 3.65 4/187 27754
/proc/meminfo: memFree=23632848/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=28100 CPUtime=24.39 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 6898 0 0 0 2438 1 0 0 25 0 1 0 588827601 28774400 6852 33554432000 134512640 135217611 4287415216 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 7025 6852 76 173 0 6850 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36804

[startup+51.1004 s]
/proc/loadavg: 3.11 3.63 3.63 4/187 27755
/proc/meminfo: memFree=23629588/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=30868 CPUtime=49.99 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 7559 0 0 0 4997 2 0 0 25 0 1 0 588827601 31608832 7513 33554432000 134512640 135217611 4287415216 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 7717 7513 76 173 0 7542 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 39572

[startup+102.307 s]
/proc/loadavg: 3.04 3.53 3.60 4/187 27757
/proc/meminfo: memFree=23624604/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=33824 CPUtime=101.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 8310 0 0 0 10118 2 0 0 25 0 1 0 588827601 34635776 8264 33554432000 134512640 135217611 4287415216 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 8456 8264 76 173 0 8281 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 42528

[startup+162.301 s]
/proc/loadavg: 3.01 3.43 3.56 4/187 27758
/proc/meminfo: memFree=23619988/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=36956 CPUtime=161.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 9023 0 0 0 16117 3 0 0 25 0 1 0 588827601 37842944 8977 33554432000 134512640 135217611 4287415216 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 9239 8977 76 173 0 9064 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 45660

[startup+222.301 s]
/proc/loadavg: 2.66 3.27 3.49 3/180 27778
/proc/meminfo: memFree=23681724/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=38628 CPUtime=221.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 9448 0 0 0 22117 3 0 0 25 0 1 0 588827601 39555072 9402 33554432000 134512640 135217611 4287415216 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 9657 9402 76 173 0 9482 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 47332

[startup+282.301 s]
/proc/loadavg: 1.68 2.88 3.35 2/173 27798
/proc/meminfo: memFree=23724668/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=40920 CPUtime=281.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 10008 0 0 0 28117 3 0 0 25 0 1 0 588827601 41902080 9962 33554432000 134512640 135217611 4287415216 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 10230 9962 76 173 0 10055 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 49624

[startup+342.301 s]
/proc/loadavg: 1.25 2.54 3.20 2/173 27800
/proc/meminfo: memFree=23721140/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=44320 CPUtime=341.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 10857 0 0 0 34117 3 0 0 25 0 1 0 588827601 45383680 10811 33554432000 134512640 135217611 4287415216 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 11080 10811 76 173 0 10905 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 53024

[startup+402.301 s]
/proc/loadavg: 1.09 2.25 3.06 2/173 27802
/proc/meminfo: memFree=23719344/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=46328 CPUtime=401.2 cores=0,2

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

[pid=27754] ppid=27751 vsize=49340 CPUtime=521.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 12015 0 0 0 52116 4 0 0 25 0 1 0 588827601 50524160 11969 33554432000 134512640 135217611 4287415216 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 12335 11969 76 173 0 12160 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 58044

[startup+582.301 s]
/proc/loadavg: 1.01 1.69 2.69 2/173 27806
/proc/meminfo: memFree=23715100/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=50804 CPUtime=581.2 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 12364 0 0 0 58116 4 0 0 25 0 1 0 588827601 52023296 12318 33554432000 134512640 135217611 4287415216 18446744073709551615 134532976 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 12701 12318 76 173 0 12526 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 59508

[startup+642.301 s]
/proc/loadavg: 1.00 1.56 2.58 2/173 27808
/proc/meminfo: memFree=23713548/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=52376 CPUtime=641.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 12734 0 0 0 64117 5 0 0 25 0 1 0 588827601 53633024 12688 33554432000 134512640 135217611 4287415216 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 13094 12688 76 173 0 12919 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 61080

[startup+702.301 s]
/proc/loadavg: 1.00 1.46 2.48 2/173 27810
/proc/meminfo: memFree=23712008/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=53864 CPUtime=701.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 13125 0 0 0 70117 5 0 0 25 0 1 0 588827601 55156736 13079 33554432000 134512640 135217611 4287415216 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 13466 13079 76 173 0 13291 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 62568

[startup+762.306 s]
/proc/loadavg: 1.00 1.37 2.38 2/173 27811
/proc/meminfo: memFree=23711204/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=54744 CPUtime=761.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 13308 0 0 0 76117 5 0 0 25 0 1 0 588827601 56057856 13262 33554432000 134512640 135217611 4287415216 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 13686 13262 76 173 0 13511 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 63448

[startup+822.301 s]
/proc/loadavg: 1.00 1.30 2.30 2/173 27813
/proc/meminfo: memFree=23708664/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=57304 CPUtime=821.21 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 13958 0 0 0 82116 5 0 0 25 0 1 0 588827601 58679296 13912 33554432000 134512640 135217611 4287415216 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 14326 13912 76 173 0 14151 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 66008

[startup+882.3 s]
/proc/loadavg: 1.00 1.24 2.21 2/173 27814
/proc/meminfo: memFree=23708116/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=58000 CPUtime=881.21 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 14102 0 0 0 88116 5 0 0 25 0 1 0 588827601 59392000 14056 33554432000 134512640 135217611 4287415216 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 14500 14056 76 173 0 14325 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 66704

[startup+942.3 s]
/proc/loadavg: 1.00 1.20 2.13 2/173 27816
/proc/meminfo: memFree=23707692/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=58568 CPUtime=941.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 14242 0 0 0 94117 5 0 0 25 0 1 0 588827601 59973632 14196 33554432000 134512640 135217611 4287415216 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 14642 14196 76 173 0 14467 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 67272

[startup+1002.3 s]
/proc/loadavg: 1.00 1.16 2.06 2/173 27818
/proc/meminfo: memFree=23707144/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=59212 CPUtime=1001.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 14382 0 0 0 100117 5 0 0 25 0 1 0 588827601 60633088 14336 33554432000 134512640 135217611 4287415216 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 14803 14336 76 173 0 14628 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 67916

[startup+1062.3 s]
/proc/loadavg: 1.00 1.13 1.99 2/173 27819
/proc/meminfo: memFree=23706224/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=60228 CPUtime=1061.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 14606 0 0 0 106117 5 0 0 25 0 1 0 588827601 61673472 14560 33554432000 134512640 135217611 4287415216 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 15057 14560 76 173 0 14882 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 68932

[startup+1122.3 s]
/proc/loadavg: 1.00 1.10 1.92 2/173 27821
/proc/meminfo: memFree=23705064/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=61768 CPUtime=1121.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 14956 0 0 0 112116 6 0 0 25 0 1 0 588827601 63250432 14910 33554432000 134512640 135217611 4287415216 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 15442 14910 76 173 0 15267 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 70472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.08 1.86 2/173 27825
/proc/meminfo: memFree=23704800/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=62572 CPUtime=1181.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 15148 0 0 0 118116 6 0 0 25 0 1 0 588827601 64073728 15102 33554432000 134512640 135217611 4287415216 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 15643 15102 76 173 0 15468 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 71276

[startup+1242.3 s]
/proc/loadavg: 1.00 1.06 1.81 2/173 27827
/proc/meminfo: memFree=23703648/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=63716 CPUtime=1241.22 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 15405 0 0 0 124116 6 0 0 25 0 1 0 588827601 65245184 15359 33554432000 134512640 135217611 4287415216 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 15929 15359 76 173 0 15754 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 72420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.05 1.75 2/173 27828
/proc/meminfo: memFree=23702960/32950928 swapFree=67071984/67111528
[pid=27751] ppid=27749 vsize=8704 CPUtime=1.09 cores=0,2
/proc/27751/stat : 27751 (glucose.sh) S 27749 27751 27186 0 -1 4202496 360 6529 0 0 0 0 106 3 18 0 1 0 588827491 8912896 255 33554432000 4194304 4922060 140735165194336 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27751/statm: 2176 255 211 178 0 69 0
[pid=27754] ppid=27751 vsize=64276 CPUtime=1298.93 cores=0,2
/proc/27754/stat : 27754 (glucose_static) R 27751 27751 27186 0 -1 4202496 15543 0 0 0 129887 6 0 0 25 0 1 0 588827601 65818624 15497 33554432000 134512640 135217611 4287415216 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27754/statm: 16069 15497 76 173 0 15894 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 72980

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): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.106983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 72980

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

runsolver used 2.01269 second user time and 4.12637 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 12:19:28
IDJOB=3309167
IDBENCH=88062
IDSOLVER=1691
FILE ID=node116/3309167-1303985968
RUNJOBID= node116-1303983225-27205
PBS_JOBID= 13168710
Free space on /tmp= 72508 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309167-1303985968/watcher-3309167-1303985968 -o /tmp/evaluation-result-3309167-1303985968/solver-3309167-1303985968 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309167-1303985968.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1983396934

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      23669068 kB
Buffers:       1888048 kB
Cached:        6830332 kB
SwapCached:       9732 kB
Active:        4179148 kB
Inactive:      4679692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23669068 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            5088 kB
Writeback:           0 kB
AnonPages:      134580 kB
Mapped:          14708 kB
Slab:           358140 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   337752 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= 72504 MiB
End job on node116 at 2011-04-28 12:41:10