Trace number 3309062

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/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.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 |   14746    40026 |    4423       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   14598    40438 |      --       0       --      -- |     --   | -148/413
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 4165   #clauses: 14598   #literals: 40438
0.00/0.02	c CPU time:   0.019996 s
0.00/0.02	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.03	
0.00/0.03	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.03	
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Number of variables:  4165                                                 |
0.00/0.03	c |  Number of clauses:    14598                                                |
0.00/0.03	c |  Parsing time:         0.00         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 15127 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-3309062-1303985346/watcher-3309062-1303985346 -o /tmp/evaluation-result-3309062-1303985346/solver-3309062-1303985346 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309062-1303985346.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.01 4.00 3.57 6/192 15124
/proc/meminfo: memFree=25353980/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510137354 8912896 252 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 252 211 178 0 69 0

[startup+0.0394451 s]
/proc/loadavg: 4.01 4.00 3.57 6/192 15124
/proc/meminfo: memFree=25353980/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.100434 s]
/proc/loadavg: 4.01 4.00 3.57 6/192 15124
/proc/meminfo: memFree=25353980/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.300398 s]
/proc/loadavg: 4.01 4.00 3.57 6/192 15124
/proc/meminfo: memFree=25353980/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.700327 s]
/proc/loadavg: 4.01 4.00 3.57 6/192 15124
/proc/meminfo: memFree=25353980/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+1.50022 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 15127
/proc/meminfo: memFree=25349260/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=5588 CPUtime=1.46 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 1090 0 0 0 146 0 0 0 25 0 1 0 510137357 5722112 1045 33554432000 134512640 135217611 4294544176 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 1397 1045 76 173 0 1222 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14292

