Trace number 3498887

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.09 5000.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1971.87
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.34	c ==============================================================================
0.00/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.34	c ==============================================================================
0.00/0.34	c |         0 |  746442  1741698 |  223932       0        0     nan |  0.000 % |
6.59/6.62	c |         0 |  397738  1362662 |      --       0       --      -- |     --   | -348682/-378983
6.59/6.62	c ==============================================================================
6.59/6.62	c Result  :   #vars: 76979   #clauses: 397738   #literals: 1362662
6.59/6.62	c CPU time:   6.43502 s
6.59/6.62	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-3498887-1308150385/watcher-3498887-1308150385 -o /tmp/evaluation-result-3498887-1308150385/solver-3498887-1308150385 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3498887-1308150385.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: 1.53 1.76 1.98 2/178 4733
/proc/meminfo: memFree=29870580/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0

[startup+0.0198059 s]
/proc/loadavg: 1.53 1.76 1.98 2/178 4733
/proc/meminfo: memFree=29870580/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.1008 s]
/proc/loadavg: 1.53 1.76 1.98 2/178 4733
/proc/meminfo: memFree=29870580/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30076 s]
/proc/loadavg: 1.53 1.76 1.98 2/178 4733
/proc/meminfo: memFree=29870580/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700695 s]
/proc/loadavg: 1.53 1.76 1.98 2/178 4733
/proc/meminfo: memFree=29870580/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50055 s]
/proc/loadavg: 1.53 1.76 1.98 3/180 4735
/proc/meminfo: memFree=29761704/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
[pid=4734] ppid=4733 vsize=111068 CPUtime=1.49 cores=0,2,4,6
/proc/4734/stat : 4734 (SatELite_releas) R 4733 4733 4595 0 -1 4202496 28298 0 0 0 140 9 0 0 25 0 1 0 382647958 113733632 26185 33554432000 134512640 135144242 4294907120 18446744073709551615 134555759 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4734/statm: 27767 26185 77 155 0 27610 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119768

[startup+3.10028 s]
/proc/loadavg: 1.53 1.76 1.98 3/180 4735
/proc/meminfo: memFree=29747444/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
[pid=4734] ppid=4733 vsize=116332 CPUtime=3.08 cores=0,2,4,6
/proc/4734/stat : 4734 (SatELite_releas) R 4733 4733 4595 0 -1 4202496 29669 0 0 0 296 12 0 0 25 0 1 0 382647958 119123968 27556 33554432000 134512640 135144242 4294907120 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4734/statm: 29083 27556 77 155 0 28926 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 125032

[startup+6.30073 s]
/proc/loadavg: 1.56 1.76 1.98 3/180 4735
/proc/meminfo: memFree=29713108/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 382647958 8908800 249 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4733/statm: 2175 249 209 178 0 68 0
[pid=4734] ppid=4733 vsize=122508 CPUtime=6.29 cores=0,2,4,6
/proc/4734/stat : 4734 (SatELite_releas) R 4733 4733 4595 0 -1 4202496 31351 0 0 0 611 18 0 0 25 0 1 0 382647958 125448192 28750 33554432000 134512640 135144242 4294907120 18446744073709551615 134588214 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4734/statm: 30627 28750 77 155 0 30470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131208

[startup+12.7006 s]
/proc/loadavg: 1.60 1.77 1.98 3/180 4736
/proc/meminfo: memFree=29777248/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=46488 CPUtime=5.78 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 9749 0 0 0 577 1 0 0 25 0 1 0 382648649 47603712 9658 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 11622 9658 133 6 0 10092 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55188

[startup+25.5004 s]
/proc/loadavg: 1.76 1.79 1.98 3/180 4737
/proc/meminfo: memFree=29768548/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=50188 CPUtime=18.58 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 10677 0 0 0 1856 2 0 0 25 0 1 0 382648649 51392512 10586 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208438 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 12547 10586 133 6 0 11017 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58888

[startup+51.101 s]
/proc/loadavg: 1.84 1.81 1.98 3/180 4737
/proc/meminfo: memFree=29758408/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=57100 CPUtime=44.18 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 12388 0 0 0 4416 2 0 0 25 0 1 0 382648649 58470400 12297 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4736/statm: 14275 12297 133 6 0 12745 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65800

[startup+102.306 s]
/proc/loadavg: 1.99 1.85 1.99 3/180 4739
/proc/meminfo: memFree=29730180/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=59840 CPUtime=95.38 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 13081 0 0 0 9536 2 0 0 25 0 1 0 382648649 61276160 12989 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208205 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4736/statm: 14960 12989 133 6 0 13430 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 68540

[startup+162.301 s]
/proc/loadavg: 1.99 1.88 1.99 3/180 4740
/proc/meminfo: memFree=29721624/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=66280 CPUtime=155.38 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 14708 0 0 0 15535 3 0 0 25 0 1 0 382648649 67870720 14616 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4736/statm: 16570 14616 133 6 0 15040 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 74980

[startup+222.301 s]
/proc/loadavg: 1.99 1.90 1.99 3/180 4742
/proc/meminfo: memFree=29714036/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=73768 CPUtime=215.39 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 16598 0 0 0 21535 4 0 0 25 0 1 0 382648649 75538432 16497 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4736/statm: 18442 16497 133 6 0 16912 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82468

[startup+282.301 s]
/proc/loadavg: 1.99 1.91 1.99 3/180 4744
/proc/meminfo: memFree=29704092/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=80512 CPUtime=275.38 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 18280 0 0 0 27534 4 0 0 25 0 1 0 382648649 82444288 18170 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4736/statm: 20128 18170 133 6 0 18598 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 89212

