Trace number 3322732

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
claspmt 2.0-R4095UNSAT 176.738 24.4346

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.8739
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...393441/instance-3322732-1304393441.cnf
1.99/2.02	c Solving...
176.70/24.43	s UNSATISFIABLE
176.70/24.43	
176.70/24.43	c Models        : 0     
176.70/24.43	c Time          : 24.303s (Solving: 22.28s 1st Model: 0.00s Unsat: 22.28s)
176.70/24.43	c CPU Time      : 176.600s

Verifier Data

No possible verification on an UNSAT instance

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-3322732-1304393441/watcher-3322732-1304393441 -o /tmp/evaluation-result-3322732-1304393441/solver-3322732-1304393441 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322732-1304393441.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.99 7.93 7.94 2/288 1348
/proc/meminfo: memFree=25348032/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=20872 CPUtime=0 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 488 0 0 0 0 0 0 0 25 0 1 0 550942602 21372928 417 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204344864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1348/statm: 5218 417 353 189 0 92 0

[startup+0.0474679 s]
/proc/loadavg: 7.99 7.93 7.94 2/288 1348
/proc/meminfo: memFree=25348032/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=30256 CPUtime=0.04 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 3634 0 0 0 4 0 0 0 25 0 1 0 550942602 30982144 2731 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204308165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1348/statm: 7564 2733 386 189 0 2438 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30256

[startup+0.100462 s]
/proc/loadavg: 7.99 7.93 7.94 2/288 1348
/proc/meminfo: memFree=25348032/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=38524 CPUtime=0.09 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 6211 0 0 0 9 0 0 0 25 0 1 0 550942602 39448576 4793 33554432000 4194304 4964704 140733791785408 18446744073709551615 4615600 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1348/statm: 9631 4793 398 189 0 4505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38524

[startup+0.300429 s]
/proc/loadavg: 7.99 7.93 7.94 2/288 1348
/proc/meminfo: memFree=25348032/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=41852 CPUtime=0.29 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 7102 0 0 0 29 0 0 0 25 0 1 0 550942602 42856448 5684 33554432000 4194304 4964704 140733791785408 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1348/statm: 10463 5684 402 189 0 5337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41852

[startup+0.700362 s]
/proc/loadavg: 7.99 7.93 7.94 2/288 1348
/proc/meminfo: memFree=25348032/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=41852 CPUtime=0.69 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 7102 0 0 0 69 0 0 0 25 0 1 0 550942602 42856448 5684 33554432000 4194304 4964704 140733791785408 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1348/statm: 10463 5684 402 189 0 5337 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41852

[startup+1.50023 s]
/proc/loadavg: 7.99 7.93 7.94 2/289 1349
/proc/meminfo: memFree=25323728/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=48320 CPUtime=1.49 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 8692 0 0 0 149 0 0 0 25 0 1 0 550942602 49479680 7274 33554432000 4194304 4964704 140733791785408 18446744073709551615 4600540 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1348/statm: 12080 7274 403 189 0 6954 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48320

[startup+3.10093 s]
/proc/loadavg: 7.43 7.81 7.90 3/296 1356
/proc/meminfo: memFree=25283436/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=481608 CPUtime=7.27 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 24001 0 0 0 713 14 0 0 16 0 8 0 550942602 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 120402 21458 464 189 0 114751 0
[pid=1348/tid=1350] ppid=1346 vsize=481608 CPUtime=0.61 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 1790 0 0 0 59 2 0 0 16 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=481608 CPUtime=0.6 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 2022 0 0 0 59 1 0 0 16 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670590 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=481608 CPUtime=0.58 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 2026 0 0 0 57 1 0 0 16 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=481608 CPUtime=0.61 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 1936 0 0 0 60 1 0 0 16 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=481608 CPUtime=1.03 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1546 0 0 0 103 0 0 0 18 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=481608 CPUtime=0.58 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 2053 0 0 0 56 2 0 0 16 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=481608 CPUtime=0.58 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 2023 0 0 0 56 2 0 0 16 0 8 0 550942805 493166592 21458 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 481608

