Trace number 3285025

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.00	c Parsing...
0.00/0.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 |  646790  1513089 |  194036       0        0     nan |  0.000 % |
1.39/1.46	c |         0 |  558070  1443870 |      --       0       --      -- |     --   | -37008/37955
1.39/1.46	c ==============================================================================
1.39/1.46	c Result  :   #vars: 85866   #clauses: 558070   #literals: 1443870
1.39/1.46	c CPU time:   1.40479 s
1.39/1.46	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-3285025-1303761498/watcher-3285025-1303761498 -o /tmp/evaluation-result-3285025-1303761498/solver-3285025-1303761498 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3285025-1303761498.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.58 4.23 5.21 5/190 29939
/proc/meminfo: memFree=17059648/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=0 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 487749466 8908800 250 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 250 209 178 0 68 0

[startup+0.010746 s]
/proc/loadavg: 4.58 4.23 5.21 5/190 29939
/proc/meminfo: memFree=17059648/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=0 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 487749466 8908800 250 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100792 s]
/proc/loadavg: 4.58 4.23 5.21 5/190 29939
/proc/meminfo: memFree=17059648/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=0 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 487749466 8908800 250 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300757 s]
/proc/loadavg: 4.58 4.23 5.21 5/190 29939
/proc/meminfo: memFree=17059648/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=0 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 487749466 8908800 250 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700689 s]
/proc/loadavg: 4.58 4.23 5.21 5/190 29939
/proc/meminfo: memFree=17059648/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=0 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 487749466 8908800 250 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50052 s]
/proc/loadavg: 4.58 4.23 5.21 6/192 29941
/proc/meminfo: memFree=16966020/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=0 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 487749466 8908800 250 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 250 209 178 0 68 0
[pid=29940] ppid=29939 vsize=99160 CPUtime=1.49 cores=4,6
/proc/29940/stat : 29940 (SatELite_releas) R 29939 29939 28714 0 -1 4202496 26520 0 0 0 143 6 0 0 25 0 1 0 487749466 101539840 21548 33554432000 134512640 135144242 4286719456 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/29940/statm: 24790 21548 77 155 0 24633 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107860

[startup+3.10027 s]
/proc/loadavg: 4.58 4.23 5.21 5/192 29942
/proc/meminfo: memFree=17019620/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=34056 CPUtime=1.36 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 6563 0 0 0 135 1 0 0 23 0 1 0 487749639 34873344 6472 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 8514 6472 125 6 0 6984 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42756

[startup+6.30071 s]
/proc/loadavg: 4.69 4.26 5.21 5/192 29942
/proc/meminfo: memFree=17013796/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=38972 CPUtime=4.55 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 7851 0 0 0 454 1 0 0 25 0 1 0 487749639 39907328 7755 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210020 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 9743 7755 130 6 0 8213 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47672

[startup+12.7006 s]
/proc/loadavg: 4.80 4.29 5.22 5/192 29942
/proc/meminfo: memFree=17012436/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=39388 CPUtime=10.96 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 7961 0 0 0 1094 2 0 0 25 0 1 0 487749639 40333312 7865 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 9847 7865 130 6 0 8317 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48088

[startup+25.5004 s]
/proc/loadavg: 4.62 4.27 5.20 5/192 29943
/proc/meminfo: memFree=16994120/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=44540 CPUtime=23.76 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 9242 0 0 0 2374 2 0 0 25 0 1 0 487749639 45608960 9146 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 11135 9146 130 6 0 9605 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53240

[startup+51.1009 s]
/proc/loadavg: 5.12 4.41 5.22 5/192 29974
/proc/meminfo: memFree=16681196/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=48712 CPUtime=49.36 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 10264 0 0 0 4931 5 0 0 25 0 1 0 487749639 49881088 10168 33554432000 4194304 4218580 140735132327984 18446744073709551615 4214048 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 12178 10168 130 6 0 10648 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57412

[startup+102.307 s]
/proc/loadavg: 6.33 4.85 5.32 5/192 30012
/proc/meminfo: memFree=16431216/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=63176 CPUtime=100.57 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 13901 0 0 0 10043 14 0 0 25 0 1 0 487749639 64692224 13805 33554432000 4194304 4218580 140735132327984 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 15794 13805 130 6 0 14264 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71876

