Trace number 3498960

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) 5000.07 4999.91

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  276407   628948 |   82922       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  195720   503355 |      --       0       --      -- |     --   | -29744/-20677
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 30284   #clauses: 195720   #literals: 503355
0.00/0.70	c CPU time:   0.686895 s
0.00/0.70	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.1 (svn: 989)

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-3498960-1308150774/watcher-3498960-1308150774 -o /tmp/evaluation-result-3498960-1308150774/solver-3498960-1308150774 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498960-1308150774.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 1.97 2.00 2/178 10578
/proc/meminfo: memFree=29670112/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005308066 8908800 250 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10578/statm: 2175 250 209 178 0 68 0

[startup+0.0997799 s]
/proc/loadavg: 2.05 1.97 2.00 2/178 10578
/proc/meminfo: memFree=29670112/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005308066 8908800 250 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10578/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100774 s]
/proc/loadavg: 2.05 1.97 2.00 2/178 10578
/proc/meminfo: memFree=29670112/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005308066 8908800 250 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10578/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300735 s]
/proc/loadavg: 2.05 1.97 2.00 2/178 10578
/proc/meminfo: memFree=29670112/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005308066 8908800 250 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10578/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700654 s]
/proc/loadavg: 2.05 1.97 2.00 2/178 10578
/proc/meminfo: memFree=29670112/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 1005308066 8908800 250 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10578/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50051 s]
/proc/loadavg: 2.05 1.97 2.00 3/180 10581
/proc/meminfo: memFree=29655272/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=17444 CPUtime=0.69 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 2743 0 0 0 69 0 0 0 20 0 1 0 1005308147 17862656 2654 33554432000 4194304 4218580 140735137528032 18446744073709551615 4211237 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 4361 2654 129 6 0 2831 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26144

[startup+3.1002 s]
/proc/loadavg: 2.05 1.97 2.00 3/180 10581
/proc/meminfo: memFree=29653412/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=18644 CPUtime=2.29 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 3049 0 0 0 229 0 0 0 25 0 1 0 1005308147 19091456 2960 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210316 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 4661 2960 129 6 0 3131 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27344

[startup+6.30059 s]
/proc/loadavg: 2.04 1.97 2.00 3/180 10581
/proc/meminfo: memFree=29651288/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=21096 CPUtime=5.48 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 3652 0 0 0 548 0 0 0 25 0 1 0 1005308147 21602304 3563 33554432000 4194304 4218580 140735137528032 18446744073709551615 4211237 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 5274 3563 129 6 0 3744 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29796

[startup+12.7004 s]
/proc/loadavg: 2.04 1.97 2.00 3/180 10581
/proc/meminfo: memFree=29645404/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=25496 CPUtime=11.88 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 4754 0 0 0 1188 0 0 0 25 0 1 0 1005308147 26107904 4665 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 6374 4665 129 6 0 4844 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34196

[startup+25.501 s]
/proc/loadavg: 2.03 1.97 2.00 3/180 10581
/proc/meminfo: memFree=29630504/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=32872 CPUtime=24.69 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 6607 0 0 0 2469 0 0 0 25 0 1 0 1005308147 33660928 6518 33554432000 4194304 4218580 140735137528032 18446744073709551615 4211216 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 8218 6518 130 6 0 6688 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41572

[startup+51.1011 s]
/proc/loadavg: 2.02 1.97 2.00 3/180 10582
/proc/meminfo: memFree=29609868/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=44756 CPUtime=50.29 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 9580 0 0 0 5029 0 0 0 25 0 1 0 1005308147 45830144 9491 33554432000 4194304 4218580 140735137528032 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 11189 9491 130 6 0 9659 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53456

[startup+102.306 s]
/proc/loadavg: 2.01 1.97 2.00 3/180 10583
/proc/meminfo: memFree=29576296/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=58008 CPUtime=101.5 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 12879 0 0 0 10149 1 0 0 25 0 1 0 1005308147 59400192 12790 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 14502 12790 130 6 0 12972 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 66708

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10585
/proc/meminfo: memFree=29520920/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=68976 CPUtime=161.49 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 15644 0 0 0 16148 1 0 0 25 0 1 0 1005308147 70631424 15555 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210096 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 17244 15555 131 6 0 15714 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 77676

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10587
/proc/meminfo: memFree=29505328/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=84812 CPUtime=221.49 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 19584 0 0 0 22148 1 0 0 25 0 1 0 1005308147 86847488 19495 33554432000 4194304 4218580 140735137528032 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 21203 19495 131 6 0 19673 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 93512

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10588
/proc/meminfo: memFree=29495472/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=84880 CPUtime=281.49 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 20610 0 0 0 28148 1 0 0 25 0 1 0 1005308147 86917120 19533 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210252 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 21220 19533 131 6 0 19690 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 93580

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/176 10598
/proc/meminfo: memFree=29899572/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=92408 CPUtime=341.5 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 22479 0 0 0 34148 2 0 0 25 0 1 0 1005308147 94625792 21402 33554432000 4194304 4218580 140735137528032 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 23102 21402 131 6 0 21572 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 101108

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 2.00 3/180 10673
/proc/meminfo: memFree=29994668/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7

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

