Trace number 3303377

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
glucose 2? (TO) 5000.1 5000.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3144.24
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |  133795   269030 |   40138       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |  132235   444075 |      --       0       --      -- |     --   | -1560/175045
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 1500   #clauses: 132235   #literals: 444075
0.00/0.33	c CPU time:   0.331949 s
0.00/0.33	c ==============================================================================
0.00/0.40	c
0.00/0.40	c Starting glucose
0.00/0.40	c

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3303377-1303899343/watcher-3303377-1303899343 -o /tmp/evaluation-result-3303377-1303899343/solver-3303377-1303899343 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303377-1303899343.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: 0.00 0.00 0.00 2/178 21715
/proc/meminfo: memFree=15263320/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 501533964 8912896 253 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21715/statm: 2176 253 211 178 0 69 0

[startup+0.0590649 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 21715
/proc/meminfo: memFree=15263320/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 501533964 8912896 253 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21715/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101079 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 21715
/proc/meminfo: memFree=15263320/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 501533964 8912896 253 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21715/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301045 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 21715
/proc/meminfo: memFree=15263320/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 501533964 8912896 253 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21715/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700909 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 21715
/proc/meminfo: memFree=15263320/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 8704

[startup+1.50083 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 21718
/proc/meminfo: memFree=15243340/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=26332 CPUtime=1.08 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 6751 0 0 0 108 0 0 0 20 0 1 0 501534004 26963968 2914 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 6583 2914 240 17 0 3224 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 35036

[startup+3.10055 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 21718
/proc/meminfo: memFree=15228396/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=45100 CPUtime=2.69 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 11564 0 0 0 268 1 0 0 25 0 1 0 501534004 46182400 7592 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 11275 7592 250 17 0 7916 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53804

[startup+6.30099 s]
/proc/loadavg: 0.16 0.03 0.01 3/180 21718
/proc/meminfo: memFree=15209424/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=52284 CPUtime=5.89 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 13955 0 0 0 588 1 0 0 25 0 1 0 501534004 53538816 9849 33554432000 4194304 4260849 140733748474720 18446744073709551615 4226461 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 13071 9849 250 17 0 9712 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60988

[startup+12.7008 s]
/proc/loadavg: 0.31 0.07 0.02 3/180 21718
/proc/meminfo: memFree=15199904/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=56704 CPUtime=12.28 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 15073 0 0 0 1227 1 0 0 25 0 1 0 501534004 58064896 10954 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225401 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 14176 10954 250 17 0 10817 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 65408

[startup+25.5005 s]
/proc/loadavg: 0.68 0.16 0.05 3/180 21719
/proc/meminfo: memFree=15179812/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=75560 CPUtime=25.08 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 30928 0 0 0 2505 3 0 0 25 0 1 0 501534004 77373440 13877 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 18890 13877 251 17 0 15531 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84264

[startup+51.1011 s]
/proc/loadavg: 1.13 0.31 0.10 3/180 21720
/proc/meminfo: memFree=15163496/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=124880 CPUtime=50.68 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 48246 0 0 0 5063 5 0 0 25 0 1 0 501534004 127877120 23433 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 31220 23433 251 17 0 27861 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 133584

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/180 21721
/proc/meminfo: memFree=15111520/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=125284 CPUtime=101.89 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 100882 0 0 0 10175 14 0 0 25 0 1 0 501534004 128290816 25328 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21718/statm: 31321 25328 251 17 0 27962 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 133988

[startup+162.3 s]
/proc/loadavg: 1.86 0.82 0.31 3/180 21722
/proc/meminfo: memFree=15125384/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=75964 CPUtime=161.88 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 151277 0 0 0 16166 22 0 0 25 0 1 0 501534004 77787136 15800 33554432000 4194304 4260849 140733748474720 18446744073709551615 4240052 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 18991 15800 251 17 0 15632 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 84668

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.41 3/180 21724
/proc/meminfo: memFree=15084416/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=125284 CPUtime=221.88 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 202444 0 0 0 22157 31 0 0 25 0 1 0 501534004 128290816 25784 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 31321 25784 251 17 0 27962 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 133988

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 3/180 21726
/proc/meminfo: memFree=15092324/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=125284 CPUtime=281.89 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 243908 0 0 0 28151 38 0 0 25 0 1 0 501534004 128290816 23829 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 31321 23829 251 17 0 27962 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 133988

[startup+342.301 s]
/proc/loadavg: 1.99 1.35 0.60 3/180 21727
/proc/meminfo: memFree=15065768/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=156104 CPUtime=341.88 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 277344 0 0 0 34146 42 0 0 25 0 1 0 501534004 159850496 29899 33554432000 4194304 4260849 140733748474720 18446744073709551615 4209287 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 39026 29899 251 17 0 35667 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 164808

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.68 3/180 21729
/proc/meminfo: memFree=15076024/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7

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

/proc/21718/statm: 67105 55891 251 17 0 63746 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 277124

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21846
/proc/meminfo: memFree=14921572/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=219020 CPUtime=4361.99 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1648402 0 0 0 435821 378 0 0 25 0 1 0 501534004 224276480 50358 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225056 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 54755 50358 251 17 0 51396 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 227724

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21848
/proc/meminfo: memFree=14851092/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=270648 CPUtime=4421.98 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1657996 0 0 0 441817 381 0 0 25 0 1 0 501534004 277143552 59816 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224682 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 67662 59816 251 17 0 64303 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 279352

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21850
/proc/meminfo: memFree=14903648/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=270648 CPUtime=4481.99 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1679892 0 0 0 447813 386 0 0 25 0 1 0 501534004 277143552 51794 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 67662 51794 251 17 0 64303 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 279352

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/180 21851
/proc/meminfo: memFree=14836780/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=272072 CPUtime=4541.99 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1688612 0 0 0 453810 389 0 0 25 0 1 0 501534004 278601728 60397 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 68018 60397 251 17 0 64659 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 280776

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/180 21853
/proc/meminfo: memFree=14891068/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=221984 CPUtime=4602 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1709774 0 0 0 459805 395 0 0 25 0 1 0 501534004 227311616 50377 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 55496 50377 251 17 0 52137 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 230688

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21854
/proc/meminfo: memFree=14878628/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=272356 CPUtime=4661.99 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1718789 0 0 0 465801 398 0 0 25 0 1 0 501534004 278892544 59298 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 68089 59298 251 17 0 64730 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 281060

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21856
/proc/meminfo: memFree=14895720/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=222456 CPUtime=4722 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1738193 0 0 0 471796 404 0 0 25 0 1 0 501534004 227794944 46527 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 55614 46527 251 17 0 52255 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 231160

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21858
/proc/meminfo: memFree=14885044/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=272832 CPUtime=4781.99 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1746923 0 0 0 477791 408 0 0 25 0 1 0 501534004 279379968 55124 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 68208 55124 251 17 0 64849 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 281536

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21859
/proc/meminfo: memFree=14903608/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=194624 CPUtime=4842 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1764011 0 0 0 483788 412 0 0 25 0 1 0 501534004 199294976 42159 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224822 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 48656 42159 251 17 0 45297 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 203328

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21861
/proc/meminfo: memFree=14895532/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=225444 CPUtime=4901.99 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1772009 0 0 0 489784 415 0 0 25 0 1 0 501534004 230854656 50035 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 56361 50035 251 17 0 53002 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 234148

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 21862
/proc/meminfo: memFree=14811560/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=277028 CPUtime=4962 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1780420 0 0 0 495782 418 0 0 25 0 1 0 501534004 283676672 58331 33554432000 4194304 4260849 140733748474720 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 69257 58331 251 17 0 65898 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 285732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 21865
/proc/meminfo: memFree=15072972/32950928 swapFree=67111528/67111528
[pid=21715] ppid=21713 vsize=8704 CPUtime=0.39 cores=1,3,5,7
/proc/21715/stat : 21715 (glucose.sh) S 21713 21715 21675 0 -1 4202496 360 2835 0 0 0 0 39 0 17 0 1 0 501533964 8912896 255 33554432000 4194304 4922060 140734688846544 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21715/statm: 2176 255 211 178 0 69 0
[pid=21718] ppid=21715 vsize=226940 CPUtime=4999.71 cores=1,3,5,7
/proc/21718/stat : 21718 (glucose_static) R 21715 21715 21675 0 -1 4202496 1797799 0 0 0 499548 423 0 0 25 0 1 0 501534004 232386560 47909 33554432000 4194304 4260849 140733748474720 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21718/statm: 56735 47909 251 17 0 53376 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 235644

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 21715 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=397939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 0.406937
# while last known CPU time is 5000.1
#
# 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.1
CPU user time (s): 4995.87
CPU system time (s): 4.23
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 335052

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

runsolver used 8.73367 second user time and 17.5413 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-27 12:15:43
IDJOB=3303377
IDBENCH=71593
IDSOLVER=1687
FILE ID=node125/3303377-1303899343
RUNJOBID= node125-1303899342-21694
PBS_JOBID= 13164523
Free space on /tmp= 72772 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303377-1303899343/watcher-3303377-1303899343 -o /tmp/evaluation-result-3303377-1303899343/solver-3303377-1303899343 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303377-1303899343.cnf 

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=1223450421

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      15263716 kB
Buffers:       2210980 kB
Cached:       14874704 kB
SwapCached:          0 kB
Active:        8690256 kB
Inactive:      8464548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15263716 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5292 kB
Writeback:           0 kB
AnonPages:       68520 kB
Mapped:          15148 kB
Slab:           468500 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   213040 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= 72772 MiB
End job on node125 at 2011-04-27 13:39:05