Trace number 3348848

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) 1299.98 1300.01

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.00/0.32	c ==============================================================================
0.00/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.32	c ==============================================================================
0.00/0.32	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.00/0.48	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.00/0.48	c ==============================================================================
0.00/0.48	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.00/0.48	c CPU time:   0.441932 s
0.00/0.48	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-3348848-1304972739/watcher-3348848-1304972739 -o /tmp/evaluation-result-3348848-1304972739/solver-3348848-1304972739 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348848-1304972739.cnf 

running on 2 cores: 5,7

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.93 3.99 3.73 6/244 23526
/proc/meminfo: memFree=5041624/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=0 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608873775 8908800 250 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 250 209 178 0 68 0

[startup+0.016801 s]
/proc/loadavg: 3.93 3.99 3.73 6/244 23526
/proc/meminfo: memFree=5041624/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=0 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608873775 8908800 250 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100789 s]
/proc/loadavg: 3.93 3.99 3.73 6/244 23526
/proc/meminfo: memFree=5041624/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=0 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608873775 8908800 250 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300756 s]
/proc/loadavg: 3.93 3.99 3.73 6/244 23526
/proc/meminfo: memFree=5041624/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=0 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608873775 8908800 250 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700681 s]
/proc/loadavg: 3.93 3.99 3.73 6/244 23526
/proc/meminfo: memFree=5041624/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=0 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608873775 8908800 250 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50054 s]
/proc/loadavg: 3.93 3.99 3.73 5/246 23528
/proc/meminfo: memFree=4967800/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 8700

[startup+3.10026 s]
/proc/loadavg: 3.93 3.99 3.73 5/246 23529
/proc/meminfo: memFree=4943372/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=61664 CPUtime=2.05 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 13956 0 0 0 203 2 0 0 25 0 1 0 608873879 63143936 12016 33554432000 4194304 4256717 140734035536144 18446744073709551615 4209861 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 15416 12017 253 16 0 12058 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70364

[startup+6.3007 s]
/proc/loadavg: 3.93 3.99 3.73 5/246 23529
/proc/meminfo: memFree=4931552/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=112584 CPUtime=5.25 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 41712 0 0 0 520 5 0 0 25 0 1 0 608873879 115286016 20522 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 28146 20522 253 16 0 24788 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121284

[startup+12.7006 s]
/proc/loadavg: 3.94 3.99 3.73 5/246 23529
/proc/meminfo: memFree=4868284/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=143404 CPUtime=11.65 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 78266 0 0 0 1155 10 0 0 25 0 1 0 608873879 146845696 29258 33554432000 4194304 4256717 140734035536144 18446744073709551615 4218507 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 35851 29258 253 16 0 32493 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 152104

[startup+25.5003 s]
/proc/loadavg: 3.95 3.99 3.73 5/246 23530
/proc/meminfo: memFree=4863076/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=143764 CPUtime=24.45 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 135735 0 0 0 2425 20 0 0 25 0 1 0 608873879 147214336 29089 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 35941 29089 253 16 0 32583 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152464

[startup+51.1008 s]
/proc/loadavg: 3.97 3.99 3.74 5/246 23530
/proc/meminfo: memFree=4859640/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=143764 CPUtime=50.04 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 221049 0 0 0 4970 34 0 0 25 0 1 0 608873879 147214336 30814 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 35941 30814 253 16 0 32583 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152464

[startup+102.309 s]
/proc/loadavg: 3.94 3.97 3.75 5/246 23562
/proc/meminfo: memFree=4876476/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=144304 CPUtime=101.26 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 396284 0 0 0 10064 62 0 0 25 0 1 0 608873879 147767296 30627 33554432000 4194304 4256717 140734035536144 18446744073709551615 4209712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 36076 30627 253 16 0 32718 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 153004

[startup+162.301 s]
/proc/loadavg: 4.02 3.99 3.76 5/246 23563
/proc/meminfo: memFree=4891224/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=175124 CPUtime=161.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 577435 0 0 0 16033 91 0 0 25 0 1 0 608873879 179326976 33667 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 43781 33667 253 16 0 40423 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 183824

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.77 5/246 23565
/proc/meminfo: memFree=4839512/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=144304 CPUtime=221.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 783064 0 0 0 21999 125 0 0 25 0 1 0 608873879 147767296 32529 33554432000 4194304 4256717 140734035536144 18446744073709551615 4211194 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 36076 32529 253 16 0 32718 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 153004

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.79 5/246 23567
/proc/meminfo: memFree=4815296/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=175932 CPUtime=281.25 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 935554 0 0 0 27976 149 0 0 25 0 1 0 608873879 180154368 34583 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 43983 34583 253 16 0 40625 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 184632

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.80 5/246 23568
/proc/meminfo: memFree=4819960/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=175932 CPUtime=341.25 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 1110703 0 0 0 33948 177 0 0 25 0 1 0 608873879 180154368 34606 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213952 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 43983 34606 253 16 0 40625 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 184632

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.81 5/246 23570
/proc/meminfo: memFree=4805780/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=175932 CPUtime=401.24 cores=5,7

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

/proc/23529/statm: 46735 37606 253 16 0 43377 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 195640

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/246 23576
/proc/meminfo: memFree=4770380/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=189480 CPUtime=641.25 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 1885529 0 0 0 63819 306 0 0 25 0 1 0 608873879 194027520 37060 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 47370 37060 253 16 0 44012 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 198180

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/246 23578
/proc/meminfo: memFree=4764636/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=190704 CPUtime=701.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2028863 0 0 0 69795 329 0 0 25 0 1 0 608873879 195280896 39555 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 47676 39555 253 16 0 44318 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 199404

