Trace number 3284803

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

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.77	c ==============================================================================
0.00/0.77	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.77	c ==============================================================================
0.00/0.77	c |         0 | 2099998  4799185 |  629999       0        0     nan |  0.000 % |
3.09/3.17	c |         0 | 1504697  3503635 |      --       0       --      -- |     --   | -35/-52
3.09/3.17	c ==============================================================================
3.09/3.17	c Result  :   #vars: 107716   #clauses: 1504697   #literals: 3503635
3.09/3.17	c CPU time:   3.08353 s
3.09/3.17	c ==============================================================================
3.78/3.85	c
3.78/3.85	c Starting glucose
3.78/3.85	c
3.78/3.85	
3.78/3.85	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.78/3.85	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.78/3.85	
3.78/3.85	c ============================[ Problem Statistics ]=============================
3.78/3.85	c |                                                                             |
3.78/3.85	c |  Number of variables:  107716                                               |
3.78/3.85	c |  Number of clauses:    1504697                                              |
3.84/4.30	c |  Parsing time:         0.42         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-3284803-1303759983/watcher-3284803-1303759983 -o /tmp/evaluation-result-3284803-1303759983/solver-3284803-1303759983 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3284803-1303759983.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.12 4.05 3.98 4/192 16387
/proc/meminfo: memFree=13752736/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) R 16385 16387 15473 0 -1 4202496 337 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338204053 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0

[startup+0.101445 s]
/proc/loadavg: 4.12 4.05 3.98 4/192 16387
/proc/meminfo: memFree=13752736/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200419 s]
/proc/loadavg: 4.12 4.05 3.98 4/192 16387
/proc/meminfo: memFree=13752736/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300412 s]
/proc/loadavg: 4.12 4.05 3.98 4/192 16387
/proc/meminfo: memFree=13752736/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700326 s]
/proc/loadavg: 4.12 4.05 3.98 4/192 16387
/proc/meminfo: memFree=13752736/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50114 s]
/proc/loadavg: 4.12 4.05 3.98 5/194 16390
/proc/meminfo: memFree=13594504/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0
[pid=16389] ppid=16387 vsize=183040 CPUtime=1.49 cores=0,2
/proc/16389/stat : 16389 (SatELite_releas) R 16387 16387 15473 0 -1 4202496 41962 0 0 0 141 8 0 0 25 0 1 0 468414093 187432960 37490 33554432000 134512640 135144230 4294883568 18446744073709551615 134585548 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/16389/statm: 45760 37490 78 155 0 45603 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191744

[startup+3.10083 s]
/proc/loadavg: 4.12 4.05 3.98 5/194 16390
/proc/meminfo: memFree=13600912/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=0 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 468414093 8912896 252 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/16387/statm: 2176 252 211 178 0 69 0
[pid=16389] ppid=16387 vsize=183040 CPUtime=3.09 cores=0,2
/proc/16389/stat : 16389 (SatELite_releas) R 16387 16387 15473 0 -1 4202496 41962 0 0 0 301 8 0 0 25 0 1 0 468414093 187432960 37490 33554432000 134512640 135144230 4294883568 18446744073709551615 134585341 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/16389/statm: 45760 37490 78 155 0 45603 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191744

[startup+6.30122 s]
/proc/loadavg: 4.11 4.05 3.98 5/194 16391
/proc/meminfo: memFree=13636556/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=94604 CPUtime=2.43 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 22411 0 0 0 240 3 0 0 25 0 1 0 468414478 96874496 22319 33554432000 134512640 134556542 4288387952 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 23651 22319 213 11 0 22985 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 103308

[startup+12.7009 s]
/proc/loadavg: 4.10 4.05 3.98 5/194 16391
/proc/meminfo: memFree=13628180/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=103480 CPUtime=8.84 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 24628 0 0 0 880 4 0 0 25 0 1 0 468414478 105963520 24536 33554432000 134512640 134556542 4288387952 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 25870 24536 213 11 0 25204 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 112184

[startup+25.5004 s]
/proc/loadavg: 4.08 4.05 3.98 5/194 16392
/proc/meminfo: memFree=13608464/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=120852 CPUtime=21.63 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 28979 0 0 0 2158 5 0 0 25 0 1 0 468414478 123752448 28886 33554432000 134512640 134556542 4288387952 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 30213 28886 213 11 0 29547 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 129556

