Trace number 3286919

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
EBGlucose 1.0UNSAT 629.61 629.616

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.4606
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
Number of clauses of size 40
Number of clauses of size 50
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.48	c ==============================================================================
0.00/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.48	c ==============================================================================
0.00/0.48	c |         0 | 1130523  2637887 |  339156       0        0     nan |  0.000 % |
441.69/441.79	c |         0 |  101640   410022 |      --       0       --      -- |     --   | -1019741/-2205924
441.69/441.79	c ==============================================================================
441.69/441.79	c Result  :   #vars: 6404   #clauses: 101640   #literals: 410022
441.69/441.79	c CPU time:   441.506 s
441.69/441.79	c ==============================================================================
441.79/441.88	c
441.79/441.88	c Starting glucose
441.79/441.88	c
441.79/441.89	
441.79/441.89	c This is EBGlucose 1.0 -- based on Glucose version 1.0
441.79/441.89	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
441.79/441.89	
441.79/441.89	c ============================[ Problem Statistics ]=============================
441.79/441.89	c |                                                                             |
441.79/441.89	c |  Number of variables:  6404                                                 |
441.79/441.89	c |  Number of clauses:    101640                                               |
441.88/441.93	c |  Parsing time:         0.03         s                                       |
629.48/629.59	c restarts              : 1031
629.48/629.59	c nb ReduceDB           : 44
629.48/629.59	c nb learnts DL2        : 1277
629.48/629.59	c nb learnts size 2     : 326
629.48/629.59	c nb learnts size 1     : 7
629.48/629.59	c conflicts             : 1833016        (9767 /sec)
629.48/629.59	c decisions             : 12636011       (1.36 % random) (67332 /sec)
629.48/629.59	c propagations          : 284868666      (1517952 /sec)
629.48/629.59	c conflict literals     : 196885513      (4.96 % deleted)
629.48/629.59	c Memory used           : 52.37 MB
629.48/629.59	c CPU time              : 187.666 s
629.48/629.59	
629.48/629.59	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3286919-1303765619/watcher-3286919-1303765619 -o /tmp/evaluation-result-3286919-1303765619/solver-3286919-1303765619 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3286919-1303765619.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: 2.91 3.11 3.36 4/185 8863
/proc/meminfo: memFree=17434320/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0

[startup+0.0592519 s]
/proc/loadavg: 2.91 3.11 3.36 4/185 8863
/proc/meminfo: memFree=17434320/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101246 s]
/proc/loadavg: 2.91 3.11 3.36 4/185 8863
/proc/meminfo: memFree=17434320/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30121 s]
/proc/loadavg: 2.91 3.11 3.36 4/185 8863
/proc/meminfo: memFree=17434320/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701149 s]
/proc/loadavg: 2.91 3.11 3.36 4/185 8863
/proc/meminfo: memFree=17434320/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50098 s]
/proc/loadavg: 2.91 3.11 3.36 4/187 8866
/proc/meminfo: memFree=17258844/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=187856 CPUtime=1.49 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 46544 0 0 0 140 9 0 0 25 0 1 0 488160534 192364544 43047 33554432000 134512640 135144230 4292517264 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 46964 43047 78 155 0 46807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 196560

[startup+3.10074 s]
/proc/loadavg: 2.91 3.11 3.36 4/187 8866
/proc/meminfo: memFree=17233172/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=199484 CPUtime=3.09 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 49468 0 0 0 296 13 0 0 25 0 1 0 488160534 204271616 45971 33554432000 134512640 135144230 4292517264 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 49871 45971 78 155 0 49714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208188

[startup+6.30121 s]
/proc/loadavg: 2.92 3.11 3.36 4/187 8866
/proc/meminfo: memFree=17172660/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=215712 CPUtime=6.29 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 53658 0 0 0 609 20 0 0 25 0 1 0 488160534 220889088 49694 33554432000 134512640 135144230 4292517264 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 53928 49695 78 155 0 53771 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 224416

[startup+12.7011 s]
/proc/loadavg: 2.93 3.10 3.36 4/187 8867
/proc/meminfo: memFree=17155240/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=218756 CPUtime=12.69 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 54541 0 0 0 1246 23 0 0 25 0 1 0 488160534 224006144 50471 33554432000 134512640 135144230 4292517264 18446744073709551615 134547536 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 54689 50471 78 155 0 54532 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 227460

[startup+25.501 s]
/proc/loadavg: 2.94 3.10 3.35 4/187 8867
/proc/meminfo: memFree=17145148/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=222716 CPUtime=25.49 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55297 0 0 0 2524 25 0 0 25 0 1 0 488160534 228061184 51227 33554432000 134512640 135144230 4292517264 18446744073709551615 134547536 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 55679 51227 78 155 0 55522 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231420

