Trace number 3303532

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.08 5000.03

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3326.88
Satisfiable
(Un)Satisfiability was proved
Number of variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
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 |     954     3252 |     286       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     844     3286 |      --       0       --      -- |     --   | -110/34
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 139   #clauses: 844   #literals: 3286
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-3303532-1306948625/watcher-3303532-1306948625 -o /tmp/evaluation-result-3303532-1306948625/solver-3303532-1306948625 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303532-1306948625.cnf 

running on 4 cores: 0,2,4,6

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: 1.78 1.97 1.98 2/556 17232
/proc/meminfo: memFree=30403832/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0

[startup+0.0326431 s]
/proc/loadavg: 1.78 1.97 1.98 2/556 17232
/proc/meminfo: memFree=30403832/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100681 s]
/proc/loadavg: 1.78 1.97 1.98 2/556 17232
/proc/meminfo: memFree=30403832/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300598 s]
/proc/loadavg: 1.78 1.97 1.98 2/556 17232
/proc/meminfo: memFree=30403832/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700584 s]
/proc/loadavg: 1.78 1.97 1.98 2/556 17232
/proc/meminfo: memFree=30403832/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50051 s]
/proc/loadavg: 1.80 1.97 1.98 3/564 17242
/proc/meminfo: memFree=30391028/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=20352 CPUtime=1.49 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 2137 0 0 0 149 0 0 0 25 0 1 0 806461177 20840448 1672 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 5088 1672 239 17 0 1729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29056

[startup+3.10024 s]
/proc/loadavg: 1.80 1.97 1.98 3/564 17242
/proc/meminfo: memFree=30385928/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=23032 CPUtime=3.09 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 2603 0 0 0 309 0 0 0 25 0 1 0 806461177 23584768 2112 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224898 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 5758 2112 239 17 0 2399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31736

[startup+6.30059 s]
/proc/loadavg: 1.80 1.97 1.98 3/564 17242
/proc/meminfo: memFree=30377868/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=30128 CPUtime=6.29 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 4402 0 0 0 629 0 0 0 25 0 1 0 806461177 30851072 2774 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 7532 2774 239 17 0 4173 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38832

[startup+12.7005 s]
/proc/loadavg: 2.07 2.02 2.00 3/564 17242
/proc/meminfo: memFree=30367452/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=30128 CPUtime=12.69 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 5579 0 0 0 1269 0 0 0 25 0 1 0 806461177 30851072 3907 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 7532 3907 239 17 0 4173 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38832

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/564 17243
/proc/meminfo: memFree=30357888/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=38324 CPUtime=25.48 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 7035 0 0 0 2548 0 0 0 25 0 1 0 806461177 39243776 5317 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 9581 5317 239 17 0 6222 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47028

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 2.00 3/564 17243
/proc/meminfo: memFree=30341576/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=45464 CPUtime=51.09 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 9574 0 0 0 5108 1 0 0 25 0 1 0 806461177 46555136 7739 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 11366 7739 239 17 0 8007 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54168

[startup+102.323 s]
/proc/loadavg: 2.01 2.01 2.00 3/564 17245
/proc/meminfo: memFree=30314392/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=64812 CPUtime=102.31 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 18570 0 0 0 10228 3 0 0 25 0 1 0 806461177 66367488 9960 33554432000 4194304 4260849 140735405664880 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 16203 9960 240 17 0 12844 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 73516

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/564 17246
/proc/meminfo: memFree=30299256/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=64812 CPUtime=162.29 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 20117 0 0 0 16226 3 0 0 25 0 1 0 806461177 66367488 11500 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 16203 11500 240 17 0 12844 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73516

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/564 17248
/proc/meminfo: memFree=30287212/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=72828 CPUtime=222.29 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 23185 0 0 0 22226 3 0 0 25 0 1 0 806461177 74575872 14422 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224314 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 18207 14422 240 17 0 14848 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 81532

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/564 17250
/proc/meminfo: memFree=30268840/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=84376 CPUtime=282.29 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 26420 0 0 0 28225 4 0 0 25 0 1 0 806461177 86401024 17500 33554432000 4194304 4260849 140735405664880 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 21094 17500 240 17 0 17735 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 93080

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/564 17251
/proc/meminfo: memFree=30265592/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=84376 CPUtime=342.29 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 26452 0 0 0 34225 4 0 0 25 0 1 0 806461177 86401024 17532 33554432000 4194304 4260849 140735405664880 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 21094 17532 240 17 0 17735 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93080

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/564 17253
/proc/meminfo: memFree=30253052/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6

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

/proc/17235/statm: 36626 33219 249 17 0 33267 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 155208

