Trace number 3280663

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.02 1300.01

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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 | 1254005  3044653 |  376201       0        0     nan |  0.000 % |
10.69/10.79	c |         0 |  600262  2684082 |      --       0       --      -- |     --   | -653743/-360571
10.69/10.79	c ==============================================================================
10.69/10.79	c Result  :   #vars: 43082   #clauses: 600262   #literals: 2684082
10.69/10.79	c CPU time:   10.6014 s
10.69/10.79	c ==============================================================================
11.29/11.32	c
11.29/11.32	c Starting glucose
11.29/11.32	c
11.29/11.32	
11.29/11.32	c This is EBGlucose 1.0 -- based on Glucose version 1.0
11.29/11.32	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
11.29/11.32	
11.29/11.32	c ============================[ Problem Statistics ]=============================
11.29/11.32	c |                                                                             |
11.29/11.32	c |  Number of variables:  43082                                                |
11.29/11.32	c |  Number of clauses:    600262                                               |
11.31/11.60	c |  Parsing time:         0.25         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-3280663-1303749613/watcher-3280663-1303749613 -o /tmp/evaluation-result-3280663-1303749613/solver-3280663-1303749613 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280663-1303749613.cnf 

running on 2 cores: 0,2

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: 1.38 3.06 3.44 4/192 27857
/proc/meminfo: memFree=19245324/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0

[startup+0.0471621 s]
/proc/loadavg: 1.38 3.06 3.44 4/192 27857
/proc/meminfo: memFree=19245324/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10114 s]
/proc/loadavg: 1.38 3.06 3.44 4/192 27857
/proc/meminfo: memFree=19245324/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301102 s]
/proc/loadavg: 1.38 3.06 3.44 4/192 27857
/proc/meminfo: memFree=19245324/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701035 s]
/proc/loadavg: 1.38 3.06 3.44 4/192 27857
/proc/meminfo: memFree=19245324/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 1.38 3.06 3.44 5/198 27868
/proc/meminfo: memFree=18956368/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
[pid=27859] ppid=27857 vsize=181868 CPUtime=1.49 cores=0,2
/proc/27859/stat : 27859 (SatELite_releas) R 27857 27857 27322 0 -1 4202496 40219 0 0 0 139 10 0 0 25 0 1 0 486559563 186232832 39291 33554432000 134512640 135144230 4291125776 18446744073709551615 134726923 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27859/statm: 45467 39291 78 155 0 45310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 190572

[startup+3.10063 s]
/proc/loadavg: 1.38 3.06 3.44 5/198 27869
/proc/meminfo: memFree=18885072/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
[pid=27859] ppid=27857 vsize=195280 CPUtime=3.08 cores=0,2
/proc/27859/stat : 27859 (SatELite_releas) R 27857 27857 27322 0 -1 4202496 43267 0 0 0 295 13 0 0 25 0 1 0 486559563 199966720 42339 33554432000 134512640 135144230 4291125776 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27859/statm: 48820 42339 78 155 0 48663 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 203984

[startup+6.30104 s]
/proc/loadavg: 1.59 3.08 3.44 4/198 27869
/proc/meminfo: memFree=18817320/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=0 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 355 234 0 0 0 0 0 0 21 0 1 0 486559563 8912896 253 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 253 211 178 0 69 0
[pid=27859] ppid=27857 vsize=214036 CPUtime=6.29 cores=0,2
/proc/27859/stat : 27859 (SatELite_releas) R 27857 27857 27322 0 -1 4202496 46872 0 0 0 611 18 0 0 25 0 1 0 486559563 219172864 45944 33554432000 134512640 135144230 4291125776 18446744073709551615 134586152 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/27859/statm: 53509 45944 78 155 0 53352 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 222740

[startup+12.7009 s]
/proc/loadavg: 1.78 3.09 3.44 5/198 27870
/proc/meminfo: memFree=18891880/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=51944 CPUtime=1.37 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 12323 0 0 0 134 3 0 0 22 0 1 0 486560695 53190656 12264 33554432000 134512640 134556542 4293896704 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 12986 12264 213 11 0 12320 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 60648

