Trace number 3308882

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  197331   507456 |   59199       0        0     nan |  0.000 % |
0.00/0.74	c |         0 |  137645   511291 |      --       0       --      -- |     --   | -59686/3835
0.00/0.74	c ==============================================================================
0.00/0.74	c Result  :   #vars: 24821   #clauses: 137645   #literals: 511291
0.00/0.74	c CPU time:   0.716891 s
0.00/0.74	c ==============================================================================
0.00/0.84	c
0.00/0.84	c Starting glucose
0.00/0.84	c
0.00/0.84	
0.00/0.84	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.84	
0.00/0.84	c ============================[ Problem Statistics ]=============================
0.00/0.84	c |                                                                             |
0.00/0.84	c |  Number of variables:  24821                                                |
0.00/0.84	c |  Number of clauses:    137645                                               |
0.00/0.89	c |  Parsing time:         0.05         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 22192 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-3308882-1303984578/watcher-3308882-1303984578 -o /tmp/evaluation-result-3308882-1303984578/solver-3308882-1303984578 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308882-1303984578.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: 3.95 3.94 3.07 4/192 22189
/proc/meminfo: memFree=13949620/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490873328 8912896 253 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 253 211 178 0 69 0

[startup+0.017985 s]
/proc/loadavg: 3.95 3.94 3.07 4/192 22189
/proc/meminfo: memFree=13949620/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490873328 8912896 253 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100973 s]
/proc/loadavg: 3.95 3.94 3.07 4/192 22189
/proc/meminfo: memFree=13949620/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490873328 8912896 253 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300934 s]
/proc/loadavg: 3.95 3.94 3.07 4/192 22189
/proc/meminfo: memFree=13949620/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490873328 8912896 253 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700864 s]
/proc/loadavg: 3.95 3.94 3.07 4/192 22189
/proc/meminfo: memFree=13949620/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 490873328 8912896 253 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50072 s]
/proc/loadavg: 3.95 3.94 3.07 5/194 22192
/proc/meminfo: memFree=13928160/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=14756 CPUtime=0.64 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 3525 0 0 0 64 0 0 0 21 0 1 0 490873412 15110144 3480 33554432000 134512640 135217611 4291084128 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 3689 3480 77 173 0 3514 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23460

[startup+3.10042 s]
/proc/loadavg: 3.95 3.94 3.07 5/194 22192
/proc/meminfo: memFree=13925804/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=17028 CPUtime=2.24 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 4097 0 0 0 224 0 0 0 25 0 1 0 490873412 17436672 4052 33554432000 134512640 135217611 4291084128 18446744073709551615 134532895 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 4257 4052 77 173 0 4082 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25732

[startup+6.30084 s]
/proc/loadavg: 3.96 3.94 3.07 5/194 22192
/proc/meminfo: memFree=13923092/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=19108 CPUtime=5.45 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 4613 0 0 0 544 1 0 0 25 0 1 0 490873412 19566592 4568 33554432000 134512640 135217611 4291084128 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 4777 4568 77 173 0 4602 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27812

[startup+12.7007 s]
/proc/loadavg: 3.96 3.94 3.08 5/194 22192
/proc/meminfo: memFree=13914072/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=21536 CPUtime=11.85 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 5211 0 0 0 1184 1 0 0 25 0 1 0 490873412 22052864 5166 33554432000 134512640 135217611 4291084128 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 5384 5166 77 173 0 5209 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30240

[startup+25.5003 s]
/proc/loadavg: 3.97 3.94 3.09 5/194 22192
/proc/meminfo: memFree=13911700/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=23736 CPUtime=24.64 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 5775 0 0 0 2463 1 0 0 25 0 1 0 490873412 24305664 5730 33554432000 134512640 135217611 4291084128 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 5934 5730 77 173 0 5759 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32440

[startup+51.1006 s]
/proc/loadavg: 3.98 3.95 3.11 5/194 22193
/proc/meminfo: memFree=13907296/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=26556 CPUtime=50.25 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 6472 0 0 0 5023 2 0 0 25 0 1 0 490873412 27193344 6427 33554432000 134512640 135217611 4291084128 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 6639 6427 77 173 0 6464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35260

