Trace number 3365508

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.0UNSAT 3284.96 3284.94

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1218.25
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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.23	c ==============================================================================
0.00/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.23	c ==============================================================================
0.00/0.23	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
1.89/1.93	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
1.89/1.93	c ==============================================================================
1.89/1.93	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
1.89/1.93	c CPU time:   1.87271 s
1.89/1.93	c ==============================================================================
1.99/2.07	c
1.99/2.07	c Starting glucose
1.99/2.07	c
1.99/2.07	
1.99/2.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.99/2.07	
1.99/2.07	c ============================[ Problem Statistics ]=============================
1.99/2.07	c |                                                                             |
1.99/2.07	c |  Number of variables:  44244                                                |
1.99/2.07	c |  Number of clauses:    248601                                               |
2.07/2.16	c |  Parsing time:         0.08         s                                       |
3284.91/3284.92	c restarts              : 812
3284.91/3284.92	c nb ReduceDB           : 109
3284.91/3284.92	c nb learnts DL2        : 1105
3284.91/3284.92	c nb learnts size 2     : 574
3284.91/3284.92	c nb learnts size 1     : 144
3284.91/3284.92	c conflicts             : 8182047        (2492 /sec)
3284.91/3284.92	c decisions             : 9399242        (0.64 % random) (2863 /sec)
3284.91/3284.92	c propagations          : 4021408094     (1224982 /sec)
3284.91/3284.92	c conflict literals     : 411586808      (52.18 % deleted)
3284.91/3284.92	c Memory used           : 88.53 MB
3284.91/3284.92	c CPU time              : 3282.83 s
3284.91/3284.92	
3284.91/3284.93	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3365508-1305315242/watcher-3365508-1305315242 -o /tmp/evaluation-result-3365508-1305315242/solver-3365508-1305315242 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365508-1305315242.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/350 19089
/proc/meminfo: memFree=14849092/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940433 8912896 253 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19089/statm: 2176 253 211 178 0 69 0

[startup+0.103638 s]
/proc/loadavg: 0.00 0.00 0.00 2/350 19089
/proc/meminfo: memFree=14849092/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940433 8912896 253 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19089/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200624 s]
/proc/loadavg: 0.00 0.00 0.00 2/350 19089
/proc/meminfo: memFree=14849092/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940433 8912896 253 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19089/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300606 s]
/proc/loadavg: 0.00 0.00 0.00 2/350 19089
/proc/meminfo: memFree=14849092/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940433 8912896 253 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19089/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700547 s]
/proc/loadavg: 0.00 0.00 0.00 2/350 19089
/proc/meminfo: memFree=14849092/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940433 8912896 253 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19089/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50041 s]
/proc/loadavg: 0.16 0.03 0.01 3/352 19092
/proc/meminfo: memFree=14773816/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 623940433 8912896 253 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19089/statm: 2176 253 211 178 0 69 0
[pid=19090] ppid=19089 vsize=84964 CPUtime=1.49 cores=1,3,5,7
/proc/19090/stat : 19090 (SatELite_releas) R 19089 19089 19050 0 -1 4202496 20277 0 0 0 144 5 0 0 25 0 1 0 623940433 87003136 17128 33554432000 134512640 135225430 4293913584 18446744073709551615 134587516 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19090/statm: 21241 17128 78 175 0 21064 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93668

[startup+3.10113 s]
/proc/loadavg: 0.16 0.03 0.01 3/352 19093
/proc/meminfo: memFree=14819080/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=21000 CPUtime=1.01 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 4965 0 0 0 101 0 0 0 21 0 1 0 623940641 21504000 4915 33554432000 134512640 135217611 4292052544 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 5250 4915 76 173 0 5075 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29704

[startup+6.30056 s]
/proc/loadavg: 0.16 0.03 0.01 3/352 19093
/proc/meminfo: memFree=14815108/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=23244 CPUtime=4.21 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 5519 0 0 0 421 0 0 0 25 0 1 0 623940641 23801856 5469 33554432000 134512640 135217611 4292052544 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 5811 5469 77 173 0 5636 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31948

[startup+12.7004 s]
/proc/loadavg: 0.44 0.10 0.03 3/352 19093
/proc/meminfo: memFree=14810836/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=25428 CPUtime=10.61 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 6062 0 0 0 1061 0 0 0 25 0 1 0 623940641 26038272 6012 33554432000 134512640 135217611 4292052544 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 6357 6012 77 173 0 6182 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34132

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.05 3/352 19093
/proc/meminfo: memFree=14806164/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=28604 CPUtime=23.42 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 6832 0 0 0 2341 1 0 0 25 0 1 0 623940641 29290496 6782 33554432000 134512640 135217611 4292052544 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 7151 6782 77 173 0 6976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37308

[startup+51.1007 s]
/proc/loadavg: 1.20 0.33 0.11 3/352 19094
/proc/meminfo: memFree=14798724/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=32068 CPUtime=49.01 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 7691 0 0 0 4900 1 0 0 25 0 1 0 623940641 32837632 7641 33554432000 134512640 135217611 4292052544 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 8017 7641 77 173 0 7842 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40772

