Trace number 3288015

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
rcl 2011-04-01? (TO) 1300.02 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  546912  1276128 |  164073       0        0     nan |  0.000 % |
2.49/2.52	c |         0 |  210225   740637 |      --       0       --      -- |     --   | -336685/-535486
2.49/2.52	c ==============================================================================
2.49/2.52	c Result  :   #vars: 32046   #clauses: 210225   #literals: 740637
2.49/2.52	c CPU time:   2.43163 s
2.49/2.52	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288015-1303767039/watcher-3288015-1303767039 -o /tmp/evaluation-result-3288015-1303767039/solver-3288015-1303767039 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3288015-1303767039.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: 2.50 2.94 3.25 3/178 7123
/proc/meminfo: memFree=15305340/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=0 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) R 7121 7123 5580 0 -1 4202496 310 0 0 0 0 0 0 0 25 0 1 0 469119394 8908800 249 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095271317 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/7123/statm: 2175 249 209 178 0 68 0

[startup+0.0843499 s]
/proc/loadavg: 2.50 2.94 3.25 3/178 7123
/proc/meminfo: memFree=15305340/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=0 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 469119394 8908800 249 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100344 s]
/proc/loadavg: 2.50 2.94 3.25 3/178 7123
/proc/meminfo: memFree=15305340/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=0 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 469119394 8908800 249 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300311 s]
/proc/loadavg: 2.50 2.94 3.25 3/178 7123
/proc/meminfo: memFree=15305340/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=0 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 469119394 8908800 249 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700234 s]
/proc/loadavg: 2.50 2.94 3.25 3/178 7123
/proc/meminfo: memFree=15305340/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=0 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 469119394 8908800 249 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 2.50 2.94 3.25 3/180 7125
/proc/meminfo: memFree=15214936/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=0 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 469119394 8908800 249 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 249 209 178 0 68 0
[pid=7124] ppid=7123 vsize=95808 CPUtime=1.49 cores=1,3
/proc/7124/stat : 7124 (SatELite_releas) R 7123 7123 5580 0 -1 4202496 22291 0 0 0 141 8 0 0 25 0 1 0 469119395 98107392 20727 33554432000 134512640 135144242 4294142832 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/7124/statm: 23952 20727 77 155 0 23795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104508

[startup+3.10076 s]
/proc/loadavg: 2.50 2.94 3.25 3/180 7125
/proc/meminfo: memFree=15201936/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 8700

[startup+6.30021 s]
/proc/loadavg: 2.46 2.93 3.24 3/180 7126
/proc/meminfo: memFree=15255876/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=28056 CPUtime=3.62 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 5393 0 0 0 361 1 0 0 25 0 1 0 469119661 28729344 5303 33554432000 4194304 4218580 140736539833840 18446744073709551615 4211489 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 7014 5303 131 6 0 5484 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36756

[startup+12.701 s]
/proc/loadavg: 2.42 2.91 3.23 3/180 7126
/proc/meminfo: memFree=15250404/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=31384 CPUtime=10.02 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 6225 0 0 0 1001 1 0 0 25 0 1 0 469119661 32137216 6135 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 7846 6136 131 6 0 6316 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40084

[startup+25.5007 s]
/proc/loadavg: 2.33 2.87 3.21 3/180 7126
/proc/meminfo: memFree=15240832/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=35184 CPUtime=22.82 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 7181 0 0 0 2281 1 0 0 25 0 1 0 469119661 36028416 7087 33554432000 4194304 4218580 140736539833840 18446744073709551615 4209504 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 8796 7087 131 6 0 7266 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43884

[startup+51.101 s]
/proc/loadavg: 2.22 2.79 3.18 3/180 7127
/proc/meminfo: memFree=15228728/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=41176 CPUtime=48.43 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 8679 0 0 0 4841 2 0 0 25 0 1 0 469119661 42164224 8583 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 10294 8583 131 6 0 8764 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49876

[startup+102.307 s]
/proc/loadavg: 2.17 2.69 3.12 3/180 7158
/proc/meminfo: memFree=15237640/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=46616 CPUtime=99.63 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 10082 0 0 0 9961 2 0 0 25 0 1 0 469119661 47734784 9939 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 11654 9939 131 6 0 10124 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 55316

[startup+162.301 s]
/proc/loadavg: 2.06 2.56 3.05 3/180 7160
/proc/meminfo: memFree=15217848/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=52876 CPUtime=159.62 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 11789 0 0 0 15960 2 0 0 25 0 1 0 469119661 54145024 11512 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 13219 11512 131 6 0 11689 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 61576

[startup+222.301 s]
/proc/loadavg: 2.02 2.45 2.98 3/180 7162
/proc/meminfo: memFree=15210776/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=54496 CPUtime=219.62 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 12257 0 0 0 21960 2 0 0 25 0 1 0 469119661 55803904 11901 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208530 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 13624 11901 131 6 0 12094 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 63196

[startup+282.301 s]
/proc/loadavg: 2.01 2.37 2.91 3/180 7163
/proc/meminfo: memFree=15203572/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=57060 CPUtime=279.62 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 13000 0 0 0 27960 2 0 0 25 0 1 0 469119661 58429440 12535 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 14265 12535 131 6 0 12735 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 65760

[startup+342.301 s]
/proc/loadavg: 2.00 2.30 2.85 3/180 7165
/proc/meminfo: memFree=15191660/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=64732 CPUtime=339.63 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 15098 0 0 0 33960 3 0 0 25 0 1 0 469119661 66285568 14461 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 16183 14461 131 6 0 14653 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 73432

[startup+402.301 s]
/proc/loadavg: 2.00 2.24 2.80 3/180 7166
/proc/meminfo: memFree=15187676/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=64636 CPUtime=399.64 cores=1,3

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

