Trace number 3288299

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
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.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.29/1.39	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.29/1.39	c ==============================================================================
1.29/1.39	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.29/1.39	c CPU time:   1.3118 s
1.29/1.39	c ==============================================================================
1.48/1.57	c
1.48/1.57	c Starting glucose
1.48/1.57	c
1.48/1.57	
1.48/1.57	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.48/1.57	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.48/1.57	
1.48/1.57	c ============================[ Problem Statistics ]=============================
1.48/1.57	c |                                                                             |
1.48/1.57	c |  Number of variables:  57963                                                |
1.48/1.57	c |  Number of clauses:    279680                                               |
1.56/1.68	c |  Parsing time:         0.10         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-3288299-1303768871/watcher-3288299-1303768871 -o /tmp/evaluation-result-3288299-1303768871/solver-3288299-1303768871 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288299-1303768871.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.16 2.79 1/172 28394
/proc/meminfo: memFree=14069188/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=0 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488484167 8912896 252 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 252 211 178 0 69 0

[startup+0.0530531 s]
/proc/loadavg: 2.00 2.16 2.79 1/172 28394
/proc/meminfo: memFree=14069188/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=0 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488484167 8912896 252 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101029 s]
/proc/loadavg: 2.00 2.16 2.79 1/172 28394
/proc/meminfo: memFree=14069188/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=0 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488484167 8912896 252 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301003 s]
/proc/loadavg: 2.00 2.16 2.79 1/172 28394
/proc/meminfo: memFree=14069188/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=0 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488484167 8912896 252 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700912 s]
/proc/loadavg: 2.00 2.16 2.79 1/172 28394
/proc/meminfo: memFree=14069188/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=0 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488484167 8912896 252 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50076 s]
/proc/loadavg: 1.92 2.14 2.78 2/174 28397
/proc/meminfo: memFree=13970912/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=0 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488484167 8912896 252 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 252 211 178 0 69 0
[pid=28396] ppid=28394 vsize=98600 CPUtime=1.48 cores=5,7
/proc/28396/stat : 28396 (SatELite_releas) R 28394 28394 26622 0 -1 4202496 25315 0 0 0 140 8 0 0 25 0 1 0 488484167 100966400 21664 33554432000 134512640 135144230 4292438112 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/28396/statm: 24650 21664 78 155 0 24493 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107304

[startup+3.10045 s]
/proc/loadavg: 1.92 2.14 2.78 2/174 28398
/proc/meminfo: memFree=14027208/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=27352 CPUtime=1.52 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 6273 0 0 0 151 1 0 0 20 0 1 0 488484324 28008448 6199 33554432000 134512640 134556542 4291590368 18446744073709551615 134529042 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 6838 6199 214 11 0 6172 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36056

[startup+6.30084 s]
/proc/loadavg: 1.85 2.12 2.77 2/174 28398
/proc/meminfo: memFree=14025116/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=28828 CPUtime=4.72 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 6603 0 0 0 471 1 0 0 25 0 1 0 488484324 29519872 6529 33554432000 134512640 134556542 4291590368 18446744073709551615 134543798 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 7207 6529 214 11 0 6541 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37532

[startup+12.7006 s]
/proc/loadavg: 1.78 2.10 2.76 2/173 28398
/proc/meminfo: memFree=14023592/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=30412 CPUtime=11.12 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 7017 0 0 0 1111 1 0 0 25 0 1 0 488484324 31141888 6943 33554432000 134512640 134556542 4291590368 18446744073709551615 134529056 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 7603 6943 214 11 0 6937 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39116

[startup+25.5012 s]
/proc/loadavg: 1.66 2.06 2.74 2/173 28398
/proc/meminfo: memFree=14022252/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=32160 CPUtime=23.92 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 7453 0 0 0 2391 1 0 0 25 0 1 0 488484324 32931840 7379 33554432000 134512640 134556542 4291590368 18446744073709551615 134528937 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 8040 7379 214 11 0 7374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40864

