Trace number 3308558

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1067.51
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.00/0.27	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.00/0.27	c ==============================================================================
0.00/0.27	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.00/0.27	c CPU time:   0.266959 s
0.00/0.27	c ==============================================================================
0.00/0.31	c
0.00/0.31	c Starting glucose
0.00/0.31	c
0.00/0.31	
0.00/0.31	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.31	
0.00/0.31	c ============================[ Problem Statistics ]=============================
0.00/0.31	c |                                                                             |
0.00/0.31	c |  Number of variables:  763                                                  |
0.00/0.31	c |  Number of clauses:    67183                                                |
0.00/0.33	c |  Parsing time:         0.02         s                                       |
1299.97/1300.01	HOME/glucose.sh: line 55: 27318 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-3308558-1303983281/watcher-3308558-1303983281 -o /tmp/evaluation-result-3308558-1303983281/solver-3308558-1303983281 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308558-1303983281.cnf 

running on 2 cores: 1,3

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: 2.87 0.82 0.28 4/192 27315
/proc/meminfo: memFree=20185748/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588558783 8912896 252 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 252 211 178 0 69 0

[startup+0.0946411 s]
/proc/loadavg: 2.87 0.82 0.28 4/192 27315
/proc/meminfo: memFree=20185748/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588558783 8912896 252 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100638 s]
/proc/loadavg: 2.87 0.82 0.28 4/192 27315
/proc/meminfo: memFree=20185748/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588558783 8912896 252 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300602 s]
/proc/loadavg: 2.87 0.82 0.28 4/192 27315
/proc/meminfo: memFree=20185748/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588558783 8912896 252 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700531 s]
/proc/loadavg: 2.87 0.82 0.28 4/192 27315
/proc/meminfo: memFree=20185748/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8704

[startup+1.50045 s]
/proc/loadavg: 2.96 0.87 0.30 5/194 27318
/proc/meminfo: memFree=20164156/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=9028 CPUtime=1.17 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 2158 0 0 0 117 0 0 0 25 0 1 0 588558815 9244672 2113 33554432000 134512640 135217611 4293986608 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 2257 2113 77 173 0 2082 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17732

[startup+3.10109 s]
/proc/loadavg: 2.96 0.87 0.30 6/194 27318
/proc/meminfo: memFree=20122492/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=10860 CPUtime=2.77 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 2600 0 0 0 277 0 0 0 25 0 1 0 588558815 11120640 2555 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 2715 2555 77 173 0 2540 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19564

[startup+6.30051 s]
/proc/loadavg: 2.96 0.87 0.30 5/191 27322
/proc/meminfo: memFree=22530472/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=12284 CPUtime=5.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 2942 0 0 0 597 0 0 0 25 0 1 0 588558815 12578816 2897 33554432000 134512640 135217611 4293986608 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 3071 2897 77 173 0 2896 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20988

[startup+12.7003 s]
/proc/loadavg: 3.20 0.99 0.34 5/191 27322
/proc/meminfo: memFree=22415488/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=15076 CPUtime=12.37 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 3610 0 0 0 1237 0 0 0 25 0 1 0 588558815 15437824 3565 33554432000 134512640 135217611 4293986608 18446744073709551615 134538465 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 3769 3565 77 173 0 3594 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23780

[startup+25.501 s]
/proc/loadavg: 3.32 1.09 0.38 5/190 27323
/proc/meminfo: memFree=22480860/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=18380 CPUtime=25.17 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 4383 0 0 0 2517 0 0 0 25 0 1 0 588558815 18821120 4338 33554432000 134512640 135217611 4293986608 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 4595 4338 77 173 0 4420 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27084

[startup+51.1003 s]
/proc/loadavg: 3.59 1.37 0.50 5/190 27354
/proc/meminfo: memFree=22457600/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=20664 CPUtime=50.77 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 4943 0 0 0 5077 0 0 0 25 0 1 0 588558815 21159936 4898 33554432000 134512640 135217611 4293986608 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 5166 4898 77 173 0 4991 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29368

