Trace number 3348844

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
minisat hack: minisat_psm 2011-04-01? (TO) 1300.02 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  129618   302442 |   38885       0        0     nan |  0.000 % |
0.00/0.36	c |         0 |   68921   217805 |      --       0       --      -- |     --   | -60695/-84632
0.00/0.36	c ==============================================================================
0.00/0.36	c Result  :   #vars: 13945   #clauses: 68921   #literals: 217805
0.00/0.36	c CPU time:   0.340948 s
0.00/0.36	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: 961)

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-3348844-1304971056/watcher-3348844-1304971056 -o /tmp/evaluation-result-3348844-1304971056/solver-3348844-1304971056 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348844-1304971056.cnf 

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.06 3.79 3.62 4/331 5622
/proc/meminfo: memFree=5676492/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) R 5620 5622 4834 0 -1 4202496 310 0 0 0 0 0 0 0 23 0 1 0 687336340 8908800 250 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895310741 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/5622/statm: 2175 250 209 178 0 68 0

[startup+0.0421611 s]
/proc/loadavg: 4.06 3.79 3.62 4/331 5622
/proc/meminfo: memFree=5676492/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687336340 8908800 250 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5622/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101151 s]
/proc/loadavg: 4.06 3.79 3.62 4/331 5622
/proc/meminfo: memFree=5676492/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687336340 8908800 250 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5622/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301111 s]
/proc/loadavg: 4.06 3.79 3.62 4/331 5622
/proc/meminfo: memFree=5676492/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 687336340 8908800 250 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/5622/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700975 s]
/proc/loadavg: 4.06 3.79 3.62 4/331 5622
/proc/meminfo: memFree=5676492/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 4.06 3.79 3.63 5/333 5625
/proc/meminfo: memFree=5658368/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=23956 CPUtime=1.07 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 2995 0 0 0 107 0 0 0 25 0 1 0 687336381 24530944 2636 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 5989 2636 253 16 0 2631 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 32656

[startup+3.10058 s]
/proc/loadavg: 4.06 3.79 3.63 5/333 5625
/proc/meminfo: memFree=5651796/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=31656 CPUtime=2.67 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 7270 0 0 0 266 1 0 0 25 0 1 0 687336381 32415744 4268 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213791 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 7914 4268 253 16 0 4556 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40356

[startup+6.30098 s]
/proc/loadavg: 4.06 3.79 3.63 5/333 5625
/proc/meminfo: memFree=5658592/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=45804 CPUtime=5.88 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 11926 0 0 0 586 2 0 0 25 0 1 0 687336381 46903296 8248 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 11451 8248 253 16 0 8093 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54504

[startup+12.7008 s]
/proc/loadavg: 4.05 3.80 3.63 5/333 5625
/proc/meminfo: memFree=5625980/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=47572 CPUtime=12.28 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 20061 0 0 0 1225 3 0 0 25 0 1 0 687336381 48713728 7699 33554432000 4194304 4256717 140737312256464 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 11893 7699 253 16 0 8535 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 56272

[startup+25.5003 s]
/proc/loadavg: 4.04 3.80 3.63 5/333 5625
/proc/meminfo: memFree=5659672/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=54756 CPUtime=25.08 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 36754 0 0 0 2503 5 0 0 25 0 1 0 687336381 56070144 6140 33554432000 4194304 4256717 140737312256464 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 13689 6140 253 16 0 10331 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63456

[startup+51.1005 s]
/proc/loadavg: 4.03 3.82 3.64 5/333 5626
/proc/meminfo: memFree=5585236/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=122748 CPUtime=50.68 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 65709 0 0 0 5058 10 0 0 25 0 1 0 687336381 125693952 18708 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 30687 18708 253 16 0 27329 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 131448

[startup+102.312 s]
/proc/loadavg: 4.01 3.85 3.66 5/333 5627
/proc/meminfo: memFree=5585336/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=104084 CPUtime=101.89 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 76723 0 0 0 10176 13 0 0 25 0 1 0 687336381 106582016 21663 33554432000 4194304 4256717 140737312256464 18446744073709551615 4210895 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 26021 21663 253 16 0 22663 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 112784

[startup+162.3 s]
/proc/loadavg: 4.04 3.89 3.68 5/333 5660
/proc/meminfo: memFree=5557468/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=73748 CPUtime=161.88 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 198863 0 0 0 16160 28 0 0 25 0 1 0 687336381 75517952 14794 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 18437 14794 253 16 0 15079 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 82448

[startup+222.301 s]
/proc/loadavg: 4.01 3.90 3.70 5/333 5671
/proc/meminfo: memFree=5537756/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=123068 CPUtime=221.88 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 293517 0 0 0 22148 40 0 0 25 0 1 0 687336381 126021632 24620 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 30767 24620 253 16 0 27409 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 131768

[startup+282.301 s]
/proc/loadavg: 4.08 3.95 3.73 5/333 5672
/proc/meminfo: memFree=5454844/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=123068 CPUtime=281.89 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 387963 0 0 0 28134 55 0 0 25 0 1 0 687336381 126021632 23674 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 30767 23674 253 16 0 27409 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 131768

[startup+342.3 s]
/proc/loadavg: 4.09 3.97 3.74 5/333 5674
/proc/meminfo: memFree=5424128/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=123068 CPUtime=341.88 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 459335 0 0 0 34123 65 0 0 25 0 1 0 687336381 126021632 26461 33554432000 4194304 4256717 140737312256464 18446744073709551615 4219750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 30767 26461 253 16 0 27409 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 131768