[startup+102.301 s]
/proc/loadavg: 1.65 0.59 0.21 3/352 19095
/proc/meminfo: memFree=14788676/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=40180 CPUtime=100.22 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 9685 0 0 0 10021 1 0 0 25 0 1 0 623940641 41144320 9635 33554432000 134512640 135217611 4292052544 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 10045 9635 77 173 0 9870 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 48884

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 3/352 19097
/proc/meminfo: memFree=14783576/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=41348 CPUtime=160.21 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 9969 0 0 0 16020 1 0 0 25 0 1 0 623940641 42340352 9919 33554432000 134512640 135217611 4292052544 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 10337 9919 77 173 0 10162 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 50052

[startup+222.313 s]
/proc/loadavg: 1.95 1.05 0.42 3/352 19099
/proc/meminfo: memFree=14773776/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=47876 CPUtime=220.22 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 11572 0 0 0 22021 1 0 0 25 0 1 0 623940641 49025024 11522 33554432000 134512640 135217611 4292052544 18446744073709551615 134542230 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 11969 11522 77 173 0 11794 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 56580

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/352 19100
/proc/meminfo: memFree=14771664/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=48524 CPUtime=280.21 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 11711 0 0 0 28019 2 0 0 25 0 1 0 623940641 49688576 11661 33554432000 134512640 135217611 4292052544 18446744073709551615 134538855 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 12131 11661 77 173 0 11956 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 57228

[startup+342.301 s]
/proc/loadavg: 2.04 1.38 0.61 3/352 19102
/proc/meminfo: memFree=14768168/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=49032 CPUtime=340.21 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 11793 0 0 0 34019 2 0 0 25 0 1 0 623940641 50208768 11743 33554432000 134512640 135217611 4292052544 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/19093/statm: 12258 11743 77 173 0 12083 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 57736

[startup+402.301 s]
/proc/loadavg: 2.08 1.50 0.70 3/352 19103
/proc/meminfo: memFree=14765428/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7

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