[startup+51.1003 s]
/proc/loadavg: 1.40 1.96 2.68 2/173 28399
/proc/meminfo: memFree=14019752/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=35000 CPUtime=49.52 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 8133 0 0 0 4950 2 0 0 25 0 1 0 488484324 35840000 8059 33554432000 134512640 134556542 4291590368 18446744073709551615 134529038 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 8750 8059 214 11 0 8084 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43704

[startup+102.306 s]
/proc/loadavg: 1.23 1.83 2.60 2/173 28400
/proc/meminfo: memFree=14013428/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=40728 CPUtime=100.72 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 9575 0 0 0 10070 2 0 0 25 0 1 0 488484324 41705472 9501 33554432000 134512640 134556542 4291590368 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 10182 9501 214 11 0 9516 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 49432

[startup+162.301 s]
/proc/loadavg: 1.08 1.67 2.49 2/173 28402
/proc/meminfo: memFree=14006716/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=47600 CPUtime=160.73 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 11314 0 0 0 16070 3 0 0 25 0 1 0 488484324 48742400 11240 33554432000 134512640 134556542 4291590368 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 11900 11240 214 11 0 11234 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56304

[startup+222.3 s]
/proc/loadavg: 1.03 1.55 2.40 2/173 28407
/proc/meminfo: memFree=13997936/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=57124 CPUtime=220.72 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 13682 0 0 0 22069 3 0 0 25 0 1 0 488484324 58494976 13608 33554432000 134512640 134556542 4291590368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 14281 13608 214 11 0 13615 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 65828

[startup+282.301 s]
/proc/loadavg: 1.01 1.45 2.31 2/173 28408
/proc/meminfo: memFree=13989484/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=66188 CPUtime=280.73 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 15854 0 0 0 28069 4 0 0 25 0 1 0 488484324 67776512 15780 33554432000 134512640 134556542 4291590368 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 16547 15780 214 11 0 15881 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 74892

[startup+342.3 s]
/proc/loadavg: 1.00 1.36 2.22 2/173 28410
/proc/meminfo: memFree=13980548/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=74684 CPUtime=340.73 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 18053 0 0 0 34068 5 0 0 25 0 1 0 488484324 76476416 17979 33554432000 134512640 134556542 4291590368 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 18671 17979 214 11 0 18005 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 83388

[startup+402.301 s]
/proc/loadavg: 1.00 1.29 2.14 2/173 28411
/proc/meminfo: memFree=13972844/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7

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

/proc/28398/statm: 26265 25561 214 11 0 25599 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 113764

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.87 2/173 28418
/proc/meminfo: memFree=13943392/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=112948 CPUtime=640.74 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 27284 0 0 0 64067 7 0 0 25 0 1 0 488484324 115658752 27210 33554432000 134512640 134556542 4291590368 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 28237 27210 214 11 0 27571 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 121652

[startup+702.3 s]
/proc/loadavg: 1.00 1.10 1.81 2/173 28419
/proc/meminfo: memFree=13937920/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=118236 CPUtime=700.75 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 28662 0 0 0 70067 8 0 0 25 0 1 0 488484324 121073664 28588 33554432000 134512640 134556542 4291590368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 29559 28588 214 11 0 28893 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 126940

[startup+762.307 s]
/proc/loadavg: 1.00 1.08 1.76 2/173 28421
/proc/meminfo: memFree=13932568/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=123576 CPUtime=760.75 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 30027 0 0 0 76067 8 0 0 25 0 1 0 488484324 126541824 29953 33554432000 134512640 134556542 4291590368 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 30894 29953 214 11 0 30228 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 132280

[startup+822.3 s]
/proc/loadavg: 1.00 1.06 1.71 2/173 28423
/proc/meminfo: memFree=13926844/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=129188 CPUtime=820.74 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 31452 0 0 0 82066 8 0 0 25 0 1 0 488484324 132288512 31378 33554432000 134512640 134556542 4291590368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 32297 31378 214 11 0 31631 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 137892

[startup+882.301 s]
/proc/loadavg: 1.00 1.05 1.66 2/173 28424
/proc/meminfo: memFree=13922112/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=133860 CPUtime=880.75 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 32654 0 0 0 88066 9 0 0 25 0 1 0 488484324 137072640 32580 33554432000 134512640 134556542 4291590368 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 33465 32580 214 11 0 32799 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 142564

