Trace number 3365614

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.08 4999.92

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.0462
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   94904   223730 |   28471       0        0     nan |  0.000 % |
0.00/0.60	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
0.00/0.60	c ==============================================================================
0.00/0.60	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
0.00/0.60	c CPU time:   0.59091 s
0.00/0.60	c ==============================================================================
0.00/0.63	c
0.00/0.63	c Starting glucose
0.00/0.63	c
0.00/0.63	
0.00/0.63	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.63	
0.00/0.63	c ============================[ Problem Statistics ]=============================
0.00/0.63	c |                                                                             |
0.00/0.63	c |  Number of variables:  13839                                                |
0.00/0.63	c |  Number of clauses:    57479                                                |
0.00/0.65	c |  Parsing time:         0.02         s                                       |
5000.06/4999.91	HOME/glucose.sh: line 55: 18174 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-3365614-1305315366/watcher-3365614-1305315366 -o /tmp/evaluation-result-3365614-1305315366/solver-3365614-1305315366 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365614-1305315366.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: 0.83 0.21 0.07 2/325 18171
/proc/meminfo: memFree=25481880/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643137070 8912896 253 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18171/statm: 2176 253 211 178 0 69 0

[startup+0.0289419 s]
/proc/loadavg: 0.83 0.21 0.07 2/325 18171
/proc/meminfo: memFree=25481880/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643137070 8912896 253 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18171/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100931 s]
/proc/loadavg: 0.83 0.21 0.07 2/325 18171
/proc/meminfo: memFree=25481880/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643137070 8912896 253 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18171/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300893 s]
/proc/loadavg: 0.83 0.21 0.07 2/325 18171
/proc/meminfo: memFree=25481880/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643137070 8912896 253 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18171/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700779 s]
/proc/loadavg: 0.83 0.21 0.07 2/325 18171
/proc/meminfo: memFree=25481880/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 0.83 0.21 0.07 3/327 18174
/proc/meminfo: memFree=25469536/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=7588 CPUtime=0.86 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 1741 0 0 0 86 0 0 0 23 0 1 0 643137133 7770112 1696 33554432000 134512640 135217611 4290835376 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 1897 1696 75 173 0 1722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16292

[startup+3.10038 s]
/proc/loadavg: 0.83 0.21 0.07 3/327 18174
/proc/meminfo: memFree=25468172/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=7984 CPUtime=2.46 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 1844 0 0 0 246 0 0 0 25 0 1 0 643137133 8175616 1799 33554432000 134512640 135217611 4290835376 18446744073709551615 134538454 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 1996 1799 75 173 0 1821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16688

[startup+6.30079 s]
/proc/loadavg: 0.93 0.24 0.08 3/327 18174
/proc/meminfo: memFree=25466016/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=8908 CPUtime=5.66 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 2058 0 0 0 566 0 0 0 25 0 1 0 643137133 9121792 2013 33554432000 134512640 135217611 4290835376 18446744073709551615 134532820 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 2227 2013 75 173 0 2052 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17612

[startup+12.7006 s]
/proc/loadavg: 1.01 0.26 0.09 3/327 18174
/proc/meminfo: memFree=25464540/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=9700 CPUtime=12.06 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 2250 0 0 0 1206 0 0 0 25 0 1 0 643137133 9932800 2205 33554432000 134512640 135217611 4290835376 18446744073709551615 134532736 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 2425 2205 75 173 0 2250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18404

[startup+25.5002 s]
/proc/loadavg: 1.31 0.37 0.12 3/327 18175
/proc/meminfo: memFree=25462596/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=10968 CPUtime=24.86 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 2590 0 0 0 2486 0 0 0 25 0 1 0 643137133 11231232 2545 33554432000 134512640 135217611 4290835376 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 2742 2545 75 173 0 2567 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19672

[startup+51.1005 s]
/proc/loadavg: 1.55 0.50 0.17 3/327 18175
/proc/meminfo: memFree=25458088/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=12864 CPUtime=50.46 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 3029 0 0 0 5046 0 0 0 25 0 1 0 643137133 13172736 2984 33554432000 134512640 135217611 4290835376 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 3216 2984 75 173 0 3041 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21568

