Trace number 3498552

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
EBGlucose 1.0UNSAT 4465.05 4465.06

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.01	c
0.00/0.01	c Starting SatElite Preprocessing
0.00/0.01	c
0.00/0.01	c Parsing...
0.00/0.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
1.78/1.81	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
1.78/1.82	c ==============================================================================
1.78/1.82	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
1.78/1.82	c CPU time:   1.75973 s
1.78/1.82	c ==============================================================================
1.88/1.95	c
1.88/1.95	c Starting glucose
1.88/1.95	c
1.93/2.06	
1.93/2.06	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.93/2.06	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.93/2.06	
1.93/2.06	c ============================[ Problem Statistics ]=============================
1.93/2.06	c |                                                                             |
1.93/2.07	c |  Number of variables:  44244                                                |
1.93/2.07	c |  Number of clauses:    248601                                               |
1.93/2.15	c |  Parsing time:         0.07         s                                       |
4464.98/4465.05	c restarts              : 2197
4464.98/4465.05	c nb ReduceDB           : 126
4464.98/4465.05	c nb learnts DL2        : 2360
4464.98/4465.05	c nb learnts size 2     : 906
4464.98/4465.05	c nb learnts size 1     : 264
4464.98/4465.05	c conflicts             : 10397538       (2330 /sec)
4464.98/4465.05	c decisions             : 12293528       (0.75 % random) (2755 /sec)
4464.98/4465.05	c propagations          : 5626742636     (1260743 /sec)
4464.98/4465.05	c conflict literals     : 389739021      (49.82 % deleted)
4464.98/4465.05	c Memory used           : 86.38 MB
4464.98/4465.05	c CPU time              : 4463.04 s
4464.98/4465.05	
4464.98/4465.05	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.1 (svn: 989)

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

running on 4 cores: 0,2,4,6

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: 1.84 1.97 1.94 3/174 14531
/proc/meminfo: memFree=6750400/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 322 0 0 0 0 0 0 0 21 0 1 0 907432501 8908800 250 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687675136 0 0 4100 65536 18446744071562362840 0 0 17 0 0 0 0
/proc/14531/statm: 2175 250 209 178 0 68 0

[startup+0.100549 s]
/proc/loadavg: 1.84 1.97 1.94 3/174 14531
/proc/meminfo: memFree=6750400/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 356 232 0 1 0 0 0 0 21 0 1 0 907432501 8912896 253 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14531/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200518 s]
/proc/loadavg: 1.84 1.97 1.94 3/174 14531
/proc/meminfo: memFree=6750400/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 356 232 0 1 0 0 0 0 21 0 1 0 907432501 8912896 253 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14531/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300502 s]
/proc/loadavg: 1.84 1.97 1.94 3/174 14531
/proc/meminfo: memFree=6750400/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 356 232 0 1 0 0 0 0 21 0 1 0 907432501 8912896 253 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14531/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70043 s]
/proc/loadavg: 1.84 1.97 1.94 3/174 14531
/proc/meminfo: memFree=6750400/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 356 232 0 1 0 0 0 0 21 0 1 0 907432501 8912896 253 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14531/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50035 s]
/proc/loadavg: 1.84 1.97 1.94 3/180 14546
/proc/meminfo: memFree=6597972/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 356 232 0 1 0 0 0 0 21 0 1 0 907432501 8912896 253 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14531/statm: 2176 253 211 178 0 69 0
[pid=14534] ppid=14531 vsize=84904 CPUtime=1.47 cores=0,2,4,6
/proc/14534/stat : 14534 (SatELite_releas) R 14531 14531 14046 0 -1 4202496 20280 0 0 0 144 3 0 0 25 0 1 0 907432502 86941696 17129 33554432000 134512640 135144230 4292996704 18446744073709551615 134585365 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/14534/statm: 21226 17129 78 155 0 21069 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 93608

[startup+3.10103 s]
/proc/loadavg: 1.84 1.97 1.94 3/180 14547
/proc/meminfo: memFree=6635376/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=22728 CPUtime=1.02 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 5030 0 19 0 101 1 0 0 20 0 1 0 907432696 23273472 4985 33554432000 134512640 134556542 4292156704 18446744073709551615 134538310 0 0 4096 8388611 0 0 0 17 4 0 0 11
/proc/14547/statm: 5682 4985 212 11 0 5016 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 31432

[startup+6.30048 s]
/proc/loadavg: 1.85 1.97 1.94 3/180 14548
/proc/meminfo: memFree=6671280/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=24328 CPUtime=4.21 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 5441 0 19 0 419 2 0 0 25 0 1 0 907432696 24911872 5396 33554432000 134512640 134556542 4292156704 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 6082 5396 214 11 0 5416 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33032