[startup+102.307 s]
/proc/loadavg: 3.99 3.95 3.16 5/194 22194
/proc/meminfo: memFree=13899896/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=30016 CPUtime=101.46 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 7321 0 0 0 10144 2 0 0 25 0 1 0 490873412 30736384 7276 33554432000 134512640 135217611 4291084128 18446744073709551615 134537235 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 7504 7276 77 173 0 7329 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38720

[startup+162.3 s]
/proc/loadavg: 4.03 3.97 3.21 5/194 22196
/proc/meminfo: memFree=13892672/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=34140 CPUtime=161.45 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 8336 0 0 0 16143 2 0 0 25 0 1 0 490873412 34959360 8291 33554432000 134512640 135217611 4291084128 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 8535 8291 77 173 0 8360 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42844

[startup+222.3 s]
/proc/loadavg: 4.05 3.99 3.26 5/194 22228
/proc/meminfo: memFree=13968324/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=37976 CPUtime=221.45 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 9207 0 0 0 22142 3 0 0 25 0 1 0 490873412 38887424 9162 33554432000 134512640 135217611 4291084128 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 9494 9162 77 173 0 9319 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 46680

[startup+282.3 s]
/proc/loadavg: 4.02 3.99 3.31 5/194 22229
/proc/meminfo: memFree=13955068/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=42212 CPUtime=281.46 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 10286 0 0 0 28142 4 0 0 25 0 1 0 490873412 43225088 10241 33554432000 134512640 135217611 4291084128 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 10553 10241 77 173 0 10378 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 50916

[startup+342.3 s]
/proc/loadavg: 4.05 4.00 3.35 5/194 22240
/proc/meminfo: memFree=13945504/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=44872 CPUtime=341.46 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 10933 0 0 0 34142 4 0 0 25 0 1 0 490873412 45948928 10888 33554432000 134512640 135217611 4291084128 18446744073709551615 134533222 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 11218 10888 77 173 0 11043 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 53576

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.39 5/194 22241
/proc/meminfo: memFree=13939564/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7

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

[pid=22192] ppid=22189 vsize=52304 CPUtime=521.46 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 12681 0 0 0 52141 5 0 0 25 0 1 0 490873412 53559296 12636 33554432000 134512640 135217611 4291084128 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 13076 12636 77 173 0 12901 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 61008

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.49 5/194 22246
/proc/meminfo: memFree=13916604/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=53804 CPUtime=581.46 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 13056 0 0 0 58141 5 0 0 25 0 1 0 490873412 55095296 13011 33554432000 134512640 135217611 4291084128 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 13451 13011 77 173 0 13276 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 62508

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.52 5/194 22248
/proc/meminfo: memFree=13912796/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=54336 CPUtime=641.47 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 13121 0 0 0 64142 5 0 0 25 0 1 0 490873412 55640064 13076 33554432000 134512640 135217611 4291084128 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 13584 13076 77 173 0 13409 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 63040

