Trace number 3251256

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c Parsing...
0.00/0.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 | 1120760  2244820 |  336227       0        0     nan |  0.000 % |
8.49/8.53	c |         0 | 1117340  3543943 |      --       0       --      -- |     --   | -3420/1299123
8.49/8.53	c ==============================================================================
8.49/8.53	c Result  :   #vars: 3360   #clauses: 1117340   #literals: 3543943
8.49/8.53	c CPU time:   8.49371 s
8.49/8.53	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-3251256-1303584395/watcher-3251256-1303584395 -o /tmp/evaluation-result-3251256-1303584395/solver-3251256-1303584395 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3251256-1303584395.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.01 4.00 3.91 4/192 19586
/proc/meminfo: memFree=15934760/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0

[startup+0.0869081 s]
/proc/loadavg: 4.01 4.00 3.91 4/192 19586
/proc/meminfo: memFree=15934760/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100918 s]
/proc/loadavg: 4.01 4.00 3.91 4/192 19586
/proc/meminfo: memFree=15934760/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300869 s]
/proc/loadavg: 4.01 4.00 3.91 4/192 19586
/proc/meminfo: memFree=15934760/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700801 s]
/proc/loadavg: 4.01 4.00 3.91 4/192 19586
/proc/meminfo: memFree=15934760/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 19590
/proc/meminfo: memFree=15807156/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
[pid=19587] ppid=19586 vsize=100648 CPUtime=1.49 cores=1,3
/proc/19587/stat : 19587 (SatELite_releas) R 19586 19586 18093 0 -1 4202496 20997 0 0 0 145 4 0 0 25 0 1 0 450854995 103063552 20952 33554432000 134512640 135144242 4292416064 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/19587/statm: 25162 20952 77 155 0 25005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109348

[startup+3.10036 s]
/proc/loadavg: 4.01 4.00 3.91 5/194 19590
/proc/meminfo: memFree=15801956/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
[pid=19587] ppid=19586 vsize=100648 CPUtime=3.09 cores=1,3
/proc/19587/stat : 19587 (SatELite_releas) R 19586 19586 18093 0 -1 4202496 20997 0 0 0 305 4 0 0 25 0 1 0 450854995 103063552 20952 33554432000 134512640 135144242 4292416064 18446744073709551615 134588465 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/19587/statm: 25162 20952 77 155 0 25005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109348

[startup+6.30077 s]
/proc/loadavg: 4.09 4.02 3.91 5/194 19591
/proc/meminfo: memFree=15834596/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=0 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 450854995 8908800 249 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 249 209 178 0 68 0
[pid=19587] ppid=19586 vsize=100784 CPUtime=6.29 cores=1,3
/proc/19587/stat : 19587 (SatELite_releas) R 19586 19586 18093 0 -1 4202496 21001 0 0 0 625 4 0 0 25 0 1 0 450854995 103202816 20956 33554432000 134512640 135144242 4292416064 18446744073709551615 134588904 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/19587/statm: 25196 20956 77 155 0 25039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109484

[startup+12.7006 s]
/proc/loadavg: 4.08 4.02 3.91 5/194 19592
/proc/meminfo: memFree=15869704/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=28072 CPUtime=3.6 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 5506 0 0 0 359 1 0 0 25 0 1 0 450855903 28745728 5416 33554432000 4194304 4218580 140733283210192 18446744073709551615 4210496 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 7018 5416 131 6 0 5488 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36772

[startup+25.5002 s]
/proc/loadavg: 4.06 4.01 3.91 5/194 19593
/proc/meminfo: memFree=15856816/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=32384 CPUtime=16.4 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 6560 0 0 0 1639 1 0 0 25 0 1 0 450855903 33161216 6470 33554432000 4194304 4218580 140733283210192 18446744073709551615 4210509 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 8096 6470 131 6 0 6566 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41084

[startup+51.1005 s]
/proc/loadavg: 4.10 4.03 3.92 5/194 19594
/proc/meminfo: memFree=15837196/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=36720 CPUtime=42.01 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 7655 0 0 0 4199 2 0 0 25 0 1 0 450855903 37601280 7565 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 9180 7565 131 6 0 7650 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45420

[startup+102.307 s]
/proc/loadavg: 4.04 4.02 3.92 6/194 19595
/proc/meminfo: memFree=15815848/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=43668 CPUtime=93.21 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 9402 0 0 0 9319 2 0 0 25 0 1 0 450855903 44716032 9298 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208546 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 10917 9298 131 6 0 9387 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 52368

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.92 5/194 19596
/proc/meminfo: memFree=15796496/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=48256 CPUtime=153.21 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 10588 0 0 0 15318 3 0 0 25 0 1 0 450855903 49414144 10464 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 12064 10464 131 6 0 10534 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 56956

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 3.92 5/194 19598
/proc/meminfo: memFree=15783592/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=52968 CPUtime=213.21 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 11864 0 0 0 21318 3 0 0 25 0 1 0 450855903 54239232 11629 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208414 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 13242 11629 131 6 0 11712 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 61668

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 3.92 5/194 19600
/proc/meminfo: memFree=15773288/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=54508 CPUtime=273.22 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 12286 0 0 0 27318 4 0 0 25 0 1 0 450855903 55816192 12002 33554432000 4194304 4218580 140733283210192 18446744073709551615 4210524 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 13627 12002 131 6 0 12097 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 63208

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.92 6/194 19601
/proc/meminfo: memFree=15767580/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=55696 CPUtime=333.22 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 12657 0 0 0 33318 4 0 0 25 0 1 0 450855903 57032704 12305 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 13924 12305 131 6 0 12394 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 64396

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.92 6/194 19603
/proc/meminfo: memFree=15758768/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3

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