[startup+6.30039 s]
/proc/loadavg: 7.43 7.81 7.90 9/296 1356
/proc/meminfo: memFree=25245172/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=481608 CPUtime=32.83 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 29223 0 0 0 3265 18 0 0 21 0 8 0 550942602 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670327 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 120402 26680 464 189 0 114751 0
[pid=1348/tid=1350] ppid=1346 vsize=481608 CPUtime=3.81 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 2495 0 0 0 378 3 0 0 21 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=481608 CPUtime=3.8 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 2816 0 0 0 378 2 0 0 21 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=481608 CPUtime=3.78 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 2580 0 0 0 376 2 0 0 21 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670462 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=481608 CPUtime=3.81 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 2663 0 0 0 379 2 0 0 21 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4628021 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=481608 CPUtime=4.23 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1753 0 0 0 423 0 0 0 25 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=481608 CPUtime=3.74 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 2420 0 0 0 372 2 0 0 21 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=481608 CPUtime=3.77 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 3110 0 0 0 375 2 0 0 21 0 8 0 550942805 493166592 26680 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.83
Current children cumulated vsize (KiB) 481608

[startup+12.7003 s]
/proc/loadavg: 7.52 7.82 7.90 9/296 1356
/proc/meminfo: memFree=25206068/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=483480 CPUtime=83.97 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 39131 0 0 0 8371 26 0 0 25 0 8 0 550942602 495083520 36585 33554432000 4194304 4964704 140733791785408 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 120870 36586 464 189 0 115219 0
[pid=1348/tid=1350] ppid=1346 vsize=483480 CPUtime=10.21 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 2889 0 0 0 1018 3 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670360 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=483480 CPUtime=10.19 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 3474 0 0 0 1016 3 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=483480 CPUtime=10.18 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 5022 0 0 0 1016 2 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627960 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=483480 CPUtime=10.21 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 3465 0 0 0 1018 3 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=483480 CPUtime=10.64 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1825 0 0 0 1063 1 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=483480 CPUtime=10.08 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 4113 0 0 0 1004 4 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=483480 CPUtime=10.17 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 5824 0 0 0 1013 4 0 0 25 0 8 0 550942805 495083520 36586 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204308165 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 83.97
Current children cumulated vsize (KiB) 483480

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

[startup+19.1013 s]
/proc/loadavg: 7.56 7.82 7.90 9/296 1356
/proc/meminfo: memFree=25182152/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=487140 CPUtime=135.12 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 45288 0 0 0 13480 32 0 0 25 0 8 0 550942602 498831360 42742 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670266 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 121785 42742 466 189 0 116134 0
[pid=1348/tid=1350] ppid=1346 vsize=487140 CPUtime=16.62 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 3496 0 0 0 1657 5 0 0 25 0 8 0 550942805 498831360 42742 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=487140 CPUtime=16.6 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 4279 0 0 0 1655 5 0 0 25 0 8 0 550942805 498831360 42742 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=487140 CPUtime=16.59 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 5998 0 0 0 1656 3 0 0 25 0 8 0 550942805 498831360 42742 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=487140 CPUtime=16.61 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 3789 0 0 0 1658 3 0 0 25 0 8 0 550942805 498831360 42742 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=487140 CPUtime=17.04 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1827 0 0 0 1703 1 0 0 25 0 8 0 550942805 498831360 42743 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=487140 CPUtime=16.42 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 5238 0 0 0 1638 4 0 0 25 0 8 0 550942805 498831360 42743 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=487140 CPUtime=16.57 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 7516 0 0 0 1651 6 0 0 25 0 8 0 550942805 498831360 42743 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204308513 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 135.12
Current children cumulated vsize (KiB) 487140