[startup+162.301 s]
/proc/loadavg: 6.91 5.36 5.47 5/188 30065
/proc/meminfo: memFree=17469520/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=110132 CPUtime=160.56 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 25622 0 0 0 16025 31 0 0 25 0 1 0 487749639 112775168 25526 33554432000 4194304 4218580 140735132327984 18446744073709551615 4211243 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 27533 25526 130 6 0 26003 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 118832

[startup+222.3 s]
/proc/loadavg: 7.56 5.82 5.62 4/192 30085
/proc/meminfo: memFree=17253560/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=117856 CPUtime=220.56 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 27624 0 0 0 22008 48 0 0 25 0 1 0 487749639 120684544 27485 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210324 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 29464 27485 130 6 0 27934 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 126556

[startup+282.301 s]
/proc/loadavg: 6.61 5.84 5.64 5/192 30116
/proc/meminfo: memFree=16952488/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=117888 CPUtime=280.56 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 27635 0 0 0 28000 56 0 0 25 0 1 0 487749639 120717312 27496 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 29472 27496 131 6 0 27942 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 126588

[startup+342.3 s]
/proc/loadavg: 5.05 5.55 5.55 5/192 30117
/proc/meminfo: memFree=16913656/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=117888 CPUtime=340.56 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 27635 0 0 0 33999 57 0 0 25 0 1 0 487749639 120717312 27496 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210064 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 29472 27496 131 6 0 27942 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 126588

[startup+402.301 s]
/proc/loadavg: 4.38 5.26 5.45 5/192 30119
/proc/meminfo: memFree=16840292/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6

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

/proc/29942/statm: 40652 38653 131 6 0 39122 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 171308

[startup+642.3 s]
/proc/loadavg: 4.01 4.57 5.11 5/189 30132
/proc/meminfo: memFree=17111504/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162608 CPUtime=640.44 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38792 0 0 0 63979 65 0 0 25 0 1 0 487749639 166510592 38653 33554432000 4194304 4218580 140735132327984 18446744073709551615 4211223 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40652 38653 131 6 0 39122 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 171308

[startup+702.301 s]
/proc/loadavg: 4.13 4.50 5.06 5/192 30160
/proc/meminfo: memFree=17197584/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162608 CPUtime=696.66 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38792 0 0 0 69587 79 0 0 25 0 1 0 487749639 166510592 38653 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40652 38653 131 6 0 39122 0
Current children cumulated CPU time (s) 698.38
Current children cumulated vsize (KiB) 171308

[startup+762.307 s]
/proc/loadavg: 4.05 4.41 4.99 5/192 30161
/proc/meminfo: memFree=17174628/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162640 CPUtime=756.66 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38799 0 0 0 75586 80 0 0 25 0 1 0 487749639 166543360 38660 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40660 38660 131 6 0 39130 0
Current children cumulated CPU time (s) 758.38
Current children cumulated vsize (KiB) 171340

[startup+822.301 s]
/proc/loadavg: 4.02 4.33 4.92 5/192 30163
/proc/meminfo: memFree=17149088/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162672 CPUtime=816.65 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38807 0 0 0 81584 81 0 0 25 0 1 0 487749639 166576128 38668 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40668 38668 131 6 0 39138 0
Current children cumulated CPU time (s) 818.37
Current children cumulated vsize (KiB) 171372

[startup+882.301 s]
/proc/loadavg: 4.00 4.27 4.86 5/192 30165
/proc/meminfo: memFree=17148812/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162672 CPUtime=876.64 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38818 0 0 0 87582 82 0 0 25 0 1 0 487749639 166576128 38679 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210066 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40668 38679 131 6 0 39138 0
Current children cumulated CPU time (s) 878.36
Current children cumulated vsize (KiB) 171372

[startup+942.3 s]
/proc/loadavg: 4.08 4.23 4.81 5/192 30166
/proc/meminfo: memFree=17137860/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162704 CPUtime=936.64 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38823 0 0 0 93581 83 0 0 25 0 1 0 487749639 166608896 38683 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40676 38683 131 6 0 39146 0
Current children cumulated CPU time (s) 938.36
Current children cumulated vsize (KiB) 171404