[startup+51.1007 s]
/proc/loadavg: 2.96 3.09 3.34 4/187 8868
/proc/meminfo: memFree=17144496/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=220924 CPUtime=51.09 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55335 0 0 0 5084 25 0 0 25 0 1 0 488160534 226226176 50830 33554432000 134512640 135144230 4292517264 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 55231 50830 78 155 0 55074 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229628

[startup+102.307 s]
/proc/loadavg: 2.98 3.07 3.32 4/187 8869
/proc/meminfo: memFree=17141400/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=220924 CPUtime=102.29 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55379 0 0 0 10204 25 0 0 25 0 1 0 488160534 226226176 50874 33554432000 134512640 135144230 4292517264 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 55231 50874 78 155 0 55074 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 229628

[startup+162.301 s]
/proc/loadavg: 2.99 3.06 3.30 4/187 8871
/proc/meminfo: memFree=17135444/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=221692 CPUtime=162.29 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55481 0 0 0 16204 25 0 0 25 0 1 0 488160534 227012608 50976 33554432000 134512640 135144230 4292517264 18446744073709551615 134553168 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 55423 50976 78 155 0 55266 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 230396

[startup+222.301 s]
/proc/loadavg: 2.99 3.04 3.28 4/187 8872
/proc/meminfo: memFree=17129704/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=222204 CPUtime=222.3 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55585 0 0 0 22204 26 0 0 25 0 1 0 488160534 227536896 51080 33554432000 134512640 135144230 4292517264 18446744073709551615 134553208 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 55551 51080 78 155 0 55394 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 230908

[startup+282.301 s]
/proc/loadavg: 3.11 3.07 3.27 4/187 8874
/proc/meminfo: memFree=17125344/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=222876 CPUtime=282.3 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55689 0 0 0 28204 26 0 0 25 0 1 0 488160534 228225024 51184 33554432000 134512640 135144230 4292517264 18446744073709551615 134553216 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 55719 51184 78 155 0 55562 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 231580

[startup+342.301 s]
/proc/loadavg: 3.09 3.06 3.26 4/187 8876
/proc/meminfo: memFree=17121368/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=224156 CPUtime=342.3 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55816 0 0 0 34204 26 0 0 25 0 1 0 488160534 229535744 51311 33554432000 134512640 135144230 4292517264 18446744073709551615 134553231 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 56039 51311 78 155 0 55882 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 232860

[startup+402.301 s]
/proc/loadavg: 3.03 3.05 3.24 4/187 8877
/proc/meminfo: memFree=17117508/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=0 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 488160534 8912896 252 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 252 211 178 0 69 0
[pid=8865] ppid=8863 vsize=224732 CPUtime=402.3 cores=4,6
/proc/8865/stat : 8865 (SatELite_releas) R 8863 8863 7362 0 -1 4202496 55964 0 0 0 40204 26 0 0 25 0 1 0 488160534 230125568 51459 33554432000 134512640 135144230 4292517264 18446744073709551615 134553225 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8865/statm: 56183 51459 78 155 0 56026 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 233436

[startup+462.301 s]
/proc/loadavg: 3.01 3.04 3.22 4/187 8880
/proc/meminfo: memFree=17279800/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=31576 CPUtime=20.39 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 7408 0 0 0 2038 1 0 0 25 0 1 0 488204723 32333824 7348 33554432000 134512640 134556542 4288036096 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 7894 7348 214 11 0 7228 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 40280

[startup+522.301 s]
/proc/loadavg: 3.00 3.03 3.20 4/187 8881
/proc/meminfo: memFree=17262712/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=40540 CPUtime=80.4 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 9670 0 0 0 8038 2 0 0 25 0 1 0 488204723 41512960 9610 33554432000 134512640 134556542 4288036096 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 10135 9610 214 11 0 9469 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 49244

[startup+582.301 s]
/proc/loadavg: 3.00 3.02 3.18 4/187 8883
/proc/meminfo: memFree=17240288/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=50040 CPUtime=140.4 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 11977 0 0 0 14037 3 0 0 25 0 1 0 488204723 51240960 11917 33554432000 134512640 134556542 4288036096 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 12510 11917 214 11 0 11844 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 58744

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

[startup+588.701 s]
/proc/loadavg: 3.00 3.02 3.18 4/187 8883
/proc/meminfo: memFree=17240024/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=50040 CPUtime=146.8 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 11979 0 0 0 14677 3 0 0 25 0 1 0 488204723 51240960 11919 33554432000 134512640 134556542 4288036096 18446744073709551615 134537968 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 12510 11919 214 11 0 11844 0
Current children cumulated CPU time (s) 588.68
Current children cumulated vsize (KiB) 58744

[startup+614.301 s]
/proc/loadavg: 3.00 3.02 3.18 4/187 8884
/proc/meminfo: memFree=17234320/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53076 CPUtime=172.4 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12743 0 0 0 17237 3 0 0 25 0 1 0 488204723 54349824 12683 33554432000 134512640 134556542 4288036096 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13269 12683 214 11 0 12603 0
Current children cumulated CPU time (s) 614.28
Current children cumulated vsize (KiB) 61780

