Trace number 3309008

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

Nameapplication/leberre/
2dimensionalstrippacking/korf-18.cnf
MD5SUM47bea79e2bf12e18e409c2c4bd6fac03
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.532
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses186934
Sum of the clauses size1289969
Maximum clause length55
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 220093
Number of clauses of size 316000
Number of clauses of size 45706
Number of clauses of size 56282
Number of clauses of size over 5138847

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  186820  1289741 |   56045       0        0     nan |  0.000 % |
0.00/0.38	c |         0 |  185107  1299581 |      --       0       --      -- |     --   | -1252/16030
0.00/0.38	c ==============================================================================
0.00/0.38	c Result  :   #vars: 6866   #clauses: 185107   #literals: 1299581
0.00/0.38	c CPU time:   0.363944 s
0.00/0.38	c ==============================================================================
0.00/0.58	c
0.00/0.58	c Starting glucose
0.00/0.58	c
0.00/0.58	
0.00/0.58	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.58	
0.00/0.58	c ============================[ Problem Statistics ]=============================
0.00/0.58	c |                                                                             |
0.00/0.58	c |  Number of variables:  6866                                                 |
0.00/0.58	c |  Number of clauses:    185107                                               |
0.56/0.65	c |  Parsing time:         0.07         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55:  8486 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-3309008-1303985032/watcher-3309008-1303985032 -o /tmp/evaluation-result-3309008-1303985032/solver-3309008-1303985032 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309008-1303985032.cnf 

running on 2 cores: 5,7

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.07 4.02 3.43 4/192 8483
/proc/meminfo: memFree=14419628/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 490918867 8912896 253 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 253 211 178 0 69 0

[startup+0.0877169 s]
/proc/loadavg: 4.07 4.02 3.43 4/192 8483
/proc/meminfo: memFree=14419628/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 490918867 8912896 253 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100714 s]
/proc/loadavg: 4.07 4.02 3.43 4/192 8483
/proc/meminfo: memFree=14419628/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 490918867 8912896 253 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300675 s]
/proc/loadavg: 4.07 4.02 3.43 4/192 8483
/proc/meminfo: memFree=14419628/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 334 0 0 0 0 0 0 0 22 0 1 0 490918867 8912896 253 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700568 s]
/proc/loadavg: 4.07 4.02 3.43 4/192 8483
/proc/meminfo: memFree=14419628/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 8704

[startup+1.50045 s]
/proc/loadavg: 4.07 4.02 3.43 5/194 8486
/proc/meminfo: memFree=14394316/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=20448 CPUtime=0.91 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 4968 0 0 0 90 1 0 0 20 0 1 0 490918925 20938752 4923 33554432000 134512640 135217611 4292194784 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 5112 4923 76 173 0 4937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 29152

[startup+3.10015 s]
/proc/loadavg: 4.07 4.02 3.43 5/194 8486
/proc/meminfo: memFree=14389876/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=22644 CPUtime=2.51 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 5526 0 0 0 250 1 0 0 25 0 1 0 490918925 23187456 5481 33554432000 134512640 135217611 4292194784 18446744073709551615 134533234 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 5661 5481 76 173 0 5486 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 31348

[startup+6.30054 s]
/proc/loadavg: 4.06 4.01 3.43 5/194 8486
/proc/meminfo: memFree=14387356/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=25068 CPUtime=5.71 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 6113 0 0 0 570 1 0 0 25 0 1 0 490918925 25669632 6068 33554432000 134512640 135217611 4292194784 18446744073709551615 134538297 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 6267 6068 77 173 0 6092 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33772

[startup+12.7003 s]
/proc/loadavg: 4.06 4.01 3.44 5/194 8486
/proc/meminfo: memFree=14385188/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=27460 CPUtime=12.11 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 6717 0 0 0 1210 1 0 0 25 0 1 0 490918925 28119040 6672 33554432000 134512640 135217611 4292194784 18446744073709551615 134538518 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 6865 6672 77 173 0 6690 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36164

[startup+25.5009 s]
/proc/loadavg: 4.04 4.01 3.45 5/194 8486
/proc/meminfo: memFree=14382524/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=29356 CPUtime=24.91 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 7180 0 0 0 2490 1 0 0 25 0 1 0 490918925 30060544 7135 33554432000 134512640 135217611 4292194784 18446744073709551615 134533664 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 7339 7135 77 173 0 7164 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 38060