[startup+762.309 s]
/proc/loadavg: 4.00 4.00 3.86 5/246 23579
/proc/meminfo: memFree=4724660/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=192260 CPUtime=761.25 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2172582 0 0 0 75773 352 0 0 25 0 1 0 608873879 196874240 39041 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 48065 39041 253 16 0 44707 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 200960

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/246 23581
/proc/meminfo: memFree=4733552/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=197824 CPUtime=821.23 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2339919 0 0 0 81743 380 0 0 25 0 1 0 608873879 202571776 40068 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213487 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 49456 40068 253 16 0 46098 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 206524

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/246 23583
/proc/meminfo: memFree=4734876/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=197988 CPUtime=881.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2471898 0 0 0 87722 402 0 0 25 0 1 0 608873879 202739712 41192 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 49497 41192 253 16 0 46139 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 206688

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/246 23584
/proc/meminfo: memFree=4733488/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=200312 CPUtime=941.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2627852 0 0 0 93696 428 0 0 25 0 1 0 608873879 205119488 42578 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213962 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 50078 42578 253 16 0 46720 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 209012

[startup+1002.3 s]
/proc/loadavg: 4.06 4.01 3.89 5/246 23586
/proc/meminfo: memFree=4700368/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=201784 CPUtime=1001.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2765850 0 0 0 99673 451 0 0 25 0 1 0 608873879 206626816 45144 33554432000 4194304 4256717 140734035536144 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 50446 45144 253 16 0 47088 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 210484

[startup+1062.3 s]
/proc/loadavg: 3.47 3.86 3.84 4/239 23605
/proc/meminfo: memFree=4847616/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=204012 CPUtime=1061.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 2943418 0 0 0 105643 481 0 0 25 0 1 0 608873879 208908288 44150 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 51003 44150 253 16 0 47645 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 212712

[startup+1122.3 s]
/proc/loadavg: 3.17 3.70 3.78 4/239 23607
/proc/meminfo: memFree=4875112/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=257812 CPUtime=1121.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 3083153 0 0 0 111616 508 0 0 25 0 1 0 608873879 263999488 48750 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 64453 48750 253 16 0 61095 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 266512

[startup+1182.3 s]
/proc/loadavg: 3.06 3.57 3.73 4/239 23609
/proc/meminfo: memFree=4840844/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=263364 CPUtime=1181.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 3178955 0 0 0 117598 526 0 0 25 0 1 0 608873879 269684736 50253 33554432000 4194304 4256717 140734035536144 18446744073709551615 4211816 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 65841 50253 253 16 0 62483 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 272064

[startup+1242.3 s]
/proc/loadavg: 3.02 3.46 3.68 4/239 23610
/proc/meminfo: memFree=4855424/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=216392 CPUtime=1241.24 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 3298103 0 0 0 123577 547 0 0 25 0 1 0 608873879 221585408 49924 33554432000 4194304 4256717 140734035536144 18446744073709551615 4233333 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 54098 49924 253 16 0 50740 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 225092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.56 3.27 3.60 3/232 23630
/proc/meminfo: memFree=5069252/32950928 swapFree=64721848/67111528
[pid=23526] ppid=23524 vsize=8700 CPUtime=1.03 cores=5,7
/proc/23526/stat : 23526 (esg_static.sh) S 23524 23526 22624 0 -1 4202496 354 13737 0 0 0 0 96 7 18 0 1 0 608873775 8908800 252 33554432000 4194304 4922060 140734120984304 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23526/statm: 2175 252 209 178 0 68 0
[pid=23529] ppid=23526 vsize=220580 CPUtime=1298.95 cores=5,7
/proc/23529/stat : 23529 (minisat_static) R 23526 23526 22624 0 -1 4202496 3484380 0 0 0 129320 575 0 0 25 0 1 0 608873879 225873920 49157 33554432000 4194304 4256717 140734035536144 18446744073709551615 4213939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23529/statm: 55145 49157 253 16 0 51787 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 229280

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 23526 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=968852
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=73988
# CPU time returned by wait4() is 1.04284
# while last known CPU time is 1299.98
#
# 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): 1299.98
CPU user time (s): 1294.16
CPU system time (s): 5.82
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 359152

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

runsolver used 2.68559 second user time and 6.78597 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-09 22:25:40
IDJOB=3348848
IDBENCH=84806
IDSOLVER=1811
FILE ID=node123/3348848-1304972739
RUNJOBID= node123-1304971196-23090
PBS_JOBID= 13285627
Free space on /tmp= 39020 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348848-1304972739/watcher-3348848-1304972739 -o /tmp/evaluation-result-3348848-1304972739/solver-3348848-1304972739 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348848-1304972739.cnf

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1446759147

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5041896 kB
Buffers:        228224 kB
Cached:       17723312 kB
SwapCached:      10384 kB
Active:       14806148 kB
Inactive:     12496268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5041896 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           85972 kB
Writeback:           0 kB
AnonPages:     9348532 kB
Mapped:          16264 kB
Slab:           512032 kB
PageTables:      32360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13389452 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= 39040 MiB
End job on node123 at 2011-05-09 22:47:22