/proc/10581/statm: 63584 61879 131 6 0 62054 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 263036

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10966
/proc/meminfo: memFree=29854232/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254400 CPUtime=4421.66 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64388 0 0 0 442157 9 0 0 25 0 1 0 1005308147 260505600 61895 33554432000 4194304 4218580 140735137528032 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63600 61895 131 6 0 62070 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 263100

[startup+4482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 10967
/proc/meminfo: memFree=29853416/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254272 CPUtime=4481.66 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64416 0 0 0 448157 9 0 0 25 0 1 0 1005308147 260374528 61868 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63568 61868 131 6 0 62038 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 262972

[startup+4542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 10969
/proc/meminfo: memFree=29853232/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254336 CPUtime=4541.66 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64448 0 0 0 454157 9 0 0 25 0 1 0 1005308147 260440064 61882 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210227 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63584 61882 131 6 0 62054 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 263036

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10970
/proc/meminfo: memFree=29852296/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254432 CPUtime=4601.67 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64491 0 0 0 460158 9 0 0 25 0 1 0 1005308147 260538368 61902 33554432000 4194304 4218580 140735137528032 18446744073709551615 4208583 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63608 61902 131 6 0 62078 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 263132

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10972
/proc/meminfo: memFree=29850372/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254400 CPUtime=4661.66 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64526 0 0 0 466157 9 0 0 25 0 1 0 1005308147 260505600 61893 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63600 61893 131 6 0 62070 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 263100

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10974
/proc/meminfo: memFree=29847436/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254432 CPUtime=4721.67 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64557 0 0 0 472158 9 0 0 25 0 1 0 1005308147 260538368 61904 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210045 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63608 61904 131 6 0 62078 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 263132

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10975
/proc/meminfo: memFree=29845528/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254432 CPUtime=4781.67 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64615 0 0 0 478158 9 0 0 25 0 1 0 1005308147 260538368 61904 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210284 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63608 61904 131 6 0 62078 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 263132

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10977
/proc/meminfo: memFree=29845348/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254464 CPUtime=4841.67 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64647 0 0 0 484158 9 0 0 25 0 1 0 1005308147 260571136 61909 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210079 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63616 61909 131 6 0 62086 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 263164

[startup+4902.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 10978
/proc/meminfo: memFree=29844908/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=254464 CPUtime=4901.67 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 64699 0 0 0 490158 9 0 0 25 0 1 0 1005308147 260571136 61911 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 63616 61911 131 6 0 62086 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 263164

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 10980
/proc/meminfo: memFree=29840604/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=258380 CPUtime=4961.67 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 65723 0 0 0 496158 9 0 0 25 0 1 0 1005308147 264581120 62893 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210294 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 64595 62893 131 6 0 63065 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 267080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 10981
/proc/meminfo: memFree=29827316/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=271288 CPUtime=4999.28 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 68986 0 0 0 499919 9 0 0 25 0 1 0 1005308147 277798912 66131 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210064 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 67822 66131 131 6 0 66292 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 279988

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

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

[startup+4999.9 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 10981
/proc/meminfo: memFree=29827316/32950928 swapFree=67056212/67111528
[pid=10578] ppid=10576 vsize=8700 CPUtime=0.79 cores=1,3,5,7
/proc/10578/stat : 10578 (esg_static.sh) S 10576 10578 10402 0 -1 4202496 353 11969 0 0 0 0 77 2 18 0 1 0 1005308066 8908800 253 33554432000 4194304 4922060 140735155745344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10578/statm: 2175 253 209 178 0 68 0
[pid=10581] ppid=10578 vsize=271288 CPUtime=4999.28 cores=1,3,5,7
/proc/10581/stat : 10581 (cdcl) R 10578 10578 10402 0 -1 4202496 68986 0 0 0 499919 9 0 0 25 0 1 0 1005308147 277798912 66131 33554432000 4194304 4218580 140735137528032 18446744073709551615 4210064 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/10581/statm: 67822 66131 131 6 0 66292 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 279988

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.91
CPU time (s): 5000.07
CPU user time (s): 4999.96
CPU system time (s): 0.11
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 280084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.777881
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12322
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= 9
involuntary context switches= 14

runsolver used 7.63584 second user time and 18.8241 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-15 17:12:54
IDJOB=3498960
IDBENCH=82381
IDSOLVER=1993
FILE ID=node115/3498960-1308150774
RUNJOBID= node115-1308150600-10421
PBS_JOBID= 13575605
Free space on /tmp= 73728 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498960-1308150774/watcher-3498960-1308150774 -o /tmp/evaluation-result-3498960-1308150774/solver-3498960-1308150774 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498960-1308150774.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=813593694

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29670664 kB
Buffers:        473412 kB
Cached:        2055852 kB
SwapCached:       9468 kB
Active:        1291164 kB
Inactive:      1619564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29670664 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:          144196 kB
Writeback:           0 kB
AnonPages:      378800 kB
Mapped:          13280 kB
Slab:           305952 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   598508 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= 73848 MiB
End job on node115 at 2011-06-15 18:36:16