Trace number 3308984

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/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
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 |    3344    10640 |    1003       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2976    10528 |      --       0       --      -- |     --   | -240/400
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 602   #clauses: 2976   #literals: 10528
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	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:  602                                                  |
0.00/0.01	c |  Number of clauses:    2976                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.02/1300.00	HOME/glucose.sh: line 55:  9319 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-3308984-1303984923/watcher-3308984-1303984923 -o /tmp/evaluation-result-3308984-1303984923/solver-3308984-1303984923 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308984-1303984923.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.07 3.98 3.33 5/192 9316
/proc/meminfo: memFree=29312272/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 510092738 8912896 252 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 252 211 178 0 69 0

[startup+0.0890379 s]
/proc/loadavg: 4.07 3.98 3.33 5/192 9316
/proc/meminfo: memFree=29312272/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101007 s]
/proc/loadavg: 4.07 3.98 3.33 5/192 9316
/proc/meminfo: memFree=29312272/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300987 s]
/proc/loadavg: 4.07 3.98 3.33 5/192 9316
/proc/meminfo: memFree=29312272/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700923 s]
/proc/loadavg: 4.07 3.98 3.33 5/192 9316
/proc/meminfo: memFree=29312272/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50078 s]
/proc/loadavg: 4.07 3.98 3.33 5/194 9319
/proc/meminfo: memFree=29309404/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=4288 CPUtime=1.48 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 773 0 0 0 148 0 0 0 25 0 1 0 510092740 4390912 728 33554432000 134512640 135217611 4293758768 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 1072 728 75 173 0 897 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12992

[startup+3.10048 s]
/proc/loadavg: 4.06 3.98 3.33 5/194 9319
/proc/meminfo: memFree=29308536/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=4960 CPUtime=3.08 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 912 0 0 0 308 0 0 0 25 0 1 0 510092740 5079040 867 33554432000 134512640 135217611 4293758768 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 1240 867 75 173 0 1065 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13664

[startup+6.30091 s]
/proc/loadavg: 4.06 3.98 3.33 5/194 9320
/proc/meminfo: memFree=29307168/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=6192 CPUtime=6.28 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 1214 0 0 0 628 0 0 0 25 0 1 0 510092740 6340608 1169 33554432000 134512640 135217611 4293758768 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 1548 1169 75 173 0 1373 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14896

[startup+12.7007 s]
/proc/loadavg: 4.05 3.98 3.34 5/194 9320
/proc/meminfo: memFree=29305368/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=7272 CPUtime=12.68 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 1505 0 0 0 1268 0 0 0 25 0 1 0 510092740 7446528 1460 33554432000 134512640 135217611 4293758768 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 1818 1460 75 173 0 1643 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15976

[startup+25.5004 s]
/proc/loadavg: 4.04 3.98 3.35 5/194 9320
/proc/meminfo: memFree=29302756/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=8912 CPUtime=25.48 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 1882 0 0 0 2548 0 0 0 25 0 1 0 510092740 9125888 1837 33554432000 134512640 135217611 4293758768 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 2228 1837 75 173 0 2053 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17616

[startup+51.1007 s]
/proc/loadavg: 4.16 4.02 3.37 5/194 9321
/proc/meminfo: memFree=29299124/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=11528 CPUtime=51.08 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 2490 0 0 0 5108 0 0 0 25 0 1 0 510092740 11804672 2445 33554432000 134512640 135217611 4293758768 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 2882 2445 75 173 0 2707 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20232

[startup+102.307 s]
/proc/loadavg: 4.06 4.01 3.41 5/194 9324
/proc/meminfo: memFree=29268588/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=14536 CPUtime=102.29 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 3204 0 0 0 10229 0 0 0 25 0 1 0 510092740 14884864 3159 33554432000 134512640 135217611 4293758768 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 3634 3159 75 173 0 3459 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23240