[startup+102.307 s]
/proc/loadavg: 3.99 1.82 0.69 5/194 27382
/proc/meminfo: memFree=22350192/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=25068 CPUtime=101.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 5950 0 0 0 10193 5 0 0 25 0 1 0 588558815 25669632 5905 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 6267 5905 77 173 0 6092 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 33772

[startup+162.301 s]
/proc/loadavg: 4.03 2.23 0.90 5/194 27383
/proc/meminfo: memFree=22270528/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=28428 CPUtime=161.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 6735 0 0 0 16192 5 0 0 25 0 1 0 588558815 29110272 6690 33554432000 134512640 135217611 4293986608 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 7107 6690 77 173 0 6932 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 37132

[startup+222.301 s]
/proc/loadavg: 4.01 2.55 1.09 5/194 27385
/proc/meminfo: memFree=22251220/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=30840 CPUtime=221.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 7284 0 0 0 22192 5 0 0 25 0 1 0 588558815 31580160 7239 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 7710 7239 77 173 0 7535 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 39544

[startup+282.301 s]
/proc/loadavg: 4.03 2.82 1.28 5/194 27451
/proc/meminfo: memFree=22249980/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=34436 CPUtime=281.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 8129 0 0 0 28192 6 0 0 25 0 1 0 588558815 35262464 8084 33554432000 134512640 135217611 4293986608 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 8609 8084 77 173 0 8434 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 43140

[startup+342.301 s]
/proc/loadavg: 4.01 3.03 1.44 5/194 27483
/proc/meminfo: memFree=22298832/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=36848 CPUtime=341.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 8631 0 0 0 34192 6 0 0 25 0 1 0 588558815 37732352 8586 33554432000 134512640 135217611 4293986608 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 9212 8586 77 173 0 9037 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 45552

[startup+402.301 s]
/proc/loadavg: 4.00 3.21 1.60 5/194 27485
/proc/meminfo: memFree=22233260/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3

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

[pid=27318] ppid=27315 vsize=43668 CPUtime=521.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 10159 0 0 0 52191 6 0 0 25 0 1 0 588558815 44716032 10114 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 10917 10114 77 173 0 10742 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 52372

[startup+582.301 s]
/proc/loadavg: 4.00 3.57 2.02 5/194 27490
/proc/meminfo: memFree=22100936/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=45708 CPUtime=581.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 10649 0 0 0 58191 6 0 0 25 0 1 0 588558815 46804992 10604 33554432000 134512640 135217611 4293986608 18446744073709551615 134533100 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 11427 10604 77 173 0 11252 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 54412

[startup+642.3 s]
/proc/loadavg: 4.00 3.64 2.14 5/194 27491
/proc/meminfo: memFree=22087136/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=47532 CPUtime=641.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 11013 0 0 0 64192 6 0 0 25 0 1 0 588558815 48672768 10968 33554432000 134512640 135217611 4293986608 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 11883 10968 77 173 0 11708 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 56236

[startup+702.3 s]
/proc/loadavg: 4.00 3.71 2.26 5/194 27493
/proc/meminfo: memFree=22066608/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=49780 CPUtime=701.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 11464 0 0 0 70191 7 0 0 25 0 1 0 588558815 50974720 11419 33554432000 134512640 135217611 4293986608 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 12445 11419 77 173 0 12270 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 58484

[startup+762.307 s]
/proc/loadavg: 4.00 3.76 2.36 5/194 27494
/proc/meminfo: memFree=22048108/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=51740 CPUtime=761.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 11879 0 0 0 76191 7 0 0 25 0 1 0 588558815 52981760 11834 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 12935 11834 77 173 0 12760 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 60444

[startup+822.3 s]
/proc/loadavg: 4.04 3.81 2.47 5/194 27496
/proc/meminfo: memFree=22023352/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=52852 CPUtime=821.98 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 12122 0 0 0 82191 7 0 0 25 0 1 0 588558815 54120448 12077 33554432000 134512640 135217611 4293986608 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 13213 12077 77 173 0 13038 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 61556

