Trace number 3280157

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
EBGlucose 1.0? (TO) 1300.03 1300.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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.56	c ==============================================================================
0.00/0.56	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.56	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.56	c ==============================================================================
0.00/0.56	c |         0 | 1385857  3235805 |  415757       0        0     nan |  0.000 % |
4.09/4.18	c |         0 |  868292  2392233 |      --       0       --      -- |     --   | -256585/-254593
4.09/4.18	c ==============================================================================
4.09/4.18	c Result  :   #vars: 150440   #clauses: 868292   #literals: 2392233
4.09/4.18	c CPU time:   4.05538 s
4.09/4.18	c ==============================================================================
4.59/4.64	c
4.59/4.64	c Starting glucose
4.59/4.64	c
4.59/4.65	
4.59/4.65	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.59/4.65	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.59/4.65	
4.59/4.65	c ============================[ Problem Statistics ]=============================
4.59/4.65	c |                                                                             |
4.59/4.65	c |  Number of variables:  150440                                               |
4.59/4.65	c |  Number of clauses:    868292                                               |
4.64/4.96	c |  Parsing time:         0.29         s                                       |

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-3280157-1303749423/watcher-3280157-1303749423 -o /tmp/evaluation-result-3280157-1303749423/solver-3280157-1303749423 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280157-1303749423.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.53 3.90 3.70 5/192 4092
/proc/meminfo: memFree=15745812/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0

[startup+0.0647479 s]
/proc/loadavg: 3.53 3.90 3.70 5/192 4092
/proc/meminfo: memFree=15745812/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100746 s]
/proc/loadavg: 3.53 3.90 3.70 5/192 4092
/proc/meminfo: memFree=15745812/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300706 s]
/proc/loadavg: 3.53 3.90 3.70 5/192 4092
/proc/meminfo: memFree=15745812/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700633 s]
/proc/loadavg: 3.53 3.90 3.70 5/192 4092
/proc/meminfo: memFree=15745812/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50049 s]
/proc/loadavg: 3.57 3.90 3.70 5/194 4096
/proc/meminfo: memFree=15433192/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0
[pid=4094] ppid=4092 vsize=181796 CPUtime=1.49 cores=1,3
/proc/4094/stat : 4094 (SatELite_releas) R 4092 4092 3716 0 -1 4202496 40567 0 0 0 140 9 0 0 25 0 1 0 467357913 186159104 37138 33554432000 134512640 135144230 4288226768 18446744073709551615 134585381 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4094/statm: 45449 37138 78 155 0 45292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 190500

[startup+3.1002 s]
/proc/loadavg: 3.57 3.90 3.70 5/194 4096
/proc/meminfo: memFree=15392704/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=0 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 356 233 0 0 0 0 0 0 22 0 1 0 467357912 8912896 253 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 253 211 178 0 69 0
[pid=4094] ppid=4092 vsize=183920 CPUtime=3.09 cores=1,3
/proc/4094/stat : 4094 (SatELite_releas) R 4092 4092 3716 0 -1 4202496 45597 0 0 0 299 10 0 0 25 0 1 0 467357913 188334080 37827 33554432000 134512640 135144230 4288226768 18446744073709551615 134585365 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4094/statm: 45980 37827 78 155 0 45823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192624

[startup+6.30062 s]
/proc/loadavg: 3.57 3.90 3.70 5/194 4099
/proc/meminfo: memFree=15583664/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=69900 CPUtime=1.64 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 16388 0 0 0 162 2 0 0 25 0 1 0 467358377 71577600 16314 33554432000 134512640 134556542 4294238736 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 17475 16314 213 11 0 16809 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78604

[startup+12.7004 s]
/proc/loadavg: 3.64 3.91 3.70 5/194 4099
/proc/meminfo: memFree=15573900/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=72680 CPUtime=8.04 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 17100 0 0 0 801 3 0 0 25 0 1 0 467358377 74424320 17026 33554432000 134512640 134556542 4294238736 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 18170 17026 213 11 0 17504 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81384