[startup+102.312 s]
/proc/loadavg: 1.80 0.73 0.27 3/327 18177
/proc/meminfo: memFree=25451464/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=15024 CPUtime=101.67 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 3578 0 0 0 10167 0 0 0 25 0 1 0 643137133 15384576 3533 33554432000 134512640 135217611 4290835376 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 3756 3533 75 173 0 3581 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23728

[startup+162.301 s]
/proc/loadavg: 1.92 0.95 0.37 3/327 18178
/proc/meminfo: memFree=25446844/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=16404 CPUtime=161.66 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 3912 0 0 0 16166 0 0 0 25 0 1 0 643137133 16797696 3867 33554432000 134512640 135217611 4290835376 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 4101 3867 75 173 0 3926 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25108

[startup+222.301 s]
/proc/loadavg: 1.97 1.14 0.47 3/327 18180
/proc/meminfo: memFree=25442712/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=17732 CPUtime=221.66 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 4210 0 0 0 22166 0 0 0 25 0 1 0 643137133 18157568 4165 33554432000 134512640 135217611 4290835376 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 4433 4165 75 173 0 4258 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 26436

[startup+282.301 s]
/proc/loadavg: 2.04 1.31 0.57 3/327 18181
/proc/meminfo: memFree=25439208/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=19048 CPUtime=281.66 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 4533 0 0 0 28166 0 0 0 25 0 1 0 643137133 19505152 4488 33554432000 134512640 135217611 4290835376 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 4762 4488 75 173 0 4587 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 27752

[startup+342.3 s]
/proc/loadavg: 2.01 1.43 0.65 3/327 18183
/proc/meminfo: memFree=25431856/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=19924 CPUtime=341.66 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 4713 0 0 0 34166 0 0 0 25 0 1 0 643137133 20402176 4668 33554432000 134512640 135217611 4290835376 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 4981 4668 75 173 0 4806 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 28628

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 0.74 3/327 18185
/proc/meminfo: memFree=25431316/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7

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

[pid=18174] ppid=18171 vsize=53148 CPUtime=4301.8 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12255 0 0 0 430177 3 0 0 25 0 1 0 643137133 54423552 12206 33554432000 134512640 135217611 4290835376 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13287 12206 76 173 0 13112 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 61852

