Trace number 3303531

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
glucose 2? (TO) 5000.05 4999.92

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
Bench CategoryCRAFTED (crafted 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 variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1078     3624 |     323       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     958     3676 |      --       0       --      -- |     --   | -120/52
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 165   #clauses: 958   #literals: 3676
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c

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: 977)

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-3303531-1306948546/watcher-3303531-1306948546 -o /tmp/evaluation-result-3303531-1306948546/solver-3303531-1306948546 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303531-1306948546.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.12 1.51 2/462 29493
/proc/meminfo: memFree=29041228/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0

[startup+0.112489 s]
/proc/loadavg: 0.92 1.12 1.51 2/462 29493
/proc/meminfo: memFree=29041228/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200472 s]
/proc/loadavg: 0.92 1.12 1.51 2/462 29493
/proc/meminfo: memFree=29041228/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300457 s]
/proc/loadavg: 0.92 1.12 1.51 2/462 29493
/proc/meminfo: memFree=29041228/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700385 s]
/proc/loadavg: 0.92 1.12 1.51 2/462 29493
/proc/meminfo: memFree=29041228/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50024 s]
/proc/loadavg: 0.92 1.12 1.51 3/464 29496
/proc/meminfo: memFree=29029316/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=22340 CPUtime=1.49 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 2669 0 0 0 149 0 0 0 25 0 1 0 806452581 22876160 2147 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 5585 2147 239 17 0 2226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31044

[startup+3.10095 s]
/proc/loadavg: 0.92 1.12 1.51 3/464 29496
/proc/meminfo: memFree=29022396/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=25184 CPUtime=3.09 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 3319 0 0 0 309 0 0 0 25 0 1 0 806452581 25788416 2783 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224718 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 6296 2783 239 17 0 2937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33888

[startup+6.30037 s]
/proc/loadavg: 1.01 1.13 1.51 3/464 29496
/proc/meminfo: memFree=29017064/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=31408 CPUtime=6.29 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 5507 0 0 0 628 1 0 0 25 0 1 0 806452581 32161792 3818 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 7852 3818 239 17 0 4493 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40112

[startup+12.7002 s]
/proc/loadavg: 1.09 1.15 1.51 3/464 29496
/proc/meminfo: memFree=29008508/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=31408 CPUtime=12.69 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 6032 0 0 0 1268 1 0 0 25 0 1 0 806452581 32161792 4330 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 7852 4330 239 17 0 4493 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40112

[startup+25.5009 s]
/proc/loadavg: 1.29 1.19 1.52 3/464 29496
/proc/meminfo: memFree=28996712/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=43224 CPUtime=25.49 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 10534 0 0 0 2548 1 0 0 25 0 1 0 806452581 44261376 6701 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 10806 6701 239 17 0 7447 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51928

[startup+51.1002 s]
/proc/loadavg: 1.65 1.28 1.54 3/464 29497
/proc/meminfo: memFree=28982136/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=43224 CPUtime=51.08 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 14217 0 0 0 5107 1 0 0 25 0 1 0 806452581 44261376 7386 33554432000 4194304 4260849 140734390872736 18446744073709551615 4229282 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 10806 7386 239 17 0 7447 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51928

[startup+102.301 s]
/proc/loadavg: 1.92 1.41 1.57 3/464 29498
/proc/meminfo: memFree=28947996/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=61900 CPUtime=102.3 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 18078 0 0 0 10228 2 0 0 25 0 1 0 806452581 63385600 11119 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 15475 11119 247 17 0 12116 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70604

[startup+162.301 s]
/proc/loadavg: 1.97 1.51 1.59 3/464 29500
/proc/meminfo: memFree=28944368/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=61900 CPUtime=162.29 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 18874 0 0 0 16227 2 0 0 25 0 1 0 806452581 63385600 11887 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 15475 11887 247 17 0 12116 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70604

[startup+222.317 s]
/proc/loadavg: 1.99 1.60 1.61 3/464 29501
/proc/meminfo: memFree=28920024/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=85676 CPUtime=222.31 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 27173 0 0 0 22228 3 0 0 25 0 1 0 806452581 87732224 15380 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 21419 15380 247 17 0 18060 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 94380

[startup+282.3 s]
/proc/loadavg: 1.99 1.67 1.64 3/464 29503
/proc/meminfo: memFree=28905592/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=85676 CPUtime=282.29 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 27508 0 0 0 28226 3 0 0 25 0 1 0 806452581 87732224 15702 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 21419 15702 247 17 0 18060 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 94380

[startup+342.3 s]
/proc/loadavg: 1.99 1.73 1.65 3/464 29505
/proc/meminfo: memFree=28885456/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=85676 CPUtime=342.29 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 27799 0 0 0 34226 3 0 0 25 0 1 0 806452581 87732224 15986 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 21419 15986 247 17 0 18060 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 94380

[startup+402.3 s]
/proc/loadavg: 1.99 1.77 1.67 3/464 29506
/proc/meminfo: memFree=28873012/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7

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

