Trace number 3308906

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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 |  197322   482608 |   59196       0        0     nan |  0.000 % |
0.00/0.67	c |         0 |  123324   416560 |      --       0       --      -- |     --   | -73998/-66048
0.00/0.67	c ==============================================================================
0.00/0.67	c Result  :   #vars: 24191   #clauses: 123324   #literals: 416560
0.00/0.67	c CPU time:   0.6519 s
0.00/0.67	c ==============================================================================
0.00/0.75	c
0.00/0.75	c Starting glucose
0.00/0.75	c
0.00/0.75	
0.00/0.75	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.75	
0.00/0.75	c ============================[ Problem Statistics ]=============================
0.00/0.75	c |                                                                             |
0.00/0.75	c |  Number of variables:  24191                                                |
0.00/0.75	c |  Number of clauses:    123324                                               |
0.00/0.79	c |  Parsing time:         0.04         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 17695 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-3308906-1303984634/watcher-3308906-1303984634 -o /tmp/evaluation-result-3308906-1303984634/solver-3308906-1303984634 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308906-1303984634.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.97 3.10 4/192 17692
/proc/meminfo: memFree=17550632/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588694213 8912896 253 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17692/statm: 2176 253 211 178 0 69 0

[startup+0.0239339 s]
/proc/loadavg: 4.00 3.97 3.10 4/192 17692
/proc/meminfo: memFree=17550632/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588694213 8912896 253 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17692/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10092 s]
/proc/loadavg: 4.00 3.97 3.10 4/192 17692
/proc/meminfo: memFree=17550632/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588694213 8912896 253 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17692/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300886 s]
/proc/loadavg: 4.00 3.97 3.10 4/192 17692
/proc/meminfo: memFree=17550632/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588694213 8912896 253 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17692/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700816 s]
/proc/loadavg: 4.00 3.97 3.10 4/192 17692
/proc/meminfo: memFree=17550632/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588694213 8912896 253 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17692/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50074 s]
/proc/loadavg: 4.00 3.97 3.10 6/194 17695
/proc/meminfo: memFree=17529792/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=13804 CPUtime=0.74 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 3289 0 0 0 74 0 0 0 21 0 1 0 588694288 14135296 3244 33554432000 134512640 135217611 4294844736 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 3451 3244 77 173 0 3276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22508

[startup+3.10046 s]
/proc/loadavg: 4.00 3.97 3.11 5/194 17695
/proc/meminfo: memFree=17527312/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=15828 CPUtime=2.34 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 3784 0 0 0 234 0 0 0 25 0 1 0 588694288 16207872 3739 33554432000 134512640 135217611 4294844736 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 3957 3739 77 173 0 3782 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 24532

[startup+6.30084 s]
/proc/loadavg: 4.00 3.97 3.11 6/194 17695
/proc/meminfo: memFree=17521112/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=18172 CPUtime=5.53 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 4356 0 0 0 553 0 0 0 25 0 1 0 588694288 18608128 4311 33554432000 134512640 135217611 4294844736 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 4543 4311 77 173 0 4368 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26876

[startup+12.7007 s]
/proc/loadavg: 4.00 3.97 3.12 6/194 17695
/proc/meminfo: memFree=17513820/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=21884 CPUtime=11.93 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 5284 0 0 0 1193 0 0 0 25 0 1 0 588694288 22409216 5239 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 5471 5239 77 173 0 5296 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30588

[startup+25.5005 s]
/proc/loadavg: 4.00 3.97 3.12 5/194 17695
/proc/meminfo: memFree=17508972/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=22640 CPUtime=24.74 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 5456 0 0 0 2473 1 0 0 25 0 1 0 588694288 23183360 5411 33554432000 134512640 135217611 4294844736 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 5660 5411 77 173 0 5485 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31344

[startup+51.1011 s]
/proc/loadavg: 4.00 3.97 3.15 6/194 17696
/proc/meminfo: memFree=17499160/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=25336 CPUtime=50.34 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 6136 0 0 0 5033 1 0 0 25 0 1 0 588694288 25944064 6091 33554432000 134512640 135217611 4294844736 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 6334 6091 77 173 0 6159 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34040

[startup+102.307 s]
/proc/loadavg: 4.07 3.99 3.20 5/194 17697
/proc/meminfo: memFree=17486796/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=29384 CPUtime=101.55 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 7139 0 0 0 10154 1 0 0 25 0 1 0 588694288 30089216 7094 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 7346 7094 77 173 0 7171 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38088

[startup+162.301 s]
/proc/loadavg: 4.02 3.99 3.25 5/194 17729
/proc/meminfo: memFree=17547192/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=32360 CPUtime=161.54 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 7889 0 0 0 16153 1 0 0 25 0 1 0 588694288 33136640 7844 33554432000 134512640 135217611 4294844736 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 8090 7844 77 173 0 7915 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 41064

[startup+222.301 s]
/proc/loadavg: 4.01 3.99 3.29 5/194 17731
/proc/meminfo: memFree=17532264/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=35528 CPUtime=221.54 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 8605 0 0 0 22153 1 0 0 25 0 1 0 588694288 36380672 8560 33554432000 134512640 135217611 4294844736 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 8882 8560 77 173 0 8707 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 44232

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.33 5/194 17741
/proc/meminfo: memFree=17521740/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=37076 CPUtime=281.54 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 9028 0 0 0 28153 1 0 0 25 0 1 0 588694288 37965824 8983 33554432000 134512640 135217611 4294844736 18446744073709551615 134537566 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 9269 8983 77 173 0 9094 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 45780

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.37 5/194 17743
/proc/meminfo: memFree=17508192/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=42420 CPUtime=341.54 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 10337 0 0 0 34152 2 0 0 25 0 1 0 588694288 43438080 10292 33554432000 134512640 135217611 4294844736 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 10605 10292 77 173 0 10430 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 51124

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.41 5/194 17744
/proc/meminfo: memFree=17500856/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6

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

