Trace number 3348805

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.5608
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.01	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.30/3.31	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.30/3.31	c ==============================================================================
3.30/3.31	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.30/3.31	c CPU time:   3.2885 s
3.30/3.31	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-3348805-1304969653/watcher-3348805-1304969653 -o /tmp/evaluation-result-3348805-1304969653/solver-3348805-1304969653 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348805-1304969653.cnf 

running on 2 cores: 4,6

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: 3.97 4.02 3.27 5/367 32716
/proc/meminfo: memFree=6477640/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0

[startup+0.0517461 s]
/proc/loadavg: 3.97 4.02 3.27 5/367 32716
/proc/meminfo: memFree=6477640/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100738 s]
/proc/loadavg: 3.97 4.02 3.27 5/367 32716
/proc/meminfo: memFree=6477640/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3007 s]
/proc/loadavg: 3.97 4.02 3.27 5/367 32716
/proc/meminfo: memFree=6477640/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700622 s]
/proc/loadavg: 3.97 4.02 3.27 5/367 32716
/proc/meminfo: memFree=6477640/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 3.97 4.02 3.27 5/369 32718
/proc/meminfo: memFree=6431000/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0
[pid=32717] ppid=32716 vsize=49540 CPUtime=1.49 cores=4,6
/proc/32717/stat : 32717 (SatELite_releas) R 32716 32716 32333 0 -1 4202496 11581 0 0 0 147 2 0 0 25 0 1 0 608562416 50728960 11536 33554432000 134512640 135144242 4294776448 18446744073709551615 134588187 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/32717/statm: 12385 11536 77 155 0 12228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58240

[startup+3.10116 s]
/proc/loadavg: 3.97 4.02 3.27 5/369 32719
/proc/meminfo: memFree=6366264/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=0 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 608562416 8908800 250 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 250 209 178 0 68 0
[pid=32717] ppid=32716 vsize=49540 CPUtime=3.09 cores=4,6
/proc/32717/stat : 32717 (SatELite_releas) R 32716 32716 32333 0 -1 4202496 11581 0 0 0 307 2 0 0 25 0 1 0 608562416 50728960 11536 33554432000 134512640 135144242 4294776448 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/32717/statm: 12385 11536 77 155 0 12228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58240

[startup+6.30054 s]
/proc/loadavg: 3.97 4.02 3.28 5/369 32720
/proc/meminfo: memFree=6365048/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=52528 CPUtime=2.67 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 16973 0 0 0 265 2 0 0 25 0 1 0 608562778 53788672 9560 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 13132 9560 252 16 0 9774 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61228

[startup+12.7003 s]
/proc/loadavg: 3.97 4.02 3.28 5/369 32720
/proc/meminfo: memFree=6352052/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=102084 CPUtime=9.07 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 34763 0 0 0 903 4 0 0 25 0 1 0 608562778 104534016 19820 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 25521 19820 252 16 0 22163 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 110784

[startup+25.5009 s]
/proc/loadavg: 3.98 4.01 3.29 5/369 32720
/proc/meminfo: memFree=6381180/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=102084 CPUtime=21.87 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 35487 0 0 0 2183 4 0 0 25 0 1 0 608562778 104534016 20535 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 25521 20535 252 16 0 22163 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110784

[startup+51.1009 s]
/proc/loadavg: 3.99 4.01 3.31 5/369 32721
/proc/meminfo: memFree=6308888/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=113756 CPUtime=47.47 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 39106 0 0 0 4742 5 0 0 25 0 1 0 608562778 116486144 24024 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 28439 24024 252 16 0 25081 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 122456

[startup+102.313 s]
/proc/loadavg: 4.07 4.02 3.35 5/369 32722
/proc/meminfo: memFree=6302244/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=113756 CPUtime=98.68 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 97746 0 0 0 9855 13 0 0 25 0 1 0 608562778 116486144 24019 33554432000 4194304 4256717 140736480565120 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 28439 24019 252 16 0 25081 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 122456

[startup+162.301 s]
/proc/loadavg: 4.09 4.03 3.39 5/369 32724
/proc/meminfo: memFree=6350572/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=132716 CPUtime=158.67 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 222150 0 0 0 15841 26 0 0 25 0 1 0 608562778 135901184 25426 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213990 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 33179 25426 252 16 0 29821 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 141416

[startup+222.301 s]
/proc/loadavg: 4.09 4.04 3.43 5/369 32725
/proc/meminfo: memFree=6268444/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=114296 CPUtime=218.67 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 387304 0 0 0 21822 45 0 0 25 0 1 0 608562778 117039104 25270 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 28574 25270 252 16 0 25216 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 122996

[startup+282.301 s]
/proc/loadavg: 4.03 4.03 3.46 5/369 32727
/proc/meminfo: memFree=6254948/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=114296 CPUtime=278.67 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 534484 0 0 0 27802 65 0 0 25 0 1 0 608562778 117039104 25270 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 28574 25270 252 16 0 25216 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 122996

[startup+342.301 s]
/proc/loadavg: 4.05 4.04 3.50 5/369 32728
/proc/meminfo: memFree=6211840/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=163616 CPUtime=338.68 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 708228 0 0 0 33777 91 0 0 25 0 1 0 608562778 167542784 34576 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 40904 34576 252 16 0 37546 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 172316

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.53 5/369 32730
/proc/meminfo: memFree=6216388/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6

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

