Trace number 3286643

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

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  783852  1708423 |  235155       0        0     nan |  0.000 % |
1.00/1.05	c |         0 |  779390  1794017 |      --       0       --      -- |     --   | -3820/87017
1.00/1.05	c ==============================================================================
1.00/1.05	c Result  :   #vars: 97280   #clauses: 779390   #literals: 1794017
1.00/1.05	c CPU time:   1.01984 s
1.00/1.05	c ==============================================================================
1.29/1.37	c
1.29/1.37	c Starting glucose
1.29/1.37	c
1.29/1.38	
1.29/1.38	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.29/1.38	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.29/1.38	
1.29/1.38	c ============================[ Problem Statistics ]=============================
1.29/1.38	c |                                                                             |
1.29/1.38	c |  Number of variables:  97280                                                |
1.29/1.38	c |  Number of clauses:    779390                                               |
1.37/1.63	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-3286643-1303765128/watcher-3286643-1303765128 -o /tmp/evaluation-result-3286643-1303765128/solver-3286643-1303765128 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3286643-1303765128.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: 3.95 3.96 3.91 4/192 9286
/proc/meminfo: memFree=26715508/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=0 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 355 233 0 0 0 0 0 0 20 0 1 0 468928853 8912896 253 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 253 211 178 0 69 0

[startup+0.012995 s]
/proc/loadavg: 3.95 3.96 3.91 4/192 9286
/proc/meminfo: memFree=26715508/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=0 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 355 233 0 0 0 0 0 0 20 0 1 0 468928853 8912896 253 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100979 s]
/proc/loadavg: 3.95 3.96 3.91 4/192 9286
/proc/meminfo: memFree=26715508/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=0 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 355 233 0 0 0 0 0 0 20 0 1 0 468928853 8912896 253 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300946 s]
/proc/loadavg: 3.95 3.96 3.91 4/192 9286
/proc/meminfo: memFree=26715508/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=0 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 355 233 0 0 0 0 0 0 20 0 1 0 468928853 8912896 253 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700873 s]
/proc/loadavg: 3.95 3.96 3.91 4/192 9286
/proc/meminfo: memFree=26715508/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=0 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 355 233 0 0 0 0 0 0 20 0 1 0 468928853 8912896 253 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50069 s]
/proc/loadavg: 3.95 3.96 3.91 5/194 9289
/proc/meminfo: memFree=26611092/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 8704

[startup+3.10043 s]
/proc/loadavg: 3.95 3.96 3.91 5/194 9290
/proc/meminfo: memFree=26609124/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=55012 CPUtime=1.7 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 12675 0 0 0 169 1 0 0 25 0 1 0 468928990 56332288 12603 33554432000 134512640 134556542 4289293504 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 13753 12603 213 11 0 13087 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 63716

[startup+6.30084 s]
/proc/loadavg: 3.95 3.96 3.91 5/194 9290
/proc/meminfo: memFree=26604228/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=57784 CPUtime=4.91 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 13382 0 0 0 489 2 0 0 25 0 1 0 468928990 59170816 13310 33554432000 134512640 134556542 4289293504 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 14446 13310 213 11 0 13780 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 66488

[startup+12.7007 s]
/proc/loadavg: 3.96 3.97 3.91 5/194 9291
/proc/meminfo: memFree=26594312/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=63728 CPUtime=11.3 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 14843 0 0 0 1128 2 0 0 25 0 1 0 468928990 65257472 14771 33554432000 134512640 134556542 4289293504 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 15932 14771 213 11 0 15266 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 72432

[startup+25.5003 s]
/proc/loadavg: 3.97 3.97 3.91 5/194 9291
/proc/meminfo: memFree=26581560/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=67092 CPUtime=24.11 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 15696 0 0 0 2408 3 0 0 25 0 1 0 468928990 68702208 15624 33554432000 134512640 134556542 4289293504 18446744073709551615 134526920 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 16773 15624 213 11 0 16107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75796