[startup+942.3 s]
/proc/loadavg: 1.00 1.04 1.62 2/173 28426
/proc/meminfo: memFree=13917132/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=138632 CPUtime=940.75 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 33888 0 0 0 94066 9 0 0 25 0 1 0 488484324 141959168 33814 33554432000 134512640 134556542 4291590368 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 34658 33814 214 11 0 33992 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 147336

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.58 2/173 28427
/proc/meminfo: memFree=13911776/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=143824 CPUtime=1000.75 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 35218 0 0 0 100066 9 0 0 25 0 1 0 488484324 147275776 35144 33554432000 134512640 134556542 4291590368 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 35956 35144 214 11 0 35290 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 152528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.54 2/173 28429
/proc/meminfo: memFree=13906308/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=149200 CPUtime=1060.75 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 36581 0 0 0 106066 9 0 0 25 0 1 0 488484324 152780800 36507 33554432000 134512640 134556542 4291590368 18446744073709551615 134531472 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 37300 36507 214 11 0 36634 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 157904

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.50 2/173 28431
/proc/meminfo: memFree=13901444/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=154188 CPUtime=1120.76 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 37835 0 0 0 112066 10 0 0 25 0 1 0 488484324 157888512 37761 33554432000 134512640 134556542 4291590368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 38547 37761 214 11 0 37881 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 162892

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.47 2/173 28432
/proc/meminfo: memFree=13897100/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=160604 CPUtime=1180.76 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 38943 0 0 0 118066 10 0 0 25 0 1 0 488484324 164458496 38869 33554432000 134512640 134556542 4291590368 18446744073709551615 134528928 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 40151 38869 214 11 0 39485 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 169308

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.44 2/173 28434
/proc/meminfo: memFree=13892736/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=164784 CPUtime=1240.76 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 40004 0 0 0 124066 10 0 0 25 0 1 0 488484324 168738816 39930 33554432000 134512640 134556542 4291590368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 41196 39930 214 11 0 40530 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 173488



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.00 1.41 2/173 28435
/proc/meminfo: memFree=13888756/32950928 swapFree=67087032/67111528
[pid=28394] ppid=28392 vsize=8704 CPUtime=1.56 cores=5,7
/proc/28394/stat : 28394 (ebglucose.sh) S 28392 28394 26622 0 -1 4202496 381 25549 0 0 0 0 147 9 18 0 1 0 488484167 8912896 255 33554432000 4194304 4922060 140733877035872 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28394/statm: 2176 255 211 178 0 69 0
[pid=28398] ppid=28394 vsize=168656 CPUtime=1298.47 cores=5,7
/proc/28398/stat : 28398 (ebglucose_stati) R 28394 28394 26622 0 -1 4202496 41011 0 0 0 129836 11 0 0 25 0 1 0 488484324 172703744 40937 33554432000 134512640 134556542 4291590368 18446744073709551615 134537549 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28398/statm: 42164 40937 214 11 0 41498 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 177360

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 28394 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=472776
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=96985
# CPU time returned by wait4() is 1.56976
# while last known CPU time is 1300.03
#
# 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.03
CPU user time (s): 1299.83
CPU system time (s): 0.2
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 177360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.47278
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25930
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= 9
involuntary context switches= 20

runsolver used 1.69474 second user time and 4.70928 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 00:01:11
IDJOB=3288299
IDBENCH=82493
IDSOLVER=1652
FILE ID=node148/3288299-1303768871
RUNJOBID= node148-1303767568-28000
PBS_JOBID= 13157117
Free space on /tmp= 70604 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288299-1303768871/watcher-3288299-1303768871 -o /tmp/evaluation-result-3288299-1303768871/solver-3288299-1303768871 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3288299-1303768871.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=575243158

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14069344 kB
Buffers:       2060408 kB
Cached:       16213064 kB
SwapCached:       5264 kB
Active:        9065528 kB
Inactive:      9252520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14069344 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           11008 kB
Writeback:           0 kB
AnonPages:       40376 kB
Mapped:          13676 kB
Slab:           498312 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187228 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= 70588 MiB
End job on node148 at 2011-04-26 00:22:53