Trace number 3286873

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.0? (TO) 1300.01 1300.01

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
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.42	c ==============================================================================
0.00/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.42	c ==============================================================================
0.00/0.42	c |         0 | 1076505  2511845 |  322951       0        0     nan |  0.000 % |
2.59/2.60	c |         0 |  707834  2011464 |      --       0       --      -- |     --   | -367134/-496771
2.59/2.61	c ==============================================================================
2.59/2.61	c Result  :   #vars: 170050   #clauses: 707834   #literals: 2011464
2.59/2.61	c CPU time:   2.49862 s
2.59/2.61	c ==============================================================================
2.89/2.99	c
2.89/2.99	c Starting glucose
2.89/2.99	c
2.89/2.99	
2.89/2.99	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.89/2.99	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.89/2.99	
2.89/2.99	c ============================[ Problem Statistics ]=============================
2.89/2.99	c |                                                                             |
2.89/2.99	c |  Number of variables:  170050                                               |
2.89/2.99	c |  Number of clauses:    707834                                               |
3.19/3.26	c |  Parsing time:         0.24         s                                       |

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-3286873-1303765550/watcher-3286873-1303765550 -o /tmp/evaluation-result-3286873-1303765550/solver-3286873-1303765550 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3286873-1303765550.cnf 

running on 2 cores: 1,3

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.99 3.16 3.40 3/185 8830
/proc/meminfo: memFree=16643924/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=0 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) R 8828 8830 7362 0 -1 4202496 336 233 0 0 0 0 0 0 21 0 1 0 488153565 8912896 252 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204467605 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/8830/statm: 2176 252 211 178 0 69 0

[startup+0.066901 s]
/proc/loadavg: 2.99 3.16 3.40 3/185 8830
/proc/meminfo: memFree=16643924/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=0 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488153565 8912896 252 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8830/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100898 s]
/proc/loadavg: 2.99 3.16 3.40 3/185 8830
/proc/meminfo: memFree=16643924/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=0 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488153565 8912896 252 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8830/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300863 s]
/proc/loadavg: 2.99 3.16 3.40 3/185 8830
/proc/meminfo: memFree=16643924/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=0 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488153565 8912896 252 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8830/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700793 s]
/proc/loadavg: 2.99 3.16 3.40 3/185 8830
/proc/meminfo: memFree=16643924/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=0 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488153565 8912896 252 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8830/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8833
/proc/meminfo: memFree=16470192/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=0 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488153565 8912896 252 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8830/statm: 2176 252 211 178 0 69 0
[pid=8832] ppid=8830 vsize=198176 CPUtime=1.49 cores=1,3
/proc/8832/stat : 8832 (SatELite_releas) R 8830 8830 7362 0 -1 4202496 45182 0 0 0 139 10 0 0 25 0 1 0 488153565 202932224 42153 33554432000 134512640 135144230 4292511856 18446744073709551615 134726848 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8832/statm: 49544 42153 78 155 0 49387 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206880