[startup+342.301 s]
/proc/loadavg: 1.99 1.92 1.99 3/180 4745
/proc/meminfo: memFree=29691040/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=80544 CPUtime=335.38 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 18315 0 0 0 33534 4 0 0 25 0 1 0 382648649 82477056 18185 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/4736/statm: 20136 18185 133 6 0 18606 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 89244

[startup+402.301 s]
/proc/loadavg: 2.06 1.95 2.00 3/180 4750
/proc/meminfo: memFree=29680752/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6

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

/proc/4736/statm: 63235 61278 133 6 0 61705 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 261640

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4876
/proc/meminfo: memFree=29371492/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=252972 CPUtime=4355.47 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64368 0 0 0 435527 20 0 0 25 0 1 0 382648649 259043328 61290 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63243 61290 133 6 0 61713 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 261672

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4878
/proc/meminfo: memFree=29371472/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253036 CPUtime=4415.47 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64410 0 0 0 441527 20 0 0 25 0 1 0 382648649 259108864 61303 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63259 61303 133 6 0 61729 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 261736

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4880
/proc/meminfo: memFree=29370200/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253068 CPUtime=4475.47 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64448 0 0 0 447527 20 0 0 25 0 1 0 382648649 259141632 61309 33554432000 4194304 4218580 140736650694032 18446744073709551615 4209953 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63267 61309 133 6 0 61737 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 261768

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4881
/proc/meminfo: memFree=29364968/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253100 CPUtime=4535.48 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64489 0 0 0 453527 21 0 0 25 0 1 0 382648649 259174400 61317 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208458 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63275 61317 133 6 0 61745 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 261800

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4883
/proc/meminfo: memFree=29364680/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253164 CPUtime=4595.48 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64538 0 0 0 459527 21 0 0 25 0 1 0 382648649 259239936 61338 33554432000 4194304 4218580 140736650694032 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63291 61338 133 6 0 61761 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 261864

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4884
/proc/meminfo: memFree=29364652/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253004 CPUtime=4655.48 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64576 0 0 0 465527 21 0 0 25 0 1 0 382648649 259076096 61299 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63251 61299 133 6 0 61721 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 261704

[startup+4722.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 4886
/proc/meminfo: memFree=29349360/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253036 CPUtime=4715.49 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64617 0 0 0 471528 21 0 0 25 0 1 0 382648649 259108864 61304 33554432000 4194304 4218580 140736650694032 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63259 61304 133 6 0 61729 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 261736

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 4888
/proc/meminfo: memFree=29274828/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253100 CPUtime=4775.48 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64660 0 0 0 477527 21 0 0 25 0 1 0 382648649 259174400 61318 33554432000 4194304 4218580 140736650694032 18446744073709551615 4213540 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63275 61318 133 6 0 61745 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 261800

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4889
/proc/meminfo: memFree=29224936/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253100 CPUtime=4835.48 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64691 0 0 0 483527 21 0 0 25 0 1 0 382648649 259174400 61321 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208164 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63275 61321 133 6 0 61745 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 261800

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4891
/proc/meminfo: memFree=29215716/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253100 CPUtime=4895.49 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64727 0 0 0 489528 21 0 0 25 0 1 0 382648649 259174400 61322 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63275 61322 133 6 0 61745 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 261800

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4892
/proc/meminfo: memFree=29215668/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253132 CPUtime=4955.49 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64765 0 0 0 495528 21 0 0 25 0 1 0 382648649 259207168 61323 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208516 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63283 61323 133 6 0 61753 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 261832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.95 1.98 1.99 3/180 5030
/proc/meminfo: memFree=29609292/32950928 swapFree=67054688/67111528
[pid=4733] ppid=4731 vsize=8700 CPUtime=6.9 cores=0,2,4,6
/proc/4733/stat : 4733 (esg_static.sh) S 4731 4733 4595 0 -1 4202496 354 35503 0 0 0 0 670 20 18 0 1 0 382647958 8908800 252 33554432000 4194304 4922060 140735272432640 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4733/statm: 2175 252 209 178 0 68 0
[pid=4736] ppid=4733 vsize=253068 CPUtime=4993.19 cores=0,2,4,6
/proc/4736/stat : 4736 (cdcl) R 4733 4733 4595 0 -1 4202496 64792 0 0 0 499298 21 0 0 25 0 1 0 382648649 259141632 61315 33554432000 4194304 4218580 140736650694032 18446744073709551615 4208693 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/4736/statm: 63267 61315 133 6 0 61737 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 261768

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5000.01
CPU time (s): 5000.09
CPU user time (s): 4999.68
CPU system time (s): 0.41
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 261928

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

runsolver used 8.31074 second user time and 15.8566 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-15 17:06:25
IDJOB=3498887
IDBENCH=70769
IDSOLVER=1993
FILE ID=node112/3498887-1308150385
RUNJOBID= node112-1308150357-4613
PBS_JOBID= 13575595
Free space on /tmp= 73720 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498887-1308150385/watcher-3498887-1308150385 -o /tmp/evaluation-result-3498887-1308150385/solver-3498887-1308150385 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3498887-1308150385.cnf

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=246651091

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29870992 kB
Buffers:        455860 kB
Cached:        2207868 kB
SwapCached:      10676 kB
Active:         823512 kB
Inactive:      1895772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29870992 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:           79832 kB
Writeback:           0 kB
AnonPages:       52488 kB
Mapped:           9436 kB
Slab:           297348 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   244916 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= 73676 MiB
End job on node112 at 2011-06-15 18:29:48