[startup+51.1011 s]
/proc/loadavg: 4.03 4.01 3.46 5/194 8487
/proc/meminfo: memFree=14347496/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=32864 CPUtime=50.51 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 7996 0 0 0 5050 1 0 0 25 0 1 0 490918925 33652736 7951 33554432000 134512640 135217611 4292194784 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 8216 7951 77 173 0 8041 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41568

[startup+102.306 s]
/proc/loadavg: 4.01 4.01 3.48 5/194 8488
/proc/meminfo: memFree=14284636/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=38304 CPUtime=101.72 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 9353 0 0 0 10170 2 0 0 25 0 1 0 490918925 39223296 9308 33554432000 134512640 135217611 4292194784 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 9576 9308 77 173 0 9401 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 47008

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.51 5/194 8520
/proc/meminfo: memFree=14481380/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=41860 CPUtime=161.71 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 10185 0 0 0 16169 2 0 0 25 0 1 0 490918925 42864640 10140 33554432000 134512640 135217611 4292194784 18446744073709551615 134527890 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 10465 10140 77 173 0 10290 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 50564

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.54 5/194 8521
/proc/meminfo: memFree=14469108/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=45556 CPUtime=221.71 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 11127 0 0 0 22169 2 0 0 25 0 1 0 490918925 46649344 11082 33554432000 134512640 135217611 4292194784 18446744073709551615 134537408 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 11389 11082 77 173 0 11214 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 54260

[startup+282.3 s]
/proc/loadavg: 3.66 3.92 3.54 4/187 8542
/proc/meminfo: memFree=15097564/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=52500 CPUtime=281.71 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 12851 0 0 0 28168 3 0 0 25 0 1 0 490918925 53760000 12806 33554432000 134512640 135217611 4292194784 18446744073709551615 134536810 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 13125 12806 77 173 0 12950 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 61204

[startup+342.301 s]
/proc/loadavg: 3.24 3.75 3.51 4/187 8544
/proc/meminfo: memFree=15093328/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=52764 CPUtime=341.72 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 12935 0 0 0 34169 3 0 0 25 0 1 0 490918925 54030336 12890 33554432000 134512640 135217611 4292194784 18446744073709551615 134528170 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 13191 12890 77 173 0 13016 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 61468

[startup+402.301 s]
/proc/loadavg: 3.14 3.63 3.48 4/187 8545
/proc/meminfo: memFree=15084744/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7

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

[pid=8486] ppid=8483 vsize=57732 CPUtime=521.71 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 14111 0 0 0 52168 3 0 0 25 0 1 0 490918925 59117568 14066 33554432000 134512640 135217611 4292194784 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 14433 14066 77 173 0 14258 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 66436

[startup+582.301 s]
/proc/loadavg: 3.00 3.34 3.38 4/187 8550
/proc/meminfo: memFree=15069296/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=60780 CPUtime=581.71 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 14875 0 0 0 58168 3 0 0 25 0 1 0 490918925 62238720 14830 33554432000 134512640 135217611 4292194784 18446744073709551615 134532690 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 15195 14830 77 173 0 15020 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 69484

[startup+642.3 s]
/proc/loadavg: 3.06 3.29 3.36 4/187 8552
/proc/meminfo: memFree=15065932/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=62628 CPUtime=641.73 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 15370 0 0 0 64169 4 0 0 25 0 1 0 490918925 64131072 15325 33554432000 134512640 135217611 4292194784 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 15657 15325 77 173 0 15482 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 71332

[startup+702.301 s]
/proc/loadavg: 3.02 3.23 3.34 4/187 8553
/proc/meminfo: memFree=15060200/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=66800 CPUtime=701.72 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 16387 0 0 0 70168 4 0 0 25 0 1 0 490918925 68403200 16342 33554432000 134512640 135217611 4292194784 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 16700 16342 77 173 0 16525 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 75504

[startup+762.307 s]
/proc/loadavg: 3.01 3.19 3.31 4/187 8555
/proc/meminfo: memFree=15057572/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=66928 CPUtime=761.73 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 16444 0 0 0 76169 4 0 0 25 0 1 0 490918925 68534272 16399 33554432000 134512640 135217611 4292194784 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 16732 16399 77 173 0 16557 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 75632

[startup+822.3 s]
/proc/loadavg: 3.00 3.15 3.29 4/187 8556
/proc/meminfo: memFree=15056548/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=66928 CPUtime=821.73 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 16455 0 0 0 82169 4 0 0 25 0 1 0 490918925 68534272 16410 33554432000 134512640 135217611 4292194784 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 16732 16410 77 173 0 16557 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 75632