[startup+162.301 s]
/proc/loadavg: 4.10 4.02 3.45 5/194 9387
/proc/meminfo: memFree=30034136/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=17428 CPUtime=162.28 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 3881 0 0 0 16225 3 0 0 25 0 1 0 510092740 17846272 3836 33554432000 134512640 135217611 4293758768 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 4357 3836 75 173 0 4182 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 26132

[startup+222.301 s]
/proc/loadavg: 4.07 4.03 3.48 5/194 9388
/proc/meminfo: memFree=30006512/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=19284 CPUtime=222.28 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 4315 0 0 0 22225 3 0 0 25 0 1 0 510092740 19746816 4270 33554432000 134512640 135217611 4293758768 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 4821 4270 75 173 0 4646 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27988

[startup+282.301 s]
/proc/loadavg: 4.02 4.02 3.51 5/194 9390
/proc/meminfo: memFree=29994712/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=21128 CPUtime=282.29 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 4776 0 0 0 28226 3 0 0 25 0 1 0 510092740 21635072 4731 33554432000 134512640 135217611 4293758768 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 5282 4731 75 173 0 5107 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 29832

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.54 5/194 9391
/proc/meminfo: memFree=29990672/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=22644 CPUtime=342.29 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 5111 0 0 0 34226 3 0 0 25 0 1 0 510092740 23187456 5066 33554432000 134512640 135217611 4293758768 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 5661 5066 75 173 0 5486 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 31348

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.56 5/194 9393
/proc/meminfo: memFree=29978336/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6

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

[pid=9319] ppid=9316 vsize=27192 CPUtime=522.3 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 6161 0 0 0 52226 4 0 0 25 0 1 0 510092740 27844608 6116 33554432000 134512640 135217611 4293758768 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 6798 6116 75 173 0 6623 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 35896

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 9398
/proc/meminfo: memFree=29960432/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=28104 CPUtime=582.3 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 6386 0 0 0 58226 4 0 0 25 0 1 0 510092740 28778496 6341 33554432000 134512640 135217611 4293758768 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 7026 6341 75 173 0 6851 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 36808

[startup+642.3 s]
/proc/loadavg: 4.07 4.03 3.66 5/194 9399
/proc/meminfo: memFree=29954432/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=29280 CPUtime=642.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 6652 0 0 0 64227 4 0 0 25 0 1 0 510092740 29982720 6607 33554432000 134512640 135217611 4293758768 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 7320 6607 75 173 0 7145 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 37984

[startup+702.301 s]
/proc/loadavg: 4.02 4.02 3.68 5/194 9401
/proc/meminfo: memFree=29948800/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=30672 CPUtime=702.3 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 6927 0 0 0 70226 4 0 0 25 0 1 0 510092740 31408128 6882 33554432000 134512640 135217611 4293758768 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 7668 6882 75 173 0 7493 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 39376

[startup+762.307 s]
/proc/loadavg: 4.06 4.03 3.70 5/194 9403
/proc/meminfo: memFree=29942908/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=32308 CPUtime=762.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 7345 0 0 0 76227 4 0 0 25 0 1 0 510092740 33083392 7300 33554432000 134512640 135217611 4293758768 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 8077 7300 75 173 0 7902 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 41012

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.72 5/194 9404
/proc/meminfo: memFree=29934176/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=33704 CPUtime=822.3 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 7647 0 0 0 82226 4 0 0 25 0 1 0 510092740 34512896 7602 33554432000 134512640 135217611 4293758768 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 8426 7602 75 173 0 8251 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 42408

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.74 5/194 9406
/proc/meminfo: memFree=29931536/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=34504 CPUtime=882.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 7815 0 0 0 88226 5 0 0 25 0 1 0 510092740 35332096 7770 33554432000 134512640 135217611 4293758768 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 8626 7770 75 173 0 8451 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 43208