[startup+3.10035 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8833
/proc/meminfo: memFree=16457696/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 8704

[startup+6.30085 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8835
/proc/meminfo: memFree=16551452/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=67888 CPUtime=3.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 15249 0 0 0 327 3 0 0 25 0 1 0 488153864 69517312 15146 33554432000 134512640 134556542 4288574736 18446744073709551615 134545043 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 16972 15146 213 11 0 16306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76592

[startup+12.7008 s]
/proc/loadavg: 2.99 3.16 3.40 4/187 8835
/proc/meminfo: memFree=16548496/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=70692 CPUtime=9.7 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 15969 0 0 0 967 3 0 0 25 0 1 0 488153864 72388608 15866 33554432000 134512640 134556542 4288574736 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 17673 15866 213 11 0 17007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79396

[startup+25.5006 s]
/proc/loadavg: 2.99 3.15 3.39 4/187 8835
/proc/meminfo: memFree=16546024/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=73444 CPUtime=22.49 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 16645 0 0 0 2246 3 0 0 25 0 1 0 488153864 75206656 16542 33554432000 134512640 134556542 4288574736 18446744073709551615 134529040 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 18361 16542 213 11 0 17695 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82148

[startup+51.1003 s]
/proc/loadavg: 2.99 3.13 3.38 5/187 8836
/proc/meminfo: memFree=16541688/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=77524 CPUtime=48.1 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 17643 0 0 0 4806 4 0 0 25 0 1 0 488153864 79384576 17540 33554432000 134512640 134556542 4288574736 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 19381 17540 213 11 0 18715 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86228

[startup+102.307 s]
/proc/loadavg: 2.95 3.10 3.35 4/187 8867
/proc/meminfo: memFree=17145520/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=82588 CPUtime=99.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 18908 0 0 0 9926 4 0 0 25 0 1 0 488153864 84570112 18805 33554432000 134512640 134556542 4288574736 18446744073709551615 134528957 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 20647 18805 213 11 0 19981 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 91292

[startup+162.301 s]
/proc/loadavg: 2.98 3.08 3.33 4/187 8869
/proc/meminfo: memFree=17141780/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=86548 CPUtime=159.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 19886 0 0 0 15925 5 0 0 25 0 1 0 488153864 88625152 19783 33554432000 134512640 134556542 4288574736 18446744073709551615 134536987 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 21637 19783 213 11 0 20971 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95252

[startup+222.301 s]
/proc/loadavg: 2.99 3.06 3.30 4/187 8870
/proc/meminfo: memFree=17136692/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=91304 CPUtime=219.29 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 21097 0 0 0 21924 5 0 0 25 0 1 0 488153864 93495296 20994 33554432000 134512640 134556542 4288574736 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 22826 20994 213 11 0 22160 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 100008

[startup+282.301 s]
/proc/loadavg: 2.99 3.05 3.28 4/187 8872
/proc/meminfo: memFree=17130076/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=98124 CPUtime=279.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 22739 0 0 0 27923 7 0 0 25 0 1 0 488153864 100478976 22636 33554432000 134512640 134556542 4288574736 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 24531 22636 213 11 0 23865 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 106828

[startup+342.301 s]
/proc/loadavg: 3.13 3.07 3.27 4/187 8874
/proc/meminfo: memFree=17126088/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=101160 CPUtime=339.29 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 23536 0 0 0 33922 7 0 0 25 0 1 0 488153864 103587840 23433 33554432000 134512640 134556542 4288574736 18446744073709551615 134537611 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 25290 23433 213 11 0 24624 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 109864

[startup+402.3 s]
/proc/loadavg: 3.10 3.07 3.26 4/187 8875
/proc/meminfo: memFree=17122128/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=105068 CPUtime=399.3 cores=1,3

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

/proc/8835/statm: 30066 28210 213 11 0 29400 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 128968

[startup+642.3 s]
/proc/loadavg: 3.00 3.02 3.19 5/187 8883
/proc/meminfo: memFree=17245248/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=132796 CPUtime=639.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 31319 0 0 0 63920 10 0 0 25 0 1 0 488153864 135983104 31216 33554432000 134512640 134556542 4288574736 18446744073709551615 134530030 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 33199 31216 213 11 0 32533 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 141500

[startup+702.301 s]
/proc/loadavg: 3.00 3.02 3.17 3/181 8902
/proc/meminfo: memFree=17394460/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=140452 CPUtime=699.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 33296 0 0 0 69919 11 0 0 25 0 1 0 488153864 143822848 33193 33554432000 134512640 134556542 4288574736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 35113 33193 213 11 0 34447 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 149156

[startup+762.306 s]
/proc/loadavg: 2.37 2.83 3.10 3/180 8904
/proc/meminfo: memFree=17389876/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=145768 CPUtime=759.31 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 34645 0 0 0 75919 12 0 0 25 0 1 0 488153864 149266432 34542 33554432000 134512640 134556542 4288574736 18446744073709551615 11996537 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 36442 34542 213 11 0 35776 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 154472

[startup+822.301 s]
/proc/loadavg: 2.13 2.68 3.03 3/180 8905
/proc/meminfo: memFree=17383260/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=152104 CPUtime=819.31 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 36277 0 0 0 81918 13 0 0 25 0 1 0 488153864 155754496 36174 33554432000 134512640 134556542 4288574736 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 38026 36174 213 11 0 37360 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 160808

[startup+882.301 s]
/proc/loadavg: 2.05 2.55 2.96 3/180 8907
/proc/meminfo: memFree=17379264/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=157168 CPUtime=879.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 37235 0 0 0 87917 13 0 0 25 0 1 0 488153864 160940032 37132 33554432000 134512640 134556542 4288574736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 39292 37132 213 11 0 38626 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 165872

[startup+942.301 s]
/proc/loadavg: 2.08 2.46 2.90 3/180 8909
/proc/meminfo: memFree=17376840/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=159684 CPUtime=939.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 37899 0 0 0 93917 13 0 0 25 0 1 0 488153864 163516416 37796 33554432000 134512640 134556542 4288574736 18446744073709551615 134529043 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 39921 37796 213 11 0 39255 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 168388

[startup+1002.3 s]
/proc/loadavg: 2.03 2.38 2.84 3/180 8910
/proc/meminfo: memFree=17372820/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=163392 CPUtime=999.31 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 38862 0 0 0 99917 14 0 0 25 0 1 0 488153864 167313408 38759 33554432000 134512640 134556542 4288574736 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 40848 38759 213 11 0 40182 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 172096

[startup+1062.3 s]
/proc/loadavg: 2.01 2.31 2.79 3/180 8912
/proc/meminfo: memFree=17370196/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=165792 CPUtime=1059.31 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 39469 0 0 0 105917 14 0 0 25 0 1 0 488153864 169771008 39366 33554432000 134512640 134556542 4288574736 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 41448 39366 213 11 0 40782 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 174496

[startup+1122.3 s]
/proc/loadavg: 1.66 2.17 2.71 2/173 8931
/proc/meminfo: memFree=17665124/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=168432 CPUtime=1119.3 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 40149 0 0 0 111916 14 0 0 25 0 1 0 488153864 172474368 40046 33554432000 134512640 134556542 4288574736 18446744073709551615 134536885 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 42108 40046 213 11 0 41442 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 177136

[startup+1182.3 s]
/proc/loadavg: 1.24 1.95 2.60 2/173 8933
/proc/meminfo: memFree=17663236/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=170280 CPUtime=1179.31 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 40638 0 0 0 117916 15 0 0 25 0 1 0 488153864 174366720 40535 33554432000 134512640 134556542 4288574736 18446744073709551615 134531681 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 42570 40535 213 11 0 41904 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 178984

[startup+1242.3 s]
/proc/loadavg: 1.09 1.78 2.50 2/173 8935
/proc/meminfo: memFree=17662200/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=171336 CPUtime=1239.31 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 40900 0 0 0 123916 15 0 0 25 0 1 0 488153864 175448064 40797 33554432000 134512640 134556542 4288574736 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 42834 40797 213 11 0 42168 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 180040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.63 2.40 2/173 8936
/proc/meminfo: memFree=17659928/32951124 swapFree=67111528/67111528
[pid=8830] ppid=8828 vsize=8704 CPUtime=2.99 cores=1,3
/proc/8830/stat : 8830 (ebglucose.sh) S 8828 8830 7362 0 -1 4202496 378 47493 0 0 0 0 285 14 18 0 1 0 488153565 8912896 255 33554432000 4194304 4922060 140733937429120 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8830/statm: 2176 255 211 178 0 69 0
[pid=8835] ppid=8830 vsize=173712 CPUtime=1297.02 cores=1,3
/proc/8835/stat : 8835 (ebglucose_stati) R 8830 8830 7362 0 -1 4202496 41522 0 0 0 129686 16 0 0 25 0 1 0 488153864 177881088 41419 33554432000 134512640 134556542 4288574736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8835/statm: 43428 41419 213 11 0 42762 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 182416

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8830 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=853566
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=142978
# CPU time returned by wait4() is 2.99654
# while last known CPU time is 1300.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.71
CPU system time (s): 0.3
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 208332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.85357
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 40

runsolver used 1.9567 second user time and 4.68229 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-25 23:05:51
IDJOB=3286873
IDBENCH=82446
IDSOLVER=1652
FILE ID=node130/3286873-1303765550
RUNJOBID= node130-1303764036-8588
PBS_JOBID= 13157127
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
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:      16644080 kB
Buffers:       2103712 kB
Cached:       12612896 kB
SwapCached:          0 kB
Active:        7711660 kB
Inactive:      8044628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16644080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20656 kB
Writeback:           0 kB
AnonPages:     1039236 kB
Mapped:          16516 kB
Slab:           483572 kB
PageTables:       7016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1252360 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= 71728 MiB
End job on node130 at 2011-04-25 23:27:33