[startup+4362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/564 17401
/proc/meminfo: memFree=29935552/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=195824 CPUtime=4362.36 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 615206 0 0 0 436123 113 0 0 25 0 1 0 806461177 200523776 43870 33554432000 4194304 4260849 140735405664880 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 48956 43870 249 17 0 45597 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 204528

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/564 17403
/proc/meminfo: memFree=29945684/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=195824 CPUtime=4422.35 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 625608 0 0 0 442121 114 0 0 25 0 1 0 806461177 200523776 41263 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 48956 41263 249 17 0 45597 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 204528

[startup+4482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/564 17405
/proc/meminfo: memFree=29963008/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=226644 CPUtime=4482.36 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 630213 0 0 0 448120 116 0 0 25 0 1 0 806461177 232083456 45665 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 56661 45665 249 17 0 53302 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 235348

[startup+4542.3 s]
/proc/loadavg: 2.17 2.08 2.02 3/564 17406
/proc/meminfo: memFree=29894528/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=197264 CPUtime=4542.36 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 641118 0 0 0 454117 119 0 0 25 0 1 0 806461177 201998336 43750 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 49316 43750 249 17 0 45957 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 205968

[startup+4602.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/564 17408
/proc/meminfo: memFree=29966036/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=149384 CPUtime=4602.38 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 644326 0 0 0 460117 121 0 0 25 0 1 0 806461177 152969216 33580 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224838 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 37346 33580 249 17 0 33987 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 158088

[startup+4662.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/564 17409
/proc/meminfo: memFree=29976660/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=198704 CPUtime=4662.36 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 655503 0 0 0 466113 123 0 0 25 0 1 0 806461177 203472896 44577 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 49676 44577 249 17 0 46317 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 207408

[startup+4722.32 s]
/proc/loadavg: 2.14 2.07 2.01 3/564 17411
/proc/meminfo: memFree=29933840/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=149384 CPUtime=4722.38 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 658194 0 0 0 472114 124 0 0 25 0 1 0 806461177 152969216 33939 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 37346 33939 249 17 0 33987 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 158088

[startup+4782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/564 17413
/proc/meminfo: memFree=29941244/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=198704 CPUtime=4782.36 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 669492 0 0 0 478110 126 0 0 25 0 1 0 806461177 203472896 45079 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 49676 45079 249 17 0 46317 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 207408

[startup+4842.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/564 17414
/proc/meminfo: memFree=30000112/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=200144 CPUtime=4842.37 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 679655 0 0 0 484107 130 0 0 25 0 1 0 806461177 204947456 42229 33554432000 4194304 4260849 140735405664880 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 50036 42229 249 17 0 46677 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 208848

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/564 17416
/proc/meminfo: memFree=29891816/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=200144 CPUtime=4902.37 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 683891 0 0 0 490105 132 0 0 25 0 1 0 806461177 204947456 46292 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 50036 46292 249 17 0 46677 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 208848

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/564 17417
/proc/meminfo: memFree=29946964/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=202304 CPUtime=4962.36 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 694593 0 0 0 496103 133 0 0 25 0 1 0 806461177 207159296 43738 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 50576 43738 249 17 0 47217 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 211008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.03 2.00 3/564 17418
/proc/meminfo: memFree=29894488/32950928 swapFree=41528364/67111528
[pid=17232] ppid=17230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/17232/stat : 17232 (glucose.sh) S 17230 17232 16161 0 -1 4202496 361 173 0 0 0 0 0 0 21 0 1 0 806461177 8912896 255 33554432000 4194304 4922060 140733232983344 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17232/statm: 2176 255 211 178 0 69 0
[pid=17235] ppid=17232 vsize=202304 CPUtime=5000.08 cores=0,2,4,6
/proc/17235/stat : 17235 (glucose_static) R 17232 17232 16161 0 -1 4202496 697629 0 0 0 499873 135 0 0 25 0 1 0 806461177 207159296 46629 33554432000 4194304 4260849 140735405664880 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/17235/statm: 50576 46629 249 17 0 47217 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 211008

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

Real time (s): 5000.03
CPU time (s): 5000.08
CPU user time (s): 4998.73
CPU system time (s): 1.35
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 241828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.001999
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= 9
involuntary context switches= 5

runsolver used 29.7245 second user time and 64.6102 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-01 19:17:05
IDJOB=3303532
IDBENCH=84028
IDSOLVER=1687
FILE ID=node126/3303532-1306948625
RUNJOBID= node126-1306948625-17217
PBS_JOBID= 13488573
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=1577798069

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30404980 kB
Buffers:        195372 kB
Cached:         279204 kB
SwapCached:      15328 kB
Active:        1917824 kB
Inactive:       311904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30404980 kB
SwapTotal:    67111528 kB
SwapFree:     41528364 kB
Dirty:            1684 kB
Writeback:          16 kB
AnonPages:     1752944 kB
Mapped:          23236 kB
Slab:           145464 kB
PageTables:      99680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176373948 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= 73660 MiB
End job on node126 at 2011-06-01 20:40:27