Trace number 3309044

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   38086    84198 |   11425       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   35941    80322 |      --       0       --      -- |     --   | -347/-9
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 3939   #clauses: 35941   #literals: 80322
0.00/0.06	c CPU time:   0.06099 s
0.00/0.06	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  3939                                                 |
0.00/0.07	c |  Number of clauses:    35941                                                |
0.07/0.09	c |  Parsing time:         0.01         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 20267 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-3309044-1303985111/watcher-3309044-1303985111 -o /tmp/evaluation-result-3309044-1303985111/solver-3309044-1303985111 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309044-1303985111.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: 4.00 4.00 3.47 4/192 20264
/proc/meminfo: memFree=19709968/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 335 0 0 0 0 0 0 0 23 0 1 0 510109040 8912896 253 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 253 211 178 0 69 0

[startup+0.0824239 s]
/proc/loadavg: 4.00 4.00 3.47 4/192 20264
/proc/meminfo: memFree=19709968/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.100419 s]
/proc/loadavg: 4.00 4.00 3.47 4/192 20264
/proc/meminfo: memFree=19709968/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.300385 s]
/proc/loadavg: 4.00 4.00 3.47 4/192 20264
/proc/meminfo: memFree=19709968/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.700315 s]
/proc/loadavg: 4.00 4.00 3.47 4/192 20264
/proc/meminfo: memFree=19709968/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+1.50022 s]
/proc/loadavg: 4.00 4.00 3.47 5/194 20267
/proc/meminfo: memFree=19703380/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=7076 CPUtime=1.41 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 1556 0 0 0 141 0 0 0 25 0 1 0 510109048 7245824 1511 33554432000 134512640 135217611 4290458528 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 1769 1511 77 173 0 1594 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15780

[startup+3.10092 s]
/proc/loadavg: 4.00 4.00 3.47 5/194 20267
/proc/meminfo: memFree=19702512/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=7956 CPUtime=3.01 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 1767 0 0 0 301 0 0 0 25 0 1 0 510109048 8146944 1722 33554432000 134512640 135217611 4290458528 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 1989 1722 77 173 0 1814 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16660

[startup+6.30036 s]
/proc/loadavg: 4.00 4.00 3.47 5/194 20267
/proc/meminfo: memFree=19699516/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=10628 CPUtime=6.21 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 2447 0 0 0 621 0 0 0 25 0 1 0 510109048 10883072 2402 33554432000 134512640 135217611 4290458528 18446744073709551615 134533600 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 2657 2402 77 173 0 2482 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19332

[startup+12.7002 s]
/proc/loadavg: 4.00 4.00 3.48 5/194 20267
/proc/meminfo: memFree=19696748/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=12832 CPUtime=12.61 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 2968 0 0 0 1261 0 0 0 25 0 1 0 510109048 13139968 2923 33554432000 134512640 135217611 4290458528 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 3208 2923 77 173 0 3033 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21536

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.48 5/194 20267
/proc/meminfo: memFree=19693912/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=15356 CPUtime=25.41 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 3623 0 0 0 2541 0 0 0 25 0 1 0 510109048 15724544 3578 33554432000 134512640 135217611 4290458528 18446744073709551615 134533013 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 3839 3578 77 173 0 3664 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24060

[startup+51.1005 s]
/proc/loadavg: 4.00 4.00 3.49 5/194 20268
/proc/meminfo: memFree=19688660/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=18592 CPUtime=51.01 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 4414 0 0 0 5101 0 0 0 25 0 1 0 510109048 19038208 4369 33554432000 134512640 135217611 4290458528 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 4648 4369 77 173 0 4473 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27296