[startup+2802.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/352 19176
/proc/meminfo: memFree=14693556/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=88276 CPUtime=2800.23 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 20933 0 0 0 280019 4 0 0 25 0 1 0 623940641 90394624 20883 33554432000 134512640 135217611 4292052544 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22069 20883 77 173 0 21894 0
Current children cumulated CPU time (s) 2802.3
Current children cumulated vsize (KiB) 96980

[startup+2862.31 s]
/proc/loadavg: 2.00 2.00 1.89 3/352 19178
/proc/meminfo: memFree=14693168/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=88348 CPUtime=2860.24 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 20998 0 0 0 286020 4 0 0 25 0 1 0 623940641 90468352 20948 33554432000 134512640 135217611 4292052544 18446744073709551615 134522600 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22087 20948 77 173 0 21912 0
Current children cumulated CPU time (s) 2862.31
Current children cumulated vsize (KiB) 97052

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/352 19179
/proc/meminfo: memFree=14692160/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=88536 CPUtime=2920.23 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21037 0 0 0 292019 4 0 0 25 0 1 0 623940641 90660864 20987 33554432000 134512640 135217611 4292052544 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22134 20987 77 173 0 21959 0
Current children cumulated CPU time (s) 2922.3
Current children cumulated vsize (KiB) 97240

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/352 19181
/proc/meminfo: memFree=14692028/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=88860 CPUtime=2980.23 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21087 0 0 0 298019 4 0 0 25 0 1 0 623940641 90992640 21037 33554432000 134512640 135217611 4292052544 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22215 21037 77 173 0 22040 0
Current children cumulated CPU time (s) 2982.3
Current children cumulated vsize (KiB) 97564

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/352 19183
/proc/meminfo: memFree=14691276/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=89076 CPUtime=3040.23 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21147 0 0 0 304019 4 0 0 25 0 1 0 623940641 91213824 21097 33554432000 134512640 135217611 4292052544 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22269 21097 77 173 0 22094 0
Current children cumulated CPU time (s) 3042.3
Current children cumulated vsize (KiB) 97780

[startup+3102.3 s]
/proc/loadavg: 2.04 2.01 1.91 4/352 19187
/proc/meminfo: memFree=14690276/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=89184 CPUtime=3100.23 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21184 0 0 0 310019 4 0 0 25 0 1 0 623940641 91324416 21134 33554432000 134512640 135217611 4292052544 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22296 21134 77 173 0 22121 0
Current children cumulated CPU time (s) 3102.3
Current children cumulated vsize (KiB) 97888

[startup+3162.3 s]
/proc/loadavg: 2.09 2.04 1.92 3/352 19189
/proc/meminfo: memFree=14689528/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90216 CPUtime=3160.24 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21410 0 0 0 316020 4 0 0 25 0 1 0 623940641 92381184 21360 33554432000 134512640 135217611 4292052544 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22554 21360 77 173 0 22379 0
Current children cumulated CPU time (s) 3162.31
Current children cumulated vsize (KiB) 98920

[startup+3222.3 s]
/proc/loadavg: 2.06 2.04 1.93 3/352 19190
/proc/meminfo: memFree=14688764/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90504 CPUtime=3220.24 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21480 0 0 0 322020 4 0 0 25 0 1 0 623940641 92676096 21430 33554432000 134512640 135217611 4292052544 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22626 21430 77 173 0 22451 0
Current children cumulated CPU time (s) 3222.31
Current children cumulated vsize (KiB) 99208

[startup+3282.3 s]
/proc/loadavg: 2.07 2.05 1.93 3/352 19192
/proc/meminfo: memFree=14688384/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90648 CPUtime=3280.24 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21508 0 0 0 328020 4 0 0 25 0 1 0 623940641 92823552 21458 33554432000 134512640 135217611 4292052544 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22662 21458 77 173 0 22487 0
Current children cumulated CPU time (s) 3282.31
Current children cumulated vsize (KiB) 99352

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

[startup+3283.2 s]
/proc/loadavg: 2.07 2.05 1.93 3/352 19192
/proc/meminfo: memFree=14688384/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90648 CPUtime=3281.14 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21508 0 0 0 328110 4 0 0 25 0 1 0 623940641 92823552 21458 33554432000 134512640 135217611 4292052544 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22662 21458 77 173 0 22487 0
Current children cumulated CPU time (s) 3283.21
Current children cumulated vsize (KiB) 99352

[startup+3284 s]
/proc/loadavg: 2.07 2.05 1.93 3/352 19192
/proc/meminfo: memFree=14688384/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90648 CPUtime=3281.94 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21508 0 0 0 328190 4 0 0 25 0 1 0 623940641 92823552 21458 33554432000 134512640 135217611 4292052544 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22662 21458 77 173 0 22487 0
Current children cumulated CPU time (s) 3284.01
Current children cumulated vsize (KiB) 99352

[startup+3284.4 s]
/proc/loadavg: 2.07 2.05 1.93 3/352 19192
/proc/meminfo: memFree=14688384/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90648 CPUtime=3282.34 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21508 0 0 0 328230 4 0 0 25 0 1 0 623940641 92823552 21458 33554432000 134512640 135217611 4292052544 18446744073709551615 134533010 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22662 21458 77 173 0 22487 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 99352

[startup+3284.8 s]
/proc/loadavg: 2.07 2.05 1.93 3/352 19192
/proc/meminfo: memFree=14688384/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90648 CPUtime=3282.74 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21508 0 0 0 328270 4 0 0 25 0 1 0 623940641 92823552 21458 33554432000 134512640 135217611 4292052544 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22662 21458 77 173 0 22487 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 99352

[startup+3284.9 s]
/proc/loadavg: 2.07 2.05 1.93 3/352 19192
/proc/meminfo: memFree=14688384/32951124 swapFree=67111348/67111528
[pid=19089] ppid=19087 vsize=8704 CPUtime=2.07 cores=1,3,5,7
/proc/19089/stat : 19089 (glucose.sh) S 19087 19089 19050 0 -1 4202496 358 26635 0 0 0 0 200 7 18 0 1 0 623940433 8912896 255 33554432000 4194304 4922060 140735009089984 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19089/statm: 2176 255 211 178 0 69 0
[pid=19093] ppid=19089 vsize=90648 CPUtime=3282.84 cores=1,3,5,7
/proc/19093/stat : 19093 (glucose_static) R 19089 19089 19050 0 -1 4202496 21508 0 0 0 328280 4 0 0 25 0 1 0 623940641 92823552 21458 33554432000 134512640 135217611 4292052544 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/19093/statm: 22662 21458 77 173 0 22487 0
Current children cumulated CPU time (s) 3284.91
Current children cumulated vsize (KiB) 99352

Child status: 20
Real time (s): 3284.94
CPU time (s): 3284.96
CPU user time (s): 3284.84
CPU system time (s): 0.124981
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 100068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3284.84
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48721
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= 37
involuntary context switches= 30024

runsolver used 10.1974 second user time and 25.6451 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 21:34:03
IDJOB=3365508
IDBENCH=20387
IDSOLVER=1842
FILE ID=node144/3365508-1305315242
RUNJOBID= node144-1305315242-19069
PBS_JOBID= 13324288
Free space on /tmp= 37440 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365508-1305315242/watcher-3365508-1305315242 -o /tmp/evaluation-result-3365508-1305315242/solver-3365508-1305315242 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365508-1305315242.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=862989256

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14849496 kB
Buffers:        237224 kB
Cached:       10257172 kB
SwapCached:          0 kB
Active:        8047692 kB
Inactive:      9579012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14849496 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14804 kB
Writeback:           0 kB
AnonPages:     7132232 kB
Mapped:          27508 kB
Slab:           373640 kB
PageTables:      37084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81994352 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= 37436 MiB
End job on node144 at 2011-05-13 22:28:48