[startup+12.7003 s]
/proc/loadavg: 1.87 1.97 1.94 3/180 14548
/proc/meminfo: memFree=6658312/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=26212 CPUtime=10.61 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 5918 0 19 0 1059 2 0 0 25 0 1 0 907432696 26841088 5873 33554432000 134512640 134556542 4292156704 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 6553 5873 214 11 0 5887 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 34916

[startup+25.501 s]
/proc/loadavg: 1.89 1.97 1.94 3/180 14549
/proc/meminfo: memFree=6647508/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=28900 CPUtime=23.41 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 6580 0 19 0 2339 2 0 0 25 0 1 0 907432696 29593600 6535 33554432000 134512640 134556542 4292156704 18446744073709551615 134536850 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 7225 6535 214 11 0 6559 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 37604

[startup+51.1003 s]
/proc/loadavg: 2.01 1.99 1.95 3/180 14549
/proc/meminfo: memFree=6633144/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=30924 CPUtime=49.01 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 7066 0 19 0 4899 2 0 0 25 0 1 0 907432696 31666176 7021 33554432000 134512640 134556542 4292156704 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 7731 7021 214 11 0 7065 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 39628

[startup+102.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/180 14551
/proc/meminfo: memFree=6615800/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=35160 CPUtime=100.22 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 8057 0 19 0 10020 2 0 0 25 0 1 0 907432696 36003840 8012 33554432000 134512640 134556542 4292156704 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 8790 8012 214 11 0 8124 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 43864

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/180 14552
/proc/meminfo: memFree=6608940/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=37080 CPUtime=160.21 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 8530 0 19 0 16019 2 0 0 25 0 1 0 907432696 37969920 8485 33554432000 134512640 134556542 4292156704 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 9270 8485 214 11 0 8604 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 45784

[startup+222.307 s]
/proc/loadavg: 2.00 1.99 1.95 3/180 14554
/proc/meminfo: memFree=6600356/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=38652 CPUtime=220.23 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 8910 0 19 0 22020 3 0 0 25 0 1 0 907432696 39579648 8865 33554432000 134512640 134556542 4292156704 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 9663 8865 214 11 0 8997 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 47356

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/180 14555
/proc/meminfo: memFree=6596100/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=40900 CPUtime=280.22 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 9451 0 19 0 28019 3 0 0 25 0 1 0 907432696 41881600 9406 33554432000 134512640 134556542 4292156704 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 10225 9406 214 11 0 9559 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 49604

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.95 3/180 14557
/proc/meminfo: memFree=6591592/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=42984 CPUtime=340.22 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 9921 0 19 0 34019 3 0 0 25 0 1 0 907432696 44015616 9876 33554432000 134512640 134556542 4292156704 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 10746 9876 214 11 0 10080 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 51688

[startup+402.301 s]
/proc/loadavg: 2.07 2.00 1.95 3/180 14559
/proc/meminfo: memFree=6586724/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6

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


[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14670
/proc/meminfo: memFree=6417100/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=86756 CPUtime=4120.34 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20107 0 19 0 412028 6 0 0 25 0 1 0 907432696 88838144 20062 33554432000 134512640 134556542 4292156704 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 21689 20062 214 11 0 21023 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 95460

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14671
/proc/meminfo: memFree=6416936/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=86900 CPUtime=4180.34 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20141 0 19 0 418028 6 0 0 25 0 1 0 907432696 88985600 20096 33554432000 134512640 134556542 4292156704 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 21725 20096 214 11 0 21059 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 95604

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14673
/proc/meminfo: memFree=6416400/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=87188 CPUtime=4240.34 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20228 0 19 0 424028 6 0 0 25 0 1 0 907432696 89280512 20183 33554432000 134512640 134556542 4292156704 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 21797 20183 214 11 0 21131 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 95892

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14675
/proc/meminfo: memFree=6415876/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=87692 CPUtime=4300.34 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20356 0 19 0 430028 6 0 0 25 0 1 0 907432696 89796608 20311 33554432000 134512640 134556542 4292156704 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 21923 20311 214 11 0 21257 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 96396

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 14676
/proc/meminfo: memFree=6415596/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88088 CPUtime=4360.34 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20433 0 19 0 436028 6 0 0 25 0 1 0 907432696 90202112 20388 33554432000 134512640 134556542 4292156704 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22022 20388 214 11 0 21356 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 96792

[startup+4422.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 14678
/proc/meminfo: memFree=6415444/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88232 CPUtime=4420.35 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20478 0 19 0 442029 6 0 0 25 0 1 0 907432696 90349568 20433 33554432000 134512640 134556542 4292156704 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22058 20433 214 11 0 21392 0
Current children cumulated CPU time (s) 4422.28
Current children cumulated vsize (KiB) 96936

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

[startup+4428.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 14678
/proc/meminfo: memFree=6415428/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88376 CPUtime=4426.85 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20506 0 19 0 442679 6 0 0 25 0 1 0 907432696 90497024 20461 33554432000 134512640 134556542 4292156704 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22094 20461 214 11 0 21428 0
Current children cumulated CPU time (s) 4428.78
Current children cumulated vsize (KiB) 97080

[startup+4441.6 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 14678
/proc/meminfo: memFree=6415304/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4439.65 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20520 0 19 0 443959 6 0 0 25 0 1 0 907432696 90570752 20475 33554432000 134512640 134556542 4292156704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20475 214 11 0 21446 0
Current children cumulated CPU time (s) 4441.58
Current children cumulated vsize (KiB) 97152

[startup+4454.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14679
/proc/meminfo: memFree=6415052/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4452.45 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20528 0 19 0 445239 6 0 0 25 0 1 0 907432696 90570752 20483 33554432000 134512640 134556542 4292156704 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20483 214 11 0 21446 0
Current children cumulated CPU time (s) 4454.38
Current children cumulated vsize (KiB) 97152

[startup+4460.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14679
/proc/meminfo: memFree=6415164/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4458.85 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20535 0 19 0 445879 6 0 0 25 0 1 0 907432696 90570752 20490 33554432000 134512640 134556542 4292156704 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20490 214 11 0 21446 0
Current children cumulated CPU time (s) 4460.78
Current children cumulated vsize (KiB) 97152

[startup+4462.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14679
/proc/meminfo: memFree=6415164/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4460.45 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20538 0 19 0 446039 6 0 0 25 0 1 0 907432696 90570752 20493 33554432000 134512640 134556542 4292156704 18446744073709551615 134524976 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20493 214 11 0 21446 0
Current children cumulated CPU time (s) 4462.38
Current children cumulated vsize (KiB) 97152

[startup+4464 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14679
/proc/meminfo: memFree=6415164/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4462.05 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20538 0 19 0 446199 6 0 0 25 0 1 0 907432696 90570752 20493 33554432000 134512640 134556542 4292156704 18446744073709551615 134525044 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20493 214 11 0 21446 0
Current children cumulated CPU time (s) 4463.98
Current children cumulated vsize (KiB) 97152

[startup+4464.8 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14679
/proc/meminfo: memFree=6415164/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4462.85 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20538 0 19 0 446279 6 0 0 25 0 1 0 907432696 90570752 20493 33554432000 134512640 134556542 4292156704 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20493 214 11 0 21446 0
Current children cumulated CPU time (s) 4464.78
Current children cumulated vsize (KiB) 97152

[startup+4465.01 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 14679
/proc/meminfo: memFree=6415164/32951124 swapFree=67076880/67111528
[pid=14531] ppid=14529 vsize=8704 CPUtime=1.93 cores=0,2,4,6
/proc/14531/stat : 14531 (ebglucose.sh) S 14529 14531 14046 0 -1 4202496 380 26868 0 1 0 0 188 5 18 0 1 0 907432501 8912896 256 33554432000 4194304 4922060 140733979374736 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/14531/statm: 2176 256 211 178 0 69 0
[pid=14547] ppid=14531 vsize=88448 CPUtime=4463.05 cores=0,2,4,6
/proc/14547/stat : 14547 (ebglucose_stati) R 14531 14531 14046 0 -1 4202496 20538 0 19 0 446299 6 0 0 25 0 1 0 907432696 90570752 20493 33554432000 134512640 134556542 4292156704 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 2 0 0 11
/proc/14547/statm: 22112 20493 214 11 0 21446 0
Current children cumulated CPU time (s) 4464.98
Current children cumulated vsize (KiB) 97152

Child status: 20
Real time (s): 4465.06
CPU time (s): 4465.05
CPU user time (s): 4464.92
CPU system time (s): 0.132979
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 100008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4464.92
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48010
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 6145

runsolver used 8.07677 second user time and 15.3617 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-13 11:45:48
IDJOB=3498552
IDBENCH=20387
IDSOLVER=1992
FILE ID=node139/3498552-1307958347
RUNJOBID= node139-1307958347-14513
PBS_JOBID= 13559689
Free space on /tmp= 2672 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498552-1307958347/watcher-3498552-1307958347 -o /tmp/evaluation-result-3498552-1307958347/solver-3498552-1307958347 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498552-1307958347.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1318800358

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6751316 kB
Buffers:        119240 kB
Cached:       25213472 kB
SwapCached:       3400 kB
Active:       10167516 kB
Inactive:     15203192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6751316 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           23440 kB
Writeback:           0 kB
AnonPages:       36528 kB
Mapped:          13408 kB
Slab:           764036 kB
PageTables:       4372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195544 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= 2656 MiB
End job on node139 at 2011-06-13 13:00:13