Trace number 3290867

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
rcl 2011-04-01? (TO) 1300.07 1300.01

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   89966   425665 |   26989       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   88818   439305 |      --       0       --      -- |     --   | -1148/13640
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 5924   #clauses: 88818   #literals: 439305
0.00/0.10	c CPU time:   0.092985 s
0.00/0.10	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290867-1303778460/watcher-3290867-1303778460 -o /tmp/evaluation-result-3290867-1303778460/solver-3290867-1303778460 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3290867-1303778460.cnf 

running on 2 cores: 5,7

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.62 2.81 2.95 6/178 1693
/proc/meminfo: memFree=20470508/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 489442723 8908800 250 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 250 209 178 0 68 0

[startup+0.0101409 s]
/proc/loadavg: 1.62 2.81 2.95 6/178 1693
/proc/meminfo: memFree=20470508/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 489442723 8908800 250 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10115 s]
/proc/loadavg: 1.62 2.81 2.95 6/178 1693
/proc/meminfo: memFree=20470508/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 489442723 8908800 250 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301051 s]
/proc/loadavg: 1.62 2.81 2.95 6/178 1693
/proc/meminfo: memFree=20470508/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8700

[startup+0.70097 s]
/proc/loadavg: 1.62 2.81 2.95 6/178 1693
/proc/meminfo: memFree=20470508/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8700

[startup+1.50087 s]
/proc/loadavg: 1.81 2.83 2.95 5/190 1711
/proc/meminfo: memFree=20340364/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=16412 CPUtime=1.32 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 2577 0 0 0 132 0 0 0 25 0 1 0 489442740 16805888 2487 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 4103 2487 131 6 0 2573 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25112

[startup+3.10054 s]
/proc/loadavg: 1.81 2.83 2.95 5/194 1718
/proc/meminfo: memFree=20306304/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=17772 CPUtime=2.92 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 2915 0 0 0 292 0 0 0 25 0 1 0 489442740 18198528 2825 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 4443 2825 131 6 0 2913 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26472

[startup+6.30091 s]
/proc/loadavg: 1.99 2.85 2.96 5/194 1719
/proc/meminfo: memFree=20170924/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=19448 CPUtime=6.12 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 3346 0 0 0 612 0 0 0 25 0 1 0 489442740 19914752 3256 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 4862 3256 131 6 0 3332 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28148

[startup+12.7006 s]
/proc/loadavg: 2.15 2.87 2.97 5/190 1772
/proc/meminfo: memFree=20148964/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=21280 CPUtime=12.52 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 3805 0 0 0 1252 0 0 0 25 0 1 0 489442740 21790720 3715 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 5320 3715 131 6 0 3790 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29980

[startup+25.5011 s]
/proc/loadavg: 2.56 2.92 2.98 5/188 1808
/proc/meminfo: memFree=19802724/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=24124 CPUtime=25.31 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 4506 0 0 0 2531 0 0 0 25 0 1 0 489442740 24702976 4410 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 6031 4410 131 6 0 4501 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32824

[startup+51.1009 s]
/proc/loadavg: 3.05 3.01 3.01 5/194 1818
/proc/meminfo: memFree=19421240/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=26096 CPUtime=50.91 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 5080 0 0 0 5091 0 0 0 25 0 1 0 489442740 26722304 4929 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208458 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 6524 4929 131 6 0 4994 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34796

[startup+102.307 s]
/proc/loadavg: 3.59 3.16 3.06 5/194 1820
/proc/meminfo: memFree=19296656/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=30272 CPUtime=102.12 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 6256 0 0 0 10211 1 0 0 25 0 1 0 489442740 30998528 5969 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208205 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 7568 5969 131 6 0 6038 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 38972

[startup+162.301 s]
/proc/loadavg: 3.89 3.32 3.12 5/194 1822
/proc/meminfo: memFree=19272880/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=33812 CPUtime=162.12 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 7308 0 0 0 16210 2 0 0 25 0 1 0 489442740 34623488 6828 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 8453 6828 131 6 0 6923 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42512

