Trace number 3308850

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
SAT09 reference solver:LySAT i/2009-03-20? (TO) 1300.02 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.59/1.69	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.59/1.69	c ==============================================================================
1.59/1.69	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.59/1.69	c CPU time:   1.63875 s
1.59/1.69	c ==============================================================================
1.89/1.90	c lySAT 0.1
1.89/1.90	c minisat core +  additionnal features
1.89/1.90	c ============================[ Problem Statistics ]=============================
1.89/1.90	c |                                                                             |
1.89/1.90	c |  Number of variables:  57963                                                |
1.89/1.90	c |  Number of clauses:    279680                                               |
1.89/2.01	c |  Parsing time:         0.10         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308850-1303984536/watcher-3308850-1303984536 -o /tmp/evaluation-result-3308850-1303984536/solver-3308850-1303984536 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308850-1303984536.cnf i 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.39 4.06 3.07 4/192 22677
/proc/meminfo: memFree=20173288/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=0 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 510051352 8908800 250 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 250 209 178 0 68 0

[startup+0.0154319 s]
/proc/loadavg: 4.39 4.06 3.07 4/192 22677
/proc/meminfo: memFree=20173288/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=0 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 510051352 8908800 250 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100421 s]
/proc/loadavg: 4.39 4.06 3.07 4/192 22677
/proc/meminfo: memFree=20173288/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=0 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 510051352 8908800 250 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300385 s]
/proc/loadavg: 4.39 4.06 3.07 4/192 22677
/proc/meminfo: memFree=20173288/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=0 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 510051352 8908800 250 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700323 s]
/proc/loadavg: 4.39 4.06 3.07 4/192 22677
/proc/meminfo: memFree=20173288/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=0 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 510051352 8908800 250 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50117 s]
/proc/loadavg: 4.39 4.06 3.07 5/194 22679
/proc/meminfo: memFree=20074692/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=0 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 510051352 8908800 250 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 250 209 178 0 68 0
[pid=22678] ppid=22677 vsize=97340 CPUtime=1.49 cores=1,3
/proc/22678/stat : 22678 (SatElite) R 22677 22677 22426 0 -1 4202496 23424 0 0 0 144 5 0 0 25 0 1 0 510051352 99676160 21371 33554432000 134512640 135034092 4288536864 18446744073709551615 134563316 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22678/statm: 24335 21371 68 128 0 24205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106040

[startup+3.10088 s]
/proc/loadavg: 4.36 4.06 3.08 5/194 22680
/proc/meminfo: memFree=20131112/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=23576 CPUtime=1.19 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 5716 0 0 0 118 1 0 0 22 0 1 0 510051542 24141824 5656 33554432000 134512640 135226915 4292863920 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 5894 5656 82 175 0 5717 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32276

[startup+6.3003 s]
/proc/loadavg: 4.36 4.06 3.08 5/194 22680
/proc/meminfo: memFree=20124300/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=24764 CPUtime=4.39 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 5987 0 0 0 438 1 0 0 25 0 1 0 510051542 25358336 5927 33554432000 134512640 135226915 4292863920 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 6191 5927 82 175 0 6014 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33464

[startup+12.7012 s]
/proc/loadavg: 4.30 4.06 3.09 5/194 22680
/proc/meminfo: memFree=20115604/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=26560 CPUtime=10.79 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 6460 0 0 0 1078 1 0 0 25 0 1 0 510051542 27197440 6400 33554432000 134512640 135226915 4292863920 18446744073709551615 134527701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 6640 6400 82 175 0 6463 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35260

[startup+25.5009 s]
/proc/loadavg: 4.26 4.06 3.10 5/194 22710
/proc/meminfo: memFree=20844236/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=29824 CPUtime=23.59 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 7269 0 0 0 2358 1 0 0 25 0 1 0 510051542 30539776 7209 33554432000 134512640 135226915 4292863920 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 7456 7209 82 175 0 7279 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38524

[startup+51.1002 s]
/proc/loadavg: 4.17 4.05 3.12 5/194 22710
/proc/meminfo: memFree=20792580/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=32720 CPUtime=49.19 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 8005 0 0 0 4918 1 0 0 25 0 1 0 510051542 33505280 7945 33554432000 134512640 135226915 4292863920 18446744073709551615 134527817 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 8180 7945 82 175 0 8003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41420

