Trace number 3303711

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
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
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25482    59458 |    7644       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   19097    53996 |      --       0       --      -- |     --   | -6383/-5457
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 4641   #clauses: 19097   #literals: 53996
0.00/0.06	c CPU time:   0.06499 s
0.00/0.06	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	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-3303711-1303903215/watcher-3303711-1303903215 -o /tmp/evaluation-result-3303711-1303903215/solver-3303711-1303903215 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3303711-1303903215.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 12762
/proc/meminfo: memFree=15704460/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 501921142 8912896 253 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12762/statm: 2176 253 211 178 0 69 0

[startup+0.0731471 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 12762
/proc/meminfo: memFree=15704460/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 334 0 0 0 0 0 0 0 24 0 1 0 501921142 8912896 253 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12762/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101094 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 12762
/proc/meminfo: memFree=15704460/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.300058 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 12762
/proc/meminfo: memFree=15704460/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.700989 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 12762
/proc/meminfo: memFree=15704460/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 12765
/proc/meminfo: memFree=15699120/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=17432 CPUtime=1.42 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 1360 0 0 0 142 0 0 0 25 0 1 0 501921150 17850368 974 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226718 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 4358 974 248 17 0 999 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26136

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 12765
/proc/meminfo: memFree=15826340/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=19360 CPUtime=3.01 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 1669 0 0 0 301 0 0 0 25 0 1 0 501921150 19824640 1280 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 4840 1280 249 17 0 1481 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28064

[startup+6.30106 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 12765
/proc/meminfo: memFree=15818772/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=25472 CPUtime=6.21 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 3236 0 0 0 621 0 0 0 25 0 1 0 501921150 26083328 2302 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226431 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 6368 2302 249 17 0 3009 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34176

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 12765
/proc/meminfo: memFree=15807252/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=25472 CPUtime=12.61 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 3782 0 0 0 1261 0 0 0 25 0 1 0 501921150 26083328 2841 33554432000 4194304 4260849 140736635490384 18446744073709551615 4209216 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 6368 2841 249 17 0 3009 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34176

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 12766
/proc/meminfo: memFree=15795976/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=25472 CPUtime=25.41 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 4538 0 0 0 2541 0 0 0 25 0 1 0 501921150 26083328 2220 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 6368 2220 249 17 0 3009 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34176

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 12766
/proc/meminfo: memFree=15762420/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=32640 CPUtime=51.01 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 7781 0 0 0 5100 1 0 0 25 0 1 0 501921150 33423360 4095 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 8160 4095 249 17 0 4801 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41344

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 12768
/proc/meminfo: memFree=15703376/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=44136 CPUtime=102.21 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 12623 0 0 0 10219 2 0 0 25 0 1 0 501921150 45195264 6837 33554432000 4194304 4260849 140736635490384 18446744073709551615 4225290 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 11034 6837 249 17 0 7675 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 52840

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 12769
/proc/meminfo: memFree=15766984/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=48596 CPUtime=162.2 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 14591 0 0 0 16218 2 0 0 25 0 1 0 501921150 49762304 8727 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224364 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 12149 8727 249 17 0 8790 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 57300

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 12771
/proc/meminfo: memFree=15704116/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=56024 CPUtime=222.21 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 18393 0 0 0 22218 3 0 0 25 0 1 0 501921150 57368576 9252 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 14006 9252 249 17 0 10647 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 64728

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12772
/proc/meminfo: memFree=15769708/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=56024 CPUtime=282.21 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 18726 0 0 0 28218 3 0 0 25 0 1 0 501921150 57368576 9578 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226036 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 14006 9578 249 17 0 10647 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 64728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12774
/proc/meminfo: memFree=15711428/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=56024 CPUtime=342.21 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 18893 0 0 0 34218 3 0 0 25 0 1 0 501921150 57368576 9740 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226206 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12765/statm: 14006 9740 249 17 0 10647 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 64728

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 12776
/proc/meminfo: memFree=15664292/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7

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

/proc/12765/statm: 29842 22202 249 17 0 26483 0
Current children cumulated CPU time (s) 4302.33
Current children cumulated vsize (KiB) 128072

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13015
/proc/meminfo: memFree=15683132/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=168688 CPUtime=4362.26 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 291717 0 0 0 436181 45 0 0 25 0 1 0 501921150 172736512 31675 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 42172 31675 249 17 0 38813 0
Current children cumulated CPU time (s) 4362.33
Current children cumulated vsize (KiB) 177392

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13017
/proc/meminfo: memFree=15646780/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=119368 CPUtime=4422.26 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 293093 0 0 0 442181 45 0 0 25 0 1 0 501921150 122232832 22202 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224703 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 29842 22202 249 17 0 26483 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 128072

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13018
/proc/meminfo: memFree=15629524/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=168688 CPUtime=4482.26 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 301547 0 0 0 448180 46 0 0 25 0 1 0 501921150 172736512 30635 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226461 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 42172 30635 249 17 0 38813 0
Current children cumulated CPU time (s) 4482.33
Current children cumulated vsize (KiB) 177392

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 13020
/proc/meminfo: memFree=15681828/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=119368 CPUtime=4542.27 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 304080 0 0 0 454179 48 0 0 25 0 1 0 501921150 122232832 22202 33554432000 4194304 4260849 140736635490384 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 29842 22202 249 17 0 26483 0
Current children cumulated CPU time (s) 4542.34
Current children cumulated vsize (KiB) 128072

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13022
/proc/meminfo: memFree=15633456/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=119368 CPUtime=4602.27 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 304164 0 0 0 460179 48 0 0 25 0 1 0 501921150 122232832 22285 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 29842 22285 249 17 0 26483 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 128072

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13023
/proc/meminfo: memFree=15611628/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=168688 CPUtime=4662.27 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 314260 0 0 0 466177 50 0 0 25 0 1 0 501921150 172736512 32309 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 42172 32309 249 17 0 38813 0
Current children cumulated CPU time (s) 4662.34
Current children cumulated vsize (KiB) 177392

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 13025
/proc/meminfo: memFree=15666916/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=119368 CPUtime=4722.28 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 315877 0 0 0 472177 51 0 0 25 0 1 0 501921150 122232832 22970 33554432000 4194304 4260849 140736635490384 18446744073709551615 4226553 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 29842 22970 249 17 0 26483 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 128072

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13026
/proc/meminfo: memFree=15599816/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=168688 CPUtime=4782.27 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 324081 0 0 0 478175 52 0 0 25 0 1 0 501921150 172736512 31157 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 42172 31157 249 17 0 38813 0
Current children cumulated CPU time (s) 4782.34
Current children cumulated vsize (KiB) 177392

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13028
/proc/meminfo: memFree=15591620/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=168688 CPUtime=4842.27 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 326465 0 0 0 484174 53 0 0 25 0 1 0 501921150 172736512 33462 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 42172 33462 249 17 0 38813 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 177392

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13030
/proc/meminfo: memFree=15576600/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=136512 CPUtime=4902.27 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 333140 0 0 0 490172 55 0 0 25 0 1 0 501921150 139788288 29065 33554432000 4194304 4260849 140736635490384 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 34128 29065 249 17 0 30769 0
Current children cumulated CPU time (s) 4902.34
Current children cumulated vsize (KiB) 145216

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13031
/proc/meminfo: memFree=15561220/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=185832 CPUtime=4962.28 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 343858 0 0 0 496171 57 0 0 25 0 1 0 501921150 190291968 39697 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 46458 39697 249 17 0 43099 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 194536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13032
/proc/meminfo: memFree=15526124/32951132 swapFree=67111528/67111528
[pid=12762] ppid=12760 vsize=8704 CPUtime=0.07 cores=1,3,5,7
/proc/12762/stat : 12762 (glucose.sh) S 12760 12762 12546 0 -1 4202496 360 1298 0 0 0 0 7 0 24 0 1 0 501921142 8912896 255 33554432000 4194304 4922060 140735183689648 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12762/statm: 2176 255 211 178 0 69 0
[pid=12765] ppid=12762 vsize=185832 CPUtime=4999.98 cores=1,3,5,7
/proc/12765/stat : 12765 (glucose_static) R 12762 12762 12546 0 -1 4202496 345450 0 0 0 499940 58 0 0 25 0 1 0 501921150 190291968 41239 33554432000 4194304 4260849 140736635490384 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12765/statm: 46458 41239 249 17 0 43099 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 194536

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 12762 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=73988
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.075987
# while last known CPU time is 5000.05
#
# 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.05
CPU user time (s): 4999.47
CPU system time (s): 0.58
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 194536

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

runsolver used 8.09577 second user time and 17.7683 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-27 13:20:15
IDJOB=3303711
IDBENCH=70775
IDSOLVER=1687
FILE ID=node131/3303711-1303903215
RUNJOBID= node131-1303899341-12565
PBS_JOBID= 13164517
Free space on /tmp= 71392 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3303711-1303903215/watcher-3303711-1303903215 -o /tmp/evaluation-result-3303711-1303903215/solver-3303711-1303903215 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3303711-1303903215.cnf 

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=2009795027

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15704748 kB
Buffers:       1024260 kB
Cached:       15389472 kB
SwapCached:          0 kB
Active:        6602060 kB
Inactive:     10124304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15704748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1564 kB
Writeback:           0 kB
AnonPages:      312200 kB
Mapped:          15448 kB
Slab:           455832 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   499892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71376 MiB
End job on node131 at 2011-04-27 14:43:37