[startup+1002.3 s]
/proc/loadavg: 4.03 4.19 4.76 5/192 30168
/proc/meminfo: memFree=17135112/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=162704 CPUtime=996.62 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 38826 0 0 0 99579 83 0 0 25 0 1 0 487749639 166608896 38686 33554432000 4194304 4218580 140735132327984 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 40676 38686 131 6 0 39146 0
Current children cumulated CPU time (s) 998.34
Current children cumulated vsize (KiB) 171404

[startup+1062.3 s]
/proc/loadavg: 4.01 4.15 4.71 5/192 30169
/proc/meminfo: memFree=17104720/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=173368 CPUtime=1056.62 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 41530 0 0 0 105578 84 0 0 25 0 1 0 487749639 177528832 41383 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210082 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 43342 41383 131 6 0 41812 0
Current children cumulated CPU time (s) 1058.34
Current children cumulated vsize (KiB) 182068

[startup+1122.3 s]
/proc/loadavg: 4.00 4.12 4.66 5/192 30171
/proc/meminfo: memFree=17066936/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=173336 CPUtime=1116.61 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 41538 0 0 0 111576 85 0 0 25 0 1 0 487749639 177496064 41376 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 43334 41376 131 6 0 41804 0
Current children cumulated CPU time (s) 1118.33
Current children cumulated vsize (KiB) 182036

[startup+1182.3 s]
/proc/loadavg: 4.06 4.11 4.62 5/192 30173
/proc/meminfo: memFree=17027752/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=173368 CPUtime=1176.6 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 41540 0 0 0 117574 86 0 0 25 0 1 0 487749639 177528832 41377 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 43342 41377 131 6 0 41812 0
Current children cumulated CPU time (s) 1178.32
Current children cumulated vsize (KiB) 182068

[startup+1242.3 s]
/proc/loadavg: 4.02 4.09 4.58 5/192 30174
/proc/meminfo: memFree=17023196/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=173400 CPUtime=1236.59 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 41549 0 0 0 123572 87 0 0 25 0 1 0 487749639 177561600 41386 33554432000 4194304 4218580 140735132327984 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 43350 41386 131 6 0 41820 0
Current children cumulated CPU time (s) 1238.31
Current children cumulated vsize (KiB) 182100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.09 4.54 5/192 30176
/proc/meminfo: memFree=16980280/32951132 swapFree=67111528/67111528
[pid=29939] ppid=29937 vsize=8700 CPUtime=1.72 cores=4,6
/proc/29939/stat : 29939 (esg_static.sh) S 29937 29939 28714 0 -1 4202496 356 26521 0 0 0 0 164 8 18 0 1 0 487749466 8908800 253 33554432000 4194304 4922060 140735917152704 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29939/statm: 2175 253 209 178 0 68 0
[pid=29942] ppid=29939 vsize=173400 CPUtime=1294.28 cores=4,6
/proc/29942/stat : 29942 (cdcl) R 29939 29939 28714 0 -1 4202496 41552 0 0 0 129340 88 0 0 25 0 1 0 487749639 177561600 41389 33554432000 4194304 4218580 140735132327984 18446744073709551615 4210312 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/29942/statm: 43350 41389 131 6 0 41820 0
Current children cumulated CPU time (s) 1296
Current children cumulated vsize (KiB) 182100

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 29939 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=642750
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=83987
# CPU time returned by wait4() is 1.72674
# while last known CPU time is 1296
#
# 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): 1296
CPU user time (s): 1295.04
CPU system time (s): 0.96
CPU usage (%): 99.6914
Max. virtual memory (cumulated for all children) (KiB): 182100

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

runsolver used 2.28065 second user time and 4.83026 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 21:58:18
IDJOB=3285025
IDBENCH=82369
IDSOLVER=1609
FILE ID=node131/3285025-1303761498
RUNJOBID= node131-1303760130-29403
PBS_JOBID= 13154069
Free space on /tmp= 71768 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285025-1303761498/watcher-3285025-1303761498 -o /tmp/evaluation-result-3285025-1303761498/solver-3285025-1303761498 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3285025-1303761498.cnf

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1990323561

node131.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.77
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17059804 kB
Buffers:       1004664 kB
Cached:       13400116 kB
SwapCached:          0 kB
Active:        5657264 kB
Inactive:      9716528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17059804 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           80748 kB
Writeback:           0 kB
AnonPages:      968640 kB
Mapped:          15392 kB
Slab:           453588 kB
PageTables:       7260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1179220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71732 MiB
End job on node131 at 2011-04-25 22:20:00