[startup+102.307 s]
/proc/loadavg: 4.03 4.01 3.53 5/194 20269
/proc/meminfo: memFree=19681696/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=23944 CPUtime=102.22 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 5716 0 0 0 10222 0 0 0 25 0 1 0 510109048 24518656 5671 33554432000 134512640 135217611 4290458528 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 5986 5671 77 173 0 5811 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 32648

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.55 5/194 20271
/proc/meminfo: memFree=19673004/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=30100 CPUtime=162.21 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 7225 0 0 0 16220 1 0 0 25 0 1 0 510109048 30822400 7180 33554432000 134512640 135217611 4290458528 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 7525 7180 77 173 0 7350 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 38804

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 20273
/proc/meminfo: memFree=19668032/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=31720 CPUtime=222.21 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 7615 0 0 0 22220 1 0 0 25 0 1 0 510109048 32481280 7570 33554432000 134512640 135217611 4290458528 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 7930 7570 77 173 0 7755 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 40424

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.60 5/194 20274
/proc/meminfo: memFree=19658964/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=34476 CPUtime=282.22 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 8229 0 0 0 28220 2 0 0 25 0 1 0 510109048 35303424 8184 33554432000 134512640 135217611 4290458528 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 8619 8184 77 173 0 8444 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 43180

[startup+342.3 s]
/proc/loadavg: 3.85 3.97 3.61 4/187 20294
/proc/meminfo: memFree=19740384/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=37080 CPUtime=342.22 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 8852 0 0 0 34220 2 0 0 25 0 1 0 510109048 37969920 8807 33554432000 134512640 135217611 4290458528 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 9270 8807 77 173 0 9095 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 45784

[startup+402.301 s]
/proc/loadavg: 3.34 3.80 3.58 4/187 20295
/proc/meminfo: memFree=19736752/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3

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

[pid=20267] ppid=20264 vsize=43248 CPUtime=522.22 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 10362 0 0 0 52220 2 0 0 25 0 1 0 510109048 44285952 10317 33554432000 134512640 135217611 4290458528 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 10812 10317 77 173 0 10637 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 51952

[startup+582.301 s]
/proc/loadavg: 3.01 3.43 3.47 4/187 20300
/proc/meminfo: memFree=19725664/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=44112 CPUtime=582.22 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 10616 0 0 0 58220 2 0 0 25 0 1 0 510109048 45170688 10571 33554432000 134512640 135217611 4290458528 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 11028 10571 77 173 0 10853 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 52816

[startup+642.3 s]
/proc/loadavg: 3.00 3.34 3.43 4/187 20302
/proc/meminfo: memFree=19722656/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=46148 CPUtime=642.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 11053 0 0 0 64221 3 0 0 25 0 1 0 510109048 47255552 11008 33554432000 134512640 135217611 4290458528 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 11537 11008 77 173 0 11362 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 54852

[startup+702.301 s]
/proc/loadavg: 3.00 3.28 3.41 4/187 20303
/proc/meminfo: memFree=19713228/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=50692 CPUtime=702.23 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 12011 0 0 0 70220 3 0 0 25 0 1 0 510109048 51908608 11966 33554432000 134512640 135217611 4290458528 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 12673 11966 77 173 0 12498 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 59396

[startup+762.307 s]
/proc/loadavg: 3.06 3.24 3.38 4/187 20305
/proc/meminfo: memFree=19710472/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=52464 CPUtime=762.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 12409 0 0 0 76221 3 0 0 25 0 1 0 510109048 53723136 12364 33554432000 134512640 135217611 4290458528 18446744073709551615 134533093 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 13116 12364 77 173 0 12941 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 61168

[startup+822.301 s]
/proc/loadavg: 2.94 3.18 3.35 3/180 20325
/proc/meminfo: memFree=19781020/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=52608 CPUtime=822.23 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 12446 0 0 0 82220 3 0 0 25 0 1 0 510109048 53870592 12401 33554432000 134512640 135217611 4290458528 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 13152 12401 77 173 0 12977 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 61312

[startup+882.301 s]
/proc/loadavg: 1.79 2.81 3.21 2/173 20345
/proc/meminfo: memFree=19860360/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=57500 CPUtime=882.23 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 13615 0 0 0 88220 3 0 0 25 0 1 0 510109048 58880000 13570 33554432000 134512640 135217611 4290458528 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 14375 13570 77 173 0 14200 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 66204

