Trace number 3308963

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1299.96 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    9760    38688 |    2927       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    9376    37408 |      --       0       --      -- |     --   | -128/-256
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1600   #clauses: 9376   #literals: 37408
0.00/0.01	c CPU time:   0.005999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  1600                                                 |
0.00/0.01	c |  Number of clauses:    9376                                                 |
0.01/0.02	c |  Parsing time:         0.00         s                                       |
1299.94/1300.01	HOME/glucose.sh: line 55: 24575 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-3308963-1303984830/watcher-3308963-1303984830 -o /tmp/evaluation-result-3308963-1303984830/solver-3308963-1303984830 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308963-1303984830.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.00 3.97 3.29 5/192 24572
/proc/meminfo: memFree=16069144/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 510081520 8912896 252 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 252 211 178 0 69 0

[startup+0.0196741 s]
/proc/loadavg: 4.00 3.97 3.29 5/192 24572
/proc/meminfo: memFree=16069144/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100661 s]
/proc/loadavg: 4.00 3.97 3.29 5/192 24572
/proc/meminfo: memFree=16069144/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300627 s]
/proc/loadavg: 4.00 3.97 3.29 5/192 24572
/proc/meminfo: memFree=16069144/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.70056 s]
/proc/loadavg: 4.00 3.97 3.29 5/192 24572
/proc/meminfo: memFree=16069144/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 4.00 3.97 3.29 5/194 24575
/proc/meminfo: memFree=16064576/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=5128 CPUtime=1.48 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 1005 0 0 0 148 0 0 0 25 0 1 0 510081522 5251072 960 33554432000 134512640 135217611 4291243584 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 1282 960 77 173 0 1107 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13832

[startup+3.10019 s]
/proc/loadavg: 4.00 3.97 3.29 5/194 24575
/proc/meminfo: memFree=16063704/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=6072 CPUtime=3.07 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 1232 0 0 0 307 0 0 0 25 0 1 0 510081522 6217728 1187 33554432000 134512640 135217611 4291243584 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 1518 1187 77 173 0 1343 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14776

[startup+6.30065 s]
/proc/loadavg: 4.00 3.97 3.29 5/194 24575
/proc/meminfo: memFree=16061596/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=8116 CPUtime=6.28 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 1732 0 0 0 628 0 0 0 25 0 1 0 510081522 8310784 1687 33554432000 134512640 135217611 4291243584 18446744073709551615 134533766 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 2029 1687 77 173 0 1854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16820

[startup+12.7006 s]
/proc/loadavg: 4.00 3.97 3.30 5/194 24575
/proc/meminfo: memFree=16059380/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=9172 CPUtime=12.68 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 2020 0 0 0 1268 0 0 0 25 0 1 0 510081522 9392128 1975 33554432000 134512640 135217611 4291243584 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 2293 1975 77 173 0 2118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17876

[startup+25.5004 s]
/proc/loadavg: 4.00 3.97 3.31 5/194 24575
/proc/meminfo: memFree=16053684/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=11448 CPUtime=25.48 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 2575 0 0 0 2548 0 0 0 25 0 1 0 510081522 11722752 2530 33554432000 134512640 135217611 4291243584 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 2862 2530 77 173 0 2687 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20152

[startup+51.1011 s]
/proc/loadavg: 4.00 3.97 3.32 5/194 24585
/proc/meminfo: memFree=16035532/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=15884 CPUtime=51.07 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 3667 0 0 0 5107 0 0 0 25 0 1 0 510081522 16265216 3622 33554432000 134512640 135217611 4291243584 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 3971 3622 77 173 0 3796 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24588

[startup+102.307 s]
/proc/loadavg: 4.07 3.99 3.37 5/194 24587
/proc/meminfo: memFree=16000988/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=21044 CPUtime=102.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 4934 0 0 0 10227 0 0 0 25 0 1 0 510081522 21549056 4889 33554432000 134512640 135217611 4291243584 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 5261 4889 77 173 0 5086 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29748

