Trace number 3498962

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.04 4999.91

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2556.24
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.00/0.00	c Parsing...
1.29/1.31	c ==============================================================================
1.29/1.31	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.31	c ==============================================================================
1.29/1.31	c |         0 | 3028353  7134510 |  908505       0        0     nan |  0.000 % |
3.20/3.28	c |         0 | 2570144  6111727 |      --       0       --      -- |     --   | -156456/-307529
3.20/3.28	c ==============================================================================
3.20/3.28	c Result  :   #vars: 365932   #clauses: 2570144   #literals: 6111727
3.20/3.28	c CPU time:   3.03054 s
3.20/3.28	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-3498962-1308150800/watcher-3498962-1308150800 -o /tmp/evaluation-result-3498962-1308150800/solver-3498962-1308150800 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498962-1308150800.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: 1.99 2.00 2.03 3/178 27816
/proc/meminfo: memFree=30009868/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0

[startup+0.090221 s]
/proc/loadavg: 1.99 2.00 2.03 3/178 27816
/proc/meminfo: memFree=30009868/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100212 s]
/proc/loadavg: 1.99 2.00 2.03 3/178 27816
/proc/meminfo: memFree=30009868/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300182 s]
/proc/loadavg: 1.99 2.00 2.03 3/178 27816
/proc/meminfo: memFree=30009868/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700108 s]
/proc/loadavg: 1.99 2.00 2.03 3/178 27816
/proc/meminfo: memFree=30009868/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 1.99 2.00 2.03 3/180 27818
/proc/meminfo: memFree=29804160/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0
[pid=27817] ppid=27816 vsize=342812 CPUtime=1.49 cores=1,3,5,7
/proc/27817/stat : 27817 (SatELite_releas) R 27816 27816 27640 0 -1 4202496 74604 0 0 0 136 13 0 0 25 0 1 0 1005310963 351039488 74559 33554432000 134512640 135144242 4293564768 18446744073709551615 134550512 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27817/statm: 85703 74559 71 155 0 85546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 351512

[startup+3.10067 s]
/proc/loadavg: 1.99 2.00 2.03 3/180 27818
/proc/meminfo: memFree=29668008/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 1005310963 8908800 249 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27816/statm: 2175 249 209 178 0 68 0
[pid=27817] ppid=27816 vsize=439068 CPUtime=3.09 cores=1,3,5,7
/proc/27817/stat : 27817 (SatELite_releas) R 27816 27816 27640 0 -1 4202496 121456 0 0 0 289 20 0 0 25 0 1 0 1005310963 449605632 92791 33554432000 134512640 135144242 4293564768 18446744073709551615 134615329 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27817/statm: 109767 92791 77 155 0 109610 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 447768

[startup+6.30114 s]
/proc/loadavg: 1.99 2.00 2.03 3/180 27819
/proc/meminfo: memFree=29870996/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=116992 CPUtime=1.86 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 25228 0 0 0 183 3 0 0 25 0 1 0 1005311406 119799808 25026 33554432000 4194304 4218580 140734896392672 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 29248 25026 130 6 0 27718 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 125692

[startup+12.701 s]
/proc/loadavg: 1.99 2.00 2.03 3/180 27819
/proc/meminfo: memFree=29836168/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=129128 CPUtime=8.26 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 29145 0 0 0 822 4 0 0 25 0 1 0 1005311406 132227072 28871 33554432000 4194304 4218580 140734896392672 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 32282 28871 138 6 0 30752 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 137828

[startup+25.5006 s]
/proc/loadavg: 1.99 2.00 2.03 3/180 27820
/proc/meminfo: memFree=29821516/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=143688 CPUtime=21.06 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 33884 0 0 0 2101 5 0 0 25 0 1 0 1005311406 147136512 32611 33554432000 4194304 4218580 140734896392672 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 35922 32611 133 6 0 34392 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152388

[startup+51.1009 s]
/proc/loadavg: 1.99 2.00 2.02 3/180 27820
/proc/meminfo: memFree=29799924/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=165876 CPUtime=46.67 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 39432 0 0 0 4661 6 0 0 25 0 1 0 1005311406 169857024 38159 33554432000 4194304 4218580 140734896392672 18446744073709551615 4210507 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 41469 38159 133 6 0 39939 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174576

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.02 3/180 27822
/proc/meminfo: memFree=29772348/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=182224 CPUtime=97.87 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 43619 0 0 0 9781 6 0 0 25 0 1 0 1005311406 186597376 42226 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208536 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 45556 42226 133 6 0 44026 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 190924

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/180 27823
/proc/meminfo: memFree=29751220/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=185076 CPUtime=157.86 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 44356 0 0 0 15780 6 0 0 25 0 1 0 1005311406 189517824 42963 33554432000 4194304 4218580 140734896392672 18446744073709551615 4213767 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 46269 42963 133 6 0 44739 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 193776

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.01 3/180 27825
/proc/meminfo: memFree=29690396/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=230404 CPUtime=217.86 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 55695 0 0 0 21778 8 0 0 25 0 1 0 1005311406 235933696 54302 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208435 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 57601 54302 133 6 0 56071 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 239104

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/180 27826
/proc/meminfo: memFree=29690340/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=230436 CPUtime=277.86 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 55705 0 0 0 27778 8 0 0 25 0 1 0 1005311406 235966464 54312 33554432000 4194304 4218580 140734896392672 18446744073709551615 4206344 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 57609 54312 133 6 0 56079 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 239136

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 27828
/proc/meminfo: memFree=29687688/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=233296 CPUtime=337.87 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 56393 0 0 0 33778 9 0 0 25 0 1 0 1005311406 238895104 55000 33554432000 4194304 4218580 140734896392672 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 58324 55000 133 6 0 56794 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 241996

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 27830
/proc/meminfo: memFree=29687752/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7

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