[startup+620.701 s]
/proc/loadavg: 3.00 3.02 3.18 4/187 8884
/proc/meminfo: memFree=17232736/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53076 CPUtime=178.8 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12745 0 0 0 17877 3 0 0 25 0 1 0 488204723 54349824 12685 33554432000 134512640 134556542 4288036096 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13269 12685 214 11 0 12603 0
Current children cumulated CPU time (s) 620.68
Current children cumulated vsize (KiB) 61780

[startup+623.901 s]
/proc/loadavg: 3.00 3.02 3.17 4/187 8884
/proc/meminfo: memFree=17232736/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53076 CPUtime=182 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12745 0 0 0 18197 3 0 0 25 0 1 0 488204723 54349824 12685 33554432000 134512640 134556542 4288036096 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13269 12685 214 11 0 12603 0
Current children cumulated CPU time (s) 623.88
Current children cumulated vsize (KiB) 61780

[startup+627.101 s]
/proc/loadavg: 3.00 3.02 3.17 4/187 8884
/proc/meminfo: memFree=17232736/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53076 CPUtime=185.2 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12745 0 0 0 18517 3 0 0 25 0 1 0 488204723 54349824 12685 33554432000 134512640 134556542 4288036096 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13269 12685 214 11 0 12603 0
Current children cumulated CPU time (s) 627.08
Current children cumulated vsize (KiB) 61780

[startup+628.701 s]
/proc/loadavg: 3.00 3.02 3.17 4/187 8884
/proc/meminfo: memFree=17232612/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53620 CPUtime=186.8 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12884 0 0 0 18677 3 0 0 25 0 1 0 488204723 54906880 12824 33554432000 134512640 134556542 4288036096 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13405 12824 214 11 0 12739 0
Current children cumulated CPU time (s) 628.68
Current children cumulated vsize (KiB) 62324

[startup+629.101 s]
/proc/loadavg: 3.00 3.02 3.17 4/187 8884
/proc/meminfo: memFree=17232240/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53620 CPUtime=187.2 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12884 0 0 0 18717 3 0 0 25 0 1 0 488204723 54906880 12824 33554432000 134512640 134556542 4288036096 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13405 12824 214 11 0 12739 0
Current children cumulated CPU time (s) 629.08
Current children cumulated vsize (KiB) 62324

[startup+629.501 s]
/proc/loadavg: 3.00 3.02 3.17 4/187 8884
/proc/meminfo: memFree=17232240/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=441.88 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 380 63428 0 0 0 0 44158 30 18 0 1 0 488160534 8912896 255 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8863/statm: 2176 255 211 178 0 69 0
[pid=8879] ppid=8863 vsize=53620 CPUtime=187.6 cores=4,6
/proc/8879/stat : 8879 (ebglucose_stati) R 8863 8863 7362 0 -1 4202496 12884 0 0 0 18757 3 0 0 25 0 1 0 488204723 54906880 12824 33554432000 134512640 134556542 4288036096 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8879/statm: 13405 12824 214 11 0 12739 0
Current children cumulated CPU time (s) 629.48
Current children cumulated vsize (KiB) 62324

[startup+629.601 s]
/proc/loadavg: 3.00 3.02 3.17 4/187 8884
/proc/meminfo: memFree=17232240/32951124 swapFree=67111528/67111528
[pid=8863] ppid=8861 vsize=8704 CPUtime=629.59 cores=4,6
/proc/8863/stat : 8863 (ebglucose.sh) S 8861 8863 7362 0 -1 4202496 409 76326 0 0 0 0 62925 34 17 0 1 0 488160534 8912896 257 33554432000 4194304 4922060 140734702009600 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8863/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 629.59
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 629.616
CPU time (s): 629.61
CPU user time (s): 629.25
CPU system time (s): 0.359945
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 251792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 629.25
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76916
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= 69
involuntary context switches= 818

runsolver used 1.10883 second user time and 2.33065 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-25 23:07:00
IDJOB=3286919
IDBENCH=82450
IDSOLVER=1652
FILE ID=node130/3286919-1303765619
RUNJOBID= node130-1303764036-8587
PBS_JOBID= 13157127
Free space on /tmp= 71592 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286919-1303765619/watcher-3286919-1303765619 -o /tmp/evaluation-result-3286919-1303765619/solver-3286919-1303765619 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3286919-1303765619.cnf

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=345995973

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:      17434716 kB
Buffers:       2103788 kB
Cached:       12549572 kB
SwapCached:          0 kB
Active:        6900176 kB
Inactive:      8066404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17434716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22896 kB
Writeback:           0 kB
AnonPages:      312860 kB
Mapped:          16528 kB
Slab:           483280 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   512364 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= 71592 MiB
End job on node130 at 2011-04-25 23:17:30