[startup+942.301 s]
/proc/loadavg: 3.51 3.89 3.71 4/187 9425
/proc/meminfo: memFree=30026060/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=35756 CPUtime=942.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 8026 0 0 0 94226 5 0 0 25 0 1 0 510092740 36614144 7981 33554432000 134512640 135217611 4293758768 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 8939 7981 75 173 0 8764 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 44460

[startup+1002.3 s]
/proc/loadavg: 2.59 3.55 3.60 3/180 9446
/proc/meminfo: memFree=30093596/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=36804 CPUtime=1002.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 8248 0 0 0 100226 5 0 0 25 0 1 0 510092740 37687296 8203 33554432000 134512640 135217611 4293758768 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 9201 8203 75 173 0 9026 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 45508

[startup+1062.3 s]
/proc/loadavg: 2.21 3.27 3.50 3/180 9448
/proc/meminfo: memFree=30092816/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=37704 CPUtime=1062.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 8439 0 0 0 106226 5 0 0 25 0 1 0 510092740 38608896 8394 33554432000 134512640 135217611 4293758768 18446744073709551615 134527896 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 9426 8394 75 173 0 9251 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 46408

[startup+1122.3 s]
/proc/loadavg: 2.08 3.04 3.40 3/180 9449
/proc/meminfo: memFree=30091908/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=38736 CPUtime=1122.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 8674 0 0 0 112226 5 0 0 25 0 1 0 510092740 39665664 8629 33554432000 134512640 135217611 4293758768 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 9684 8629 75 173 0 9509 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 47440

[startup+1182.3 s]
/proc/loadavg: 2.03 2.86 3.32 3/180 9451
/proc/meminfo: memFree=30090140/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=39736 CPUtime=1182.31 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 8906 0 0 0 118226 5 0 0 25 0 1 0 510092740 40689664 8861 33554432000 134512640 135217611 4293758768 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 9934 8861 75 173 0 9759 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 48440

[startup+1242.3 s]
/proc/loadavg: 2.01 2.69 3.23 3/180 9452
/proc/meminfo: memFree=30086616/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=40628 CPUtime=1242.32 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 9102 0 0 0 124227 5 0 0 25 0 1 0 510092740 41603072 9057 33554432000 134512640 135217611 4293758768 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 10157 9057 75 173 0 9982 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 49332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.08 2.59 3.16 3/180 9454
/proc/meminfo: memFree=30081380/32951124 swapFree=67111364/67111528
[pid=9316] ppid=9314 vsize=8704 CPUtime=0 cores=4,6
/proc/9316/stat : 9316 (glucose.sh) S 9314 9316 8895 0 -1 4202496 358 291 0 0 0 0 0 0 25 0 1 0 510092738 8912896 254 33554432000 4194304 4922060 140735831800864 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9316/statm: 2176 254 211 178 0 69 0
[pid=9319] ppid=9316 vsize=41276 CPUtime=1300.02 cores=4,6
/proc/9319/stat : 9319 (glucose_static) R 9316 9316 8895 0 -1 4202496 9227 0 0 0 129997 5 0 0 25 0 1 0 510092740 42266624 9182 33554432000 134512640 135217611 4293758768 18446744073709551615 134538357 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9319/statm: 10319 9182 75 173 0 10144 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 49980

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.99
CPU system time (s): 0.05999
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 49980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.99
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9907
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= 31
involuntary context switches= 1457

runsolver used 2.27965 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 12:02:03
IDJOB=3308984
IDBENCH=83431
IDSOLVER=1691
FILE ID=node106/3308984-1303984923
RUNJOBID= node106-1303983222-8914
PBS_JOBID= 13168720
Free space on /tmp= 71948 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=313877495

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29312544 kB
Buffers:        185892 kB
Cached:        2135824 kB
SwapCached:         88 kB
Active:        1835004 kB
Inactive:      1591688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29312544 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:     1104824 kB
Mapped:          15928 kB
Slab:           144176 kB
PageTables:       7600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1331028 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= 71960 MiB
End job on node106 at 2011-04-28 12:23:45