[startup+22.3007 s]
/proc/loadavg: 7.56 7.82 7.90 9/296 1357
/proc/meminfo: memFree=25170348/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=488076 CPUtime=160.68 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 47746 0 0 0 16033 35 0 0 25 0 8 0 550942602 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4669051 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 122019 45200 466 189 0 116368 0
[pid=1348/tid=1350] ppid=1346 vsize=488076 CPUtime=19.81 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 3802 0 0 0 1976 5 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4465573 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=488076 CPUtime=19.79 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 4585 0 0 0 1974 5 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670286 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=488076 CPUtime=19.78 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 6630 0 0 0 1975 3 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=488076 CPUtime=19.81 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 3897 0 0 0 1978 3 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=488076 CPUtime=20.24 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1827 0 0 0 2023 1 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=488076 CPUtime=19.6 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 5512 0 0 0 1955 5 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=488076 CPUtime=19.78 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 8134 0 0 0 1971 7 0 0 25 0 8 0 550942805 499789824 45200 33554432000 4194304 4964704 140733791785408 18446744073709551615 4627914 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 488076

[startup+23.1116 s]
/proc/loadavg: 7.67 7.84 7.91 9/296 1357
/proc/meminfo: memFree=25169480/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=488076 CPUtime=167.16 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 47964 0 0 0 16681 35 0 0 25 0 8 0 550942602 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670466 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 122019 45418 466 189 0 116368 0
[pid=1348/tid=1350] ppid=1346 vsize=488076 CPUtime=20.62 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 3802 0 0 0 2057 5 0 0 25 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=488076 CPUtime=20.61 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 4598 0 0 0 2056 5 0 0 25 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=488076 CPUtime=20.59 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 6686 0 0 0 2056 3 0 0 25 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=488076 CPUtime=20.62 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 3901 0 0 0 2059 3 0 0 25 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=488076 CPUtime=21.05 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1827 0 0 0 2104 1 0 0 25 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=488076 CPUtime=20.4 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 5553 0 0 0 2035 5 0 0 18 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=488076 CPUtime=20.58 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 8171 0 0 0 2051 7 0 0 25 0 8 0 550942805 499789824 45418 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 167.16
Current children cumulated vsize (KiB) 488076

[startup+23.9005 s]
/proc/loadavg: 7.67 7.84 7.91 9/296 1357
/proc/meminfo: memFree=25169480/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=488208 CPUtime=173.46 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 48204 0 0 0 17311 35 0 0 25 0 8 0 550942602 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670193 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 122052 45658 466 189 0 116401 0
[pid=1348/tid=1350] ppid=1346 vsize=488208 CPUtime=21.41 cores=0-7
/proc/1348/task/1350/stat : 1350 (claspmt) R 1346 1348 1249 0 -1 4202560 3802 0 0 0 2136 5 0 0 25 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=1348/tid=1351] ppid=1346 vsize=488208 CPUtime=21.39 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 4633 0 0 0 2134 5 0 0 25 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670312 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1352] ppid=1346 vsize=488208 CPUtime=21.38 cores=0-7
/proc/1348/task/1352/stat : 1352 (claspmt) R 1346 1348 1249 0 -1 4202560 6688 0 0 0 2135 3 0 0 25 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=488208 CPUtime=21.41 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 4019 0 0 0 2138 3 0 0 25 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=1348/tid=1354] ppid=1346 vsize=488208 CPUtime=21.84 cores=0-7
/proc/1348/task/1354/stat : 1354 (claspmt) R 1346 1348 1249 0 -1 4202560 1827 0 0 0 2183 1 0 0 25 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4668816 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=488208 CPUtime=21.18 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 5564 0 0 0 2113 5 0 0 19 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=1348/tid=1356] ppid=1346 vsize=488208 CPUtime=21.37 cores=0-7
/proc/1348/task/1356/stat : 1356 (claspmt) R 1346 1348 1249 0 -1 4202560 8245 0 0 0 2130 7 0 0 25 0 8 0 550942805 499924992 45658 33554432000 4194304 4964704 140733791785408 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 173.46
Current children cumulated vsize (KiB) 488208