/proc/32720/statm: 40904 35782 252 16 0 37546 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 172316

[startup+642.3 s]
/proc/loadavg: 4.02 4.04 3.64 5/369 32736
/proc/meminfo: memFree=6248620/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=163616 CPUtime=638.7 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1500271 0 0 0 63661 209 0 0 25 0 1 0 608562778 167542784 37154 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 40904 37154 252 16 0 37546 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 172316

[startup+702.301 s]
/proc/loadavg: 4.04 4.04 3.66 5/369 32738
/proc/meminfo: memFree=6257644/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=698.69 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1554679 0 0 0 69651 218 0 0 25 0 1 0 608562778 199102464 40012 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213977 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 40012 252 16 0 45251 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 203136

[startup+762.313 s]
/proc/loadavg: 4.08 4.06 3.69 5/369 32740
/proc/meminfo: memFree=6238772/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=758.7 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1675745 0 0 0 75632 238 0 0 25 0 1 0 608562778 199102464 37715 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 37715 252 16 0 45251 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 203136

[startup+822.301 s]
/proc/loadavg: 4.09 4.06 3.72 5/369 32741
/proc/meminfo: memFree=6219900/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=818.69 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1768666 0 0 0 81615 254 0 0 25 0 1 0 608562778 199102464 38576 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 38576 252 16 0 45251 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 203136

[startup+882.3 s]
/proc/loadavg: 4.03 4.05 3.73 5/369 32743
/proc/meminfo: memFree=6238236/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=163616 CPUtime=878.7 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1874291 0 0 0 87598 272 0 0 25 0 1 0 608562778 167542784 35771 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213715 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 40904 35771 252 16 0 37546 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 172316

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 3.74 5/369 32744
/proc/meminfo: memFree=6233132/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=938.7 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1962733 0 0 0 93584 286 0 0 25 0 1 0 608562778 199102464 40098 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 40098 252 16 0 45251 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 203136

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 3.75 5/369 32746
/proc/meminfo: memFree=6238440/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=998.7 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 1995015 0 0 0 99577 293 0 0 25 0 1 0 608562778 199102464 37788 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 37788 252 16 0 45251 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 203136

[startup+1062.3 s]
/proc/loadavg: 3.86 3.99 3.76 6/369 379
/proc/meminfo: memFree=6262384/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=1058.7 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 2016295 0 0 0 105573 297 0 0 25 0 1 0 608562778 199102464 41135 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213952 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 41135 252 16 0 45251 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 203136

[startup+1122.3 s]
/proc/loadavg: 3.95 3.99 3.77 6/369 380
/proc/meminfo: memFree=6177940/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=1118.69 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 2070932 0 0 0 111562 307 0 0 25 0 1 0 608562778 199102464 41179 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 41179 252 16 0 45251 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 203136

[startup+1182.3 s]
/proc/loadavg: 4.09 4.02 3.79 6/369 382
/proc/meminfo: memFree=6140732/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=1178.68 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 2138996 0 0 0 117550 318 0 0 25 0 1 0 608562778 199102464 38391 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 38391 252 16 0 45251 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 203136

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.80 6/369 383
/proc/meminfo: memFree=6177244/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=194436 CPUtime=1238.68 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 2191588 0 0 0 123540 328 0 0 25 0 1 0 608562778 199102464 37626 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 48609 37626 252 16 0 45251 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 203136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.81 5/369 385
/proc/meminfo: memFree=6065736/32950928 swapFree=67056568/67111528
[pid=32716] ppid=32714 vsize=8700 CPUtime=3.61 cores=4,6
/proc/32716/stat : 32716 (esg_static.sh) S 32714 32716 32333 0 -1 4202496 353 11583 0 0 0 0 358 3 18 0 1 0 608562416 8908800 252 33554432000 4194304 4922060 140734017591648 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/32716/statm: 2175 252 209 178 0 68 0
[pid=32720] ppid=32716 vsize=163616 CPUtime=1296.4 cores=4,6
/proc/32720/stat : 32720 (minisat_static) R 32716 32716 32333 0 -1 4202496 2294916 0 0 0 129296 344 0 0 25 0 1 0 608562778 167542784 36600 33554432000 4194304 4256717 140736480565120 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32720/statm: 40904 36600 252 16 0 37546 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 172316

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 32716 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=582455
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 3.62245
# 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.02
CPU time (s): 1300.01
CPU user time (s): 1296.54
CPU system time (s): 3.47
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 252456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.58245
system time used= 0.039993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11936
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= 9

runsolver used 4.85926 second user time and 10.4614 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 21:34:14
IDJOB=3348805
IDBENCH=71095
IDSOLVER=1811
FILE ID=node148/3348805-1304969653
RUNJOBID= node148-1304968091-32352
PBS_JOBID= 13285602
Free space on /tmp= 30920 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348805-1304969653/watcher-3348805-1304969653 -o /tmp/evaluation-result-3348805-1304969653/solver-3348805-1304969653 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348805-1304969653.cnf

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=1559774909

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6478036 kB
Buffers:        237992 kB
Cached:       22231972 kB
SwapCached:       8268 kB
Active:       10793448 kB
Inactive:     14890744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6478036 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            8968 kB
Writeback:           0 kB
AnonPages:     3212552 kB
Mapped:          27572 kB
Slab:           691368 kB
PageTables:      30272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85015420 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= 30800 MiB
End job on node148 at 2011-05-09 21:55:56