[startup+222.301 s]
/proc/loadavg: 3.96 3.44 3.17 5/194 1823
/proc/meminfo: memFree=19261688/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=36256 CPUtime=222.12 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 8135 0 0 0 22210 2 0 0 25 0 1 0 489442740 37126144 7467 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 9064 7467 131 6 0 7534 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 44956

[startup+282.301 s]
/proc/loadavg: 3.98 3.54 3.22 5/194 1825
/proc/meminfo: memFree=19248940/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=38316 CPUtime=282.13 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 8886 0 0 0 28210 3 0 0 25 0 1 0 489442740 39235584 7962 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208559 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 9579 7962 131 6 0 8049 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 47016

[startup+342.301 s]
/proc/loadavg: 3.99 3.62 3.27 5/194 1827
/proc/meminfo: memFree=19241272/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=39152 CPUtime=342.13 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 9310 0 0 0 34210 3 0 0 25 0 1 0 489442740 40091648 8193 33554432000 4194304 4218580 140735192533776 18446744073709551615 4213498 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 9788 8193 131 6 0 8258 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 47852

[startup+402.301 s]
/proc/loadavg: 4.07 3.72 3.32 5/194 1960
/proc/meminfo: memFree=19478852/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7

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

[pid=1704] ppid=1693 vsize=44204 CPUtime=522.14 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 11103 0 0 0 52210 4 0 0 25 0 1 0 489442740 45264896 9422 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 11051 9422 131 6 0 9521 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 52904

[startup+582.301 s]
/proc/loadavg: 4.02 3.85 3.44 5/194 1965
/proc/meminfo: memFree=19449204/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=44964 CPUtime=582.14 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 11500 0 0 0 58210 4 0 0 25 0 1 0 489442740 46043136 9615 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 11241 9615 131 6 0 9711 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 53664

[startup+642.3 s]
/proc/loadavg: 4.00 3.87 3.47 5/194 1967
/proc/meminfo: memFree=19439968/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=46524 CPUtime=642.14 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 12155 0 0 0 64210 4 0 0 25 0 1 0 489442740 47640576 10006 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 11631 10006 131 6 0 10101 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 55224

[startup+702.3 s]
/proc/loadavg: 4.00 3.89 3.50 5/194 1968
/proc/meminfo: memFree=19430356/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=47400 CPUtime=702.15 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 12744 0 0 0 70210 5 0 0 25 0 1 0 489442740 48537600 10255 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208519 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 11850 10255 131 6 0 10320 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 56100

[startup+762.307 s]
/proc/loadavg: 4.00 3.91 3.53 5/194 1970
/proc/meminfo: memFree=19423592/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=47936 CPUtime=762.16 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 13107 0 0 0 76210 6 0 0 25 0 1 0 489442740 49086464 10388 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 11984 10388 131 6 0 10454 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 56636

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.56 5/194 1971
/proc/meminfo: memFree=19422828/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=48592 CPUtime=822.16 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 13488 0 0 0 82210 6 0 0 25 0 1 0 489442740 49758208 10522 33554432000 4194304 4218580 140735192533776 18446744073709551615 4204964 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 12148 10522 131 6 0 10618 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 57292

[startup+882.3 s]
/proc/loadavg: 3.37 3.75 3.52 4/187 1991
/proc/meminfo: memFree=19498616/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=49580 CPUtime=882.16 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 13927 0 0 0 88210 6 0 0 25 0 1 0 489442740 50769920 10774 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 12395 10774 131 6 0 10865 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 58280

[startup+942.3 s]
/proc/loadavg: 3.13 3.61 3.48 4/187 1993
/proc/meminfo: memFree=19494792/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=50848 CPUtime=942.16 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 14474 0 0 0 94209 7 0 0 25 0 1 0 489442740 52068352 11112 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208555 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 12712 11112 131 6 0 11182 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 59548

