Trace number 3498577

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 4911.63 4911.55

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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...
1.29/1.32	c ==============================================================================
1.29/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.32	c ==============================================================================
1.29/1.32	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
12.19/12.22	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
12.19/12.22	c ==============================================================================
12.19/12.22	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
12.19/12.22	c CPU time:   12.0632 s
12.19/12.22	c ==============================================================================
13.99/14.02	c
13.99/14.02	c Starting glucose
13.99/14.02	c
13.99/14.03	
13.99/14.03	c This is EBGlucose 1.0 -- based on Glucose version 1.0
13.99/14.03	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
13.99/14.03	
13.99/14.03	c ============================[ Problem Statistics ]=============================
13.99/14.03	c |                                                                             |
13.99/14.03	c |  Number of variables:  136989                                               |
13.99/14.03	c |  Number of clauses:    3193200                                              |
14.97/15.09	c |  Parsing time:         1.01         s                                       |
4911.56/4911.52	c restarts              : 15560
4911.56/4911.52	c nb ReduceDB           : 141
4911.56/4911.52	c nb learnts DL2        : 47265
4911.56/4911.52	c nb learnts size 2     : 4702
4911.56/4911.52	c nb learnts size 1     : 35
4911.56/4911.52	c conflicts             : 12756952       (2605 /sec)
4911.56/4911.52	c decisions             : 275695047      (0.67 % random) (56295 /sec)
4911.56/4911.52	c propagations          : 14360143922    (2932224 /sec)
4911.56/4911.52	c conflict literals     : 779200747      (46.36 % deleted)
4911.56/4911.52	c Memory used           : 319.30 MB
4911.56/4911.52	c CPU time              : 4897.36 s
4911.56/4911.52	
4911.56/4911.53	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-3498577-1308500416/watcher-3498577-1308500416 -o /tmp/evaluation-result-3498577-1308500416/solver-3498577-1308500416 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498577-1308500416.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: 2.00 2.00 2.00 3/178 5861
/proc/meminfo: memFree=28597088/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0