[startup+402.301 s]
/proc/loadavg: 4.03 3.97 3.76 5/333 5707
/proc/meminfo: memFree=5790656/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3

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

/proc/5625/statm: 30767 25039 253 16 0 27409 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 131768

[startup+642.301 s]
/proc/loadavg: 4.09 4.00 3.81 5/333 5778
/proc/meminfo: memFree=6225556/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=641.91 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 853649 0 0 0 64065 126 0 0 25 0 1 0 687336381 157581312 30062 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 30062 253 16 0 35114 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 162588

[startup+702.3 s]
/proc/loadavg: 4.03 4.00 3.82 5/333 5779
/proc/meminfo: memFree=6229496/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=123068 CPUtime=701.9 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 929894 0 0 0 70049 141 0 0 25 0 1 0 687336381 126021632 26316 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 30767 26316 253 16 0 27409 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 131768

[startup+762.312 s]
/proc/loadavg: 4.01 4.00 3.83 5/333 5813
/proc/meminfo: memFree=6259196/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=123068 CPUtime=761.92 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1022156 0 0 0 76035 157 0 0 25 0 1 0 687336381 126021632 25465 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 30767 25465 253 16 0 27409 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 131768

[startup+822.301 s]
/proc/loadavg: 4.09 4.03 3.84 5/333 5814
/proc/meminfo: memFree=6212752/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=821.91 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1075914 0 0 0 82024 167 0 0 25 0 1 0 687336381 157581312 28997 33554432000 4194304 4256717 140737312256464 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 28997 253 16 0 35114 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 162588

[startup+882.301 s]
/proc/loadavg: 4.03 4.02 3.85 5/333 5816
/proc/meminfo: memFree=6188668/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=881.91 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1154247 0 0 0 88011 180 0 0 25 0 1 0 687336381 157581312 28720 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 28720 253 16 0 35114 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 162588

[startup+942.301 s]
/proc/loadavg: 4.04 4.03 3.86 5/333 5818
/proc/meminfo: memFree=6198560/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=941.91 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1234945 0 0 0 93999 192 0 0 25 0 1 0 687336381 157581312 27457 33554432000 4194304 4256717 140737312256464 18446744073709551615 4214170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 27457 253 16 0 35114 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 162588

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.87 5/333 5819
/proc/meminfo: memFree=6153768/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=1001.92 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1288043 0 0 0 99989 203 0 0 25 0 1 0 687336381 157581312 27939 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 27939 253 16 0 35114 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 162588

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.87 5/333 5821
/proc/meminfo: memFree=6142820/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=1061.92 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1343837 0 0 0 105975 217 0 0 25 0 1 0 687336381 157581312 28978 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 28978 253 16 0 35114 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 162588

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/333 5822
/proc/meminfo: memFree=6163352/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=1121.91 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1399790 0 0 0 111962 229 0 0 25 0 1 0 687336381 157581312 30647 33554432000 4194304 4256717 140737312256464 18446744073709551615 4212152 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 30647 253 16 0 35114 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 162588

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/333 5824
/proc/meminfo: memFree=6175984/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=1181.92 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1468159 0 0 0 117947 245 0 0 25 0 1 0 687336381 157581312 27581 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 27581 253 16 0 35114 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 162588

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/333 5826
/proc/meminfo: memFree=6144692/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=1241.92 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1511953 0 0 0 123937 255 0 0 25 0 1 0 687336381 157581312 33082 33554432000 4194304 4256717 140737312256464 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 33082 253 16 0 35114 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 162588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.56 3.89 3.86 4/326 5847
/proc/meminfo: memFree=6257792/32950928 swapFree=67085488/67111528
[pid=5622] ppid=5620 vsize=8700 CPUtime=0.39 cores=1,3
/proc/5622/stat : 5622 (esg_static.sh) S 5620 5622 4834 0 -1 4202496 352 6155 0 0 0 0 37 2 21 0 1 0 687336340 8908800 252 33554432000 4194304 4922060 140736118267280 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/5622/statm: 2175 252 209 178 0 68 0
[pid=5625] ppid=5622 vsize=153888 CPUtime=1299.63 cores=1,3
/proc/5625/stat : 5625 (minisat_static) R 5622 5622 4834 0 -1 4202496 1583349 0 0 0 129695 268 0 0 25 0 1 0 687336381 157581312 32807 33554432000 4194304 4256717 140737312256464 18446744073709551615 4213681 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/5625/statm: 38472 32807 253 16 0 35114 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 162588

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 5622 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=378942
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=28995
# CPU time returned by wait4() is 0.407937
# 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.02
CPU time (s): 1300.02
CPU user time (s): 1297.32
CPU system time (s): 2.7
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 242728

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

runsolver used 3.66744 second user time and 9.35958 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-09 21:57:37
IDJOB=3348844
IDBENCH=82466
IDSOLVER=1811
FILE ID=node114/3348844-1304971056
RUNJOBID= node114-1304970755-5263
PBS_JOBID= 13285636
Free space on /tmp= 39532 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348844-1304971056/watcher-3348844-1304971056 -o /tmp/evaluation-result-3348844-1304971056/solver-3348844-1304971056 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348844-1304971056.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1818780336

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:       5676516 kB
Buffers:        225788 kB
Cached:       15454540 kB
SwapCached:        192 kB
Active:       13953648 kB
Inactive:     12712612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5676516 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          105312 kB
Writeback:           0 kB
AnonPages:    10986196 kB
Mapped:          27408 kB
Slab:           504336 kB
PageTables:      38832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53258880 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= 39816 MiB
End job on node114 at 2011-05-09 22:19:19