[startup+25.5006 s]
/proc/loadavg: 2.27 3.14 3.45 5/198 27871
/proc/meminfo: memFree=19013448/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=55704 CPUtime=14.17 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 13238 0 0 0 1414 3 0 0 25 0 1 0 486560695 57040896 13179 33554432000 134512640 134556542 4293896704 18446744073709551615 134532784 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 13926 13179 213 11 0 13260 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64408

[startup+51.1011 s]
/proc/loadavg: 2.86 3.21 3.46 5/198 27872
/proc/meminfo: memFree=19002176/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=57744 CPUtime=39.77 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 13751 0 0 0 3974 3 0 0 25 0 1 0 486560695 59129856 13692 33554432000 134512640 134556542 4293896704 18446744073709551615 134536997 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 14436 13692 213 11 0 13770 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66448

[startup+102.307 s]
/proc/loadavg: 3.58 3.34 3.49 5/198 27873
/proc/meminfo: memFree=18985628/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=60900 CPUtime=90.98 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 14512 0 0 0 9094 4 0 0 25 0 1 0 486560695 62361600 14453 33554432000 134512640 134556542 4293896704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 15225 14453 213 11 0 14559 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 69604

[startup+162.3 s]
/proc/loadavg: 3.92 3.48 3.53 5/198 27875
/proc/meminfo: memFree=18975312/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=63544 CPUtime=150.97 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 15152 0 0 0 15093 4 0 0 25 0 1 0 486560695 65069056 15093 33554432000 134512640 134556542 4293896704 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 15886 15093 213 11 0 15220 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 72248

[startup+222.301 s]
/proc/loadavg: 3.97 3.57 3.56 5/198 27877
/proc/meminfo: memFree=18964980/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=65808 CPUtime=210.97 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 15752 0 0 0 21093 4 0 0 25 0 1 0 486560695 67387392 15693 33554432000 134512640 134556542 4293896704 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 16452 15693 213 11 0 15786 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 74512

[startup+282.301 s]
/proc/loadavg: 3.99 3.64 3.58 5/198 27878
/proc/meminfo: memFree=18959608/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=67864 CPUtime=270.97 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 16232 0 0 0 27093 4 0 0 25 0 1 0 486560695 69492736 16173 33554432000 134512640 134556542 4293896704 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 16966 16173 213 11 0 16300 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 76568

[startup+342.3 s]
/proc/loadavg: 4.06 3.72 3.61 5/198 27880
/proc/meminfo: memFree=18952640/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=70336 CPUtime=330.98 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 16840 0 0 0 33093 5 0 0 25 0 1 0 486560695 72024064 16781 33554432000 134512640 134556542 4293896704 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 17584 16781 213 11 0 16918 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 79040

[startup+402.301 s]
/proc/loadavg: 4.09 3.79 3.64 5/198 27913
/proc/meminfo: memFree=19110140/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2

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

/proc/27870/statm: 19037 18206 213 11 0 18371 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 84852

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.71 5/198 27920
/proc/meminfo: memFree=19083596/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=77076 CPUtime=630.99 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 18488 0 0 0 63093 6 0 0 25 0 1 0 486560695 78925824 18429 33554432000 134512640 134556542 4293896704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 19269 18429 213 11 0 18603 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 85780

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.73 5/198 27921
/proc/meminfo: memFree=19078480/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=78024 CPUtime=690.98 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 18738 0 0 0 69092 6 0 0 25 0 1 0 486560695 79896576 18679 33554432000 134512640 134556542 4293896704 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 19506 18679 213 11 0 18840 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 86728

[startup+762.308 s]
/proc/loadavg: 4.04 3.94 3.75 5/198 27923
/proc/meminfo: memFree=19071504/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=80796 CPUtime=751 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 19409 0 0 0 75093 7 0 0 25 0 1 0 486560695 82735104 19350 33554432000 134512640 134556542 4293896704 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 20199 19350 213 11 0 19533 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 89500

[startup+822.301 s]
/proc/loadavg: 4.01 3.95 3.76 5/198 27925
/proc/meminfo: memFree=19067604/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=82592 CPUtime=810.99 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 19782 0 0 0 81092 7 0 0 25 0 1 0 486560695 84574208 19723 33554432000 134512640 134556542 4293896704 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 20648 19723 213 11 0 19982 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 91296

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.77 5/198 27926
/proc/meminfo: memFree=19064712/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=83036 CPUtime=870.99 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 19880 0 0 0 87092 7 0 0 25 0 1 0 486560695 85028864 19821 33554432000 134512640 134556542 4293896704 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 20759 19821 213 11 0 20093 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 91740

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.78 5/198 27928
/proc/meminfo: memFree=19062556/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=83444 CPUtime=930.99 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 19982 0 0 0 93092 7 0 0 25 0 1 0 486560695 85446656 19923 33554432000 134512640 134556542 4293896704 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 20861 19923 213 11 0 20195 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 92148