[startup+4362.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/327 18302
/proc/meminfo: memFree=25347652/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=53256 CPUtime=4361.8 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12270 0 0 0 436177 3 0 0 25 0 1 0 643137133 54534144 12221 33554432000 134512640 135217611 4290835376 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13314 12221 76 173 0 13139 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 61960

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/327 18304
/proc/meminfo: memFree=25346144/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=53364 CPUtime=4421.8 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12287 0 0 0 442177 3 0 0 25 0 1 0 643137133 54644736 12238 33554432000 134512640 135217611 4290835376 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13341 12238 76 173 0 13166 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 62068

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 18305
/proc/meminfo: memFree=25345000/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=53364 CPUtime=4481.8 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12298 0 0 0 448177 3 0 0 25 0 1 0 643137133 54644736 12249 33554432000 134512640 135217611 4290835376 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13341 12249 76 173 0 13166 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 62068

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 18307
/proc/meminfo: memFree=25344600/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=53552 CPUtime=4541.8 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12350 0 0 0 454177 3 0 0 25 0 1 0 643137133 54837248 12301 33554432000 134512640 135217611 4290835376 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13388 12301 76 173 0 13213 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 62256

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 1.95 4/327 18309
/proc/meminfo: memFree=25341472/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=53764 CPUtime=4601.81 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12390 0 0 0 460178 3 0 0 25 0 1 0 643137133 55054336 12341 33554432000 134512640 135217611 4290835376 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13441 12341 76 173 0 13266 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 62468

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/327 18310
/proc/meminfo: memFree=25341320/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=53872 CPUtime=4661.81 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12420 0 0 0 466178 3 0 0 25 0 1 0 643137133 55164928 12371 33554432000 134512640 135217611 4290835376 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13468 12371 76 173 0 13293 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 62576

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/327 18312
/proc/meminfo: memFree=25340788/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=54196 CPUtime=4721.82 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12492 0 0 0 472179 3 0 0 25 0 1 0 643137133 55496704 12443 33554432000 134512640 135217611 4290835376 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13549 12443 76 173 0 13374 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 62900

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/327 18313
/proc/meminfo: memFree=25338528/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=55900 CPUtime=4781.82 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12934 0 0 0 478178 4 0 0 25 0 1 0 643137133 57241600 12885 33554432000 134512640 135217611 4290835376 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 13975 12885 76 173 0 13800 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 64604

[startup+4842.3 s]
/proc/loadavg: 2.16 2.03 1.96 3/327 18315
/proc/meminfo: memFree=25338252/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=56296 CPUtime=4841.82 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 12999 0 0 0 484178 4 0 0 25 0 1 0 643137133 57647104 12950 33554432000 134512640 135217611 4290835376 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 14074 12950 76 173 0 13899 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 65000

[startup+4902.3 s]
/proc/loadavg: 2.14 2.04 1.96 3/327 18317
/proc/meminfo: memFree=25336984/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=56512 CPUtime=4901.82 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 13055 0 0 0 490178 4 0 0 25 0 1 0 643137133 57868288 13006 33554432000 134512640 135217611 4290835376 18446744073709551615 134537558 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 14128 13006 76 173 0 13953 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 65216

[startup+4962.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/327 18318
/proc/meminfo: memFree=25336204/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=56728 CPUtime=4961.82 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 13103 0 0 0 496178 4 0 0 25 0 1 0 643137133 58089472 13054 33554432000 134512640 135217611 4290835376 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 14182 13054 76 173 0 14007 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 65432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 1.96 3/327 18468
/proc/meminfo: memFree=25368628/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=57052 CPUtime=4999.43 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 13184 0 0 0 499939 4 0 0 25 0 1 0 643137133 58421248 13135 33554432000 134512640 135217611 4290835376 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 14263 13135 76 173 0 14088 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 65756

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 1.96 3/327 18468
/proc/meminfo: memFree=25368628/32951124 swapFree=44485764/67111528
[pid=18171] ppid=18169 vsize=8704 CPUtime=0.63 cores=1,3,5,7
/proc/18171/stat : 18171 (glucose.sh) S 18169 18171 18099 0 -1 4202496 359 4514 0 0 0 0 62 1 19 0 1 0 643137070 8912896 255 33554432000 4194304 4922060 140736957056720 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18171/statm: 2176 255 211 178 0 69 0
[pid=18174] ppid=18171 vsize=57052 CPUtime=4999.43 cores=1,3,5,7
/proc/18174/stat : 18174 (glucose_static) R 18171 18171 18099 0 -1 4202496 13184 0 0 0 499939 4 0 0 25 0 1 0 643137133 58421248 13135 33554432000 134512640 135217611 4290835376 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/18174/statm: 14263 13135 76 173 0 14088 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 65756

Child status: 143
Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 5000.02
CPU system time (s): 0.06199
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 65756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18269
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= 10
involuntary context switches= 6752

runsolver used 14.4158 second user time and 35.6436 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-13 21:36:06
IDJOB=3365614
IDBENCH=70873
IDSOLVER=1842
FILE ID=node105/3365614-1305315366
RUNJOBID= node105-1305315334-18118
PBS_JOBID= 13324327
Free space on /tmp= 48644 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365614-1305315366/watcher-3365614-1305315366 -o /tmp/evaluation-result-3365614-1305315366/solver-3365614-1305315366 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365614-1305315366.cnf

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1779941500

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25482160 kB
Buffers:        221128 kB
Cached:        5767176 kB
SwapCached:      39656 kB
Active:         521412 kB
Inactive:      6689844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25482160 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            6224 kB
Writeback:           0 kB
AnonPages:     1190872 kB
Mapped:          10780 kB
Slab:           126076 kB
PageTables:      65992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65352668 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= 48608 MiB
End job on node105 at 2011-05-13 22:59:26