Trace number 3498572

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 4539.33 4540.91

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 6069108
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.12	
0.00/0.12	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.12	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.12	
0.00/0.12	c ============================[ Problem Statistics ]=============================
0.00/0.12	c |                                                                             |
0.00/0.12	c |  Number of variables:  306095                                               |
0.00/0.12	c |  Number of clauses:    6069108                                              |
1.97/2.14	c |  Parsing time:         1.89         s                                       |
4539.21/4540.88	c restarts              : 12061
4539.21/4540.88	c nb ReduceDB           : 96
4539.21/4540.88	c nb learnts DL2        : 41778
4539.21/4540.88	c nb learnts size 2     : 10606
4539.21/4540.88	c nb learnts size 1     : 43
4539.21/4540.88	c conflicts             : 6533692        (1439 /sec)
4539.21/4540.88	c decisions             : 291043411      (0.80 % random) (64119 /sec)
4539.21/4540.88	c propagations          : 18220801616    (4014200 /sec)
4539.21/4540.88	c conflict literals     : 564164541      (54.12 % deleted)
4539.21/4540.88	c Memory used           : 463.62 MB
4539.21/4540.88	c CPU time              : 4539.09 s
4539.21/4540.88	
4539.21/4540.88	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-3498572-1307959510/watcher-3498572-1307959510 -o /var/tmp/evaluation-result-3498572-1307959510/solver-3498572-1307959510 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498572-1307959510.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.05 1.01 1.19 2/174 9789
/proc/meminfo: memFree=8168260/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 321 0 0 0 0 0 0 0 24 0 1 0 986182149 8908800 249 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988592384 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/9789/statm: 2175 249 209 178 0 68 0

[startup+0.086158 s]
/proc/loadavg: 1.05 1.01 1.19 2/174 9789
/proc/meminfo: memFree=8168260/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100155 s]
/proc/loadavg: 1.05 1.01 1.19 2/174 9789
/proc/meminfo: memFree=8168260/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300124 s]
/proc/loadavg: 1.05 1.01 1.19 2/174 9789
/proc/meminfo: memFree=8168260/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701054 s]
/proc/loadavg: 1.05 1.01 1.19 2/174 9789
/proc/meminfo: memFree=8168260/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 1.12 1.03 1.19 3/176 9793
/proc/meminfo: memFree=7979268/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=238660 CPUtime=1.37 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 56898 0 17 0 128 9 0 0 25 0 1 0 986182150 244387840 56855 33554432000 134512640 134556542 4290321376 18446744073709551615 8214012 0 0 4096 8388611 0 0 0 17 5 0 0 10
/proc/9793/statm: 59665 56856 197 11 0 58999 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 247364

[startup+3.10063 s]
/proc/loadavg: 1.12 1.03 1.19 3/176 9793
/proc/meminfo: memFree=7757964/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=356280 CPUtime=2.69 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) D 9789 9789 9247 0 -1 4202496 85334 0 17 0 256 13 0 0 25 0 1 0 986182150 364830720 85291 33554432000 134512640 134556542 4290321376 18446744073709551615 9919616 0 0 4096 8388611 18446744071562234166 0 0 17 5 0 0 10
/proc/9793/statm: 89070 85291 207 11 0 88404 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 364984

[startup+6.30608 s]
/proc/loadavg: 1.19 1.05 1.19 3/180 9806
/proc/meminfo: memFree=7523376/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=358868 CPUtime=4.62 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 86007 0 19 0 448 14 0 0 20 0 1 0 986182150 367480832 85966 33554432000 134512640 134556542 4290321376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 89717 85966 213 11 0 89051 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 367572
heavy processes:

[startup+12.701 s]
/proc/loadavg: 1.26 1.06 1.20 3/180 9806
/proc/meminfo: memFree=6862480/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=361276 CPUtime=11.01 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 86592 0 19 0 1087 14 0 0 25 0 1 0 986182150 369946624 86551 33554432000 134512640 134556542 4290321376 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 90319 86551 213 11 0 89653 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 369980