[startup+102.307 s]
/proc/loadavg: 4.07 4.04 3.17 5/194 22712
/proc/meminfo: memFree=20680576/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=41300 CPUtime=100.39 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 10131 0 0 0 10038 1 0 0 25 0 1 0 510051542 42291200 10071 33554432000 134512640 135226915 4292863920 18446744073709551615 134527777 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 10325 10071 82 175 0 10148 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 50000

[startup+162.301 s]
/proc/loadavg: 4.02 4.03 3.22 5/194 22713
/proc/meminfo: memFree=20612312/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=50752 CPUtime=160.39 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 12463 0 0 0 16037 2 0 0 25 0 1 0 510051542 51970048 12403 33554432000 134512640 135226915 4292863920 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 12688 12403 82 175 0 12511 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 59452

[startup+222.3 s]
/proc/loadavg: 4.01 4.02 3.26 5/194 22715
/proc/meminfo: memFree=20574244/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=64172 CPUtime=220.39 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 15796 0 0 0 22036 3 0 0 25 0 1 0 510051542 65712128 15736 33554432000 134512640 135226915 4292863920 18446744073709551615 134526462 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 16043 15736 82 175 0 15866 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 72872

[startup+282.301 s]
/proc/loadavg: 4.04 4.03 3.31 5/194 22716
/proc/meminfo: memFree=20468988/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=74268 CPUtime=280.4 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 18376 0 0 0 28036 4 0 0 25 0 1 0 510051542 76050432 18316 33554432000 134512640 135226915 4292863920 18446744073709551615 134527844 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 18567 18316 82 175 0 18390 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 82968

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.35 5/194 22727
/proc/meminfo: memFree=20408296/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=87556 CPUtime=340.4 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 21599 0 0 0 34035 5 0 0 25 0 1 0 510051542 89657344 21539 33554432000 134512640 135226915 4292863920 18446744073709551615 134527845 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 21889 21539 82 175 0 21712 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96256

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 3.39 5/194 22729
/proc/meminfo: memFree=20371932/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3

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

/proc/22680/statm: 41667 41160 82 175 0 41490 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 175368

[startup+642.301 s]
/proc/loadavg: 4.06 4.03 3.53 5/194 22738
/proc/meminfo: memFree=20003504/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=172724 CPUtime=640.41 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 42712 0 0 0 64031 10 0 0 25 0 1 0 510051542 176869376 42652 33554432000 134512640 135226915 4292863920 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 43181 42652 82 175 0 43004 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 181424

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.56 5/194 22740
/proc/meminfo: memFree=19943864/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=191044 CPUtime=700.41 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 47389 0 0 0 70029 12 0 0 25 0 1 0 510051542 195629056 47329 33554432000 134512640 135226915 4292863920 18446744073709551615 134526476 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 47761 47329 82 175 0 47584 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 199744

[startup+762.307 s]
/proc/loadavg: 4.00 4.02 3.58 5/194 22741
/proc/meminfo: memFree=19921588/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=195744 CPUtime=760.41 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 48563 0 0 0 76029 12 0 0 25 0 1 0 510051542 200441856 48503 33554432000 134512640 135226915 4292863920 18446744073709551615 134536978 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 48936 48503 82 175 0 48759 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 204444

[startup+822.301 s]
/proc/loadavg: 4.05 4.03 3.61 5/194 22743
/proc/meminfo: memFree=19886832/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=232100 CPUtime=820.41 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 57231 0 0 0 82025 16 0 0 25 0 1 0 510051542 237670400 57171 33554432000 134512640 135226915 4292863920 18446744073709551615 134538532 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 58025 57171 82 175 0 57848 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 240800