/proc/29495/statm: 56339 47203 247 17 0 52980 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 234060

[startup+4362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/464 29631
/proc/meminfo: memFree=28662156/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=195496 CPUtime=4362.42 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 703862 0 0 0 436094 148 0 0 25 0 1 0 806452581 200187904 44012 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 48874 44012 247 17 0 45515 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 204200

[startup+4422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/464 29632
/proc/meminfo: memFree=28715328/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=148100 CPUtime=4422.42 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 707808 0 0 0 442091 151 0 0 25 0 1 0 806452581 151654400 33144 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 37025 33144 247 17 0 33666 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 156804

[startup+4482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/464 29634
/proc/meminfo: memFree=28701520/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=228240 CPUtime=4482.41 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 721330 0 0 0 448088 153 0 0 25 0 1 0 806452581 233717760 46474 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 57060 46474 247 17 0 53701 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 236944

[startup+4542.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/464 29636
/proc/meminfo: memFree=28670460/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=197420 CPUtime=4542.42 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 733317 0 0 0 454085 157 0 0 25 0 1 0 806452581 202158080 43343 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 49355 43343 247 17 0 45996 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 206124

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/464 29637
/proc/meminfo: memFree=28692220/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=228240 CPUtime=4602.42 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 738411 0 0 0 460083 159 0 0 25 0 1 0 806452581 233717760 48280 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 57060 48280 247 17 0 53701 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 236944

[startup+4662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/464 29639
/proc/meminfo: memFree=28658680/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=198380 CPUtime=4662.43 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 750701 0 0 0 466080 163 0 0 25 0 1 0 806452581 203141120 45017 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 49595 45017 247 17 0 46236 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 207084

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/464 29640
/proc/meminfo: memFree=28716676/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=150500 CPUtime=4722.45 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 754934 0 0 0 472080 165 0 0 25 0 1 0 806452581 154112000 33865 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 37625 33865 247 17 0 34266 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 159204

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/464 29642
/proc/meminfo: memFree=28650788/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=230640 CPUtime=4782.43 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 768307 0 0 0 478075 168 0 0 25 0 1 0 806452581 236175360 47045 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 57660 47045 247 17 0 54301 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 239344

[startup+4842.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/464 29644
/proc/meminfo: memFree=28706892/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=201260 CPUtime=4842.45 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 781395 0 0 0 484074 171 0 0 25 0 1 0 806452581 206090240 44573 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224677 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 50315 44573 247 17 0 46956 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 209964

[startup+4902.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/464 29645
/proc/meminfo: memFree=28642988/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=232080 CPUtime=4902.43 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 786576 0 0 0 490071 172 0 0 25 0 1 0 806452581 237649920 49573 33554432000 4194304 4260849 140734390872736 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 58020 49573 247 17 0 54661 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 240784

[startup+4962.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/464 29647
/proc/meminfo: memFree=28668716/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=202700 CPUtime=4962.43 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 799483 0 0 0 496068 175 0 0 25 0 1 0 806452581 207564800 46751 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 50675 46751 247 17 0 47316 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 211404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.03 2.00 3/464 29648
/proc/meminfo: memFree=28731920/32951124 swapFree=41830676/67111528
[pid=29493] ppid=29491 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (glucose.sh) S 29491 29493 28463 0 -1 4202496 358 176 0 0 0 0 0 0 22 0 1 0 806452580 8912896 254 33554432000 4194304 4922060 140733835108768 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29493/statm: 2176 254 211 178 0 69 0
[pid=29495] ppid=29493 vsize=233520 CPUtime=5000.05 cores=1,3,5,7
/proc/29495/stat : 29495 (glucose_static) R 29493 29493 28463 0 -1 4202496 802724 0 0 0 499827 178 0 0 25 0 1 0 806452581 239124480 49879 33554432000 4194304 4260849 140734390872736 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29495/statm: 58380 49879 247 17 0 55021 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 242224

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 29493 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.003998
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4998.27
CPU system time (s): 1.78
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 242224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534
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= 6
involuntary context switches= 5

runsolver used 20.3709 second user time and 52.41 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-01 19:15:46
IDJOB=3303531
IDBENCH=84021
IDSOLVER=1687
FILE ID=node138/3303531-1306948546
RUNJOBID= node138-1306948546-29472
PBS_JOBID= 13488572
Free space on /tmp= 73632 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303531-1306948546/watcher-3303531-1306948546 -o /tmp/evaluation-result-3303531-1306948546/solver-3303531-1306948546 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303531-1306948546.cnf 

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=906873274

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29041368 kB
Buffers:        234232 kB
Cached:         780872 kB
SwapCached:      44536 kB
Active:        2024448 kB
Inactive:      1610160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29041368 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:     2586320 kB
Mapped:          16548 kB
Slab:           113716 kB
PageTables:      91976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130660276 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= 73632 MiB
End job on node138 at 2011-06-01 20:39:08