[pid=19592] ppid=19586 vsize=61156 CPUtime=513.21 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 14218 0 0 0 51317 4 0 0 25 0 1 0 450855903 62623744 13671 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208532 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 15289 13671 131 6 0 13759 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 69856

[startup+582.301 s]
/proc/loadavg: 4.07 4.02 3.93 6/194 19608
/proc/meminfo: memFree=15735180/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=62992 CPUtime=573.22 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 14795 0 0 0 57317 5 0 0 25 0 1 0 450855903 64503808 14137 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 15748 14137 131 6 0 14218 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 71692

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/194 19609
/proc/meminfo: memFree=15726368/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=66440 CPUtime=633.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 15710 0 0 0 63317 6 0 0 25 0 1 0 450855903 68034560 14987 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208471 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 16610 14987 131 6 0 15080 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 75140

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 19611
/proc/meminfo: memFree=15721272/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=66908 CPUtime=693.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 15951 0 0 0 69317 6 0 0 25 0 1 0 450855903 68513792 15134 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208475 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 16727 15134 131 6 0 15197 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 75608

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 19612
/proc/meminfo: memFree=15715932/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=67988 CPUtime=753.24 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 16292 0 0 0 75318 6 0 0 25 0 1 0 450855903 69619712 15405 33554432000 4194304 4218580 140733283210192 18446744073709551615 4210517 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 16997 15405 131 6 0 15467 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 76688

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 6/194 19614
/proc/meminfo: memFree=15713568/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=68840 CPUtime=813.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 16549 0 0 0 81317 6 0 0 25 0 1 0 450855903 70492160 15589 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 17210 15589 131 6 0 15680 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 77540

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 19625
/proc/meminfo: memFree=15708296/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=69612 CPUtime=873.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 16806 0 0 0 87317 6 0 0 25 0 1 0 450855903 71282688 15777 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 17403 15777 131 6 0 15873 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 78312

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 19626
/proc/meminfo: memFree=15704688/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=72068 CPUtime=933.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 17518 0 0 0 93317 6 0 0 25 0 1 0 450855903 73797632 16426 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18017 16426 131 6 0 16487 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 80768

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 19628
/proc/meminfo: memFree=15701708/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=72036 CPUtime=993.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 17599 0 0 0 99317 6 0 0 25 0 1 0 450855903 73764864 16419 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18009 16419 131 6 0 16479 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 80736

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 19629
/proc/meminfo: memFree=15697484/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=72836 CPUtime=1053.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 17831 0 0 0 105317 6 0 0 25 0 1 0 450855903 74584064 16594 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208542 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18209 16594 131 6 0 16679 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 81536

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 19631
/proc/meminfo: memFree=15692760/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=73604 CPUtime=1113.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 18081 0 0 0 111317 6 0 0 25 0 1 0 450855903 75370496 16784 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18401 16784 131 6 0 16871 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 82304

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 19633
/proc/meminfo: memFree=15687784/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=74596 CPUtime=1173.23 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 18421 0 0 0 117317 6 0 0 25 0 1 0 450855903 76386304 17043 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18649 17043 131 6 0 17119 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 83296

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/194 19634
/proc/meminfo: memFree=15682936/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=75192 CPUtime=1233.24 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 18616 0 0 0 123317 7 0 0 25 0 1 0 450855903 76996608 17177 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208552 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18798 17177 131 6 0 17268 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 83892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.94 2/186 19640
/proc/meminfo: memFree=15859568/32951124 swapFree=67111528/67111528
[pid=19586] ppid=19584 vsize=8700 CPUtime=9.07 cores=1,3
/proc/19586/stat : 19586 (esg_static.sh) S 19584 19586 18093 0 -1 4202496 353 21006 0 0 0 0 901 6 18 0 1 0 450854995 8908800 252 33554432000 4194304 4922060 140735494171520 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19586/statm: 2175 252 209 178 0 68 0
[pid=19592] ppid=19586 vsize=75680 CPUtime=1290.95 cores=1,3
/proc/19592/stat : 19592 (cdcl) R 19586 19586 18093 0 -1 4202496 18820 0 0 0 129088 7 0 0 25 0 1 0 450855903 77496320 17300 33554432000 4194304 4218580 140733283210192 18446744073709551615 4208521 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/19592/statm: 18920 17300 131 6 0 17390 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 84380

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.05
CPU user time (s): 1299.9
CPU system time (s): 0.141978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40212
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= 11
involuntary context switches= 9850

runsolver used 2.17667 second user time and 4.92625 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 20:46:35
IDJOB=3251256
IDBENCH=88217
IDSOLVER=1609
FILE ID=node142/3251256-1303584395
RUNJOBID= node142-1303584395-19543
PBS_JOBID= 13150327
Free space on /tmp= 71328 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251256-1303584395/watcher-3251256-1303584395 -o /tmp/evaluation-result-3251256-1303584395/solver-3251256-1303584395 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3251256-1303584395.cnf

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=978487834

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15935412 kB
Buffers:       2065904 kB
Cached:       14268168 kB
SwapCached:          0 kB
Active:        6818412 kB
Inactive:      9625744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15935412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           37296 kB
Writeback:           0 kB
AnonPages:      109228 kB
Mapped:          15692 kB
Slab:           506772 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   299836 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= 71304 MiB
End job on node142 at 2011-04-23 21:08:17