Trace number 3288107

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  466689  1088941 |  140006       0        0     nan |  0.000 % |
1.69/1.76	c |         0 |  208560   658701 |      --       0       --      -- |     --   | -258127/-430235
1.69/1.76	c ==============================================================================
1.69/1.76	c Result  :   #vars: 40949   #clauses: 208560   #literals: 658701
1.69/1.76	c CPU time:   1.70774 s
1.69/1.76	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-3288107-1303768114/watcher-3288107-1303768114 -o /tmp/evaluation-result-3288107-1303768114/solver-3288107-1303768114 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3288107-1303768114.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: 3.79 3.95 4.03 2/186 27963
/proc/meminfo: memFree=13436992/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=0 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 469227710 8908800 249 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 249 209 178 0 68 0

[startup+0.104222 s]
/proc/loadavg: 3.79 3.95 4.03 2/186 27963
/proc/meminfo: memFree=13436992/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=0 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 469227710 8908800 249 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.2002 s]
/proc/loadavg: 3.79 3.95 4.03 2/186 27963
/proc/meminfo: memFree=13436992/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=0 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 469227710 8908800 249 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300195 s]
/proc/loadavg: 3.79 3.95 4.03 2/186 27963
/proc/meminfo: memFree=13436992/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=0 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 469227710 8908800 249 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700123 s]
/proc/loadavg: 3.79 3.95 4.03 2/186 27963
/proc/meminfo: memFree=13436992/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=0 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 469227710 8908800 249 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 3.79 3.95 4.03 5/194 28021
/proc/meminfo: memFree=13269196/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=0 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 469227710 8908800 249 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 249 209 178 0 68 0
[pid=27964] ppid=27963 vsize=83748 CPUtime=1.49 cores=1,3
/proc/27964/stat : 27964 (SatELite_releas) R 27963 27963 27771 0 -1 4202496 19417 0 0 0 145 4 0 0 25 0 1 0 469227710 85757952 17772 33554432000 134512640 135144242 4292294336 18446744073709551615 134588125 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27964/statm: 20937 17772 77 155 0 20780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92448

[startup+3.10069 s]
/proc/loadavg: 3.79 3.95 4.03 5/190 28046
/proc/meminfo: memFree=13379216/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=26468 CPUtime=1.2 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 4911 0 0 0 119 1 0 0 22 0 1 0 469227899 27103232 4822 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208353 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 6617 4822 131 6 0 5087 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 35168

[startup+6.30112 s]
/proc/loadavg: 3.81 3.95 4.03 4/191 28055
/proc/meminfo: memFree=13441628/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=28884 CPUtime=4.4 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 5508 0 0 0 439 1 0 0 25 0 1 0 469227899 29577216 5419 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 7221 5419 131 6 0 5691 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 37584

[startup+12.701 s]
/proc/loadavg: 3.90 3.97 4.04 5/194 28114
/proc/meminfo: memFree=13317524/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=32312 CPUtime=10.79 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 6386 0 0 0 1078 1 0 0 25 0 1 0 469227899 33087488 6297 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 8078 6297 131 6 0 6548 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41012

[startup+25.5007 s]
/proc/loadavg: 3.92 3.97 4.04 5/194 28114
/proc/meminfo: memFree=13298480/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=39040 CPUtime=23.6 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 8045 0 0 0 2358 2 0 0 25 0 1 0 469227899 39976960 7956 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 9760 7956 131 6 0 8230 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47740

[startup+51.1011 s]
/proc/loadavg: 4.02 3.99 4.04 5/194 28115
/proc/meminfo: memFree=13277884/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=44624 CPUtime=49.2 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 9442 0 0 0 4918 2 0 0 25 0 1 0 469227899 45694976 9349 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 11156 9349 131 6 0 9626 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53324

[startup+102.301 s]
/proc/loadavg: 4.01 3.99 4.03 5/194 28116
/proc/meminfo: memFree=13249000/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=48652 CPUtime=100.41 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 10462 0 0 0 10038 3 0 0 25 0 1 0 469227899 49819648 10353 33554432000 4194304 4218580 140737295420048 18446744073709551615 4211942 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 12163 10353 131 6 0 10633 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 57352

[startup+162.3 s]
/proc/loadavg: 4.06 4.00 4.03 5/194 28118
/proc/meminfo: memFree=13226292/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=55312 CPUtime=160.4 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 12225 0 0 0 16037 3 0 0 25 0 1 0 469227899 56639488 12045 33554432000 4194304 4218580 140737295420048 18446744073709551615 4213862 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 13828 12045 131 6 0 12298 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 64012

[startup+222.308 s]
/proc/loadavg: 4.02 4.00 4.03 5/194 28150
/proc/meminfo: memFree=12647804/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=55376 CPUtime=220.41 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 12307 0 0 0 22034 7 0 0 25 0 1 0 469227899 56705024 12061 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 13844 12061 131 6 0 12314 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 64076

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 4.02 5/194 28151
/proc/meminfo: memFree=12614856/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=57736 CPUtime=280.4 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 12949 0 0 0 28033 7 0 0 25 0 1 0 469227899 59121664 12627 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208549 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 14434 12627 131 6 0 12904 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 66436

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 28164
/proc/meminfo: memFree=13075164/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=60764 CPUtime=340.41 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 13826 0 0 0 34033 8 0 0 25 0 1 0 469227899 62222336 13402 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208579 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 15191 13402 131 6 0 13661 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 69464

[startup+402.3 s]
/proc/loadavg: 3.97 3.98 4.01 5/194 28191
/proc/meminfo: memFree=13107780/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3

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