[pid=17695] ppid=17692 vsize=47400 CPUtime=521.55 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 11477 0 0 0 52152 3 0 0 25 0 1 0 588694288 48537600 11432 33554432000 134512640 135217611 4294844736 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 11850 11432 77 173 0 11675 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 56104

[startup+582.301 s]
/proc/loadavg: 4.04 4.01 3.51 5/194 17749
/proc/meminfo: memFree=17477448/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=47716 CPUtime=581.55 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 11565 0 0 0 58152 3 0 0 25 0 1 0 588694288 48861184 11520 33554432000 134512640 135217611 4294844736 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 11929 11520 77 173 0 11754 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 56420

[startup+642.3 s]
/proc/loadavg: 4.01 4.01 3.54 5/194 17751
/proc/meminfo: memFree=17470328/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=50840 CPUtime=641.55 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 12346 0 0 0 64152 3 0 0 25 0 1 0 588694288 52060160 12301 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 12710 12301 77 173 0 12535 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 59544

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.57 5/194 17752
/proc/meminfo: memFree=17462368/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=54300 CPUtime=701.55 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 13180 0 0 0 70152 3 0 0 25 0 1 0 588694288 55603200 13135 33554432000 134512640 135217611 4294844736 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 13575 13135 77 173 0 13400 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 63004

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 17754
/proc/meminfo: memFree=17455388/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=56920 CPUtime=761.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 13773 0 0 0 76153 3 0 0 25 0 1 0 588694288 58286080 13728 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 14230 13728 77 173 0 14055 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 65624

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 17756
/proc/meminfo: memFree=17448664/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=59132 CPUtime=821.55 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 14322 0 0 0 82152 3 0 0 25 0 1 0 588694288 60551168 14277 33554432000 134512640 135217611 4294844736 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 14783 14277 77 173 0 14608 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 67836

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 17757
/proc/meminfo: memFree=17443556/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=59132 CPUtime=881.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 14351 0 0 0 88152 4 0 0 25 0 1 0 588694288 60551168 14306 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 14783 14306 77 173 0 14608 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 67836

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 17759
/proc/meminfo: memFree=17441296/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=59684 CPUtime=941.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 14481 0 0 0 94152 4 0 0 25 0 1 0 588694288 61116416 14436 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 14921 14436 77 173 0 14746 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 68388

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 17760
/proc/meminfo: memFree=17433588/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=62244 CPUtime=1001.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 15125 0 0 0 100152 4 0 0 25 0 1 0 588694288 63737856 15080 33554432000 134512640 135217611 4294844736 18446744073709551615 134533341 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 15561 15080 77 173 0 15386 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 70948

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/194 17762
/proc/meminfo: memFree=17428608/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=62244 CPUtime=1061.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 15132 0 0 0 106152 4 0 0 25 0 1 0 588694288 63737856 15087 33554432000 134512640 135217611 4294844736 18446744073709551615 134532784 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 15561 15087 77 173 0 15386 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 70948

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.71 6/194 17764
/proc/meminfo: memFree=17424968/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=62316 CPUtime=1121.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 15149 0 0 0 112152 4 0 0 25 0 1 0 588694288 63811584 15104 33554432000 134512640 135217611 4294844736 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 15579 15104 77 173 0 15404 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 71020

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.73 5/194 17765
/proc/meminfo: memFree=17422460/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=63852 CPUtime=1181.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 15521 0 0 0 118152 4 0 0 25 0 1 0 588694288 65384448 15476 33554432000 134512640 135217611 4294844736 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 15963 15476 77 173 0 15788 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 72556

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 17767
/proc/meminfo: memFree=17419188/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=64544 CPUtime=1241.56 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 15587 0 0 0 124152 4 0 0 25 0 1 0 588694288 66093056 15542 33554432000 134512640 135217611 4294844736 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 16136 15542 77 173 0 15961 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 73248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.64 3.92 3.73 3/181 17805
/proc/meminfo: memFree=17555012/32950940 swapFree=67111528/67111528
[pid=17692] ppid=17690 vsize=8704 CPUtime=0.74 cores=4,6
/proc/17692/stat : 17692 (glucose.sh) S 17690 17692 17281 0 -1 4202496 360 9012 0 0 0 0 72 2 18 0 1 0 588694213 8912896 255 33554432000 4194304 4922060 140735181096560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/17692/statm: 2176 255 211 178 0 69 0
[pid=17695] ppid=17692 vsize=64976 CPUtime=1299.27 cores=4,6
/proc/17695/stat : 17695 (glucose_static) R 17692 17692 17281 0 -1 4202496 15711 0 0 0 129923 4 0 0 25 0 1 0 588694288 66535424 15666 33554432000 134512640 135217611 4294844736 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/17695/statm: 16244 15666 77 173 0 16069 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 73680

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.03
CPU user time (s): 1299.96
CPU system time (s): 0.070989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 73680

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

runsolver used 2.03769 second user time and 5.06623 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 11:57:14
IDJOB=3308906
IDBENCH=83116
IDSOLVER=1691
FILE ID=node117/3308906-1303984634
RUNJOBID= node117-1303983223-17300
PBS_JOBID= 13168709
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=327286428

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17550788 kB
Buffers:       2371708 kB
Cached:       12286916 kB
SwapCached:          0 kB
Active:        8138064 kB
Inactive:      6681732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17550788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           47868 kB
Writeback:           0 kB
AnonPages:      160380 kB
Mapped:          15944 kB
Slab:           517476 kB
PageTables:       5284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   345208 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= 71664 MiB
End job on node117 at 2011-04-28 12:18:56