[startup+51.1003 s]
/proc/loadavg: 4.05 4.04 3.98 5/194 16392
/proc/meminfo: memFree=13578140/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=148360 CPUtime=47.24 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 35829 0 0 0 4717 7 0 0 25 0 1 0 468414478 151920640 35734 33554432000 134512640 134556542 4288387952 18446744073709551615 134529811 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 37090 35734 213 11 0 36424 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157064

[startup+102.301 s]
/proc/loadavg: 4.02 4.03 3.98 5/194 16394
/proc/meminfo: memFree=13537272/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=177952 CPUtime=98.45 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 43248 0 0 0 9836 9 0 0 25 0 1 0 468414478 182222848 43147 33554432000 134512640 134556542 4288387952 18446744073709551615 134536885 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 44488 43147 213 11 0 43822 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 186656

[startup+162.3 s]
/proc/loadavg: 4.05 4.04 3.98 5/194 16395
/proc/meminfo: memFree=13528088/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=180908 CPUtime=158.44 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 43979 0 0 0 15835 9 0 0 25 0 1 0 468414478 185249792 43877 33554432000 134512640 134556542 4288387952 18446744073709551615 134530155 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 45227 43877 213 11 0 44561 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 189612

[startup+222.307 s]
/proc/loadavg: 4.02 4.03 3.98 5/194 16397
/proc/meminfo: memFree=13522736/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=180988 CPUtime=218.45 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 43983 0 0 0 21836 9 0 0 25 0 1 0 468414478 185331712 43881 33554432000 134512640 134556542 4288387952 18446744073709551615 134530045 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 45247 43881 213 11 0 44581 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189692

[startup+282.3 s]
/proc/loadavg: 3.92 4.00 3.98 5/190 16420
/proc/meminfo: memFree=13573004/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=186500 CPUtime=278.45 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 45387 0 0 0 27835 10 0 0 25 0 1 0 468414478 190976000 45282 33554432000 134512640 134556542 4288387952 18446744073709551615 134531229 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 46625 45282 213 11 0 45959 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 195204

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.99 5/194 16431
/proc/meminfo: memFree=12954072/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=188296 CPUtime=338.45 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 45849 0 0 0 33834 11 0 0 25 0 1 0 468414478 192815104 45744 33554432000 134512640 134556542 4288387952 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 47074 45744 213 11 0 46408 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 197000

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.99 5/194 16464
/proc/meminfo: memFree=13407340/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2

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

/proc/16391/statm: 56995 55637 213 11 0 56329 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 236684

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.99 5/194 16472
/proc/meminfo: memFree=13279836/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=227980 CPUtime=698.47 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 55786 0 0 0 69833 14 0 0 25 0 1 0 468414478 233451520 55640 33554432000 134512640 134556542 4288387952 18446744073709551615 134530167 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 56995 55640 213 11 0 56329 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 236684

[startup+762.301 s]
/proc/loadavg: 4.01 4.00 3.99 5/194 16473
/proc/meminfo: memFree=13262968/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=227980 CPUtime=758.48 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 55787 0 0 0 75834 14 0 0 25 0 1 0 468414478 233451520 55641 33554432000 134512640 134556542 4288387952 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 56995 55641 213 11 0 56329 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 236684

[startup+822.301 s]
/proc/loadavg: 4.17 4.05 4.01 5/194 16475
/proc/meminfo: memFree=13262588/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=227980 CPUtime=818.47 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 55796 0 0 0 81833 14 0 0 25 0 1 0 468414478 233451520 55650 33554432000 134512640 134556542 4288387952 18446744073709551615 134536907 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 56995 55650 213 11 0 56329 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 236684

[startup+882.307 s]
/proc/loadavg: 4.06 4.03 4.00 5/194 16476
/proc/meminfo: memFree=13229232/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=231076 CPUtime=878.48 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 56581 0 0 0 87834 14 0 0 25 0 1 0 468414478 236621824 56434 33554432000 134512640 134556542 4288387952 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 57769 56434 213 11 0 57103 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 239780

