Trace number 3309072

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

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c Parsing...
0.00/0.65	c ==============================================================================
0.00/0.65	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.65	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.65	c ==============================================================================
0.00/0.65	c |         0 |  769466  1978428 |  230839       0        0     nan |  0.000 % |
5.59/5.69	c |         0 |  318163  1148121 |      --       0       --      -- |     --   | -447843/-821817
5.59/5.69	c ==============================================================================
5.59/5.69	c Result  :   #vars: 54723   #clauses: 318163   #literals: 1148121
5.59/5.69	c CPU time:   5.58815 s
5.59/5.69	c ==============================================================================
5.99/6.00	c lySAT 0.1
5.99/6.00	c minisat core +  additionnal features
5.99/6.00	c ============================[ Problem Statistics ]=============================
5.99/6.00	c |                                                                             |
5.99/6.00	c |  Number of variables:  54723                                                |
5.99/6.00	c |  Number of clauses:    318163                                               |
5.99/6.16	c |  Parsing time:         0.15         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: 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-3309072-1307667210/watcher-3309072-1307667210 -o /tmp/evaluation-result-3309072-1307667210/solver-3309072-1307667210 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3309072-1307667210.cnf i 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 1/171 11648
/proc/meminfo: memFree=32563572/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0

[startup+0.0336351 s]
/proc/loadavg: 1.84 1.97 1.99 1/171 11648
/proc/meminfo: memFree=32563572/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100623 s]
/proc/loadavg: 1.84 1.97 1.99 1/171 11648
/proc/meminfo: memFree=32563572/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300588 s]
/proc/loadavg: 1.84 1.97 1.99 1/171 11648
/proc/meminfo: memFree=32563572/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700515 s]
/proc/loadavg: 1.84 1.97 1.99 1/171 11648
/proc/meminfo: memFree=32563572/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 11650
/proc/meminfo: memFree=32455548/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0
[pid=11649] ppid=11648 vsize=114616 CPUtime=1.49 cores=0,2
/proc/11649/stat : 11649 (SatElite) R 11648 11648 11345 0 -1 4202496 29979 0 0 0 144 5 0 0 25 0 1 0 878319842 117366784 27618 33554432000 134512640 135034092 4288235312 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11649/statm: 28654 27618 68 128 0 28524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123316

[startup+3.10122 s]
/proc/loadavg: 1.84 1.97 1.99 2/173 11650
/proc/meminfo: memFree=32437320/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=0 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 878319842 8908800 250 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 250 209 178 0 68 0
[pid=11649] ppid=11648 vsize=119008 CPUtime=3.09 cores=0,2
/proc/11649/stat : 11649 (SatElite) R 11648 11648 11345 0 -1 4202496 31452 0 0 0 301 8 0 0 25 0 1 0 878319842 121864192 28485 33554432000 134512640 135034092 4288235312 18446744073709551615 134563465 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11649/statm: 29752 28485 68 128 0 29622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127708

[startup+6.3006 s]
/proc/loadavg: 1.77 1.95 1.98 2/173 11650
/proc/meminfo: memFree=32424224/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 8700

[startup+12.7004 s]
/proc/loadavg: 1.71 1.93 1.98 2/173 11651
/proc/meminfo: memFree=32510460/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=29068 CPUtime=6.68 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 6900 0 0 0 667 1 0 0 25 0 1 0 878320443 29765632 6844 33554432000 134512640 135226915 4294614032 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 7267 6844 81 175 0 7090 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37768

[startup+25.5003 s]
/proc/loadavg: 1.55 1.89 1.96 2/173 11651
/proc/meminfo: memFree=32504276/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=35396 CPUtime=19.48 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 8498 0 0 0 1947 1 0 0 25 0 1 0 878320443 36245504 8442 33554432000 134512640 135226915 4294614032 18446744073709551615 134536735 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 8849 8442 81 175 0 8672 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44096