[startup+51.1006 s]
/proc/loadavg: 3.98 3.97 3.91 5/194 9323
/proc/meminfo: memFree=26908848/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=75448 CPUtime=49.71 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 17780 0 0 0 4967 4 0 0 25 0 1 0 468928990 77258752 17708 33554432000 134512640 134556542 4289293504 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 18862 17708 213 11 0 18196 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84152

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 9355
/proc/meminfo: memFree=27015328/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=79900 CPUtime=100.92 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 18868 0 0 0 10087 5 0 0 25 0 1 0 468928990 81817600 18796 33554432000 134512640 134556542 4289293504 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 19975 18796 213 11 0 19309 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 88604

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 9365
/proc/meminfo: memFree=26999144/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=80824 CPUtime=160.92 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 19128 0 0 0 16087 5 0 0 25 0 1 0 468928990 82763776 19056 33554432000 134512640 134556542 4289293504 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 20206 19056 213 11 0 19540 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89528

[startup+222.301 s]
/proc/loadavg: 4.05 3.99 3.92 5/194 9367
/proc/meminfo: memFree=26993528/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=81220 CPUtime=220.92 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 19232 0 0 0 22087 5 0 0 25 0 1 0 468928990 83169280 19160 33554432000 134512640 134556542 4289293504 18446744073709551615 134543419 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 20305 19160 213 11 0 19639 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89924

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.92 5/194 9369
/proc/meminfo: memFree=26983812/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=83076 CPUtime=280.91 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 19680 0 0 0 28086 5 0 0 25 0 1 0 468928990 85069824 19608 33554432000 134512640 134556542 4289293504 18446744073709551615 134551950 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 20769 19608 213 11 0 20103 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 91780

[startup+342.301 s]
/proc/loadavg: 4.06 4.00 3.93 5/194 9370
/proc/meminfo: memFree=26978316/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=83860 CPUtime=340.92 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 19863 0 0 0 34087 5 0 0 25 0 1 0 468928990 85872640 19791 33554432000 134512640 134556542 4289293504 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 20965 19791 213 11 0 20299 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 92564