/proc/27819/statm: 150923 147666 133 6 0 149393 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 612392

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27958
/proc/meminfo: memFree=29085804/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=603724 CPUtime=4418 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 150041 0 0 0 441773 27 0 0 25 0 1 0 1005311406 618213376 147674 33554432000 4194304 4218580 140734896392672 18446744073709551615 4210988 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 150931 147674 133 6 0 149401 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 612424

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27959
/proc/meminfo: memFree=29085976/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=603724 CPUtime=4478 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 150062 0 0 0 447773 27 0 0 25 0 1 0 1005311406 618213376 147676 33554432000 4194304 4218580 140734896392672 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 150931 147676 133 6 0 149401 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 612424

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27961
/proc/meminfo: memFree=29085680/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=603724 CPUtime=4538 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 150081 0 0 0 453773 27 0 0 25 0 1 0 1005311406 618213376 147673 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 150931 147673 133 6 0 149401 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 612424

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27963
/proc/meminfo: memFree=29083156/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=606316 CPUtime=4598.01 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 150738 0 0 0 459774 27 0 0 25 0 1 0 1005311406 620867584 148305 33554432000 4194304 4218580 140734896392672 18446744073709551615 4213183 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 151579 148305 133 6 0 150049 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 615016

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27964
/proc/meminfo: memFree=29083220/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=606316 CPUtime=4658 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 150765 0 0 0 465773 27 0 0 25 0 1 0 1005311406 620867584 148306 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 151579 148306 133 6 0 150049 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 615016

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 27966
/proc/meminfo: memFree=29082036/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=606252 CPUtime=4718.01 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 150775 0 0 0 471774 27 0 0 25 0 1 0 1005311406 620802048 148291 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 151563 148291 133 6 0 150033 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 614952

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 27967
/proc/meminfo: memFree=29039316/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=609236 CPUtime=4778 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 151543 0 0 0 477773 27 0 0 25 0 1 0 1005311406 623857664 149033 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 152309 149033 133 6 0 150779 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 617936

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27969
/proc/meminfo: memFree=28954956/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=662504 CPUtime=4838.01 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 164908 0 0 0 483771 30 0 0 25 0 1 0 1005311406 678404096 162372 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 165626 162372 133 6 0 164096 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 671204

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27971
/proc/meminfo: memFree=28944496/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=674240 CPUtime=4898.01 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 167838 0 0 0 489770 31 0 0 25 0 1 0 1005311406 690421760 165302 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 168560 165302 133 6 0 167030 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 682940

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/180 28013
/proc/meminfo: memFree=29067124/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=674240 CPUtime=4958.01 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 167865 0 0 0 495770 31 0 0 25 0 1 0 1005311406 690421760 165303 33554432000 4194304 4218580 140734896392672 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 168560 165303 133 6 0 167030 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 682940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 28014
/proc/meminfo: memFree=29065284/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=674208 CPUtime=4995.62 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 167877 0 0 0 499531 31 0 0 25 0 1 0 1005311406 690388992 165296 33554432000 4194304 4218580 140734896392672 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 168552 165296 133 6 0 167022 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 682908

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.04 2.01 2.00 3/180 28014
/proc/meminfo: memFree=29065284/32950928 swapFree=67051820/67111528
[pid=27816] ppid=27814 vsize=8700 CPUtime=4.42 cores=1,3,5,7
/proc/27816/stat : 27816 (esg_static.sh) S 27814 27816 27640 0 -1 4202496 353 153237 0 0 0 0 409 33 18 0 1 0 1005310963 8908800 252 33554432000 4194304 4922060 140734994031024 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27816/statm: 2175 252 209 178 0 68 0
[pid=27819] ppid=27816 vsize=674208 CPUtime=4995.62 cores=1,3,5,7
/proc/27819/stat : 27819 (cdcl) R 27816 27816 27640 0 -1 4202496 167877 0 0 0 499531 31 0 0 25 0 1 0 1005311406 690388992 165296 33554432000 4194304 4218580 140734896392672 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/27819/statm: 168552 165296 133 6 0 167022 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 682908

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27816 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=96377
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=331949
# CPU time returned by wait4() is 4.42833
# while last known CPU time is 5000.04
#
# 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.04
CPU user time (s): 4999.4
CPU system time (s): 0.64
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 682940

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

runsolver used 7.80681 second user time and 16.3635 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-15 17:13:23
IDJOB=3498962
IDBENCH=82387
IDSOLVER=1993
FILE ID=node116/3498962-1308150800
RUNJOBID= node116-1308150600-27659
PBS_JOBID= 13575604
Free space on /tmp= 73824 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498962-1308150800/watcher-3498962-1308150800 -o /tmp/evaluation-result-3498962-1308150800/solver-3498962-1308150800 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498962-1308150800.cnf

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=342795182

node116.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.826
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.65
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.826
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.826
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.826
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.826
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.826
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.826
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.826
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:     32950928 kB
MemFree:      30010164 kB
Buffers:        425448 kB
Cached:        2095136 kB
SwapCached:      13056 kB
Active:         853248 kB
Inactive:      1748036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30010164 kB
SwapTotal:    67111528 kB
SwapFree:     67051820 kB
Dirty:           79460 kB
Writeback:           0 kB
AnonPages:       77864 kB
Mapped:           9316 kB
Slab:           276040 kB
PageTables:       4912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   270916 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= 73616 MiB
End job on node116 at 2011-06-15 18:36:45