Trace number 3309146

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
SAT09 reference solver:glucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484925
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1742     3718 |     522       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1716     6240 |      --       0       --      -- |     --   | -26/2522
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 1716   #literals: 6240
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  260                                                  |
0.00/0.00	c |  Number of clauses:    1716                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 31689 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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-3309146-1303985947/watcher-3309146-1303985947 -o /tmp/evaluation-result-3309146-1303985947/solver-3309146-1303985947 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309146-1303985947.cnf 

running on 2 cores: 4,6

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.02 3.78 4/192 31687
/proc/meminfo: memFree=22231884/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0

[startup+0.0237471 s]
/proc/loadavg: 4.01 4.02 3.78 4/192 31687
/proc/meminfo: memFree=22231884/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100761 s]
/proc/loadavg: 4.01 4.02 3.78 4/192 31687
/proc/meminfo: memFree=22231884/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300732 s]
/proc/loadavg: 4.01 4.02 3.78 4/192 31687
/proc/meminfo: memFree=22231884/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700638 s]
/proc/loadavg: 4.01 4.02 3.78 4/192 31687
/proc/meminfo: memFree=22231884/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50048 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31690
/proc/meminfo: memFree=22228024/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=5364 CPUtime=1.49 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 1031 0 0 0 149 0 0 0 25 0 1 0 491010072 5492736 986 33554432000 134512640 135217611 4292291360 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 1341 986 76 173 0 1166 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14068

