Trace number 3483921

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.04 1200.24

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
MD5SUM5d1253e2dcc0e3e55992672756beadbc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2074.86
Satisfiable
(Un)Satisfiability was proved
Number of variables756832
Number of clauses4116966
Sum of the clauses size9765566
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 24082840
Number of clauses of size 3640
Number of clauses of size 4800
Number of clauses of size 5800
Number of clauses of size over 531040

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.66	c INFO: solving HOME/instance-3483921-1307748702.cnf
0.36/0.66	c INFO: computing task features
17.94/18.23	c INFO: computed variable-clause graph statistics
18.43/18.73	c INFO: computed clause balance statistics
79.93/80.29	c INFO: computed variable balance statistics
124.12/124.45	c INFO: computed small-clause counts
127.42/127.74	c INFO: computed Horn-clause counts
792.64/792.91	c INFO: computed variable graph statistics
792.64/792.92	c INFO: collected features for HOME/instance-3483921-1307748702.cnf in 791.28 s
792.64/792.93	c INFO: running lingeling-276@0 for 408 with 408 remaining (b = 0.35)

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.1 (svn: 988)

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-3483921-1307748702/watcher-3483921-1307748702 -o /tmp/evaluation-result-3483921-1307748702/solver-3483921-1307748702 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483921-1307748702.cnf -seed 709612831 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 4.08 4.02 3.35 5/195 23634
/proc/meminfo: memFree=26259840/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=15188 CPUtime=0 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 729 0 0 0 0 0 0 0 22 0 1 0 886470275 15552512 617 33554432000 4194304 5683644 140735384981504 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 3797 620 322 364 0 284 0

[startup+0.066323 s]
/proc/loadavg: 4.08 4.02 3.35 5/195 23634
/proc/meminfo: memFree=26259840/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=30112 CPUtime=0.04 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 1486 0 0 0 3 1 0 0 22 0 1 0 886470275 30834688 1323 33554432000 4194304 5683644 140735384981504 18446744073709551615 4566992 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 7528 1325 443 364 0 898 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30112

[startup+0.10037 s]
/proc/loadavg: 4.08 4.02 3.35 5/195 23634
/proc/meminfo: memFree=26259840/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=85616 CPUtime=0.06 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 2629 0 0 0 4 2 0 0 22 0 1 0 886470275 87670784 2347 33554432000 4194304 5683644 140735384981504 18446744073709551615 4533119 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.300328 s]
/proc/loadavg: 4.08 4.02 3.35 5/195 23634
/proc/meminfo: memFree=26259840/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=135748 CPUtime=0.18 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 5971 934 1 0 14 4 0 0 22 0 1 0 886470275 139005952 4148 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278875653 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/23634/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700298 s]
/proc/loadavg: 4.08 4.02 3.35 5/195 23634
/proc/meminfo: memFree=26259840/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=356884 CPUtime=0.43 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 26561 934 1 0 30 13 0 0 22 0 1 0 886470275 365449216 24231 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278879488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 89221 24253 1758 364 0 25145 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 356884

[startup+1.50107 s]
/proc/loadavg: 4.08 4.02 3.35 5/196 23639
/proc/meminfo: memFree=26118656/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=411256 CPUtime=1.23 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 42177 934 1 0 108 15 0 0 25 0 1 0 886470275 421126144 39846 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 102814 39846 1761 364 0 38738 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 411256

[startup+3.10078 s]
/proc/loadavg: 4.08 4.02 3.35 5/196 23639
/proc/meminfo: memFree=25965400/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=519268 CPUtime=2.83 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 68751 934 1 0 263 20 0 0 25 0 1 0 886470275 531730432 66420 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 129817 66420 1761 364 0 65741 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 519268

[startup+6.30027 s]
/proc/loadavg: 4.15 4.03 3.36 5/196 23639
/proc/meminfo: memFree=25577648/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=733392 CPUtime=6.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 122043 934 1 0 574 29 0 0 25 0 1 0 886470275 750993408 119712 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278540485 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 183348 119712 1761 364 0 119272 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 733392

[startup+12.7011 s]
/proc/loadavg: 4.14 4.03 3.37 5/196 23639
/proc/meminfo: memFree=24834904/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=1085856 CPUtime=12.43 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 347554 934 1 0 1188 55 0 0 25 0 1 0 886470275 1111916544 201683 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267548386938 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 271464 201685 1814 364 0 207388 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1085856