[startup+24.3004 s]
/proc/loadavg: 7.67 7.84 7.91 9/296 1357
/proc/meminfo: memFree=25168284/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=488208 CPUtime=176.59 cores=0-7
/proc/1348/stat : 1348 (claspmt) S 1346 1348 1249 0 -1 4202496 48216 0 0 0 17622 37 0 0 25 0 4 0 550942602 499924992 45571 33554432000 4194304 4964704 140733791785408 18446744073709551615 210216450021 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/1348/statm: 122052 45571 467 189 0 116401 0
[pid=1348/tid=1351] ppid=1346 vsize=488208 CPUtime=21.8 cores=0-7
/proc/1348/task/1351/stat : 1351 (claspmt) R 1346 1348 1249 0 -1 4202560 4636 0 0 0 2174 6 0 0 18 0 4 0 550942805 499924992 45571 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204302617 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=1348/tid=1353] ppid=1346 vsize=488208 CPUtime=21.81 cores=0-7
/proc/1348/task/1353/stat : 1353 (claspmt) R 1346 1348 1249 0 -1 4202560 4027 0 0 0 2178 3 0 0 18 0 4 0 550942805 499924992 45571 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204752415 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=1348/tid=1355] ppid=1346 vsize=488208 CPUtime=21.57 cores=0-7
/proc/1348/task/1355/stat : 1355 (claspmt) R 1346 1348 1249 0 -1 4202560 5564 0 0 0 2152 5 0 0 18 0 4 0 550942805 499924992 45571 33554432000 4194304 4964704 140733791785408 18446744073709551615 210204344962 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 176.59
Current children cumulated vsize (KiB) 488208

[startup+24.4004 s]
/proc/loadavg: 7.67 7.84 7.91 9/296 1357
/proc/meminfo: memFree=25168284/32951124 swapFree=67107192/67111528
[pid=1348] ppid=1346 vsize=486792 CPUtime=176.7 cores=0-7
/proc/1348/stat : 1348 (claspmt) R 1346 1348 1249 0 -1 4202496 48225 0 0 0 17633 37 0 0 18 0 1 0 550942602 498475008 44986 33554432000 4194304 4964704 140733791785408 18446744073709551615 4213240 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1348/statm: 121698 44986 476 189 0 116047 0
Current children cumulated CPU time (s) 176.7
Current children cumulated vsize (KiB) 486792

Child status: 20
Real time (s): 24.4346
CPU time (s): 176.738
CPU user time (s): 176.353
CPU system time (s): 0.384941
CPU usage (%): 723.31
Max. virtual memory (cumulated for all children) (KiB): 488208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.353
system time used= 0.384941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48226
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= 11777
involuntary context switches= 1630

runsolver used 0.06099 second user time and 0.168974 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-03 05:30:41
IDJOB=3322732
IDBENCH=88066
IDSOLVER=1711
FILE ID=node130/3322732-1304393441
RUNJOBID= node130-1304393242-1263
PBS_JOBID= 13181858
Free space on /tmp= 73704 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322732-1304393441/watcher-3322732-1304393441 -o /tmp/evaluation-result-3322732-1304393441/solver-3322732-1304393441 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322732-1304393441.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1175130200

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25348312 kB
Buffers:        283900 kB
Cached:        2508040 kB
SwapCached:       2028 kB
Active:        5110188 kB
Inactive:      2184244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25348312 kB
SwapTotal:    67111528 kB
SwapFree:     67107192 kB
Dirty:            4680 kB
Writeback:           4 kB
AnonPages:     4502072 kB
Mapped:          23860 kB
Slab:           220664 kB
PageTables:      24416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51453304 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= 73704 MiB
End job on node130 at 2011-05-03 05:31:06