[startup+702.3 s]
/proc/loadavg: 4.06 4.01 3.55 5/194 22249
/proc/meminfo: memFree=13905316/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=58836 CPUtime=701.47 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 14252 0 0 0 70141 6 0 0 25 0 1 0 490873412 60248064 14207 33554432000 134512640 135217611 4291084128 18446744073709551615 134533013 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 14709 14207 77 173 0 14534 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 67540

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.58 5/194 22251
/proc/meminfo: memFree=13902440/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=61312 CPUtime=761.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 14847 0 0 0 76142 6 0 0 25 0 1 0 490873412 62783488 14802 33554432000 134512640 135217611 4291084128 18446744073709551615 134538281 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 15328 14802 77 173 0 15153 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 70016

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.60 5/194 22253
/proc/meminfo: memFree=13896200/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=63724 CPUtime=821.47 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 15470 0 0 0 82141 6 0 0 25 0 1 0 490873412 65253376 15425 33554432000 134512640 135217611 4291084128 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 15931 15425 77 173 0 15756 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 72428

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.63 5/194 22254
/proc/meminfo: memFree=13883992/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=63724 CPUtime=881.47 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 15476 0 0 0 88141 6 0 0 25 0 1 0 490873412 65253376 15431 33554432000 134512640 135217611 4291084128 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 15931 15431 77 173 0 15756 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 72428

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.65 5/194 22256
/proc/meminfo: memFree=13880080/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=67172 CPUtime=941.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 16325 0 0 0 94141 7 0 0 25 0 1 0 490873412 68784128 16280 33554432000 134512640 135217611 4291084128 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 16793 16280 77 173 0 16618 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 75876

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.66 5/194 22257
/proc/meminfo: memFree=13878188/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=67532 CPUtime=1001.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 16401 0 0 0 100141 7 0 0 25 0 1 0 490873412 69152768 16356 33554432000 134512640 135217611 4291084128 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 16883 16356 77 173 0 16708 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 76236

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 22259
/proc/meminfo: memFree=13875892/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=68472 CPUtime=1061.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 16628 0 0 0 106141 7 0 0 25 0 1 0 490873412 70115328 16583 33554432000 134512640 135217611 4291084128 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 17118 16583 77 173 0 16943 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 77176

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 22261
/proc/meminfo: memFree=13872144/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=70452 CPUtime=1121.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 17141 0 0 0 112141 7 0 0 25 0 1 0 490873412 72142848 17096 33554432000 134512640 135217611 4291084128 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 17613 17096 77 173 0 17438 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 79156

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22262
/proc/meminfo: memFree=13869980/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=71216 CPUtime=1181.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 17320 0 0 0 118141 7 0 0 25 0 1 0 490873412 72925184 17275 33554432000 134512640 135217611 4291084128 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 17804 17275 77 173 0 17629 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 79920

[startup+1242.3 s]
/proc/loadavg: 3.49 3.87 3.69 4/187 22313
/proc/meminfo: memFree=14247108/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=73328 CPUtime=1241.48 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 17837 0 0 0 124141 7 0 0 25 0 1 0 490873412 75087872 17792 33554432000 134512640 135217611 4291084128 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 18332 17792 77 173 0 18157 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 82032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.18 3.71 3.65 4/187 22314
/proc/meminfo: memFree=14238788/32951124 swapFree=67111528/67111528
[pid=22189] ppid=22187 vsize=8704 CPUtime=0.83 cores=5,7
/proc/22189/stat : 22189 (glucose.sh) S 22187 22189 21845 0 -1 4202496 360 8713 0 0 0 0 80 3 18 0 1 0 490873328 8912896 255 33554432000 4194304 4922060 140737372866368 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22189/statm: 2176 255 211 178 0 69 0
[pid=22192] ppid=22189 vsize=74520 CPUtime=1299.19 cores=5,7
/proc/22192/stat : 22192 (glucose_static) R 22189 22189 21845 0 -1 4202496 18155 0 0 0 129912 7 0 0 25 0 1 0 490873412 76308480 18110 33554432000 134512640 135217611 4291084128 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22192/statm: 18630 18110 77 173 0 18455 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 83224

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.05
CPU user time (s): 1299.93
CPU system time (s): 0.116982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 83224

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

runsolver used 2.07368 second user time and 5.02923 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-28 11:56:19
IDJOB=3308882
IDBENCH=83105
IDSOLVER=1691
FILE ID=node142/3308882-1303984578
RUNJOBID= node142-1303983194-21866
PBS_JOBID= 13168684
Free space on /tmp= 71128 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308882-1303984578/watcher-3308882-1303984578 -o /tmp/evaluation-result-3308882-1303984578/solver-3308882-1303984578 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308882-1303984578.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=604937935

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      13950024 kB
Buffers:       2098308 kB
Cached:       15939680 kB
SwapCached:          0 kB
Active:        8200196 kB
Inactive:     10221316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13950024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          146512 kB
Writeback:           0 kB
AnonPages:      382984 kB
Mapped:          15928 kB
Slab:           514080 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   596208 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= 71276 MiB
End job on node142 at 2011-04-28 12:18:01