[startup+25.5007 s]
/proc/loadavg: 1.37 1.09 1.21 3/176 9815
/proc/meminfo: memFree=7615540/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=366680 CPUtime=23.81 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 87930 0 19 0 2366 15 0 0 25 0 1 0 986182150 375480320 87889 33554432000 134512640 134556542 4290321376 18446744073709551615 134543451 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 91670 87889 213 11 0 91004 0
Current children cumulated CPU time (s) 23.81
Current children cumulated vsize (KiB) 375384

[startup+51.1003 s]
/proc/loadavg: 1.66 1.18 1.23 3/180 9849
/proc/meminfo: memFree=7119304/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=371832 CPUtime=49.41 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 89198 0 19 0 4926 15 0 0 25 0 1 0 986182150 380755968 89157 33554432000 134512640 134556542 4290321376 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 92958 89157 213 11 0 92292 0
Current children cumulated CPU time (s) 49.41
Current children cumulated vsize (KiB) 380536

[startup+102.3 s]
/proc/loadavg: 1.86 1.31 1.27 3/180 9851
/proc/meminfo: memFree=6788364/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=379020 CPUtime=100.6 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 91017 0 19 0 10045 15 0 0 25 0 1 0 986182150 388116480 90976 33554432000 134512640 134556542 4290321376 18446744073709551615 134537074 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 94755 90976 213 11 0 94089 0
Current children cumulated CPU time (s) 100.6
Current children cumulated vsize (KiB) 387724

[startup+162.301 s]
/proc/loadavg: 1.95 1.44 1.31 3/180 9894
/proc/meminfo: memFree=7775684/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=382532 CPUtime=160.61 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 91884 0 19 0 16045 16 0 0 25 0 1 0 986182150 391712768 91843 33554432000 134512640 134556542 4290321376 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 95633 91843 213 11 0 94967 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 391236

[startup+222.3 s]
/proc/loadavg: 1.98 1.54 1.36 3/180 9896
/proc/meminfo: memFree=7767312/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=384576 CPUtime=220.62 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 92321 0 19 0 22046 16 0 0 25 0 1 0 986182150 393805824 92280 33554432000 134512640 134556542 4290321376 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 96144 92280 213 11 0 95478 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 393280

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.39 3/180 9897
/proc/meminfo: memFree=7755748/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=390844 CPUtime=280.62 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 93873 0 19 0 28046 16 0 0 25 0 1 0 986182150 400224256 93832 33554432000 134512640 134556542 4290321376 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 97711 93832 213 11 0 97045 0
Current children cumulated CPU time (s) 280.62
Current children cumulated vsize (KiB) 399548

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.43 3/180 9899
/proc/meminfo: memFree=7746672/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=395100 CPUtime=340.61 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 94939 0 19 0 34045 16 0 0 25 0 1 0 986182150 404582400 94898 33554432000 134512640 134556542 4290321376 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 98775 94898 213 11 0 98109 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 403804

[startup+402.307 s]
/proc/loadavg: 1.99 1.74 1.46 3/180 9901
/proc/meminfo: memFree=7744160/32950940 swapFree=67053420/67111528

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


