Trace number 3309152

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

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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 |   25061    58730 |    7518       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   19058    51527 |      --       0       --      -- |     --   | -6003/-7203
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 5192   #clauses: 19058   #literals: 51527
0.00/0.07	c CPU time:   0.066989 s
0.00/0.07	c ==============================================================================
0.00/0.08	c
0.00/0.08	c Starting glucose
0.00/0.08	c
0.00/0.08	
0.00/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.08	
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Number of variables:  5192                                                 |
0.00/0.08	c |  Number of clauses:    19058                                                |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
1299.96/1300.01	HOME/glucose.sh: line 55:  6981 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-3309152-1303985955/watcher-3309152-1303985955 -o /tmp/evaluation-result-3309152-1303985955/solver-3309152-1303985955 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309152-1303985955.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.09 2.76 3.00 3/176 6964
/proc/meminfo: memFree=14233468/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 510195252 8912896 252 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 252 211 178 0 69 0

[startup+0.088799 s]
/proc/loadavg: 2.09 2.76 3.00 3/176 6964
/proc/meminfo: memFree=14233468/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.100796 s]
/proc/loadavg: 2.09 2.76 3.00 3/176 6964
/proc/meminfo: memFree=14233468/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.30076 s]
/proc/loadavg: 2.09 2.76 3.00 3/176 6964
/proc/meminfo: memFree=14233468/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.700689 s]
/proc/loadavg: 2.09 2.76 3.00 3/176 6964
/proc/meminfo: memFree=14233468/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+1.50055 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14218352/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=5916 CPUtime=1.4 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 1218 0 0 0 140 0 0 0 25 0 1 0 510195260 6057984 1173 33554432000 134512640 135217611 4289022576 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 1479 1173 77 173 0 1304 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14620