[startup+942.301 s]
/proc/loadavg: 1.31 2.50 3.08 2/173 20347
/proc/meminfo: memFree=19857256/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=60808 CPUtime=942.23 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 14382 0 0 0 94220 3 0 0 25 0 1 0 510109048 62267392 14337 33554432000 134512640 135217611 4290458528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 15202 14337 77 173 0 15027 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 69512

[startup+1002.3 s]
/proc/loadavg: 1.10 2.20 2.93 2/173 20348
/proc/meminfo: memFree=19855512/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=62708 CPUtime=1002.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 14812 0 0 0 100220 4 0 0 25 0 1 0 510109048 64212992 14767 33554432000 134512640 135217611 4290458528 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 15677 14767 77 173 0 15502 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 71412

[startup+1062.3 s]
/proc/loadavg: 1.04 2.00 2.82 2/173 20350
/proc/meminfo: memFree=19854136/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=64328 CPUtime=1062.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 15160 0 0 0 106220 4 0 0 25 0 1 0 510109048 65871872 15115 33554432000 134512640 135217611 4290458528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 16082 15115 77 173 0 15907 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 73032

[startup+1122.3 s]
/proc/loadavg: 1.01 1.80 2.69 2/173 20352
/proc/meminfo: memFree=19853384/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=65116 CPUtime=1122.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 15337 0 0 0 112220 4 0 0 25 0 1 0 510109048 66678784 15292 33554432000 134512640 135217611 4290458528 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 16279 15292 77 173 0 16104 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 73820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.66 2.59 2/173 20353
/proc/meminfo: memFree=19852752/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=65948 CPUtime=1182.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 15515 0 0 0 118220 4 0 0 25 0 1 0 510109048 67530752 15470 33554432000 134512640 135217611 4290458528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 16487 15470 77 173 0 16312 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 74652

[startup+1242.3 s]
/proc/loadavg: 1.00 1.53 2.48 2/173 20355
/proc/meminfo: memFree=19851500/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=67352 CPUtime=1242.24 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 15824 0 0 0 124220 4 0 0 25 0 1 0 510109048 68968448 15779 33554432000 134512640 135217611 4290458528 18446744073709551615 134542766 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 16838 15779 77 173 0 16663 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 76056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.44 2.40 2/173 20356
/proc/meminfo: memFree=19851244/32951124 swapFree=67111464/67111528
[pid=20264] ppid=20262 vsize=8704 CPUtime=0.07 cores=1,3
/proc/20264/stat : 20264 (glucose.sh) S 20262 20264 19774 0 -1 4202496 360 1159 0 0 0 0 7 0 23 0 1 0 510109040 8912896 255 33554432000 4194304 4922060 140734755460192 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20264/statm: 2176 255 211 178 0 69 0
[pid=20267] ppid=20264 vsize=67892 CPUtime=1299.95 cores=1,3
/proc/20267/stat : 20267 (glucose_static) R 20264 20264 19774 0 -1 4202496 15945 0 0 0 129991 4 0 0 25 0 1 0 510109048 69521408 15900 33554432000 134512640 135217611 4290458528 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/20267/statm: 16973 15900 77 173 0 16798 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 76596

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.04
CPU user time (s): 1299.99
CPU system time (s): 0.051992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 76596

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

runsolver used 1.88871 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 12:05:11
IDJOB=3309044
IDBENCH=84180
IDSOLVER=1691
FILE ID=node136/3309044-1303985111
RUNJOBID= node136-1303983196-19795
PBS_JOBID= 13168690
Free space on /tmp= 72296 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309044-1303985111/watcher-3309044-1303985111 -o /tmp/evaluation-result-3309044-1303985111/solver-3309044-1303985111 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309044-1303985111.cnf

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=272414139

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19709992 kB
Buffers:       1734344 kB
Cached:       10696720 kB
SwapCached:         60 kB
Active:        5700936 kB
Inactive:      6959400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19709992 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:      228948 kB
Mapped:          15940 kB
Slab:           516424 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   417156 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= 72332 MiB
End job on node136 at 2011-04-28 12:26:53