Trace number 3498550

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 2658.12 2658.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1912.22
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

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.41	c ==============================================================================
0.00/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.41	c ==============================================================================
0.00/0.41	c |         0 | 1051601  2451966 |  315480       0        0     nan |  0.000 % |
2.99/3.05	c |         0 |  393294  1026178 |      --       0       --      -- |     --   | -420354/-887288
2.99/3.05	c ==============================================================================
2.99/3.05	c Result  :   #vars: 62370   #clauses: 393294   #literals: 1026178
2.99/3.05	c CPU time:   2.95255 s
2.99/3.05	c ==============================================================================
3.20/3.26	c
3.20/3.26	c Starting glucose
3.20/3.26	c
3.20/3.27	
3.20/3.27	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.20/3.27	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.20/3.27	
3.20/3.27	c ============================[ Problem Statistics ]=============================
3.20/3.27	c |                                                                             |
3.20/3.27	c |  Number of variables:  62370                                                |
3.20/3.27	c |  Number of clauses:    393294                                               |
3.25/3.41	c |  Parsing time:         0.13         s                                       |
2658.07/2658.00	c restarts              : 3777
2658.07/2658.00	c nb ReduceDB           : 98
2658.07/2658.00	c nb learnts DL2        : 4238
2658.07/2658.00	c nb learnts size 2     : 843
2658.07/2658.00	c nb learnts size 1     : 218
2658.07/2658.00	c conflicts             : 6812169        (2566 /sec)
2658.07/2658.00	c decisions             : 8810676        (0.70 % random) (3319 /sec)
2658.07/2658.00	c propagations          : 4511975814     (1699559 /sec)
2658.07/2658.00	c conflict literals     : 262479216      (51.01 % deleted)
2658.07/2658.00	c Memory used           : 82.47 MB
2658.07/2658.00	c CPU time              : 2654.79 s
2658.07/2658.00	
2658.07/2658.01	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 /var/tmp/evaluation-result-3498550-1307958219/watcher-3498550-1307958219 -o /var/tmp/evaluation-result-3498550-1307958219/solver-3498550-1307958219 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498550-1307958219.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: 1.96 2.00 1.96 2/178 7497
/proc/meminfo: memFree=7397764/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0

[startup+0.072566 s]
/proc/loadavg: 1.96 2.00 1.96 2/178 7497
/proc/meminfo: memFree=7397764/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10056 s]
/proc/loadavg: 1.96 2.00 1.96 2/178 7497
/proc/meminfo: memFree=7397764/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300522 s]
/proc/loadavg: 1.96 2.00 1.96 2/178 7497
/proc/meminfo: memFree=7397764/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700511 s]
/proc/loadavg: 1.96 2.00 1.96 2/178 7497
/proc/meminfo: memFree=7397764/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50037 s]
/proc/loadavg: 1.96 2.00 1.96 3/180 7500
/proc/meminfo: memFree=7281840/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0
[pid=7499] ppid=7497 vsize=128904 CPUtime=1.49 cores=1,3,5,7
/proc/7499/stat : 7499 (SatELite_releas) R 7497 7497 7101 0 -1 4202496 30899 0 0 0 142 7 0 0 25 0 1 0 907421680 131997696 28167 33554432000 134512640 135144230 4288142256 18446744073709551615 134585324 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/7499/statm: 32226 28167 78 155 0 32069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137608

[startup+3.10099 s]
/proc/loadavg: 1.96 2.00 1.96 3/180 7500
/proc/meminfo: memFree=7275912/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 354 233 0 0 0 0 0 0 24 0 1 0 907421680 8912896 252 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/7497/statm: 2176 252 211 178 0 69 0
[pid=7499] ppid=7497 vsize=131496 CPUtime=3.09 cores=1,3,5,7
/proc/7499/stat : 7499 (SatELite_releas) R 7497 7497 7101 0 -1 4202496 45150 0 0 0 299 10 0 0 25 0 1 0 907421680 134651904 28728 33554432000 134512640 135144230 4288142256 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/7499/statm: 32874 28728 78 155 0 32717 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140200

[startup+6.30038 s]
/proc/loadavg: 1.96 2.00 1.96 3/180 7501
/proc/meminfo: memFree=7350560/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=34324 CPUtime=3.02 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 7810 0 0 0 301 1 0 0 25 0 1 0 907422007 35147776 7738 33554432000 134512640 134556542 4294756032 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 8581 7738 213 11 0 7915 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43028

[startup+12.7002 s]
/proc/loadavg: 1.96 2.00 1.96 3/180 7501
/proc/meminfo: memFree=7342520/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=43064 CPUtime=9.42 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 10005 0 0 0 941 1 0 0 25 0 1 0 907422007 44097536 9933 33554432000 134512640 134556542 4294756032 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 10766 9933 213 11 0 10100 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 51768

