Trace number 3499104

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

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
1.28/1.38	c ==============================================================================
1.28/1.38	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.38	c ==============================================================================
1.28/1.38	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
23.89/23.96	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
23.89/23.96	c ==============================================================================
23.89/23.96	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
23.89/23.96	c CPU time:   23.7454 s
23.89/23.96	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-3499104-1308155732/watcher-3499104-1308155732 -o /tmp/evaluation-result-3499104-1308155732/solver-3499104-1308155732 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3499104-1308155732.cnf 

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 3/178 28009
/proc/meminfo: memFree=29256720/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0

[startup+0.011703 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28009
/proc/meminfo: memFree=29256720/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100748 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28009
/proc/meminfo: memFree=29256720/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300716 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28009
/proc/meminfo: memFree=29256720/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700526 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28009
/proc/meminfo: memFree=29256720/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28011
/proc/meminfo: memFree=29104712/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
[pid=28010] ppid=28009 vsize=285088 CPUtime=1.49 cores=0,2,4,6
/proc/28010/stat : 28010 (SatELite_releas) R 28009 28009 27640 0 -1 4202496 67634 0 0 0 133 16 0 0 25 0 1 0 1005804115 291930112 67589 33554432000 134512640 135144242 4289179328 18446744073709551615 134551340 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28010/statm: 71272 67589 74 155 0 71115 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293788

[startup+3.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28012
/proc/meminfo: memFree=29012832/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
[pid=28010] ppid=28009 vsize=268272 CPUtime=3.09 cores=0,2,4,6
/proc/28010/stat : 28010 (SatELite_releas) R 28009 28009 27640 0 -1 4202496 72107 0 0 0 293 16 0 0 25 0 1 0 1005804115 274710528 64449 33554432000 134512640 135144242 4289179328 18446744073709551615 134555825 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28010/statm: 67068 64449 77 155 0 66911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 276972

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28012
/proc/meminfo: memFree=28985304/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
[pid=28010] ppid=28009 vsize=301496 CPUtime=6.29 cores=0,2,4,6
/proc/28010/stat : 28010 (SatELite_releas) R 28009 28009 27640 0 -1 4202496 76370 0 0 0 611 18 0 0 25 0 1 0 1005804115 308731904 68712 33554432000 134512640 135144242 4289179328 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28010/statm: 75374 68712 77 155 0 75217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 310196

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28012
/proc/meminfo: memFree=28935212/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
[pid=28010] ppid=28009 vsize=359128 CPUtime=12.69 cores=0,2,4,6
/proc/28010/stat : 28010 (SatELite_releas) R 28009 28009 27640 0 -1 4202496 87047 0 0 0 1249 20 0 0 25 0 1 0 1005804115 367747072 78821 33554432000 134512640 135144242 4289179328 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28010/statm: 89782 78821 77 155 0 89625 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367828

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28012
/proc/meminfo: memFree=28911152/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 1005804115 8908800 250 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/28009/statm: 2175 250 209 178 0 68 0
[pid=28010] ppid=28009 vsize=313084 CPUtime=25.49 cores=0,2,4,6
/proc/28010/stat : 28010 (SatELite_releas) R 28009 28009 27640 0 -1 4202496 94761 0 0 0 2518 31 0 0 25 0 1 0 1005804115 320598016 71533 33554432000 134512640 135144242 4289179328 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28010/statm: 78271 71533 80 155 0 78114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321784

[startup+51.1003 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 28014
/proc/meminfo: memFree=29067388/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=113736 CPUtime=25.26 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 26235 0 0 0 2519 7 0 0 25 0 1 0 1005806698 116465664 26053 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 28434 26053 131 6 0 26904 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 122436

[startup+102.306 s]
/proc/loadavg: 1.97 2.00 2.00 3/180 28056
/proc/meminfo: memFree=29783024/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=122068 CPUtime=76.47 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 28295 0 0 0 7639 8 0 0 25 0 1 0 1005806698 124997632 28109 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 30517 28109 131 6 0 28987 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 130768

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 28298
/proc/meminfo: memFree=29203432/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=124852 CPUtime=136.47 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 29028 0 0 0 13638 9 0 0 25 0 1 0 1005806698 127848448 28812 33554432000 4194304 4218580 140733633954976 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 31213 28812 131 6 0 29683 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 133552

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 28302
/proc/meminfo: memFree=29197800/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=129388 CPUtime=196.47 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 30226 0 0 0 19638 9 0 0 25 0 1 0 1005806698 132493312 29955 33554432000 4194304 4218580 140733633954976 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 32347 29955 131 6 0 30817 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 138088

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 28304
/proc/meminfo: memFree=29191840/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=135312 CPUtime=256.47 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 31807 0 0 0 25638 9 0 0 25 0 1 0 1005806698 138559488 31429 33554432000 4194304 4218580 140733633954976 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 33828 31429 131 6 0 32298 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 144012

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 28306
/proc/meminfo: memFree=29183172/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=143656 CPUtime=316.48 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 33965 0 0 0 31638 10 0 0 25 0 1 0 1005806698 147103744 33520 33554432000 4194304 4218580 140733633954976 18446744073709551615 4214122 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 35914 33520 131 6 0 34384 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 152356

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28307
/proc/meminfo: memFree=29177604/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6

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

/proc/28013/statm: 135770 133412 131 6 0 134240 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 551780

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28451
/proc/meminfo: memFree=29366032/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543048 CPUtime=4396.6 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 146721 0 0 0 439624 36 0 0 25 0 1 0 1005806698 556081152 133404 33554432000 4194304 4218580 140733633954976 18446744073709551615 4209727 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135762 133404 131 6 0 134232 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 551748

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28453
/proc/meminfo: memFree=29366000/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543272 CPUtime=4456.6 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 146904 0 0 0 445624 36 0 0 25 0 1 0 1005806698 556310528 133461 33554432000 4194304 4218580 140733633954976 18446744073709551615 4211696 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135818 133461 131 6 0 134288 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 551972

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28455
/proc/meminfo: memFree=29366088/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=542888 CPUtime=4516.6 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 147126 0 0 0 451624 36 0 0 25 0 1 0 1005806698 555917312 133365 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135722 133365 131 6 0 134192 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 551588

[startup+4602.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/173 28456
/proc/meminfo: memFree=29366044/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543080 CPUtime=4576.61 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 147311 0 0 0 457625 36 0 0 25 0 1 0 1005806698 556113920 133418 33554432000 4194304 4218580 140733633954976 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135770 133418 131 6 0 134240 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 551780

[startup+4662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/173 28458
/proc/meminfo: memFree=29366008/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543304 CPUtime=4636.6 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 147496 0 0 0 463624 36 0 0 25 0 1 0 1005806698 556343296 133468 33554432000 4194304 4218580 140733633954976 18446744073709551615 4208295 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135826 133468 131 6 0 134296 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 552004

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28459
/proc/meminfo: memFree=29366092/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543240 CPUtime=4696.62 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 147700 0 0 0 469625 37 0 0 25 0 1 0 1005806698 556277760 133455 33554432000 4194304 4218580 140733633954976 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135810 133455 131 6 0 134280 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 551940

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28461
/proc/meminfo: memFree=29365804/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=542856 CPUtime=4756.62 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 147936 0 0 0 475625 37 0 0 25 0 1 0 1005806698 555884544 133364 33554432000 4194304 4218580 140733633954976 18446744073709551615 260905086672 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135714 133364 131 6 0 134184 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 551556

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28463
/proc/meminfo: memFree=29365884/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543176 CPUtime=4816.62 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 148232 0 0 0 481625 37 0 0 25 0 1 0 1005806698 556212224 133440 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135794 133440 131 6 0 134264 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 551876

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28464
/proc/meminfo: memFree=29365848/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=543048 CPUtime=4876.62 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 148428 0 0 0 487625 37 0 0 25 0 1 0 1005806698 556081152 133407 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135762 133407 131 6 0 134232 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 551748

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28466
/proc/meminfo: memFree=29366052/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=542504 CPUtime=4936.62 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 148832 0 0 0 493625 37 0 0 25 0 1 0 1005806698 555524096 133276 33554432000 4194304 4218580 140733633954976 18446744073709551615 4213783 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135626 133276 131 6 0 134096 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 551204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/173 28467
/proc/meminfo: memFree=29365900/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=542728 CPUtime=4974.22 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 149103 0 0 0 497385 37 0 0 25 0 1 0 1005806698 555753472 133325 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135682 133325 131 6 0 134152 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 551428

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: 1.00 1.00 1.00 2/173 28467
/proc/meminfo: memFree=29365900/32950928 swapFree=67051820/67111528
[pid=28009] ppid=28007 vsize=8700 CPUtime=25.81 cores=0,2,4,6
/proc/28009/stat : 28009 (esg_static.sh) S 28007 28009 27640 0 -1 4202496 356 94762 0 0 0 0 2547 34 18 0 1 0 1005804115 8908800 253 33554432000 4194304 4922060 140734054730160 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28009/statm: 2175 253 209 178 0 68 0
[pid=28013] ppid=28009 vsize=542728 CPUtime=4974.22 cores=0,2,4,6
/proc/28013/stat : 28013 (cdcl) R 28009 28009 27640 0 -1 4202496 149103 0 0 0 497385 37 0 0 25 0 1 0 1005806698 555753472 133325 33554432000 4194304 4218580 140733633954976 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/28013/statm: 135682 133325 131 6 0 134152 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 551428

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28009 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=479126
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=345947
# CPU time returned by wait4() is 25.8251
# while last known CPU time is 5000.03
#
# 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.03
CPU user time (s): 4999.32
CPU system time (s): 0.71
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 552596

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

runsolver used 7.46387 second user time and 15.9686 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-15 18:35:34
IDJOB=3499104
IDBENCH=85007
IDSOLVER=1993
FILE ID=node116/3499104-1308155732
RUNJOBID= node116-1308150600-27658
PBS_JOBID= 13575604
Free space on /tmp= 73700 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499104-1308155732/watcher-3499104-1308155732 -o /tmp/evaluation-result-3499104-1308155732/solver-3499104-1308155732 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3499104-1308155732.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
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:      29257396 kB
Buffers:        428328 kB
Cached:        2231696 kB
SwapCached:      13056 kB
Active:        1583132 kB
Inactive:      1772328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29257396 kB
SwapTotal:    67111528 kB
SwapFree:     67051820 kB
Dirty:           77704 kB
Writeback:           0 kB
AnonPages:      692740 kB
Mapped:           9316 kB
Slab:           273032 kB
PageTables:       6128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   896032 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= 73696 MiB
End job on node116 at 2011-06-15 19:58:56