[startup+1002.3 s]
/proc/loadavg: 4.16 4.01 3.81 5/198 27929
/proc/meminfo: memFree=19057288/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=84328 CPUtime=991 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 20222 0 0 0 99092 8 0 0 25 0 1 0 486560695 86351872 20163 33554432000 134512640 134556542 4293896704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 21082 20163 213 11 0 20416 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 93032

[startup+1062.3 s]
/proc/loadavg: 4.28 4.06 3.84 5/198 27931
/proc/meminfo: memFree=19052408/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=85676 CPUtime=1051 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 20548 0 0 0 105092 8 0 0 25 0 1 0 486560695 87732224 20489 33554432000 134512640 134556542 4293896704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 21419 20489 213 11 0 20753 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 94380

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.84 5/198 27933
/proc/meminfo: memFree=19048272/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=86828 CPUtime=1111 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 20837 0 0 0 111092 8 0 0 25 0 1 0 486560695 88911872 20778 33554432000 134512640 134556542 4293896704 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 21707 20778 213 11 0 21041 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 95532

[startup+1182.3 s]
/proc/loadavg: 4.12 4.06 3.86 5/198 27934
/proc/meminfo: memFree=19045616/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=87196 CPUtime=1171 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 20927 0 0 0 117092 8 0 0 25 0 1 0 486560695 89288704 20868 33554432000 134512640 134556542 4293896704 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 21799 20868 213 11 0 21133 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 95900

[startup+1242.3 s]
/proc/loadavg: 4.14 4.08 3.87 5/198 27936
/proc/meminfo: memFree=19042728/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=88004 CPUtime=1231 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 21136 0 0 0 123092 8 0 0 25 0 1 0 486560695 90116096 21077 33554432000 134512640 134556542 4293896704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 22001 21077 213 11 0 21335 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 96708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.08 3.89 3/192 27949
/proc/meminfo: memFree=19133364/32951124 swapFree=67111528/67111528
[pid=27857] ppid=27855 vsize=8704 CPUtime=11.31 cores=0,2
/proc/27857/stat : 27857 (ebglucose.sh) S 27855 27857 27322 0 -1 4202496 380 54749 0 0 0 0 1109 22 18 0 1 0 486559563 8912896 256 33554432000 4194304 4922060 140736370155872 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27857/statm: 2176 256 211 178 0 69 0
[pid=27870] ppid=27857 vsize=88672 CPUtime=1288.71 cores=0,2
/proc/27870/stat : 27870 (ebglucose_stati) R 27857 27857 27322 0 -1 4202496 21316 0 0 0 128863 8 0 0 25 0 1 0 486560695 90800128 21257 33554432000 134512640 134556542 4293896704 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/27870/statm: 22168 21257 213 11 0 21502 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 97376

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 27857 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=96313
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=224965
# CPU time returned by wait4() is 11.3213
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.72
CPU system time (s): 0.3
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 235240

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

runsolver used 2.29565 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 18:40:14
IDJOB=3280663
IDBENCH=20410
IDSOLVER=1652
FILE ID=node132/3280663-1303749613
RUNJOBID= node132-1303749611-27816
PBS_JOBID= 13154030
Free space on /tmp= 72040 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280663-1303749613/watcher-3280663-1303749613 -o /tmp/evaluation-result-3280663-1303749613/solver-3280663-1303749613 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280663-1303749613.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=45962512

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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.833
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.67
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.833
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.833
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:      19245860 kB
Buffers:       1614528 kB
Cached:       11414392 kB
SwapCached:          0 kB
Active:        3019792 kB
Inactive:     10136788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19245860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           54248 kB
Writeback:           8 kB
AnonPages:      126432 kB
Mapped:          16208 kB
Slab:           485240 kB
PageTables:       5492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   299852 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72012 MiB
End job on node132 at 2011-04-25 19:01:56