[startup+25.5007 s]
/proc/loadavg: 1.97 2.00 1.96 3/180 7502
/proc/meminfo: memFree=7336880/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=48424 CPUtime=22.22 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 11308 0 0 0 2221 1 0 0 25 0 1 0 907422007 49586176 11236 33554432000 134512640 134556542 4294756032 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 12106 11236 213 11 0 11440 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57128

[startup+51.1008 s]
/proc/loadavg: 1.98 2.00 1.96 3/180 7502
/proc/meminfo: memFree=7329372/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=49404 CPUtime=47.83 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 11520 0 0 0 4781 2 0 0 25 0 1 0 907422007 50589696 11448 33554432000 134512640 134556542 4294756032 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 12351 11448 213 11 0 11685 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58108

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7504
/proc/meminfo: memFree=7317732/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=52824 CPUtime=99.03 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 12382 0 0 0 9901 2 0 0 25 0 1 0 907422007 54091776 12310 33554432000 134512640 134556542 4294756032 18446744073709551615 134536861 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 13206 12310 213 11 0 12540 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 61528

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7505
/proc/meminfo: memFree=7308412/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=58096 CPUtime=159.03 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 13690 0 0 0 15901 2 0 0 25 0 1 0 907422007 59490304 13618 33554432000 134512640 134556542 4294756032 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 14524 13618 213 11 0 13858 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 66800

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7507
/proc/meminfo: memFree=7301052/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=62180 CPUtime=219.03 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 14648 0 0 0 21901 2 0 0 25 0 1 0 907422007 63672320 14576 33554432000 134512640 134556542 4294756032 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 15545 14576 213 11 0 14879 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 70884

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7508
/proc/meminfo: memFree=7291596/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=62460 CPUtime=279.03 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 14715 0 0 0 27901 2 0 0 25 0 1 0 907422007 63959040 14643 33554432000 134512640 134556542 4294756032 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 15615 14643 213 11 0 14949 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 71164

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7510
/proc/meminfo: memFree=7290680/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=63432 CPUtime=339.03 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 14960 0 0 0 33901 2 0 0 25 0 1 0 907422007 64954368 14888 33554432000 134512640 134556542 4294756032 18446744073709551615 134529730 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 15858 14888 213 11 0 15192 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 72136

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 7512
/proc/meminfo: memFree=7284200/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7

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