[startup+0.0636321 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5861
/proc/meminfo: memFree=28597088/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100625 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5861
/proc/meminfo: memFree=28597088/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30058 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5861
/proc/meminfo: memFree=28597088/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700554 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5861
/proc/meminfo: memFree=28597088/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5864
/proc/meminfo: memFree=28460820/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
[pid=5863] ppid=5861 vsize=244256 CPUtime=1.49 cores=0,2,4,6
/proc/5863/stat : 5863 (SatELite_releas) R 5861 5861 5291 0 -1 4202496 59859 0 0 0 137 12 0 0 25 0 1 0 1040272491 250118144 55174 33554432000 134512640 135144230 4288617744 18446744073709551615 134547576 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5863/statm: 61064 55174 78 155 0 60907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 252960

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5864
/proc/meminfo: memFree=28360132/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
[pid=5863] ppid=5861 vsize=265080 CPUtime=3.09 cores=0,2,4,6
/proc/5863/stat : 5863 (SatELite_releas) R 5861 5861 5291 0 -1 4202496 64230 0 0 0 295 14 0 0 25 0 1 0 1040272491 271441920 59545 33554432000 134512640 135144230 4288617744 18446744073709551615 134547576 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5863/statm: 66270 59545 78 155 0 66113 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 273784

[startup+6.30055 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5864
/proc/meminfo: memFree=28334720/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
[pid=5863] ppid=5861 vsize=299276 CPUtime=6.29 cores=0,2,4,6
/proc/5863/stat : 5863 (SatELite_releas) R 5861 5861 5291 0 -1 4202496 69875 0 0 0 615 14 0 0 25 0 1 0 1040272491 306458624 64888 33554432000 134512640 135144230 4288617744 18446744073709551615 134605479 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5863/statm: 74819 64888 117 155 0 74662 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 307980

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5864
/proc/meminfo: memFree=28333456/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 355 232 0 0 0 0 0 0 24 0 1 0 1040272491 8912896 253 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/5861/statm: 2176 253 211 178 0 69 0
[pid=5863] ppid=5861 vsize=265628 CPUtime=12.69 cores=0,2,4,6
/proc/5863/stat : 5863 (SatELite_releas) R 5861 5861 5291 0 -1 4202496 81737 0 0 0 1252 17 0 0 25 0 1 0 1040272491 272003072 59772 33554432000 134512640 135144230 4288617744 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/5863/statm: 66407 59772 81 155 0 66250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 274332

[startup+25.5012 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 5865
/proc/meminfo: memFree=28321444/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=205300 CPUtime=11.46 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 50077 0 0 0 1139 7 0 0 25 0 1 0 1040273894 210227200 49974 33554432000 134512640 134556542 4292110320 18446744073709551615 134528966 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/5865/statm: 51325 49974 213 11 0 50659 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 214004

[startup+51.1007 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 5866
/proc/meminfo: memFree=28315080/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=209616 CPUtime=37.06 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 51137 0 0 0 3698 8 0 0 25 0 1 0 1040273894 214646784 51034 33554432000 134512640 134556542 4292110320 18446744073709551615 134537557 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 52404 51034 213 11 0 51738 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 218320

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 5867
/proc/meminfo: memFree=28298172/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=213740 CPUtime=88.26 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 52140 0 0 0 8818 8 0 0 25 0 1 0 1040273894 218869760 52037 33554432000 134512640 134556542 4292110320 18446744073709551615 134528959 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 53435 52037 213 11 0 52769 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 222444

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5869
/proc/meminfo: memFree=28294184/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=217084 CPUtime=148.26 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 52983 0 0 0 14817 9 0 0 25 0 1 0 1040273894 222294016 52880 33554432000 134512640 134556542 4292110320 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 54271 52880 213 11 0 53605 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 225788

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5871
/proc/meminfo: memFree=28284004/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=220404 CPUtime=208.26 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 53811 0 0 0 20817 9 0 0 25 0 1 0 1040273894 225693696 53708 33554432000 134512640 134556542 4292110320 18446744073709551615 134528857 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 55101 53708 213 11 0 54435 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 229108

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5872
/proc/meminfo: memFree=28280144/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=221400 CPUtime=268.26 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 54041 0 0 0 26817 9 0 0 25 0 1 0 1040273894 226713600 53938 33554432000 134512640 134556542 4292110320 18446744073709551615 134543818 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 55350 53938 213 11 0 54684 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 230104

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5874
/proc/meminfo: memFree=28273948/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=223160 CPUtime=328.26 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 54488 0 0 0 32816 10 0 0 25 0 1 0 1040273894 228515840 54385 33554432000 134512640 134556542 4292110320 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 55790 54385 213 11 0 55124 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 231864

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5875
/proc/meminfo: memFree=28263708/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6

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


[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6162
/proc/meminfo: memFree=28093472/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326012 CPUtime=4408.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79716 0 0 0 440813 21 0 0 25 0 1 0 1040273894 333836288 79525 33554432000 134512640 134556542 4292110320 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81503 79525 213 11 0 80837 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 334716

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6163
/proc/meminfo: memFree=28092440/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326012 CPUtime=4468.33 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79718 0 0 0 446812 21 0 0 25 0 1 0 1040273894 333836288 79527 33554432000 134512640 134556542 4292110320 18446744073709551615 134537005 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81503 79527 213 11 0 80837 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 334716

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6165
/proc/meminfo: memFree=28089788/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326120 CPUtime=4528.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79728 0 0 0 452813 21 0 0 25 0 1 0 1040273894 333946880 79537 33554432000 134512640 134556542 4292110320 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81530 79537 213 11 0 80864 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 334824

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6166
/proc/meminfo: memFree=28089628/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326120 CPUtime=4588.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79730 0 0 0 458813 21 0 0 25 0 1 0 1040273894 333946880 79539 33554432000 134512640 134556542 4292110320 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81530 79539 213 11 0 80864 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 334824

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6168
/proc/meminfo: memFree=28089344/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326280 CPUtime=4648.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79780 0 0 0 464813 21 0 0 25 0 1 0 1040273894 334110720 79589 33554432000 134512640 134556542 4292110320 18446744073709551615 134525290 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81570 79589 213 11 0 80904 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 334984

[startup+4722.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 6173
/proc/meminfo: memFree=28088180/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4708.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79796 0 0 0 470813 21 0 0 25 0 1 0 1040273894 334807040 79605 33554432000 134512640 134556542 4292110320 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79605 213 11 0 81074 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 335664

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/180 6174
/proc/meminfo: memFree=28088296/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4768.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79796 0 0 0 476813 21 0 0 25 0 1 0 1040273894 334807040 79605 33554432000 134512640 134556542 4292110320 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79605 213 11 0 81074 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 335664

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6176
/proc/meminfo: memFree=28087516/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4828.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79796 0 0 0 482813 21 0 0 25 0 1 0 1040273894 334807040 79605 33554432000 134512640 134556542 4292110320 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79605 213 11 0 81074 0
Current children cumulated CPU time (s) 4842.35
Current children cumulated vsize (KiB) 335664

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6177
/proc/meminfo: memFree=28085488/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4888.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79802 0 0 0 488813 21 0 0 25 0 1 0 1040273894 334807040 79611 33554432000 134512640 134556542 4292110320 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79611 213 11 0 81074 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 335664

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

[startup+4905.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6178
/proc/meminfo: memFree=28085720/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4891.54 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79802 0 0 0 489133 21 0 0 25 0 1 0 1040273894 334807040 79611 33554432000 134512640 134556542 4292110320 18446744073709551615 134542064 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79611 213 11 0 81074 0
Current children cumulated CPU time (s) 4905.55
Current children cumulated vsize (KiB) 335664

[startup+4908.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6178
/proc/meminfo: memFree=28085596/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4894.74 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79802 0 0 0 489453 21 0 0 25 0 1 0 1040273894 334807040 79611 33554432000 134512640 134556542 4292110320 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79611 213 11 0 81074 0
Current children cumulated CPU time (s) 4908.75
Current children cumulated vsize (KiB) 335664

[startup+4910.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6178
/proc/meminfo: memFree=28085596/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4896.34 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79802 0 0 0 489613 21 0 0 25 0 1 0 1040273894 334807040 79611 33554432000 134512640 134556542 4292110320 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79611 213 11 0 81074 0
Current children cumulated CPU time (s) 4910.35
Current children cumulated vsize (KiB) 335664

[startup+4911.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6178
/proc/meminfo: memFree=28085596/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4897.14 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79802 0 0 0 489693 21 0 0 25 0 1 0 1040273894 334807040 79611 33554432000 134512640 134556542 4292110320 18446744073709551615 134536861 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79611 213 11 0 81074 0
Current children cumulated CPU time (s) 4911.15
Current children cumulated vsize (KiB) 335664

[startup+4911.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 6178
/proc/meminfo: memFree=28085716/32951124 swapFree=67054724/67111528
[pid=5861] ppid=5859 vsize=8704 CPUtime=14.01 cores=0,2,4,6
/proc/5861/stat : 5861 (ebglucose.sh) S 5859 5861 5291 0 -1 4202496 381 81970 0 0 0 0 1376 25 18 0 1 0 1040272491 8912896 256 33554432000 4194304 4922060 140735954927264 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/5861/statm: 2176 256 211 178 0 69 0
[pid=5865] ppid=5861 vsize=326960 CPUtime=4897.55 cores=0,2,4,6
/proc/5865/stat : 5865 (ebglucose_stati) R 5861 5861 5291 0 -1 4202496 79802 0 0 0 489734 21 0 0 25 0 1 0 1040273894 334807040 79611 33554432000 134512640 134556542 4292110320 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/5865/statm: 81740 79611 213 11 0 81074 0
Current children cumulated CPU time (s) 4911.56
Current children cumulated vsize (KiB) 335664

Child status: 20
Real time (s): 4911.55
CPU time (s): 4911.63
CPU user time (s): 4911.13
CPU system time (s): 0.502923
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 335664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4911.13
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162377
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= 48
involuntary context switches= 9958

runsolver used 8.92964 second user time and 17.4873 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-19 18:20:18
IDJOB=3498577
IDBENCH=69571
IDSOLVER=1992
FILE ID=node119/3498577-1308500416
RUNJOBID= node119-1308500397-5786
PBS_JOBID= 13608187
Free space on /tmp= 73200 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498577-1308500416/watcher-3498577-1308500416 -o /tmp/evaluation-result-3498577-1308500416/solver-3498577-1308500416 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498577-1308500416.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1137249354

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.67
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.815
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.83
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.815
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.74
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.815
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:     32951124 kB
MemFree:      28597640 kB
Buffers:        518900 kB
Cached:        3420232 kB
SwapCached:      11020 kB
Active:        1705792 kB
Inactive:      2281140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28597640 kB
SwapTotal:    67111528 kB
SwapFree:     67054724 kB
Dirty:           78380 kB
Writeback:           0 kB
AnonPages:       45456 kB
Mapped:          14120 kB
Slab:           303084 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   235040 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= 73192 MiB
End job on node119 at 2011-06-19 19:42:10