[startup+942.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/194 16478
/proc/meminfo: memFree=13211240/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=248296 CPUtime=938.48 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 60871 0 0 0 93833 15 0 0 25 0 1 0 468414478 254255104 60722 33554432000 134512640 134556542 4288387952 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 62074 60722 213 11 0 61408 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 257000

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/194 16480
/proc/meminfo: memFree=13210120/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=248296 CPUtime=998.48 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 60879 0 0 0 99833 15 0 0 25 0 1 0 468414478 254255104 60730 33554432000 134512640 134556542 4288387952 18446744073709551615 134531507 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 62074 60730 213 11 0 61408 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 257000

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16481
/proc/meminfo: memFree=13209740/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=248296 CPUtime=1058.48 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 60879 0 0 0 105833 15 0 0 25 0 1 0 468414478 254255104 60730 33554432000 134512640 134556542 4288387952 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 62074 60730 213 11 0 61408 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 257000

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16483
/proc/meminfo: memFree=13205152/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=252280 CPUtime=1118.49 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 61886 0 0 0 111833 16 0 0 25 0 1 0 468414478 258334720 61737 33554432000 134512640 134556542 4288387952 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 63070 61737 213 11 0 62404 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 260984

[startup+1182.3 s]
/proc/loadavg: 3.75 3.95 3.98 4/187 16502
/proc/meminfo: memFree=13312016/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=252280 CPUtime=1178.49 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 61886 0 0 0 117833 16 0 0 25 0 1 0 468414478 258334720 61737 33554432000 134512640 134556542 4288387952 18446744073709551615 134530096 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 63070 61737 213 11 0 62404 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 260984

[startup+1242.3 s]
/proc/loadavg: 3.27 3.78 3.92 4/187 16504
/proc/meminfo: memFree=13274924/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=263652 CPUtime=1238.49 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 64689 0 0 0 123832 17 0 0 25 0 1 0 468414478 269979648 64537 33554432000 134512640 134556542 4288387952 18446744073709551615 134529857 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 65913 64537 213 11 0 65247 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 272356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.57 3.48 3.80 3/180 16524
/proc/meminfo: memFree=13417100/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=264788 CPUtime=1296.2 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 64955 0 0 0 129603 17 0 0 25 0 1 0 468414478 271142912 64803 33554432000 134512640 134556542 4288387952 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 66197 64803 213 11 0 65531 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 273492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 2.57 3.48 3.80 3/180 16524
/proc/meminfo: memFree=13417100/32951124 swapFree=67111528/67111528
[pid=16387] ppid=16385 vsize=8704 CPUtime=3.84 cores=0,2
/proc/16387/stat : 16387 (ebglucose.sh) S 16385 16387 15473 0 -1 4202496 379 46396 0 0 0 0 371 13 18 0 1 0 468414093 8912896 255 33554432000 4194304 4922060 140735381737776 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16387/statm: 2176 255 211 178 0 69 0
[pid=16391] ppid=16387 vsize=264788 CPUtime=1296.2 cores=0,2
/proc/16391/stat : 16391 (ebglucose_stati) R 16387 16387 15473 0 -1 4202496 64955 0 0 0 129603 17 0 0 25 0 1 0 468414478 271142912 64803 33554432000 134512640 134556542 4288387952 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/16391/statm: 66197 64803 213 11 0 65531 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 273492

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16387 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=711435
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=139978
# CPU time returned by wait4() is 3.85141
# while last known CPU time is 1300.04
#
# 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.04
CPU user time (s): 1299.74
CPU system time (s): 0.3
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 273492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.71143
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46775
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= 10
involuntary context switches= 16

runsolver used 2.33264 second user time and 4.75528 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 21:33:05
IDJOB=3284803
IDBENCH=82363
IDSOLVER=1652
FILE ID=node143/3284803-1303759983
RUNJOBID= node143-1303759848-15951
PBS_JOBID= 13154066
Free space on /tmp= 72212 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284803-1303759983/watcher-3284803-1303759983 -o /tmp/evaluation-result-3284803-1303759983/solver-3284803-1303759983 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3284803-1303759983.cnf

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=526825374

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13752892 kB
Buffers:       2275552 kB
Cached:       16088856 kB
SwapCached:          0 kB
Active:        7152872 kB
Inactive:     11484532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13752892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           84864 kB
Writeback:           0 kB
AnonPages:      272252 kB
Mapped:          16304 kB
Slab:           495360 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   459876 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= 72220 MiB
End job on node143 at 2011-04-25 21:54:47