[startup+25.5011 s]
/proc/loadavg: 3.69 3.91 3.71 5/194 4100
/proc/meminfo: memFree=15546512/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=77708 CPUtime=20.84 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 18340 0 0 0 2081 3 0 0 25 0 1 0 467358377 79572992 18266 33554432000 134512640 134556542 4294238736 18446744073709551615 134529859 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 19427 18266 213 11 0 18761 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86412

[startup+51.1004 s]
/proc/loadavg: 3.81 3.92 3.72 5/194 4131
/proc/meminfo: memFree=15550208/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=82144 CPUtime=46.44 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 19444 0 0 0 4640 4 0 0 25 0 1 0 467358377 84115456 19370 33554432000 134512640 134556542 4294238736 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 20536 19370 213 11 0 19870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90848

[startup+102.301 s]
/proc/loadavg: 3.92 3.93 3.73 5/194 4165
/proc/meminfo: memFree=15619712/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=103500 CPUtime=97.65 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 24714 0 0 0 9759 6 0 0 25 0 1 0 467358377 105984000 24640 33554432000 134512640 134556542 4294238736 18446744073709551615 134543383 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 25875 24640 213 11 0 25209 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 112204

[startup+162.301 s]
/proc/loadavg: 4.00 3.95 3.75 6/194 4166
/proc/meminfo: memFree=15595132/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=107684 CPUtime=157.65 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 25750 0 0 0 15759 6 0 0 25 0 1 0 467358377 110268416 25675 33554432000 134512640 134556542 4294238736 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 26921 25675 213 11 0 26255 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 116388

[startup+222.301 s]
/proc/loadavg: 4.00 3.95 3.76 5/194 4168
/proc/meminfo: memFree=15579948/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=111912 CPUtime=217.64 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 26809 0 0 0 21758 6 0 0 25 0 1 0 467358377 114597888 26734 33554432000 134512640 134556542 4294238736 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 27978 26734 213 11 0 27312 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 120616

[startup+282.301 s]
/proc/loadavg: 4.00 3.96 3.77 5/194 4169
/proc/meminfo: memFree=15564808/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=120268 CPUtime=277.65 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 28935 0 0 0 27758 7 0 0 25 0 1 0 467358377 123154432 28858 33554432000 134512640 134556542 4294238736 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 30067 28858 213 11 0 29401 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 128972

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.78 5/194 4293
/proc/meminfo: memFree=15560116/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=120268 CPUtime=337.65 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 28937 0 0 0 33758 7 0 0 25 0 1 0 467358377 123154432 28860 33554432000 134512640 134556542 4294238736 18446744073709551615 134536885 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 30067 28860 213 11 0 29401 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 128972

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/194 4295
/proc/meminfo: memFree=15539988/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3

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

/proc/4099/statm: 35121 33877 213 11 0 34455 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 149188

[startup+642.307 s]
/proc/loadavg: 4.00 3.97 3.83 5/194 4301
/proc/meminfo: memFree=15502076/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=142620 CPUtime=637.67 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 34493 0 0 0 63756 11 0 0 25 0 1 0 467358377 146042880 34411 33554432000 134512640 134556542 4294238736 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 35655 34411 213 11 0 34989 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 151324

[startup+702.301 s]
/proc/loadavg: 4.05 3.99 3.84 5/194 4303
/proc/meminfo: memFree=15486668/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=145668 CPUtime=697.66 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 35247 0 0 0 69755 11 0 0 25 0 1 0 467358377 149164032 35165 33554432000 134512640 134556542 4294238736 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 36417 35165 213 11 0 35751 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 154372