/proc/7126/statm: 17399 15692 131 6 0 15869 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 78296

[startup+642.3 s]
/proc/loadavg: 2.00 2.11 2.61 3/180 7173
/proc/meminfo: memFree=15172620/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=72708 CPUtime=639.64 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 17842 0 0 0 63960 4 0 0 25 0 1 0 469119661 74452992 16453 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 18177 16453 131 6 0 16647 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 81408

[startup+702.3 s]
/proc/loadavg: 1.78 2.04 2.55 2/173 7192
/proc/meminfo: memFree=15249412/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=72804 CPUtime=699.64 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 18013 0 0 0 69960 4 0 0 25 0 1 0 469119661 74551296 16477 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 18201 16477 131 6 0 16671 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 81504

[startup+762.306 s]
/proc/loadavg: 1.26 1.83 2.44 2/173 7194
/proc/meminfo: memFree=15249396/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=72868 CPUtime=759.65 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 18153 0 0 0 75961 4 0 0 25 0 1 0 469119661 74616832 16493 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 18217 16493 131 6 0 16687 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 81568

[startup+822.3 s]
/proc/loadavg: 1.10 1.69 2.36 2/173 7196
/proc/meminfo: memFree=15249140/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=73056 CPUtime=819.64 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 18353 0 0 0 81960 4 0 0 25 0 1 0 469119661 74809344 16556 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 18264 16556 131 6 0 16734 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 81756

[startup+882.3 s]
/proc/loadavg: 1.04 1.56 2.27 2/173 7197
/proc/meminfo: memFree=15237096/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=85256 CPUtime=879.65 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 21560 0 0 0 87959 6 0 0 25 0 1 0 469119661 87302144 19594 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21314 19594 131 6 0 19784 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 93956

[startup+942.3 s]
/proc/loadavg: 1.01 1.46 2.19 2/173 7199
/proc/meminfo: memFree=15237220/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=84616 CPUtime=939.65 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 21743 0 0 0 93959 6 0 0 25 0 1 0 469119661 86646784 19439 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21154 19439 131 6 0 19624 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 93316

[startup+1002.3 s]
/proc/loadavg: 1.00 1.37 2.11 2/173 7200
/proc/meminfo: memFree=15237464/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=84712 CPUtime=999.65 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 21943 0 0 0 99959 6 0 0 25 0 1 0 469119661 86745088 19458 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21178 19458 131 6 0 19648 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 93412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.30 2.04 2/173 7202
/proc/meminfo: memFree=15237460/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=85000 CPUtime=1059.65 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 22205 0 0 0 105959 6 0 0 25 0 1 0 469119661 87040000 19531 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208384 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21250 19531 131 6 0 19720 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 93700

[startup+1122.3 s]
/proc/loadavg: 1.00 1.24 1.97 2/173 7204
/proc/meminfo: memFree=15237456/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=85160 CPUtime=1119.66 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 22396 0 0 0 111959 7 0 0 25 0 1 0 469119661 87203840 19571 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21290 19571 131 6 0 19760 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 93860

[startup+1182.3 s]
/proc/loadavg: 1.00 1.20 1.91 2/173 7205
/proc/meminfo: memFree=15237200/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=85320 CPUtime=1179.66 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 22578 0 0 0 117959 7 0 0 25 0 1 0 469119661 87367680 19611 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21330 19611 131 6 0 19800 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 94020

[startup+1242.3 s]
/proc/loadavg: 1.00 1.16 1.85 2/173 7207
/proc/meminfo: memFree=15237316/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=85192 CPUtime=1239.66 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 22712 0 0 0 123959 7 0 0 25 0 1 0 469119661 87236608 19576 33554432000 4194304 4218580 140736539833840 18446744073709551615 4210778 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21298 19576 131 6 0 19768 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 93892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.13 1.79 2/173 7208
/proc/meminfo: memFree=15237312/32951124 swapFree=67111528/67111528
[pid=7123] ppid=7121 vsize=8700 CPUtime=2.66 cores=1,3
/proc/7123/stat : 7123 (esg_static.sh) S 7121 7123 5580 0 -1 4202496 352 25638 0 0 0 0 256 10 18 0 1 0 469119394 8908800 252 33554432000 4194304 4922060 140733295685280 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7123/statm: 2175 252 209 178 0 68 0
[pid=7126] ppid=7123 vsize=85320 CPUtime=1297.36 cores=1,3
/proc/7126/stat : 7126 (cdcl) R 7123 7123 5580 0 -1 4202496 22871 0 0 0 129729 7 0 0 25 0 1 0 469119661 87367680 19613 33554432000 4194304 4218580 140736539833840 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/7126/statm: 21330 19613 131 6 0 19800 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 94020

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

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.85
CPU system time (s): 0.17
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 111032

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

runsolver used 1.87471 second user time and 4.57031 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 23:30:39
IDJOB=3288015
IDBENCH=82481
IDSOLVER=1609
FILE ID=node142/3288015-1303767039
RUNJOBID= node142-1303765673-6485
PBS_JOBID= 13157147
Free space on /tmp= 71164 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288015-1303767039/watcher-3288015-1303767039 -o /tmp/evaluation-result-3288015-1303767039/solver-3288015-1303767039 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3288015-1303767039.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1464187107

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:      15305620 kB
Buffers:       2077732 kB
Cached:       14909208 kB
SwapCached:          0 kB
Active:        7144548 kB
Inactive:      9928676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15305620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24016 kB
Writeback:          24 kB
AnonPages:       86028 kB
Mapped:          15112 kB
Slab:           508340 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229028 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= 71152 MiB
End job on node142 at 2011-04-25 23:52:21