[startup+402.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 9372
/proc/meminfo: memFree=26965240/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=86520 CPUtime=400.92 cores=1,3

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

/proc/9290/statm: 22851 21685 213 11 0 22185 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 100108

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 9442
/proc/meminfo: memFree=26705704/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=91404 CPUtime=640.93 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 21760 0 0 0 64087 6 0 0 25 0 1 0 468928990 93597696 21688 33554432000 134512640 134556542 4289293504 18446744073709551615 134530042 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 22851 21688 213 11 0 22185 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 100108

[startup+702.301 s]
/proc/loadavg: 4.05 4.01 3.93 5/194 9538
/proc/meminfo: memFree=26892904/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=92592 CPUtime=700.93 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 22046 0 0 0 70087 6 0 0 25 0 1 0 468928990 94814208 21974 33554432000 134512640 134556542 4289293504 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 23148 21974 213 11 0 22482 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 101296

[startup+762.306 s]
/proc/loadavg: 4.02 4.01 3.93 5/194 9540
/proc/meminfo: memFree=26885656/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=93120 CPUtime=760.93 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 22195 0 0 0 76087 6 0 0 25 0 1 0 468928990 95354880 22123 33554432000 134512640 134556542 4289293504 18446744073709551615 134536861 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 23280 22123 213 11 0 22614 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 101824

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 9541
/proc/meminfo: memFree=26873500/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=96024 CPUtime=820.93 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 22912 0 0 0 82087 6 0 0 25 0 1 0 468928990 98328576 22840 33554432000 134512640 134556542 4289293504 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 24006 22840 213 11 0 23340 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 104728

[startup+882.3 s]
/proc/loadavg: 4.13 4.03 3.94 5/194 9543
/proc/meminfo: memFree=26870468/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=97080 CPUtime=880.94 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 23189 0 0 0 88087 7 0 0 25 0 1 0 468928990 99409920 23117 33554432000 134512640 134556542 4289293504 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 24270 23117 213 11 0 23604 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 105784

[startup+942.3 s]
/proc/loadavg: 4.12 4.04 3.95 5/194 9544
/proc/meminfo: memFree=26866828/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=98400 CPUtime=940.93 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 23516 0 0 0 94086 7 0 0 25 0 1 0 468928990 100761600 23444 33554432000 134512640 134556542 4289293504 18446744073709551615 134537037 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 24600 23444 213 11 0 23934 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 107104

[startup+1002.3 s]
/proc/loadavg: 3.75 3.96 3.93 4/187 9565
/proc/meminfo: memFree=26971496/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=98400 CPUtime=1000.94 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 23519 0 0 0 100087 7 0 0 25 0 1 0 468928990 100761600 23447 33554432000 134512640 134556542 4289293504 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 24600 23447 213 11 0 23934 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 107104

[startup+1062.3 s]
/proc/loadavg: 3.30 3.80 3.87 4/187 9566
/proc/meminfo: memFree=26969856/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=98580 CPUtime=1060.94 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 23522 0 0 0 106087 7 0 0 25 0 1 0 468928990 100945920 23450 33554432000 134512640 134556542 4289293504 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 24645 23450 213 11 0 23979 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 107284

[startup+1122.3 s]
/proc/loadavg: 3.10 3.64 3.81 4/187 9568
/proc/meminfo: memFree=26967836/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=100164 CPUtime=1120.94 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 23902 0 0 0 112087 7 0 0 25 0 1 0 468928990 102567936 23830 33554432000 134512640 134556542 4289293504 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 25041 23830 213 11 0 24375 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 108868

[startup+1182.3 s]
/proc/loadavg: 3.04 3.53 3.76 4/187 9570
/proc/meminfo: memFree=26963336/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=102408 CPUtime=1180.94 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 24488 0 0 0 118087 7 0 0 25 0 1 0 468928990 104865792 24416 33554432000 134512640 134556542 4289293504 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 25602 24416 213 11 0 24936 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 111112

[startup+1242.3 s]
/proc/loadavg: 3.08 3.44 3.71 4/187 9571
/proc/meminfo: memFree=26959936/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=103876 CPUtime=1240.95 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 24828 0 0 0 124087 8 0 0 25 0 1 0 468928990 106369024 24756 33554432000 134512640 134556542 4289293504 18446744073709551615 134537557 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 25969 24756 213 11 0 25303 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 112580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.36 3.67 4/187 9573
/proc/meminfo: memFree=26955068/32951124 swapFree=67111524/67111528
[pid=9286] ppid=9284 vsize=8704 CPUtime=1.37 cores=1,3
/proc/9286/stat : 9286 (ebglucose.sh) S 9284 9286 8502 0 -1 4202496 380 17806 0 0 0 0 132 5 18 0 1 0 468928853 8912896 256 33554432000 4194304 4922060 140734012602160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9286/statm: 2176 256 211 178 0 69 0
[pid=9290] ppid=9286 vsize=107572 CPUtime=1298.65 cores=1,3
/proc/9290/stat : 9290 (ebglucose_stati) R 9286 9286 8502 0 -1 4202496 25743 0 0 0 129857 8 0 0 25 0 1 0 468928990 110153728 25671 33554432000 134512640 134556542 4289293504 18446744073709551615 134543344 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9290/statm: 26893 25671 213 11 0 26227 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 116276

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 9286 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=324798
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 1.37679
# while last known CPU time is 1300.02
#
# 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.02
CPU user time (s): 1299.89
CPU system time (s): 0.13
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 116276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3248
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18186
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= 20

runsolver used 2.15767 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 22:58:49
IDJOB=3286643
IDBENCH=82431
IDSOLVER=1652
FILE ID=node147/3286643-1303765128
RUNJOBID= node147-1303765018-8982
PBS_JOBID= 13157150
Free space on /tmp= 72024 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286643-1303765128/watcher-3286643-1303765128 -o /tmp/evaluation-result-3286643-1303765128/solver-3286643-1303765128 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3286643-1303765128.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=567068176

node147.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.836
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26716036 kB
Buffers:        959700 kB
Cached:        4344592 kB
SwapCached:          4 kB
Active:        1153604 kB
Inactive:      4630684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26716036 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          107752 kB
Writeback:           0 kB
AnonPages:      479748 kB
Mapped:          16092 kB
Slab:           385664 kB
PageTables:       6048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   670204 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= 72100 MiB
End job on node147 at 2011-04-25 23:20:32