[startup+3.10024 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31690
/proc/meminfo: memFree=22226292/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=6596 CPUtime=3.09 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 1313 0 0 0 309 0 0 0 25 0 1 0 491010072 6754304 1268 33554432000 134512640 135217611 4292291360 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 1649 1268 76 173 0 1474 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15300

[startup+6.30066 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31690
/proc/meminfo: memFree=22223412/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=8664 CPUtime=6.29 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 1817 0 0 0 629 0 0 0 25 0 1 0 491010072 8871936 1772 33554432000 134512640 135217611 4292291360 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 2166 1772 76 173 0 1991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17368

[startup+12.7005 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31690
/proc/meminfo: memFree=22218580/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=11108 CPUtime=12.69 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 2419 0 0 0 1269 0 0 0 25 0 1 0 491010072 11374592 2374 33554432000 134512640 135217611 4292291360 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 2777 2374 76 173 0 2602 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19812

[startup+25.5003 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31690
/proc/meminfo: memFree=22211216/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=14844 CPUtime=25.49 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 3286 0 0 0 2549 0 0 0 25 0 1 0 491010072 15200256 3241 33554432000 134512640 135217611 4292291360 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 3711 3241 76 173 0 3536 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23548

[startup+51.1007 s]
/proc/loadavg: 4.00 4.02 3.79 5/194 31691
/proc/meminfo: memFree=22202772/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=18892 CPUtime=51.09 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 4197 0 0 0 5109 0 0 0 25 0 1 0 491010072 19345408 4152 33554432000 134512640 135217611 4292291360 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 4723 4152 76 173 0 4548 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27596

[startup+102.307 s]
/proc/loadavg: 4.00 4.01 3.80 5/194 31693
/proc/meminfo: memFree=22187508/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=25204 CPUtime=102.3 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 5631 0 0 0 10229 1 0 0 25 0 1 0 491010072 25808896 5586 33554432000 134512640 135217611 4292291360 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 6301 5586 76 173 0 6126 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 33908

[startup+162.301 s]
/proc/loadavg: 4.05 4.02 3.82 5/194 31694
/proc/meminfo: memFree=22173972/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=30008 CPUtime=162.29 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 6768 0 0 0 16228 1 0 0 25 0 1 0 491010072 30728192 6723 33554432000 134512640 135217611 4292291360 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 7502 6723 76 173 0 7327 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38712

[startup+222.301 s]
/proc/loadavg: 3.72 3.95 3.80 4/187 31714
/proc/meminfo: memFree=22205116/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=33064 CPUtime=222.29 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 7509 0 0 0 22228 1 0 0 25 0 1 0 491010072 33857536 7464 33554432000 134512640 135217611 4292291360 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 8266 7464 76 173 0 8091 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41768

[startup+282.301 s]
/proc/loadavg: 3.26 3.77 3.75 4/187 31715
/proc/meminfo: memFree=22196032/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=36444 CPUtime=282.29 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 8259 0 0 0 28228 1 0 0 25 0 1 0 491010072 37318656 8214 33554432000 134512640 135217611 4292291360 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 9111 8214 76 173 0 8936 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 45148

[startup+342.3 s]
/proc/loadavg: 3.09 3.63 3.70 4/187 31717
/proc/meminfo: memFree=22188456/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=39136 CPUtime=342.29 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 8894 0 0 0 34228 1 0 0 25 0 1 0 491010072 40075264 8849 33554432000 134512640 135217611 4292291360 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 9784 8849 76 173 0 9609 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 47840

[startup+402.301 s]
/proc/loadavg: 3.03 3.51 3.65 3/181 31740
/proc/meminfo: memFree=22233948/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6

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

[pid=31689] ppid=31687 vsize=46272 CPUtime=522.3 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 10498 0 0 0 52228 2 0 0 25 0 1 0 491010072 47382528 10453 33554432000 134512640 135217611 4292291360 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 11568 10453 76 173 0 11393 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 54976

[startup+582.301 s]
/proc/loadavg: 2.05 2.82 3.35 3/180 31745
/proc/meminfo: memFree=22226144/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=47508 CPUtime=582.3 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 10792 0 0 0 58228 2 0 0 25 0 1 0 491010072 48648192 10747 33554432000 134512640 135217611 4292291360 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 11877 10747 76 173 0 11702 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56212

[startup+642.3 s]
/proc/loadavg: 2.09 2.69 3.27 3/180 31747
/proc/meminfo: memFree=22222648/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=49604 CPUtime=642.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 11270 0 0 0 64229 2 0 0 25 0 1 0 491010072 50794496 11225 33554432000 134512640 135217611 4292291360 18446744073709551615 134533063 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 12401 11225 76 173 0 12226 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 58308

[startup+702.301 s]
/proc/loadavg: 2.10 2.57 3.19 3/180 31748
/proc/meminfo: memFree=22218908/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=51900 CPUtime=702.3 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 11778 0 0 0 70228 2 0 0 25 0 1 0 491010072 53145600 11733 33554432000 134512640 135217611 4292291360 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 12975 11733 76 173 0 12800 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 60604

[startup+762.306 s]
/proc/loadavg: 2.03 2.47 3.12 3/180 31750
/proc/meminfo: memFree=22216280/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=53348 CPUtime=762.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 12000 0 0 0 76229 2 0 0 25 0 1 0 491010072 54628352 11955 33554432000 134512640 135217611 4292291360 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 13337 11955 76 173 0 13162 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 62052

[startup+822.3 s]
/proc/loadavg: 2.01 2.38 3.04 3/180 31752
/proc/meminfo: memFree=22213652/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=55052 CPUtime=822.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 12408 0 0 0 82229 2 0 0 25 0 1 0 491010072 56373248 12363 33554432000 134512640 135217611 4292291360 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 13763 12363 76 173 0 13588 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 63756

[startup+882.301 s]
/proc/loadavg: 2.00 2.31 2.98 3/180 31753
/proc/meminfo: memFree=22211160/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=55976 CPUtime=882.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 12658 0 0 0 88229 2 0 0 25 0 1 0 491010072 57319424 12613 33554432000 134512640 135217611 4292291360 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 13994 12613 76 173 0 13819 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 64680

[startup+942.3 s]
/proc/loadavg: 2.00 2.25 2.91 3/180 31755
/proc/meminfo: memFree=22208536/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=57020 CPUtime=942.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 12898 0 0 0 94229 2 0 0 25 0 1 0 491010072 58388480 12853 33554432000 134512640 135217611 4292291360 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 14255 12853 76 173 0 14080 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 65724

[startup+1002.3 s]
/proc/loadavg: 2.00 2.20 2.85 3/180 31757
/proc/meminfo: memFree=22205792/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=58208 CPUtime=1002.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 13155 0 0 0 100229 2 0 0 25 0 1 0 491010072 59604992 13110 33554432000 134512640 135217611 4292291360 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 14552 13110 76 173 0 14377 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 66912

[startup+1062.3 s]
/proc/loadavg: 2.00 2.16 2.80 3/180 31758
/proc/meminfo: memFree=22203300/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=59156 CPUtime=1062.31 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 13390 0 0 0 106229 2 0 0 25 0 1 0 491010072 60575744 13345 33554432000 134512640 135217611 4292291360 18446744073709551615 134542266 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 14789 13345 76 173 0 14614 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 67860

[startup+1122.3 s]
/proc/loadavg: 2.00 2.13 2.74 3/180 31760
/proc/meminfo: memFree=22200552/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=60576 CPUtime=1122.32 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 13680 0 0 0 112229 3 0 0 25 0 1 0 491010072 62029824 13635 33554432000 134512640 135217611 4292291360 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 15144 13635 76 173 0 14969 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 69280

[startup+1182.3 s]
/proc/loadavg: 2.00 2.10 2.69 3/180 31761
/proc/meminfo: memFree=22198184/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=61392 CPUtime=1182.32 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 13896 0 0 0 118229 3 0 0 25 0 1 0 491010072 62865408 13851 33554432000 134512640 135217611 4292291360 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 15348 13851 76 173 0 15173 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 70096

[startup+1242.3 s]
/proc/loadavg: 2.04 2.10 2.65 3/180 31763
/proc/meminfo: memFree=22194572/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=63740 CPUtime=1242.32 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 14447 0 0 0 124229 3 0 0 25 0 1 0 491010072 65269760 14402 33554432000 134512640 135217611 4292291360 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 15935 14402 76 173 0 15760 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 72444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.56 1.97 2.57 2/173 31782
/proc/meminfo: memFree=22277380/32951124 swapFree=67111528/67111528
[pid=31687] ppid=31685 vsize=8704 CPUtime=0 cores=4,6
/proc/31687/stat : 31687 (glucose.sh) S 31685 31687 31143 0 -1 4202496 359 196 0 0 0 0 0 0 25 0 1 0 491010071 8912896 255 33554432000 4194304 4922060 140734215169152 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31687/statm: 2176 255 211 178 0 69 0
[pid=31689] ppid=31687 vsize=64156 CPUtime=1300.02 cores=4,6
/proc/31689/stat : 31689 (glucose_static) R 31687 31687 31143 0 -1 4202496 14546 0 0 0 129999 3 0 0 25 0 1 0 491010072 65695744 14501 33554432000 134512640 135217611 4292291360 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31689/statm: 16039 14501 76 173 0 15864 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 72860

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300
CPU system time (s): 0.038994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15313
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= 10
involuntary context switches= 1434

runsolver used 2.24666 second user time and 4.45432 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-28 12:19:07
IDJOB=3309146
IDBENCH=87946
IDSOLVER=1691
FILE ID=node140/3309146-1303985947
RUNJOBID= node140-1303983195-31162
PBS_JOBID= 13168686
Free space on /tmp= 72652 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/aloul/Homer/homer17.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309146-1303985947/watcher-3309146-1303985947 -o /tmp/evaluation-result-3309146-1303985947/solver-3309146-1303985947 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309146-1303985947.cnf

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=7320527

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22232164 kB
Buffers:       2285192 kB
Cached:        7712344 kB
SwapCached:          0 kB
Active:        2602780 kB
Inactive:      7547976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22232164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3592 kB
Writeback:           0 kB
AnonPages:      153052 kB
Mapped:          16012 kB
Slab:           503532 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   339004 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= 72664 MiB
End job on node140 at 2011-04-28 12:40:48