[startup+162.3 s]
/proc/loadavg: 4.02 3.99 3.40 5/194 24588
/proc/meminfo: memFree=15990980/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=25960 CPUtime=162.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 6182 0 0 0 16227 0 0 0 25 0 1 0 510081522 26583040 6137 33554432000 134512640 135217611 4291243584 18446744073709551615 134537033 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 6490 6137 77 173 0 6315 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34664

[startup+222.3 s]
/proc/loadavg: 4.01 3.99 3.44 5/194 24592
/proc/meminfo: memFree=15979820/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=29212 CPUtime=222.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 6982 0 0 0 22226 1 0 0 25 0 1 0 510081522 29913088 6937 33554432000 134512640 135217611 4291243584 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 7303 6937 77 173 0 7128 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 37916

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.47 5/194 24595
/proc/meminfo: memFree=15968828/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=34356 CPUtime=282.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 8283 0 0 0 28226 1 0 0 25 0 1 0 510081522 35180544 8238 33554432000 134512640 135217611 4291243584 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 8589 8238 77 173 0 8414 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 43060

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.50 5/194 24596
/proc/meminfo: memFree=15961112/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=38908 CPUtime=342.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 9396 0 0 0 34226 1 0 0 25 0 1 0 510081522 39841792 9351 33554432000 134512640 135217611 4291243584 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 9727 9351 77 173 0 9552 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 47612

[startup+402.301 s]
/proc/loadavg: 4.04 4.01 3.54 5/194 24598
/proc/meminfo: memFree=15959976/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7

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

[pid=24575] ppid=24572 vsize=38908 CPUtime=522.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 9414 0 0 0 52226 1 0 0 25 0 1 0 510081522 39841792 9369 33554432000 134512640 135217611 4291243584 18446744073709551615 134534060 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 9727 9369 77 173 0 9552 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 47612

[startup+582.301 s]
/proc/loadavg: 4.13 4.04 3.62 5/194 24632
/proc/meminfo: memFree=16178748/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=50280 CPUtime=582.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 12235 0 0 0 58225 2 0 0 25 0 1 0 510081522 51486720 12190 33554432000 134512640 135217611 4291243584 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 12570 12190 77 173 0 12395 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 58984

[startup+642.301 s]
/proc/loadavg: 4.05 4.03 3.65 5/194 24634
/proc/meminfo: memFree=16456700/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=51072 CPUtime=642.27 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 12426 0 0 0 64225 2 0 0 25 0 1 0 510081522 52297728 12381 33554432000 134512640 135217611 4291243584 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 12768 12381 77 173 0 12593 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 59776

[startup+702.301 s]
/proc/loadavg: 4.02 4.02 3.66 5/194 24636
/proc/meminfo: memFree=16448740/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=53608 CPUtime=702.25 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13065 0 0 0 70223 2 0 0 25 0 1 0 510081522 54894592 13020 33554432000 134512640 135217611 4291243584 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13402 13020 77 173 0 13227 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 62312

[startup+762.307 s]
/proc/loadavg: 4.04 4.03 3.69 5/194 24637
/proc/meminfo: memFree=16441812/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=53576 CPUtime=762.25 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13069 0 0 0 76223 2 0 0 25 0 1 0 510081522 54861824 13021 33554432000 134512640 135217611 4291243584 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13394 13021 77 173 0 13219 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 62280

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.70 5/194 24639
/proc/meminfo: memFree=16438072/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=53576 CPUtime=822.24 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13076 0 0 0 82222 2 0 0 25 0 1 0 510081522 54861824 13028 33554432000 134512640 135217611 4291243584 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13394 13028 77 173 0 13219 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 62280

[startup+882.3 s]
/proc/loadavg: 4.00 4.02 3.72 5/194 24641
/proc/meminfo: memFree=16433860/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=53844 CPUtime=882.23 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13080 0 0 0 88221 2 0 0 25 0 1 0 510081522 55136256 13032 33554432000 134512640 135217611 4291243584 18446744073709551615 134533184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13461 13032 77 173 0 13286 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 62548

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.74 5/194 24642
/proc/meminfo: memFree=16432984/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=53844 CPUtime=942.23 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13086 0 0 0 94221 2 0 0 25 0 1 0 510081522 55136256 13038 33554432000 134512640 135217611 4291243584 18446744073709551615 134533202 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13461 13038 77 173 0 13286 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 62548