[startup+51.1008 s]
/proc/loadavg: 1.36 1.82 1.94 2/173 11652
/proc/meminfo: memFree=32499956/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=39876 CPUtime=45.08 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 9607 0 0 0 4506 2 0 0 25 0 1 0 878320443 40833024 9551 33554432000 134512640 135226915 4294614032 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 9969 9551 81 175 0 9792 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48576

[startup+102.307 s]
/proc/loadavg: 1.16 1.69 1.88 2/173 11653
/proc/meminfo: memFree=32484048/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=55436 CPUtime=96.29 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 13473 0 0 0 9626 3 0 0 25 0 1 0 878320443 56766464 13417 33554432000 134512640 135226915 4294614032 18446744073709551615 134537132 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 13859 13417 81 175 0 13682 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 64136

[startup+162.301 s]
/proc/loadavg: 1.06 1.56 1.83 2/173 11655
/proc/meminfo: memFree=32467632/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=72020 CPUtime=156.28 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 17608 0 0 0 15624 4 0 0 25 0 1 0 878320443 73748480 17552 33554432000 134512640 135226915 4294614032 18446744073709551615 134527757 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 18005 17552 81 175 0 17828 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 80720

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.77 2/173 11657
/proc/meminfo: memFree=32448980/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=90316 CPUtime=216.28 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 22193 0 0 0 21622 6 0 0 25 0 1 0 878320443 92483584 22137 33554432000 134512640 135226915 4294614032 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 22579 22137 81 175 0 22402 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 99016

[startup+282.301 s]
/proc/loadavg: 1.00 1.37 1.72 2/173 11658
/proc/meminfo: memFree=32426972/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=112980 CPUtime=276.29 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 27817 0 0 0 27621 8 0 0 25 0 1 0 878320443 115691520 27761 33554432000 134512640 135226915 4294614032 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 28245 27761 81 175 0 28068 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 121680