[startup+3.10026 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14213272/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=7632 CPUtime=3 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 1658 0 0 0 300 0 0 0 25 0 1 0 510195260 7815168 1613 33554432000 134512640 135217611 4289022576 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 1908 1613 77 173 0 1733 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16336

[startup+6.30076 s]
/proc/loadavg: 2.25 2.78 3.01 5/194 7055
/proc/meminfo: memFree=14207336/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=8764 CPUtime=6.2 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 1924 0 0 0 620 0 0 0 25 0 1 0 510195260 8974336 1879 33554432000 134512640 135217611 4289022576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 2191 1879 77 173 0 2016 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17468

[startup+12.7006 s]
/proc/loadavg: 2.52 2.82 3.02 5/194 7055
/proc/meminfo: memFree=14201612/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=8964 CPUtime=12.6 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 1953 0 0 0 1260 0 0 0 25 0 1 0 510195260 9179136 1908 33554432000 134512640 135217611 4289022576 18446744073709551615 134532664 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 2241 1908 77 173 0 2066 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17668

[startup+25.5004 s]
/proc/loadavg: 2.74 2.86 3.03 5/194 7086
/proc/meminfo: memFree=14159752/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=11768 CPUtime=25.4 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 2650 0 0 0 2540 0 0 0 25 0 1 0 510195260 12050432 2605 33554432000 134512640 135217611 4289022576 18446744073709551615 134542243 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 2942 2605 77 173 0 2767 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20472

[startup+51.1008 s]
/proc/loadavg: 3.17 2.95 3.05 5/194 7086
/proc/meminfo: memFree=14143560/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=14940 CPUtime=51.01 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 3477 0 0 0 5100 1 0 0 25 0 1 0 510195260 15298560 3432 33554432000 134512640 135217611 4289022576 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 3735 3432 77 173 0 3560 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23644

[startup+102.307 s]
/proc/loadavg: 3.67 3.13 3.10 5/194 7088
/proc/meminfo: memFree=14127952/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=17584 CPUtime=102.21 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 4095 0 0 0 10220 1 0 0 25 0 1 0 510195260 18006016 4050 33554432000 134512640 135217611 4289022576 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 4396 4050 77 173 0 4221 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 26288

[startup+162.301 s]
/proc/loadavg: 3.91 3.30 3.16 5/194 7089
/proc/meminfo: memFree=14113776/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=22168 CPUtime=162.19 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 5201 0 0 0 16218 1 0 0 25 0 1 0 510195260 22700032 5156 33554432000 134512640 135217611 4289022576 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 5542 5156 77 173 0 5367 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 30872

[startup+222.301 s]
/proc/loadavg: 3.96 3.42 3.21 5/194 7091
/proc/meminfo: memFree=14099224/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=28176 CPUtime=222.19 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 6724 0 0 0 22217 2 0 0 25 0 1 0 510195260 28852224 6679 33554432000 134512640 135217611 4289022576 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 7044 6679 77 173 0 6869 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 36880

[startup+282.301 s]
/proc/loadavg: 4.03 3.54 3.26 5/194 7092
/proc/meminfo: memFree=14089884/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=28464 CPUtime=282.19 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 6806 0 0 0 28217 2 0 0 25 0 1 0 510195260 29147136 6761 33554432000 134512640 135217611 4289022576 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 7116 6761 77 173 0 6941 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 37168

[startup+342.3 s]
/proc/loadavg: 4.01 3.62 3.31 5/194 7094
/proc/meminfo: memFree=14083016/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=29916 CPUtime=342.19 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 7145 0 0 0 34217 2 0 0 25 0 1 0 510195260 30633984 7100 33554432000 134512640 135217611 4289022576 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 7479 7100 77 173 0 7304 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 38620

[startup+402.301 s]
/proc/loadavg: 4.00 3.69 3.35 5/194 7096
/proc/meminfo: memFree=14077404/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3

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

[pid=6981] ppid=6964 vsize=33520 CPUtime=522.2 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 8015 0 0 0 52217 3 0 0 25 0 1 0 510195260 34324480 7970 33554432000 134512640 135217611 4289022576 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 8380 7970 77 173 0 8205 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 42224

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.46 5/194 7100
/proc/meminfo: memFree=14054336/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=34972 CPUtime=582.2 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 8395 0 0 0 58217 3 0 0 25 0 1 0 510195260 35811328 8350 33554432000 134512640 135217611 4289022576 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 8743 8350 77 173 0 8568 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 43676

[startup+642.3 s]
/proc/loadavg: 4.00 3.86 3.49 5/194 7102
/proc/meminfo: memFree=14045488/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=36316 CPUtime=642.2 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 8708 0 0 0 64217 3 0 0 25 0 1 0 510195260 37187584 8663 33554432000 134512640 135217611 4289022576 18446744073709551615 134527855 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 9079 8663 77 173 0 8904 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 45020

[startup+702.301 s]
/proc/loadavg: 4.04 3.90 3.52 5/194 7104
/proc/meminfo: memFree=14042220/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=37812 CPUtime=702.19 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 9057 0 0 0 70216 3 0 0 25 0 1 0 510195260 38719488 9012 33554432000 134512640 135217611 4289022576 18446744073709551615 134533341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 9453 9012 77 173 0 9278 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 46516

[startup+762.307 s]
/proc/loadavg: 4.01 3.91 3.55 5/194 7105
/proc/meminfo: memFree=14033248/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=41108 CPUtime=762.2 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 9867 0 0 0 76216 4 0 0 25 0 1 0 510195260 42094592 9822 33554432000 134512640 135217611 4289022576 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 10277 9822 77 173 0 10102 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 49812

[startup+822.301 s]
/proc/loadavg: 4.07 3.94 3.58 5/194 7107
/proc/meminfo: memFree=14030100/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=41252 CPUtime=822.19 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 9921 0 0 0 82215 4 0 0 25 0 1 0 510195260 42242048 9876 33554432000 134512640 135217611 4289022576 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 10313 9876 77 173 0 10138 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 49956

[startup+882.301 s]
/proc/loadavg: 4.02 3.95 3.60 5/194 7108
/proc/meminfo: memFree=14024848/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=42228 CPUtime=882.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 10109 0 0 0 88214 4 0 0 25 0 1 0 510195260 43241472 10064 33554432000 134512640 135217611 4289022576 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 10557 10064 77 173 0 10382 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 50932

[startup+942.3 s]
/proc/loadavg: 4.01 3.95 3.63 5/194 7110
/proc/meminfo: memFree=14020960/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=43956 CPUtime=942.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 10484 0 0 0 94214 4 0 0 25 0 1 0 510195260 45010944 10439 33554432000 134512640 135217611 4289022576 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 10989 10439 77 173 0 10814 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 52660

[startup+1002.3 s]
/proc/loadavg: 3.61 3.86 3.62 4/187 7130
/proc/meminfo: memFree=14064620/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=45212 CPUtime=1002.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 10764 0 0 0 100214 4 0 0 25 0 1 0 510195260 46297088 10719 33554432000 134512640 135217611 4289022576 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 11303 10719 77 173 0 11128 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 53916

[startup+1062.3 s]
/proc/loadavg: 3.22 3.70 3.58 4/187 7131
/proc/meminfo: memFree=14059488/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=50140 CPUtime=1062.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 11981 0 0 0 106213 5 0 0 25 0 1 0 510195260 51343360 11936 33554432000 134512640 135217611 4289022576 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 12535 11936 77 173 0 12360 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 58844

[startup+1122.3 s]
/proc/loadavg: 3.08 3.57 3.54 4/187 7133
/proc/meminfo: memFree=14056104/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=50444 CPUtime=1122.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 12077 0 0 0 112213 5 0 0 25 0 1 0 510195260 51654656 12032 33554432000 134512640 135217611 4289022576 18446744073709551615 134533347 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 12611 12032 77 173 0 12436 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 59148

[startup+1182.3 s]
/proc/loadavg: 3.03 3.47 3.50 4/187 7134
/proc/meminfo: memFree=14054216/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=50992 CPUtime=1182.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 12171 0 0 0 118213 5 0 0 25 0 1 0 510195260 52215808 12126 33554432000 134512640 135217611 4289022576 18446744073709551615 134548690 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 12748 12126 77 173 0 12573 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 59696

[startup+1242.3 s]
/proc/loadavg: 3.01 3.38 3.47 4/187 7136
/proc/meminfo: memFree=14051200/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=51296 CPUtime=1242.18 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 12245 0 0 0 124213 5 0 0 25 0 1 0 510195260 52527104 12200 33554432000 134512640 135217611 4289022576 18446744073709551615 134533028 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 12824 12200 77 173 0 12649 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 60000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.31 3.44 4/187 7138
/proc/meminfo: memFree=14049676/32950928 swapFree=67111528/67111528
[pid=6964] ppid=6962 vsize=8704 CPUtime=0.07 cores=1,3
/proc/6964/stat : 6964 (glucose.sh) S 6962 6964 6397 0 -1 4202496 359 1208 0 0 0 0 7 0 24 0 1 0 510195252 8912896 254 33554432000 4194304 4922060 140736080792304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/6964/statm: 2176 254 211 178 0 69 0
[pid=6981] ppid=6964 vsize=51464 CPUtime=1299.89 cores=1,3
/proc/6981/stat : 6981 (glucose_static) R 6964 6964 6397 0 -1 4202496 12263 0 0 0 129984 5 0 0 25 0 1 0 510195260 52699136 12218 33554432000 134512640 135217611 4289022576 18446744073709551615 134532672 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/6981/statm: 12866 12218 77 173 0 12691 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 60168

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.98
CPU user time (s): 1299.93
CPU system time (s): 0.057991
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 60168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13841
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= 30
involuntary context switches= 2064

runsolver used 2.07468 second user time and 5.03123 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-28 12:19:15
IDJOB=3309152
IDBENCH=87988
IDSOLVER=1691
FILE ID=node123/3309152-1303985955
RUNJOBID= node123-1303985954-6945
PBS_JOBID= 13168703
Free space on /tmp= 72816 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309152-1303985955/watcher-3309152-1303985955 -o /tmp/evaluation-result-3309152-1303985955/solver-3309152-1303985955 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309152-1303985955.cnf

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=110495488

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14234120 kB
Buffers:       2187892 kB
Cached:       15912540 kB
SwapCached:          0 kB
Active:        8833544 kB
Inactive:      9335072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14234120 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4048 kB
Writeback:           0 kB
AnonPages:       67012 kB
Mapped:          14496 kB
Slab:           485456 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194468 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= 72804 MiB
End job on node123 at 2011-04-28 12:40:57