[startup+25.5008 s]
/proc/loadavg: 4.11 4.03 3.38 5/196 23640
/proc/meminfo: memFree=24192372/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=25.23 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 539311 934 1 0 2446 77 0 0 25 0 1 0 886470275 1013112832 184759 33554432000 4194304 5683644 140735384981504 18446744073709551615 4541168 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184759 1826 364 0 183266 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 989368

[startup+51.1002 s]
/proc/loadavg: 4.07 4.03 3.39 5/190 23669
/proc/meminfo: memFree=24610884/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=50.83 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 539311 934 1 0 5002 81 0 0 25 0 1 0 886470275 1013112832 184759 33554432000 4194304 5683644 140735384981504 18446744073709551615 237282288297 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184759 1826 364 0 183266 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 989368

[startup+102.307 s]
/proc/loadavg: 4.07 4.03 3.42 5/196 23688
/proc/meminfo: memFree=22484160/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=102.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 539312 934 1 0 10120 83 0 0 25 0 1 0 886470275 1013112832 184760 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267548205991 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184760 1827 364 0 183266 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 989368

[startup+162.3 s]
/proc/loadavg: 4.02 4.03 3.46 5/193 23732
/proc/meminfo: memFree=21981408/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=162.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 16096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973760 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 989368

[startup+222.301 s]
/proc/loadavg: 4.15 4.06 3.50 5/190 23777
/proc/meminfo: memFree=26936768/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=222.02 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 22095 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973760 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 989368

[startup+282.301 s]
/proc/loadavg: 4.05 4.05 3.53 5/193 23781
/proc/meminfo: memFree=27031940/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=282.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 28096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 989368

[startup+342.3 s]
/proc/loadavg: 4.02 4.04 3.56 5/193 23783
/proc/meminfo: memFree=26960172/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=342.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 34096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 989368

[startup+402.301 s]
/proc/loadavg: 4.11 4.06 3.59 5/193 23785
/proc/meminfo: memFree=26958912/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=402.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 40096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973760 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 989368

[startup+462.301 s]
/proc/loadavg: 4.04 4.05 3.62 5/193 23786
/proc/meminfo: memFree=26955140/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=462.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 46096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 989368

[startup+522.3 s]
/proc/loadavg: 4.01 4.03 3.64 5/193 23788
/proc/meminfo: memFree=26952748/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=522.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 52096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 989368

[startup+582.301 s]
/proc/loadavg: 4.04 4.04 3.66 5/193 23789
/proc/meminfo: memFree=26952592/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=582.03 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 58096 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973760 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 989368

[startup+642.301 s]

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

Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 989368

[startup+762.307 s]
/proc/loadavg: 4.08 4.03 3.72 5/198 23799
/proc/meminfo: memFree=26765260/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=989368 CPUtime=762.04 cores=4,6
/proc/23634/stat : 23634 (python) R 23632 23634 22919 0 -1 4202496 747955 934 1 0 76097 107 0 0 25 0 1 0 886470275 1013112832 184766 33554432000 4194304 5683644 140735384981504 18446744073709551615 47267547973772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23634/statm: 247342 184766 1833 364 0 183266 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 989368

[startup+822.301 s]
/proc/loadavg: 4.03 4.03 3.74 5/201 23804
/proc/meminfo: memFree=26904948/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.03 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 892 0 0 0 1 2 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=149860 CPUtime=29.31 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 69403 0 0 0 2922 9 0 0 25 0 1 0 886549570 153456640 36632 33554432000 4194304 4352236 140736564260656 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 37465 36632 127 39 0 36545 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 1553568

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 3.75 5/207 23811
/proc/meminfo: memFree=26800924/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.12 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 922 0 0 0 6 6 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=148716 CPUtime=89.26 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 69405 0 0 0 8917 9 0 0 25 0 1 0 886549570 152285184 36348 33554432000 4194304 4352236 140736564260656 18446744073709551615 4280939 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 37179 36348 129 39 0 36259 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 1552424

[startup+942.301 s]
/proc/loadavg: 4.14 4.05 3.77 5/211 23817
/proc/meminfo: memFree=25196036/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.2 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 943 0 0 0 10 10 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=159564 CPUtime=149.19 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 80611 0 0 0 14909 10 0 0 25 0 1 0 886549570 163393536 39060 33554432000 4194304 4352236 140736564260656 18446744073709551615 4298797 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 39891 39060 129 39 0 38971 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 1563272