[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7575
/proc/meminfo: memFree=7170636/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=82092 CPUtime=2319.11 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 18984 0 0 0 231907 4 0 0 25 0 1 0 907422007 84062208 18912 33554432000 134512640 134556542 4294756032 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 20523 18912 213 11 0 19857 0
Current children cumulated CPU time (s) 2322.36
Current children cumulated vsize (KiB) 90796

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7576
/proc/meminfo: memFree=7167736/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=82440 CPUtime=2379.11 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19083 0 0 0 237907 4 0 0 25 0 1 0 907422007 84418560 19011 33554432000 134512640 134556542 4294756032 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 20610 19011 213 11 0 19944 0
Current children cumulated CPU time (s) 2382.36
Current children cumulated vsize (KiB) 91144

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7578
/proc/meminfo: memFree=7167068/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=82956 CPUtime=2439.12 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19191 0 0 0 243908 4 0 0 25 0 1 0 907422007 84946944 19119 33554432000 134512640 134556542 4294756032 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 20739 19119 213 11 0 20073 0
Current children cumulated CPU time (s) 2442.37
Current children cumulated vsize (KiB) 91660

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7580
/proc/meminfo: memFree=7164192/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=83388 CPUtime=2499.12 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19278 0 0 0 249908 4 0 0 25 0 1 0 907422007 85389312 19206 33554432000 134512640 134556542 4294756032 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 20847 19206 213 11 0 20181 0
Current children cumulated CPU time (s) 2502.37
Current children cumulated vsize (KiB) 92092

[startup+2562.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 7581
/proc/meminfo: memFree=7158820/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=83892 CPUtime=2559.12 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19389 0 0 0 255908 4 0 0 25 0 1 0 907422007 85905408 19317 33554432000 134512640 134556542 4294756032 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 20973 19317 213 11 0 20307 0
Current children cumulated CPU time (s) 2562.37
Current children cumulated vsize (KiB) 92596

[startup+2622.3 s]
/proc/loadavg: 2.06 2.02 1.99 3/180 7583
/proc/meminfo: memFree=7158908/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84304 CPUtime=2619.12 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19447 0 0 0 261908 4 0 0 25 0 1 0 907422007 86327296 19375 33554432000 134512640 134556542 4294756032 18446744073709551615 134531579 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21076 19375 213 11 0 20410 0
Current children cumulated CPU time (s) 2622.37
Current children cumulated vsize (KiB) 93008

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

[startup+2636.71 s]
/proc/loadavg: 2.05 2.01 1.99 3/180 7583
/proc/meminfo: memFree=7158892/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84304 CPUtime=2633.53 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19447 0 0 0 263349 4 0 0 25 0 1 0 907422007 86327296 19375 33554432000 134512640 134556542 4294756032 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21076 19375 213 11 0 20410 0
Current children cumulated CPU time (s) 2636.78
Current children cumulated vsize (KiB) 93008

[startup+2649.5 s]
/proc/loadavg: 2.04 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158392/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84304 CPUtime=2646.32 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19449 0 0 0 264628 4 0 0 25 0 1 0 907422007 86327296 19377 33554432000 134512640 134556542 4294756032 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21076 19377 213 11 0 20410 0
Current children cumulated CPU time (s) 2649.57
Current children cumulated vsize (KiB) 93008

[startup+2652.7 s]
/proc/loadavg: 2.04 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158268/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84448 CPUtime=2649.52 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19478 0 0 0 264948 4 0 0 25 0 1 0 907422007 86474752 19406 33554432000 134512640 134556542 4294756032 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21112 19406 213 11 0 20446 0
Current children cumulated CPU time (s) 2652.77
Current children cumulated vsize (KiB) 93152

[startup+2655.9 s]
/proc/loadavg: 2.04 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158268/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84448 CPUtime=2652.72 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19478 0 0 0 265268 4 0 0 25 0 1 0 907422007 86474752 19406 33554432000 134512640 134556542 4294756032 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21112 19406 213 11 0 20446 0
Current children cumulated CPU time (s) 2655.97
Current children cumulated vsize (KiB) 93152

[startup+2656.7 s]
/proc/loadavg: 2.04 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158268/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84448 CPUtime=2653.52 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19478 0 0 0 265348 4 0 0 25 0 1 0 907422007 86474752 19406 33554432000 134512640 134556542 4294756032 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21112 19406 213 11 0 20446 0
Current children cumulated CPU time (s) 2656.77
Current children cumulated vsize (KiB) 93152

[startup+2657.5 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158144/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84448 CPUtime=2654.33 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19478 0 0 0 265429 4 0 0 25 0 1 0 907422007 86474752 19406 33554432000 134512640 134556542 4294756032 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21112 19406 213 11 0 20446 0
Current children cumulated CPU time (s) 2657.58
Current children cumulated vsize (KiB) 93152

[startup+2657.9 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158144/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84448 CPUtime=2654.72 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19478 0 0 0 265468 4 0 0 25 0 1 0 907422007 86474752 19406 33554432000 134512640 134556542 4294756032 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21112 19406 213 11 0 20446 0
Current children cumulated CPU time (s) 2657.97
Current children cumulated vsize (KiB) 93152

[startup+2658 s]
/proc/loadavg: 2.03 2.01 1.99 3/180 7584
/proc/meminfo: memFree=7158144/32950928 swapFree=67055948/67111528
[pid=7497] ppid=7495 vsize=8704 CPUtime=3.25 cores=1,3,5,7
/proc/7497/stat : 7497 (ebglucose.sh) S 7495 7497 7101 0 -1 4202496 381 45384 0 0 0 0 314 11 18 0 1 0 907421680 8912896 255 33554432000 4194304 4922060 140734310927184 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/7497/statm: 2176 255 211 178 0 69 0
[pid=7501] ppid=7497 vsize=84448 CPUtime=2654.82 cores=1,3,5,7
/proc/7501/stat : 7501 (ebglucose_stati) R 7497 7497 7101 0 -1 4202496 19478 0 0 0 265478 4 0 0 25 0 1 0 907422007 86474752 19406 33554432000 134512640 134556542 4294756032 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7501/statm: 21112 19406 213 11 0 20446 0
Current children cumulated CPU time (s) 2658.07
Current children cumulated vsize (KiB) 93152

Child status: 20
Real time (s): 2658.02
CPU time (s): 2658.12
CPU user time (s): 2657.94
CPU system time (s): 0.174973
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 151988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2657.94
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65467
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= 51
involuntary context switches= 3604

runsolver used 4.00139 second user time and 9.27659 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 11:43:40
IDJOB=3498550
IDBENCH=20384
IDSOLVER=1992
FILE ID=node127/3498550-1307958219
RUNJOBID= node127-1307958143-7422
PBS_JOBID= 13559701
Free space on /var/tmp= 2836 MiB

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

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=1214672813

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7398068 kB
Buffers:        108808 kB
Cached:       24521480 kB
SwapCached:       9120 kB
Active:        9172604 kB
Inactive:     15564368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7398068 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           26532 kB
Writeback:           0 kB
AnonPages:      103808 kB
Mapped:          14080 kB
Slab:           751788 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   295636 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 /var/tmp at the end= 2836 MiB
End job on node127 at 2011-06-13 12:27:58