[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10228
/proc/meminfo: memFree=7633464/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474344 CPUtime=4180.7 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114590 0 19 0 418049 21 0 0 25 0 1 0 986182150 485728256 114524 33554432000 134512640 134556542 4290321376 18446744073709551615 134529977 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118586 114524 213 11 0 117920 0
Current children cumulated CPU time (s) 4180.7
Current children cumulated vsize (KiB) 483048

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10230
/proc/meminfo: memFree=7632916/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474344 CPUtime=4240.71 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114598 0 19 0 424050 21 0 0 25 0 1 0 986182150 485728256 114532 33554432000 134512640 134556542 4290321376 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118586 114532 213 11 0 117920 0
Current children cumulated CPU time (s) 4240.71
Current children cumulated vsize (KiB) 483048

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10232
/proc/meminfo: memFree=7632752/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474344 CPUtime=4300.7 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114598 0 19 0 430049 21 0 0 25 0 1 0 986182150 485728256 114532 33554432000 134512640 134556542 4290321376 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118586 114532 213 11 0 117920 0
Current children cumulated CPU time (s) 4300.7
Current children cumulated vsize (KiB) 483048

[startup+4362.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10233
/proc/meminfo: memFree=7632308/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4360.71 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114681 0 19 0 436050 21 0 0 25 0 1 0 986182150 486137856 114615 33554432000 134512640 134556542 4290321376 18446744073709551615 134528857 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114615 213 11 0 118020 0
Current children cumulated CPU time (s) 4360.71
Current children cumulated vsize (KiB) 483448

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10235
/proc/meminfo: memFree=7631636/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4420.7 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114683 0 19 0 442049 21 0 0 25 0 1 0 986182150 486137856 114617 33554432000 134512640 134556542 4290321376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114617 213 11 0 118020 0
Current children cumulated CPU time (s) 4420.7
Current children cumulated vsize (KiB) 483448

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10236
/proc/meminfo: memFree=7631324/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4480.71 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114683 0 19 0 448050 21 0 0 25 0 1 0 986182150 486137856 114617 33554432000 134512640 134556542 4290321376 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114617 213 11 0 118020 0
Current children cumulated CPU time (s) 4480.71
Current children cumulated vsize (KiB) 483448

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

[startup+4506.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10237
/proc/meminfo: memFree=7631172/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4504.71 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 450450 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4504.71
Current children cumulated vsize (KiB) 483448

[startup+4519.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10237
/proc/meminfo: memFree=7630920/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4517.51 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 451730 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4517.51
Current children cumulated vsize (KiB) 483448

[startup+4531.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10238
/proc/meminfo: memFree=7631148/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4530.31 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 453010 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4530.31
Current children cumulated vsize (KiB) 483448

[startup+4535.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10238
/proc/meminfo: memFree=7630900/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4533.51 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 453330 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134529356 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4533.51
Current children cumulated vsize (KiB) 483448

[startup+4538.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10238
/proc/meminfo: memFree=7631012/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4536.71 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 453650 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4536.71
Current children cumulated vsize (KiB) 483448

[startup+4539.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10238
/proc/meminfo: memFree=7631132/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4538.31 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 453810 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4538.31
Current children cumulated vsize (KiB) 483448

[startup+4540.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10238
/proc/meminfo: memFree=7631132/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=474744 CPUtime=4539.11 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202496 114685 0 19 0 453890 21 0 0 25 0 1 0 986182150 486137856 114619 33554432000 134512640 134556542 4290321376 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 5 0 0 166
/proc/9793/statm: 118686 114619 213 11 0 118020 0
Current children cumulated CPU time (s) 4539.11
Current children cumulated vsize (KiB) 483448

[startup+4540.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10238
/proc/meminfo: memFree=7631132/32950940 swapFree=67053420/67111528
[pid=9789] ppid=9787 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/9789/stat : 9789 (ebglucose.sh) S 9787 9789 9247 0 -1 4202496 378 344 0 1 0 0 0 0 25 0 1 0 986182149 8912896 254 33554432000 4194304 4922060 140736289455440 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9789/statm: 2176 254 211 178 0 69 0
[pid=9793] ppid=9789 vsize=0 CPUtime=4539.31 cores=1,3,5,7
/proc/9793/stat : 9793 (ebglucose_stati) R 9789 9789 9247 0 -1 4202500 114700 0 19 0 453908 23 0 0 25 0 1 0 986182150 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 5 0 0 166
/proc/9793/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4539.31
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 4540.91
CPU time (s): 4539.33
CPU user time (s): 4539.09
CPU system time (s): 0.241963
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 483448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4539.09
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115633
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100
involuntary context switches= 53009

runsolver used 7.51886 second user time and 16.5915 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-13 12:05:14
IDJOB=3498572
IDBENCH=20580
IDSOLVER=1992
FILE ID=node117/3498572-1307959510
RUNJOBID= node117-1307959510-9772
PBS_JOBID= 13559711
Free space on /var/tmp= 2620 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498572-1307959510/watcher-3498572-1307959510 -o /var/tmp/evaluation-result-3498572-1307959510/solver-3498572-1307959510 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498572-1307959510.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1945616991

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       8168308 kB
Buffers:        103780 kB
Cached:       23865208 kB
SwapCached:      11156 kB
Active:        8117040 kB
Inactive:     15874364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       8168308 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:          273324 kB
Writeback:           0 kB
AnonPages:       19280 kB
Mapped:          12376 kB
Slab:           725372 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   189452 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= 2700 MiB
End job on node117 at 2011-06-13 13:20:55