[startup+1002.3 s]
/proc/loadavg: 3.95 3.99 3.74 5/194 24674
/proc/meminfo: memFree=16413760/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=53844 CPUtime=1002.23 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13090 0 0 0 100221 2 0 0 25 0 1 0 510081522 55136256 13042 33554432000 134512640 135217611 4291243584 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13461 13042 77 173 0 13286 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 62548

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.76 5/194 24675
/proc/meminfo: memFree=16401008/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=55692 CPUtime=1062.23 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 13544 0 0 0 106221 2 0 0 25 0 1 0 510081522 57028608 13496 33554432000 134512640 135217611 4291243584 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 13923 13496 77 173 0 13748 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 64396

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.77 5/194 24677
/proc/meminfo: memFree=16391244/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=58364 CPUtime=1122.22 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 14228 0 0 0 112219 3 0 0 25 0 1 0 510081522 59764736 14180 33554432000 134512640 135217611 4291243584 18446744073709551615 134539851 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 14591 14180 77 173 0 14416 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 67068

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/194 24679
/proc/meminfo: memFree=16379476/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=64192 CPUtime=1182.23 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 15677 0 0 0 118219 4 0 0 25 0 1 0 510081522 65732608 15629 33554432000 134512640 135217611 4291243584 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 16048 15629 77 173 0 15873 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 72896

[startup+1242.3 s]
/proc/loadavg: 3.96 3.98 3.79 5/194 24801
/proc/meminfo: memFree=16385368/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=65664 CPUtime=1242.22 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 16142 0 0 0 124218 4 0 0 25 0 1 0 510081522 67239936 16001 33554432000 134512640 135217611 4291243584 18446744073709551615 134533168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 16416 16001 77 173 0 16241 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 74368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 3.98 3.80 5/194 24802
/proc/meminfo: memFree=16376652/32951124 swapFree=67111528/67111528
[pid=24572] ppid=24570 vsize=8704 CPUtime=0.01 cores=5,7
/proc/24572/stat : 24572 (glucose.sh) S 24570 24572 24250 0 -1 4202496 360 440 0 0 0 0 1 0 25 0 1 0 510081520 8912896 254 33554432000 4194304 4922060 140735810567232 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/24572/statm: 2176 254 211 178 0 69 0
[pid=24575] ppid=24572 vsize=65664 CPUtime=1299.93 cores=5,7
/proc/24575/stat : 24575 (glucose_static) R 24572 24572 24250 0 -1 4202496 16144 0 0 0 129989 4 0 0 25 0 1 0 510081522 67239936 16003 33554432000 134512640 135217611 4291243584 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/24575/statm: 16416 16003 77 173 0 16241 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 74368

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.96
CPU user time (s): 1299.91
CPU system time (s): 0.048992
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 74744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16953
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= 17
involuntary context switches= 2708

runsolver used 2.19067 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 12:00:30
IDJOB=3308963
IDBENCH=83416
IDSOLVER=1691
FILE ID=node130/3308963-1303984830
RUNJOBID= node130-1303983199-24271
PBS_JOBID= 13168696
Free space on /tmp= 71800 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308963-1303984830/watcher-3308963-1303984830 -o /tmp/evaluation-result-3308963-1303984830/solver-3308963-1303984830 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308963-1303984830.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=832435103

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16069292 kB
Buffers:       2124056 kB
Cached:       13487552 kB
SwapCached:          0 kB
Active:        8105196 kB
Inactive:      8222476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16069292 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29716 kB
Writeback:           0 kB
AnonPages:      715320 kB
Mapped:          16232 kB
Slab:           488840 kB
PageTables:       6616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   928068 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= 71780 MiB
End job on node130 at 2011-04-28 12:22:12