[startup+882.301 s]
/proc/loadavg: 3.00 3.12 3.27 4/187 8558
/proc/meminfo: memFree=15053540/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=68076 CPUtime=881.72 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 16712 0 0 0 88168 4 0 0 25 0 1 0 490918925 69709824 16667 33554432000 134512640 135217611 4292194784 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 17019 16667 77 173 0 16844 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 76780

[startup+942.301 s]
/proc/loadavg: 3.00 3.10 3.25 4/187 8560
/proc/meminfo: memFree=15050284/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=69860 CPUtime=941.73 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 17198 0 0 0 94169 4 0 0 25 0 1 0 490918925 71536640 17135 33554432000 134512640 135217611 4292194784 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 17465 17135 77 173 0 17290 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 78564

[startup+1002.3 s]
/proc/loadavg: 3.00 3.08 3.23 4/187 8561
/proc/meminfo: memFree=15047652/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=70388 CPUtime=1001.74 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 17321 0 0 0 100169 5 0 0 25 0 1 0 490918925 72077312 17258 33554432000 134512640 135217611 4292194784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 17597 17258 77 173 0 17422 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 79092

[startup+1062.3 s]
/proc/loadavg: 3.03 3.07 3.22 4/187 8563
/proc/meminfo: memFree=15046644/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=70460 CPUtime=1061.74 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 17334 0 0 0 106169 5 0 0 25 0 1 0 490918925 72151040 17271 33554432000 134512640 135217611 4292194784 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 17615 17271 77 173 0 17440 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 79164

[startup+1122.3 s]
/proc/loadavg: 3.01 3.06 3.20 4/187 8564
/proc/meminfo: memFree=15041664/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=73584 CPUtime=1121.73 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 18102 0 0 0 112168 5 0 0 25 0 1 0 490918925 75350016 18039 33554432000 134512640 135217611 4292194784 18446744073709551615 134537891 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 18396 18039 77 173 0 18221 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 82288

[startup+1182.3 s]
/proc/loadavg: 3.04 3.06 3.19 4/187 8566
/proc/meminfo: memFree=15038044/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=73716 CPUtime=1181.74 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 18111 0 0 0 118169 5 0 0 25 0 1 0 490918925 75485184 18048 33554432000 134512640 135217611 4292194784 18446744073709551615 134533158 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 18429 18048 77 173 0 18254 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 82420

[startup+1242.3 s]
/proc/loadavg: 2.62 2.95 3.14 3/180 8586
/proc/meminfo: memFree=15076948/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=74384 CPUtime=1241.74 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 18207 0 0 0 124169 5 0 0 25 0 1 0 490918925 76169216 18144 33554432000 134512640 135217611 4292194784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 18596 18144 77 173 0 18421 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 83088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 2.77 3.07 3/180 8590
/proc/meminfo: memFree=15075152/32951124 swapFree=67111528/67111528
[pid=8483] ppid=8481 vsize=8704 CPUtime=0.56 cores=5,7
/proc/8483/stat : 8483 (glucose.sh) S 8481 8483 7964 0 -1 4202496 360 5414 0 0 0 0 54 2 17 0 1 0 490918867 8912896 255 33554432000 4194304 4922060 140734278920416 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8483/statm: 2176 255 211 178 0 69 0
[pid=8486] ppid=8483 vsize=76972 CPUtime=1299.45 cores=5,7
/proc/8486/stat : 8486 (glucose_static) R 8483 8483 7964 0 -1 4202496 18773 0 0 0 129940 5 0 0 25 0 1 0 490918925 78819328 18710 33554432000 134512640 135217611 4292194784 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/8486/statm: 19243 18710 77 173 0 19068 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 85676

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.95
CPU system time (s): 0.093985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 85676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24556
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= 8
involuntary context switches= 2328

runsolver used 2.17067 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-28 12:03:53
IDJOB=3309008
IDBENCH=83446
IDSOLVER=1691
FILE ID=node141/3309008-1303985032
RUNJOBID= node141-1303983196-7985
PBS_JOBID= 13168685
Free space on /tmp= 71244 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309008-1303985032/watcher-3309008-1303985032 -o /tmp/evaluation-result-3309008-1303985032/solver-3309008-1303985032 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309008-1303985032.cnf

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

MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1589099578

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14419784 kB
Buffers:       1618632 kB
Cached:       15645016 kB
SwapCached:          0 kB
Active:        8500868 kB
Inactive:      9447472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14419784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8176 kB
Writeback:           0 kB
AnonPages:      684800 kB
Mapped:          16008 kB
Slab:           518252 kB
PageTables:       6608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   881460 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= 71408 MiB
End job on node141 at 2011-04-28 12:25:35