[startup+342.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/173 11660
/proc/meminfo: memFree=32424440/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=115068 CPUtime=336.29 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 28366 0 0 0 33621 8 0 0 25 0 1 0 878320443 117829632 28310 33554432000 134512640 135226915 4294614032 18446744073709551615 134540497 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 28767 28310 81 175 0 28590 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 123768

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.63 2/173 11661
/proc/meminfo: memFree=32420412/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=120084 CPUtime=396.29 cores=0,2

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

/proc/11651/statm: 33326 32853 81 175 0 33149 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 142004

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.47 2/173 11677
/proc/meminfo: memFree=32386720/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=152820 CPUtime=636.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 37821 0 0 0 63619 11 0 0 25 0 1 0 878320443 156487680 37765 33554432000 134512640 135226915 4294614032 18446744073709551615 134538576 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 38205 37765 81 175 0 38028 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 161520

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.44 2/173 11681
/proc/meminfo: memFree=32368744/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=170852 CPUtime=696.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 42250 0 0 0 69618 12 0 0 25 0 1 0 878320443 174952448 42194 33554432000 134512640 135226915 4294614032 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 42713 42194 81 175 0 42536 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 179552

[startup+762.307 s]
/proc/loadavg: 1.00 1.06 1.41 2/173 11683
/proc/meminfo: memFree=32368460/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=170852 CPUtime=756.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 42252 0 0 0 75618 12 0 0 25 0 1 0 878320443 174952448 42196 33554432000 134512640 135226915 4294614032 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 42713 42196 81 175 0 42536 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 179552

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.38 2/173 11685
/proc/meminfo: memFree=32368416/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=170852 CPUtime=816.29 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 42252 0 0 0 81617 12 0 0 25 0 1 0 878320443 174952448 42196 33554432000 134512640 135226915 4294614032 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 42713 42196 81 175 0 42536 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 179552

[startup+882.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/173 11686
/proc/meminfo: memFree=32368128/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=170852 CPUtime=876.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 42264 0 0 0 87618 12 0 0 25 0 1 0 878320443 174952448 42208 33554432000 134512640 135226915 4294614032 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 42713 42208 81 175 0 42536 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 179552

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.33 2/173 11688
/proc/meminfo: memFree=32368328/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=171096 CPUtime=936.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 42317 0 0 0 93618 12 0 0 25 0 1 0 878320443 175202304 42261 33554432000 134512640 135226915 4294614032 18446744073709551615 134538740 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 42774 42261 81 175 0 42597 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 179796

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/173 11689
/proc/meminfo: memFree=32352780/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=186636 CPUtime=996.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 46219 0 0 0 99616 14 0 0 25 0 1 0 878320443 191115264 46163 33554432000 134512640 135226915 4294614032 18446744073709551615 134538591 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 46659 46163 81 175 0 46482 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 195336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/173 11691
/proc/meminfo: memFree=32344784/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=194420 CPUtime=1056.3 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 48165 0 0 0 105616 14 0 0 25 0 1 0 878320443 199086080 48109 33554432000 134512640 135226915 4294614032 18446744073709551615 134543199 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 48605 48109 81 175 0 48428 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 203120

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/173 11693
/proc/meminfo: memFree=32344852/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=194420 CPUtime=1116.31 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 48165 0 0 0 111617 14 0 0 25 0 1 0 878320443 199086080 48109 33554432000 134512640 135226915 4294614032 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 48605 48109 81 175 0 48428 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 203120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.25 2/173 11694
/proc/meminfo: memFree=32344928/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=194420 CPUtime=1176.31 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 48165 0 0 0 117617 14 0 0 25 0 1 0 878320443 199086080 48109 33554432000 134512640 135226915 4294614032 18446744073709551615 134538576 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 48605 48109 81 175 0 48428 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 203120

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/173 11696
/proc/meminfo: memFree=32344384/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=194420 CPUtime=1236.31 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 48165 0 0 0 123617 14 0 0 25 0 1 0 878320443 199086080 48109 33554432000 134512640 135226915 4294614032 18446744073709551615 134538615 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 48605 48109 81 175 0 48428 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 203120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.00 1.21 2/173 11697
/proc/meminfo: memFree=32333792/32950928 swapFree=67052072/67111528
[pid=11648] ppid=11646 vsize=8700 CPUtime=5.99 cores=0,2
/proc/11648/stat : 11648 (lysat.sh) S 11646 11648 11345 0 -1 4202496 357 37696 0 0 0 0 588 11 18 0 1 0 878319842 8908800 252 33554432000 4194304 4922060 140735680679808 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11648/statm: 2175 252 209 178 0 68 0
[pid=11651] ppid=11648 vsize=205096 CPUtime=1294.02 cores=0,2
/proc/11651/stat : 11651 (LySATi) R 11648 11648 11345 0 -1 4202496 50829 0 0 0 129387 15 0 0 25 0 1 0 878320443 210018304 50773 33554432000 134512640 135226915 4294614032 18446744073709551615 134538877 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11651/statm: 51274 50773 81 175 0 51097 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 213796

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 11648 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=888104
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=119981
# CPU time returned by wait4() is 6.00808
# while last known CPU time is 1300.01
#
# 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.01
CPU user time (s): 1299.75
CPU system time (s): 0.26
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 213796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.8881
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 17

runsolver used 2.02569 second user time and 4.12037 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-10 02:53:31
IDJOB=3309072
IDBENCH=84248
IDSOLVER=1692
FILE ID=node120/3309072-1307667210
RUNJOBID= node120-1307667210-11632
PBS_JOBID= 13549466
Free space on /tmp= 74028 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309072-1307667210/watcher-3309072-1307667210 -o /tmp/evaluation-result-3309072-1307667210/solver-3309072-1307667210 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3309072-1307667210.cnf i

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=43513129

node120.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      32564372 kB
Buffers:         58956 kB
Cached:         160156 kB
SwapCached:      11116 kB
Active:         118364 kB
Inactive:       117280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32564372 kB
SwapTotal:    67111528 kB
SwapFree:     67052072 kB
Dirty:           17468 kB
Writeback:           0 kB
AnonPages:       14796 kB
Mapped:           8832 kB
Slab:            86120 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192408 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= 74000 MiB
End job on node120 at 2011-06-10 03:15:13