[startup+1002.3 s]
/proc/loadavg: 3.11 3.52 3.45 4/187 1994
/proc/meminfo: memFree=19492528/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=51268 CPUtime=1002.16 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 14757 0 0 0 100209 7 0 0 25 0 1 0 489442740 52498432 11198 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208451 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 12817 11198 131 6 0 11287 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 59968

[startup+1062.3 s]
/proc/loadavg: 3.04 3.42 3.42 4/187 1996
/proc/meminfo: memFree=19490016/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=52724 CPUtime=1062.16 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 15341 0 0 0 106209 7 0 0 25 0 1 0 489442740 53989376 11563 33554432000 4194304 4218580 140735192533776 18446744073709551615 4213922 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 13181 11563 131 6 0 11651 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 61424

[startup+1122.3 s]
/proc/loadavg: 3.01 3.34 3.39 4/187 1997
/proc/meminfo: memFree=19488624/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=52968 CPUtime=1122.17 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 15692 0 0 0 112209 8 0 0 25 0 1 0 489442740 54239232 11644 33554432000 4194304 4218580 140735192533776 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 13242 11644 131 6 0 11712 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 61668

[startup+1182.3 s]
/proc/loadavg: 3.06 3.29 3.37 4/187 1999
/proc/meminfo: memFree=19482000/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=53512 CPUtime=1182.17 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 16050 0 0 0 118209 8 0 0 25 0 1 0 489442740 54796288 11758 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 13378 11758 131 6 0 11848 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 62212

[startup+1242.3 s]
/proc/loadavg: 3.02 3.24 3.35 4/187 2010
/proc/meminfo: memFree=19477040/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=53952 CPUtime=1242.17 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 16351 0 0 0 124209 8 0 0 25 0 1 0 489442740 55246848 11858 33554432000 4194304 4218580 140735192533776 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 13488 11858 131 6 0 11958 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 62652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.19 3.32 4/187 2011
/proc/meminfo: memFree=19476868/32950928 swapFree=67111528/67111528
[pid=1693] ppid=1691 vsize=8700 CPUtime=0.16 cores=5,7
/proc/1693/stat : 1693 (esg_static.sh) S 1691 1693 32630 0 -1 4202496 354 2402 0 0 0 0 15 1 21 0 1 0 489442723 8908800 253 33554432000 4194304 4922060 140736837553872 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/1693/statm: 2175 253 209 178 0 68 0
[pid=1704] ppid=1693 vsize=53984 CPUtime=1299.88 cores=5,7
/proc/1704/stat : 1704 (cdcl) R 1693 1693 32630 0 -1 4202496 16585 0 0 0 129980 8 0 0 25 0 1 0 489442740 55279616 11902 33554432000 4194304 4218580 140735192533776 18446744073709551615 4211929 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/1704/statm: 13496 11902 131 6 0 11966 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 62684

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)
Real time (s): 1300.01
CPU time (s): 1300.07
CPU user time (s): 1299.96
CPU system time (s): 0.106983
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 62844

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

runsolver used 2.01069 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 02:41:00
IDJOB=3290867
IDBENCH=83451
IDSOLVER=1609
FILE ID=node149/3290867-1303778460
RUNJOBID= node149-1303778460-1672
PBS_JOBID= 13157177
Free space on /tmp= 72176 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290867-1303778460/watcher-3290867-1303778460 -o /tmp/evaluation-result-3290867-1303778460/solver-3290867-1303778460 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3290867-1303778460.cnf

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=1963192679

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:     32950928 kB
MemFree:      20467928 kB
Buffers:       2173712 kB
Cached:        9697720 kB
SwapCached:          0 kB
Active:        1560212 kB
Inactive:     10386820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20467928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8928 kB
Writeback:           0 kB
AnonPages:       75356 kB
Mapped:          14396 kB
Slab:           472428 kB
PageTables:       5328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   202100 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= 71760 MiB
End job on node149 at 2011-04-26 03:02:42