/proc/28024/statm: 16467 14653 131 6 0 14937 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 74568

[startup+702.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/194 28229
/proc/meminfo: memFree=13058104/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=70048 CPUtime=700.41 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 16728 0 0 0 70032 9 0 0 25 0 1 0 469227899 71729152 15713 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 17512 15713 131 6 0 15982 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 78748

[startup+762.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/194 28240
/proc/meminfo: memFree=13051340/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=70048 CPUtime=760.42 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 16838 0 0 0 76033 9 0 0 25 0 1 0 469227899 71729152 15720 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 17512 15720 131 6 0 15982 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 78748

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/194 28242
/proc/meminfo: memFree=13039696/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=70080 CPUtime=820.41 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 16954 0 0 0 82032 9 0 0 25 0 1 0 469227899 71761920 15737 33554432000 4194304 4218580 140737295420048 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 17520 15737 131 6 0 15990 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 78780

[startup+882.308 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 28243
/proc/meminfo: memFree=13032104/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=72048 CPUtime=880.43 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 17494 0 0 0 88033 10 0 0 25 0 1 0 469227899 73777152 16200 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 18012 16200 131 6 0 16482 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 80748

[startup+942.301 s]
/proc/loadavg: 3.51 3.88 3.96 4/187 28263
/proc/meminfo: memFree=13126900/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=79760 CPUtime=940.42 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 19583 0 0 0 94032 10 0 0 25 0 1 0 469227899 81674240 18156 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 19940 18156 131 6 0 18410 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 88460

[startup+1002.3 s]
/proc/loadavg: 3.19 3.72 3.89 4/187 28264
/proc/meminfo: memFree=13118796/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=79824 CPUtime=1000.43 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 19704 0 0 0 100032 11 0 0 25 0 1 0 469227899 81739776 18171 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208721 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 19956 18171 131 6 0 18426 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 88524

[startup+1062.3 s]
/proc/loadavg: 3.07 3.58 3.84 4/187 28266
/proc/meminfo: memFree=13117404/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=79952 CPUtime=1060.43 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 19821 0 0 0 106032 11 0 0 25 0 1 0 469227899 81870848 18203 33554432000 4194304 4218580 140737295420048 18446744073709551615 4209133 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 19988 18203 131 6 0 18458 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 88652

[startup+1122.3 s]
/proc/loadavg: 3.07 3.49 3.79 4/187 28268
/proc/meminfo: memFree=13102868/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=79856 CPUtime=1120.43 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 19924 0 0 0 112032 11 0 0 25 0 1 0 469227899 81772544 18185 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 19964 18185 131 6 0 18434 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 88556

[startup+1182.3 s]
/proc/loadavg: 3.08 3.41 3.74 4/187 28269
/proc/meminfo: memFree=13102096/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=79920 CPUtime=1180.43 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 20031 0 0 0 118032 11 0 0 25 0 1 0 469227899 81838080 18195 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 19980 18195 131 6 0 18450 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 88620

[startup+1242.3 s]
/proc/loadavg: 3.03 3.34 3.69 4/187 28301
/proc/meminfo: memFree=13173108/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=90216 CPUtime=1240.43 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 22694 0 0 0 124031 12 0 0 25 0 1 0 469227899 92381184 20754 33554432000 4194304 4218580 140737295420048 18446744073709551615 4210227 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 22554 20754 131 6 0 21024 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 98916



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.27 3.64 4/187 28302
/proc/meminfo: memFree=13160072/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=94432 CPUtime=1298.14 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 23876 0 0 0 129802 12 0 0 25 0 1 0 469227899 96698368 21813 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 23608 21813 131 6 0 22078 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 103132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.01 3.27 3.64 4/187 28302
/proc/meminfo: memFree=13160072/32951124 swapFree=67111528/67111528
[pid=27963] ppid=27961 vsize=8700 CPUtime=1.87 cores=1,3
/proc/27963/stat : 27963 (esg_static.sh) S 27961 27963 27771 0 -1 4202496 353 22515 0 0 0 0 182 5 18 0 1 0 469227710 8908800 252 33554432000 4194304 4922060 140733201215840 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27963/statm: 2175 252 209 178 0 68 0
[pid=28024] ppid=27963 vsize=94432 CPUtime=1298.14 cores=1,3
/proc/28024/stat : 28024 (cdcl) R 27963 27963 27771 0 -1 4202496 23876 0 0 0 129802 12 0 0 25 0 1 0 469227899 96698368 21813 33554432000 4194304 4218580 140737295420048 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/28024/statm: 23608 21813 131 6 0 22078 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 103132

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27963 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=829721
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=57991
# CPU time returned by wait4() is 1.88771
# while last known CPU time is 1300.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.84
CPU system time (s): 0.17
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 103260

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

runsolver used 1.9907 second user time and 5.11822 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 23:48:34
IDJOB=3288107
IDBENCH=82488
IDSOLVER=1609
FILE ID=node146/3288107-1303768114
RUNJOBID= node146-1303766812-27791
PBS_JOBID= 13157158
Free space on /tmp= 72788 MiB

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

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1040233044

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.75
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.830
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:      13437148 kB
Buffers:       2075664 kB
Cached:       16737044 kB
SwapCached:          0 kB
Active:        9733888 kB
Inactive:      9246504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13437148 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8960 kB
Writeback:           0 kB
AnonPages:      166976 kB
Mapped:          15120 kB
Slab:           468600 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   372324 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= 72748 MiB
End job on node146 at 2011-04-26 00:10:17