[startup+1002.3 s]
/proc/loadavg: 4.05 4.03 3.78 5/211 23819
/proc/meminfo: memFree=24828464/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.27 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 961 0 0 0 14 13 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=159416 CPUtime=209.1 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 80612 0 0 0 20900 10 0 0 25 0 1 0 886549570 163241984 39024 33554432000 4194304 4352236 140736564260656 18446744073709551615 4247544 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 39854 39024 129 39 0 38934 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 1563124

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.79 5/215 23824
/proc/meminfo: memFree=24140988/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.36 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 970 0 0 0 19 17 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=165984 CPUtime=269.05 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 90715 0 0 0 26893 12 0 0 25 0 1 0 886549570 169967616 40666 33554432000 4194304 4352236 140736564260656 18446744073709551615 4241760 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 41496 40666 129 39 0 40576 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1569692

[startup+1122.3 s]
/proc/loadavg: 4.06 4.03 3.81 5/215 23826
/proc/meminfo: memFree=23911164/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.43 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 970 0 0 0 23 20 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=165860 CPUtime=328.99 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 90715 0 0 0 32887 12 0 0 25 0 1 0 886549570 169840640 40635 33554432000 4194304 4352236 140736564260656 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 41465 40635 129 39 0 40545 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 1569568

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.82 5/215 23827
/proc/meminfo: memFree=23936916/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.51 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 970 0 0 0 28 23 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=165668 CPUtime=388.93 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 98908 0 0 0 38880 13 0 0 25 0 1 0 886549570 169644032 40587 33554432000 4194304 4352236 140736564260656 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/23803/statm: 41417 40587 129 39 0 40497 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 1569376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.01 4.02 3.82 5/215 23828
/proc/meminfo: memFree=23908128/32950904 swapFree=67055440/67111528
[pid=23634] ppid=23632 vsize=706976 CPUtime=792.68 cores=4,6
/proc/23634/stat : 23634 (python) S 23632 23634 22919 0 -1 4202496 748235 934 1 0 79158 110 0 0 25 0 2 0 886470275 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23634/statm: 176744 111639 1867 364 0 112662 0
[pid=23801] ppid=23634 vsize=696732 CPUtime=0.54 cores=4,6
/proc/23801/stat : 23801 (python) S 23634 23634 22919 0 -1 4202560 970 0 0 0 30 24 0 0 18 0 1 0 886549569 713453568 110144 33554432000 4194304 5683644 140735384981504 18446744073709551615 237278899727 0 0 16781312 514 5935339688595259652 0 0 17 4 0 0 0
/proc/23801/statm: 174183 110144 376 364 0 110101 0
[pid=23803] ppid=23801 vsize=165668 CPUtime=406.82 cores=4,6
/proc/23803/stat : 23803 (lingeling) R 23801 23803 23803 0 -1 4202496 98908 0 0 0 40669 13 0 0 25 0 1 0 886549570 169644032 40587 33554432000 4194304 4352236 140736564260656 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23803/statm: 41417 40587 129 39 0 40497 0
[pid=23634/tid=23802] ppid=23632 vsize=706976 CPUtime=0 cores=4,6
/proc/23634/task/23802/stat : 23802 (python) S 23632 23634 22919 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 886549570 723943424 111639 33554432000 4194304 5683644 140735384981504 18446744073709551615 237290703281 0 0 16781312 2 18446604453935307456 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1569376

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 23634 and gives
#  childrusage.ru_utime.tv_sec=791
#  childrusage.ru_utime.tv_usec=591659
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=122829
# CPU time returned by wait4() is 792.714
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.24
CPU time (s): 1200.04
CPU user time (s): 1198.57
CPU system time (s): 1.47
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 1602464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 791.592
system time used= 1.12283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 749169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2850
involuntary context switches= 2117

runsolver used 1.9407 second user time and 4.17537 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-11 01:31:45
IDJOB=3483921
IDBENCH=82387
IDSOLVER=1976
FILE ID=node121/3483921-1307748702
RUNJOBID= node121-1307747010-22938
PBS_JOBID= 13550836
Free space on /tmp= 73916 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.020-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483921-1307748702/watcher-3483921-1307748702 -o /tmp/evaluation-result-3483921-1307748702/solver-3483921-1307748702 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483921-1307748702.cnf -seed 709612831 -budget 1200

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

MD5SUM BENCH= 5d1253e2dcc0e3e55992672756beadbc
RANDOM SEED=709612831

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.77
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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      26260640 kB
Buffers:        265724 kB
Cached:         948432 kB
SwapCached:       9940 kB
Active:        5936364 kB
Inactive:       533692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      26260640 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:          113072 kB
Writeback:           0 kB
AnonPages:     5253376 kB
Mapped:          19796 kB
Slab:           138748 kB
PageTables:      20080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  6453608 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= 73560 MiB
End job on node121 at 2011-06-11 01:51:47