[startup+882.3 s]
/proc/loadavg: 4.02 4.02 3.63 5/194 22744
/proc/meminfo: memFree=19886528/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=232236 CPUtime=880.42 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 57296 0 0 0 88026 16 0 0 25 0 1 0 510051542 237809664 57236 33554432000 134512640 135226915 4292863920 18446744073709551615 134536800 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 58059 57236 82 175 0 57882 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 240936

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.65 5/194 22746
/proc/meminfo: memFree=19792432/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=252356 CPUtime=940.41 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 62296 0 0 0 94024 17 0 0 25 0 1 0 510051542 258412544 62236 33554432000 134512640 135226915 4292863920 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 63089 62236 82 175 0 62912 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 261056

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 3.67 5/194 22748
/proc/meminfo: memFree=19714616/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=278412 CPUtime=1000.41 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 68885 0 0 0 100022 19 0 0 25 0 1 0 510051542 285093888 68825 33554432000 134512640 135226915 4292863920 18446744073709551615 134527718 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 69603 68825 82 175 0 69426 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 287112

[startup+1062.3 s]
/proc/loadavg: 4.07 4.03 3.70 5/194 22749
/proc/meminfo: memFree=19714372/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=278412 CPUtime=1060.42 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 68891 0 0 0 106023 19 0 0 25 0 1 0 510051542 285093888 68831 33554432000 134512640 135226915 4292863920 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 69603 68831 82 175 0 69426 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 287112

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.72 5/194 22781
/proc/meminfo: memFree=20510172/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=278920 CPUtime=1120.42 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 69013 0 0 0 112023 19 0 0 25 0 1 0 510051542 285614080 68953 33554432000 134512640 135226915 4292863920 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 69730 68953 82 175 0 69553 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 287620

[startup+1182.3 s]
/proc/loadavg: 4.08 4.04 3.74 5/194 22782
/proc/meminfo: memFree=20457568/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=317424 CPUtime=1180.42 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 77937 0 0 0 118020 22 0 0 25 0 1 0 510051542 325042176 77877 33554432000 134512640 135226915 4292863920 18446744073709551615 134547771 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 79356 77877 82 175 0 79179 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 326124

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.75 5/194 22784
/proc/meminfo: memFree=20448620/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=317424 CPUtime=1240.42 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 77940 0 0 0 124020 22 0 0 25 0 1 0 510051542 325042176 77880 33554432000 134512640 135226915 4292863920 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 79356 77880 82 175 0 79179 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 326124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.76 5/194 22816
/proc/meminfo: memFree=21567520/32951124 swapFree=67111412/67111528
[pid=22677] ppid=22675 vsize=8700 CPUtime=1.89 cores=1,3
/proc/22677/stat : 22677 (lysat.sh) S 22675 22677 22426 0 -1 4202496 356 25397 0 0 0 0 182 7 18 0 1 0 510051352 8908800 252 33554432000 4194304 4922060 140737202026912 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22677/statm: 2175 252 209 178 0 68 0
[pid=22680] ppid=22677 vsize=317424 CPUtime=1298.13 cores=1,3
/proc/22680/stat : 22680 (LySATi) R 22677 22677 22426 0 -1 4202496 77953 0 0 0 129791 22 0 0 25 0 1 0 510051542 325042176 77893 33554432000 134512640 135226915 4292863920 18446744073709551615 134536964 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22680/statm: 79356 77893 82 175 0 79179 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 326124

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

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.73
CPU system time (s): 0.29
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 326124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.82772
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 18

runsolver used 2.10968 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-28 11:55:36
IDJOB=3308850
IDBENCH=82493
IDSOLVER=1692
FILE ID=node137/3308850-1303984536
RUNJOBID= node137-1303983195-22446
PBS_JOBID= 13168689
Free space on /tmp= 71052 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308850-1303984536/watcher-3308850-1303984536 -o /tmp/evaluation-result-3308850-1303984536/solver-3308850-1303984536 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308850-1303984536.cnf i

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1457400287

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20173568 kB
Buffers:       1777636 kB
Cached:        8813216 kB
SwapCached:        112 kB
Active:        6079484 kB
Inactive:      6139168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20173568 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          385800 kB
Writeback:           0 kB
AnonPages:     1627600 kB
Mapped:          15988 kB
Slab:           491184 kB
PageTables:       8060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1855324 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= 71548 MiB
End job on node137 at 2011-04-28 12:17:18