[startup+762.301 s]
/proc/loadavg: 4.02 3.99 3.85 5/194 4304
/proc/meminfo: memFree=15478952/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=147792 CPUtime=757.66 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 35794 0 0 0 75755 11 0 0 25 0 1 0 467358377 151339008 35712 33554432000 134512640 134556542 4294238736 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 36948 35712 213 11 0 36282 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 156496

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.85 5/194 4306
/proc/meminfo: memFree=15472480/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=151760 CPUtime=817.66 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 36804 0 0 0 81755 11 0 0 25 0 1 0 467358377 155402240 36721 33554432000 134512640 134556542 4294238736 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 37940 36721 213 11 0 37274 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 160464

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.86 5/194 4307
/proc/meminfo: memFree=15467744/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=154140 CPUtime=877.67 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 37400 0 0 0 87755 12 0 0 25 0 1 0 467358377 157839360 37317 33554432000 134512640 134556542 4294238736 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 38535 37317 213 11 0 37869 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 162844

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.86 5/194 4309
/proc/meminfo: memFree=15464872/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=154932 CPUtime=937.67 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 37598 0 0 0 93755 12 0 0 25 0 1 0 467358377 158650368 37515 33554432000 134512640 134556542 4294238736 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 38733 37515 213 11 0 38067 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 163636

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.87 5/194 4311
/proc/meminfo: memFree=15446992/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=163676 CPUtime=997.68 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 39788 0 0 0 99755 13 0 0 25 0 1 0 467358377 167604224 39705 33554432000 134512640 134556542 4294238736 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 40919 39705 213 11 0 40253 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 172380

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.88 5/194 4312
/proc/meminfo: memFree=15440892/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=163676 CPUtime=1057.68 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 39790 0 0 0 105755 13 0 0 25 0 1 0 467358377 167604224 39707 33554432000 134512640 134556542 4294238736 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 40919 39707 213 11 0 40253 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 172380

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.88 5/194 4314
/proc/meminfo: memFree=15438012/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=163676 CPUtime=1117.68 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 39793 0 0 0 111755 13 0 0 25 0 1 0 467358377 167604224 39710 33554432000 134512640 134556542 4294238736 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 40919 39710 213 11 0 40253 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 172380

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.89 5/194 4315
/proc/meminfo: memFree=15433520/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=167128 CPUtime=1177.69 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 40644 0 0 0 117756 13 0 0 25 0 1 0 467358377 171139072 40560 33554432000 134512640 134556542 4294238736 18446744073709551615 10843644 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 41782 40560 213 11 0 41116 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 175832

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.90 5/194 4317
/proc/meminfo: memFree=15422832/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=169772 CPUtime=1237.68 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 41294 0 0 0 123755 13 0 0 25 0 1 0 467358377 173846528 41210 33554432000 134512640 134556542 4294238736 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 42443 41210 213 11 0 41777 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 178476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.91 4/192 4320
/proc/meminfo: memFree=15586620/32951124 swapFree=67111528/67111528
[pid=4092] ppid=4090 vsize=8704 CPUtime=4.64 cores=1,3
/proc/4092/stat : 4092 (ebglucose.sh) S 4090 4092 3716 0 -1 4202496 380 58161 0 0 0 0 448 16 18 0 1 0 467357912 8912896 256 33554432000 4194304 4922060 140735191045600 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4092/statm: 2176 256 211 178 0 69 0
[pid=4099] ppid=4092 vsize=171096 CPUtime=1295.39 cores=1,3
/proc/4099/stat : 4099 (ebglucose_stati) R 4092 4092 3716 0 -1 4202496 41643 0 0 0 129526 13 0 0 25 0 1 0 467358377 175202304 41559 33554432000 134512640 134556542 4294238736 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/4099/statm: 42774 41559 213 11 0 42108 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 179800

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 4092 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=483318
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=162975
# CPU time returned by wait4() is 4.64629
# while last known CPU time is 1300.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.74
CPU system time (s): 0.29
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 209852

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

runsolver used 2.11468 second user time and 4.98324 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 18:37:04
IDJOB=3280157
IDBENCH=20349
IDSOLVER=1652
FILE ID=node142/3280157-1303749423
RUNJOBID= node142-1303749423-4046
PBS_JOBID= 13154020
Free space on /tmp= 71256 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280157-1303749423/watcher-3280157-1303749423 -o /tmp/evaluation-result-3280157-1303749423/solver-3280157-1303749423 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280157-1303749423.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=304180322

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:     32951124 kB
MemFree:      15748572 kB
Buffers:       2072096 kB
Cached:       14396688 kB
SwapCached:          0 kB
Active:        7074012 kB
Inactive:      9555540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15748572 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           80100 kB
Writeback:          12 kB
AnonPages:      160452 kB
Mapped:          15552 kB
Slab:           508716 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   349476 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= 71276 MiB
End job on node142 at 2011-04-25 18:58:46