[startup+3.10094 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 15128
/proc/meminfo: memFree=25348156/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=6248 CPUtime=3.06 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 1281 0 0 0 306 0 0 0 25 0 1 0 510137357 6397952 1236 33554432000 134512640 135217611 4294544176 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 1562 1236 76 173 0 1387 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14952

[startup+6.30037 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 15128
/proc/meminfo: memFree=25346624/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=7396 CPUtime=6.26 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 1556 0 0 0 626 0 0 0 25 0 1 0 510137357 7573504 1511 33554432000 134512640 135217611 4294544176 18446744073709551615 134532721 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 1849 1511 76 173 0 1674 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16100

[startup+12.7002 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 15128
/proc/meminfo: memFree=25343396/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=9552 CPUtime=12.66 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 2088 0 0 0 1266 0 0 0 25 0 1 0 510137357 9781248 2043 33554432000 134512640 135217611 4294544176 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 2388 2043 76 173 0 2213 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18256

[startup+25.501 s]
/proc/loadavg: 4.01 4.00 3.58 5/194 15128
/proc/meminfo: memFree=25341040/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=11692 CPUtime=25.46 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 2593 0 0 0 2546 0 0 0 25 0 1 0 510137357 11972608 2548 33554432000 134512640 135217611 4294544176 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 2923 2548 76 173 0 2748 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20396

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 15129
/proc/meminfo: memFree=25337536/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=14628 CPUtime=51.06 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 3306 0 0 0 5106 0 0 0 25 0 1 0 510137357 14979072 3261 33554432000 134512640 135217611 4294544176 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 3657 3261 76 173 0 3482 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23332

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.60 5/194 15130
/proc/meminfo: memFree=25323512/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=19948 CPUtime=102.26 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 4589 0 0 0 10226 0 0 0 25 0 1 0 510137357 20426752 4544 33554432000 134512640 135217611 4294544176 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 4987 4544 76 173 0 4812 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28652

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.63 5/194 15132
/proc/meminfo: memFree=25317292/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=22708 CPUtime=162.26 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 5262 0 0 0 16225 1 0 0 25 0 1 0 510137357 23252992 5217 33554432000 134512640 135217611 4294544176 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 5677 5217 76 173 0 5502 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 31412

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 15133
/proc/meminfo: memFree=25310068/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=25456 CPUtime=222.26 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 5865 0 0 0 22225 1 0 0 25 0 1 0 510137357 26066944 5820 33554432000 134512640 135217611 4294544176 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 6364 5820 76 173 0 6189 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 34160

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 15135
/proc/meminfo: memFree=25306456/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=27112 CPUtime=282.26 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 6228 0 0 0 28225 1 0 0 25 0 1 0 510137357 27762688 6183 33554432000 134512640 135217611 4294544176 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 6778 6183 76 173 0 6603 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 35816

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 15136
/proc/meminfo: memFree=25299364/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=30216 CPUtime=342.26 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 6998 0 0 0 34225 1 0 0 25 0 1 0 510137357 30941184 6953 33554432000 134512640 135217611 4294544176 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 7554 6953 76 173 0 7379 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 38920

[startup+402.301 s]
/proc/loadavg: 4.06 4.02 3.71 5/194 15138
/proc/meminfo: memFree=25295860/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3

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

[pid=15127] ppid=15124 vsize=35064 CPUtime=522.27 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 8127 0 0 0 52225 2 0 0 25 0 1 0 510137357 35905536 8082 33554432000 134512640 135217611 4294544176 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 8766 8082 76 173 0 8591 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 43768

[startup+582.3 s]
/proc/loadavg: 3.20 3.73 3.65 4/187 15161
/proc/meminfo: memFree=25370588/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=36628 CPUtime=582.27 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 8472 0 0 0 58225 2 0 0 25 0 1 0 510137357 37507072 8427 33554432000 134512640 135217611 4294544176 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 9157 8427 76 173 0 8982 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 45332

[startup+642.301 s]
/proc/loadavg: 3.07 3.59 3.61 4/187 15162
/proc/meminfo: memFree=25364008/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=39060 CPUtime=642.28 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 9072 0 0 0 64226 2 0 0 25 0 1 0 510137357 39997440 9027 33554432000 134512640 135217611 4294544176 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 9765 9027 76 173 0 9590 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 47764

[startup+702.301 s]
/proc/loadavg: 3.02 3.48 3.57 4/187 15164
/proc/meminfo: memFree=25357284/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=41692 CPUtime=702.27 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 9726 0 0 0 70225 2 0 0 25 0 1 0 510137357 42692608 9681 33554432000 134512640 135217611 4294544176 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 10423 9681 76 173 0 10248 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 50396

[startup+762.306 s]
/proc/loadavg: 1.96 3.11 3.44 2/173 15203
/proc/meminfo: memFree=25506460/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=42340 CPUtime=762.28 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 9866 0 0 0 76226 2 0 0 25 0 1 0 510137357 43356160 9821 33554432000 134512640 135217611 4294544176 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 10585 9821 76 173 0 10410 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 51044

[startup+822.301 s]
/proc/loadavg: 1.35 2.73 3.28 2/173 15204
/proc/meminfo: memFree=25506284/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=42556 CPUtime=822.27 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 9923 0 0 0 82225 2 0 0 25 0 1 0 510137357 43577344 9878 33554432000 134512640 135217611 4294544176 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 10639 9878 76 173 0 10464 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 51260

[startup+882.301 s]
/proc/loadavg: 1.13 2.41 3.14 2/173 15206
/proc/meminfo: memFree=25505732/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=43508 CPUtime=882.27 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 10107 0 0 0 88225 2 0 0 25 0 1 0 510137357 44552192 10062 33554432000 134512640 135217611 4294544176 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 10877 10062 76 173 0 10702 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 52212

[startup+942.3 s]
/proc/loadavg: 1.05 2.15 3.00 2/173 15207
/proc/meminfo: memFree=25505200/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=43812 CPUtime=942.27 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 10184 0 0 0 94225 2 0 0 25 0 1 0 510137357 44863488 10139 33554432000 134512640 135217611 4294544176 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 10953 10139 76 173 0 10778 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 52516

[startup+1002.3 s]
/proc/loadavg: 1.02 1.94 2.87 2/173 15209
/proc/meminfo: memFree=25503432/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=45716 CPUtime=1002.28 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 10647 0 0 0 100225 3 0 0 25 0 1 0 510137357 46813184 10602 33554432000 134512640 135217611 4294544176 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 11429 10602 76 173 0 11254 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 54420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.77 2.75 2/173 15211
/proc/meminfo: memFree=25502772/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=46788 CPUtime=1062.29 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 10885 0 0 0 106226 3 0 0 25 0 1 0 510137357 47910912 10840 33554432000 134512640 135217611 4294544176 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 11697 10840 76 173 0 11522 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 55492

[startup+1122.3 s]
/proc/loadavg: 1.00 1.62 2.64 2/173 15212
/proc/meminfo: memFree=25499760/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=50124 CPUtime=1122.28 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 11620 0 0 0 112225 3 0 0 25 0 1 0 510137357 51326976 11575 33554432000 134512640 135217611 4294544176 18446744073709551615 134533271 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 12531 11575 76 173 0 12356 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 58828

[startup+1182.3 s]
/proc/loadavg: 1.00 1.51 2.53 2/173 15214
/proc/meminfo: memFree=25499704/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=50124 CPUtime=1182.29 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 11623 0 0 0 118226 3 0 0 25 0 1 0 510137357 51326976 11578 33554432000 134512640 135217611 4294544176 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 12531 11578 76 173 0 12356 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 58828

[startup+1242.3 s]
/proc/loadavg: 1.00 1.41 2.43 2/173 15215
/proc/meminfo: memFree=25498036/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=51576 CPUtime=1242.28 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 12011 0 0 0 124225 3 0 0 25 0 1 0 510137357 52813824 11966 33554432000 134512640 135217611 4294544176 18446744073709551615 134533265 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 12894 11966 76 173 0 12719 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 60280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.33 2.34 2/173 15217
/proc/meminfo: memFree=25497256/32951124 swapFree=67051468/67111528
[pid=15124] ppid=15122 vsize=8704 CPUtime=0.02 cores=1,3
/proc/15124/stat : 15124 (glucose.sh) S 15122 15124 14531 0 -1 4202496 358 670 0 0 0 0 2 0 25 0 1 0 510137354 8912896 254 33554432000 4194304 4922060 140734460824128 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15124/statm: 2176 254 211 178 0 69 0
[pid=15127] ppid=15124 vsize=52680 CPUtime=1299.99 cores=1,3
/proc/15127/stat : 15127 (glucose_static) R 15124 15124 14531 0 -1 4202496 12268 0 0 0 129996 3 0 0 25 0 1 0 510137357 53944320 12223 33554432000 134512640 135217611 4294544176 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15127/statm: 13170 12223 76 173 0 12995 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 61384

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.046992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 61384

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

runsolver used 1.78773 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 12:09:06
IDJOB=3309062
IDBENCH=84237
IDSOLVER=1691
FILE ID=node101/3309062-1303985346
RUNJOBID= node101-1303983224-14551
PBS_JOBID= 13168725
Free space on /tmp= 71992 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309062-1303985346/watcher-3309062-1303985346 -o /tmp/evaluation-result-3309062-1303985346/solver-3309062-1303985346 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309062-1303985346.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=318095965

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.841
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.841
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.841
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:     32951124 kB
MemFree:      25354136 kB
Buffers:       1991712 kB
Cached:        4966280 kB
SwapCached:      30452 kB
Active:        2913136 kB
Inactive:      4240268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25354136 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:      186740 kB
Mapped:          10132 kB
Slab:           378536 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   412592 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= 72024 MiB
End job on node101 at 2011-04-28 12:30:48