[startup+882.3 s]
/proc/loadavg: 4.01 3.84 2.56 5/194 27498
/proc/meminfo: memFree=22013416/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=53512 CPUtime=881.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 12286 0 0 0 88190 7 0 0 25 0 1 0 588558815 54796288 12241 33554432000 134512640 135217611 4293986608 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 13378 12241 77 173 0 13203 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 62216

[startup+942.3 s]
/proc/loadavg: 4.00 3.87 2.65 5/194 27499
/proc/meminfo: memFree=22012124/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=55068 CPUtime=941.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 12638 0 0 0 94190 7 0 0 25 0 1 0 588558815 56389632 12593 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 13767 12593 77 173 0 13592 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 63772

[startup+1002.3 s]
/proc/loadavg: 4.08 3.91 2.73 5/194 27501
/proc/meminfo: memFree=22010184/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=57068 CPUtime=1001.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 13117 0 0 0 100190 7 0 0 25 0 1 0 588558815 58437632 13069 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 14267 13069 77 173 0 14092 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 65772

[startup+1062.3 s]
/proc/loadavg: 4.06 3.94 2.82 5/194 27502
/proc/meminfo: memFree=21983516/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=57660 CPUtime=1061.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 13212 0 0 0 106190 7 0 0 25 0 1 0 588558815 59043840 13164 33554432000 134512640 135217611 4293986608 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 14415 13164 77 173 0 14240 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 66364

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 2.89 5/194 27504
/proc/meminfo: memFree=21851964/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=58880 CPUtime=1121.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 13489 0 0 0 112189 8 0 0 25 0 1 0 588558815 60293120 13422 33554432000 134512640 135217611 4293986608 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 14720 13422 77 173 0 14545 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 67584

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 2.95 5/194 27506
/proc/meminfo: memFree=21827296/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=60828 CPUtime=1181.97 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 13954 0 0 0 118189 8 0 0 25 0 1 0 588558815 62287872 13887 33554432000 134512640 135217611 4293986608 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 15207 13887 77 173 0 15032 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 69532

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.02 5/194 27507
/proc/meminfo: memFree=21810636/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=62104 CPUtime=1241.96 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 14257 0 0 0 124188 8 0 0 25 0 1 0 588558815 63594496 14190 33554432000 134512640 135217611 4293986608 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 15526 14190 77 173 0 15351 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 70808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.98 3.08 5/194 27509
/proc/meminfo: memFree=21796132/32950928 swapFree=67071984/67111528
[pid=27315] ppid=27313 vsize=8704 CPUtime=0.3 cores=1,3
/proc/27315/stat : 27315 (glucose.sh) S 27313 27315 27186 0 -1 4202496 359 1868 0 0 0 0 30 0 22 0 1 0 588558783 8912896 254 33554432000 4194304 4922060 140734688624896 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27315/statm: 2176 254 211 178 0 69 0
[pid=27318] ppid=27315 vsize=64168 CPUtime=1299.67 cores=1,3
/proc/27318/stat : 27318 (glucose_static) R 27315 27315 27186 0 -1 4202496 14694 0 0 0 129959 8 0 0 25 0 1 0 588558815 65708032 14627 33554432000 134512640 135217611 4293986608 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/27318/statm: 16042 14627 77 173 0 15867 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 72872

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): 1299.99
CPU user time (s): 1299.9
CPU system time (s): 0.089986
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 72872

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

runsolver used 2.18267 second user time and 4.92225 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 11:34:41
IDJOB=3308558
IDBENCH=71078
IDSOLVER=1691
FILE ID=node116/3308558-1303983281
RUNJOBID= node116-1303983225-27207
PBS_JOBID= 13168710
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308558-1303983281/watcher-3308558-1303983281 -o /tmp/evaluation-result-3308558-1303983281/solver-3308558-1303983281 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308558-1303983281.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1194533043

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:      20186020 kB
Buffers:       1886836 kB
Cached:        7618920 kB
SwapCached:       9732 kB
Active:        7641312 kB
Inactive:      4693176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20186020 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:          795624 kB
Writeback:           0 kB
AnonPages:     2822780 kB
Mapped:          14984 kB
Slab:           359444 kB
PageTables:      10900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3239988 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= 72148 MiB
End job on node116 at 2011-04-28 11:56:23