Trace number 3309017

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0UNSAT 1196.25 1196.21

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   89966   425665 |   26989       0        0     nan |  0.000 % |
0.00/0.11	c |         0 |   88818   439305 |      --       0       --      -- |     --   | -1148/13640
0.00/0.11	c ==============================================================================
0.00/0.11	c Result  :   #vars: 5924   #clauses: 88818   #literals: 439305
0.00/0.11	c CPU time:   0.100984 s
0.00/0.11	c ==============================================================================
0.00/0.18	c
0.00/0.18	c Starting glucose
0.00/0.18	c
0.00/0.18	
0.00/0.18	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.18	
0.00/0.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Number of variables:  5924                                                 |
0.00/0.18	c |  Number of clauses:    88818                                                |
0.17/0.21	c |  Parsing time:         0.03         s                                       |
1196.23/1196.20	c restarts              : 129
1196.23/1196.20	c nb ReduceDB           : 76
1196.23/1196.20	c nb learnts DL2        : 3059
1196.23/1196.20	c nb learnts size 2     : 1960
1196.23/1196.20	c nb learnts size 1     : 16
1196.23/1196.20	c conflicts             : 4377556        (3660 /sec)
1196.23/1196.20	c decisions             : 5694037        (1.65 % random) (4761 /sec)
1196.23/1196.20	c propagations          : 1030053507     (861227 /sec)
1196.23/1196.20	c conflict literals     : 199687217      (43.93 % deleted)
1196.23/1196.20	c Memory used           : 57.37 MB
1196.23/1196.20	c CPU time              : 1196.03 s
1196.23/1196.20	
1196.23/1196.20	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3309017-1303985041/watcher-3309017-1303985041 -o /tmp/evaluation-result-3309017-1303985041/solver-3309017-1303985041 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309017-1303985041.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.67 3.93 3.40 4/185 14746
/proc/meminfo: memFree=12707788/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588734810 8912896 253 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14746/statm: 2176 253 211 178 0 69 0

[startup+0.0363501 s]
/proc/loadavg: 3.67 3.93 3.40 4/185 14746
/proc/meminfo: memFree=12707788/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588734810 8912896 253 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14746/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100343 s]
/proc/loadavg: 3.67 3.93 3.40 4/185 14746
/proc/meminfo: memFree=12707788/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 588734810 8912896 253 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14746/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300298 s]
/proc/loadavg: 3.67 3.93 3.40 4/185 14746
/proc/meminfo: memFree=12707788/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+0.700221 s]
/proc/loadavg: 3.67 3.93 3.40 4/185 14746
/proc/meminfo: memFree=12707788/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+1.50108 s]
/proc/loadavg: 3.67 3.93 3.40 4/187 14749
/proc/meminfo: memFree=12692904/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=15856 CPUtime=1.3 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 3848 0 0 0 130 0 0 0 25 0 1 0 588734828 16236544 3803 33554432000 134512640 135217611 4289569952 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 3964 3803 75 173 0 3789 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24560

[startup+3.10076 s]
/proc/loadavg: 3.67 3.93 3.40 4/187 14749
/proc/meminfo: memFree=12689388/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=18124 CPUtime=2.9 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 4429 0 0 0 290 0 0 0 25 0 1 0 588734828 18558976 4384 33554432000 134512640 135217611 4289569952 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 4531 4384 75 173 0 4356 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26828

[startup+6.30117 s]
/proc/loadavg: 3.61 3.91 3.40 4/187 14749
/proc/meminfo: memFree=12685252/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=20332 CPUtime=6.11 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 4967 0 0 0 611 0 0 0 25 0 1 0 588734828 20819968 4922 33554432000 134512640 135217611 4289569952 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 5083 4922 75 173 0 4908 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29036

[startup+12.7009 s]
/proc/loadavg: 3.56 3.90 3.40 4/187 14749
/proc/meminfo: memFree=12682492/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=22196 CPUtime=12.5 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 5410 0 0 0 1250 0 0 0 25 0 1 0 588734828 22728704 5365 33554432000 134512640 135217611 4289569952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 5549 5365 76 173 0 5374 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30900

[startup+25.5005 s]
/proc/loadavg: 3.44 3.85 3.39 4/187 14750
/proc/meminfo: memFree=12681088/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=23216 CPUtime=25.3 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 5643 0 0 0 2530 0 0 0 25 0 1 0 588734828 23773184 5598 33554432000 134512640 135217611 4289569952 18446744073709551615 134532588 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 5804 5598 76 173 0 5629 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31920

[startup+51.1006 s]
/proc/loadavg: 3.29 3.78 3.38 4/187 14750
/proc/meminfo: memFree=12676076/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=25380 CPUtime=50.9 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 6140 0 0 0 5090 0 0 0 25 0 1 0 588734828 25989120 6095 33554432000 134512640 135217611 4289569952 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 6345 6095 76 173 0 6170 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34084

[startup+102.307 s]
/proc/loadavg: 3.12 3.66 3.35 4/187 14752
/proc/meminfo: memFree=12668848/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=30512 CPUtime=102.12 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 7406 0 0 0 10211 1 0 0 25 0 1 0 588734828 31244288 7361 33554432000 134512640 135217611 4289569952 18446744073709551615 134533523 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 7628 7361 76 173 0 7453 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 39216

[startup+162.3 s]
/proc/loadavg: 3.04 3.54 3.33 4/187 14753
/proc/meminfo: memFree=12664132/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=34104 CPUtime=162.11 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 8283 0 0 0 16210 1 0 0 25 0 1 0 588734828 34922496 8238 33554432000 134512640 135217611 4289569952 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 8526 8238 76 173 0 8351 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42808

[startup+222.301 s]
/proc/loadavg: 3.01 3.44 3.31 4/187 14755
/proc/meminfo: memFree=12658984/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=36348 CPUtime=222.11 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 8768 0 0 0 22210 1 0 0 25 0 1 0 588734828 37220352 8723 33554432000 134512640 135217611 4289569952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 9087 8723 76 173 0 8912 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 45052

[startup+282.3 s]
/proc/loadavg: 3.08 3.38 3.29 4/187 14756
/proc/meminfo: memFree=12652896/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=38604 CPUtime=282.11 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 9347 0 0 0 28210 1 0 0 25 0 1 0 588734828 39530496 9287 33554432000 134512640 135217611 4289569952 18446744073709551615 134533013 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 9651 9287 76 173 0 9476 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 47308

[startup+342.301 s]
/proc/loadavg: 3.03 3.31 3.27 4/187 14758
/proc/meminfo: memFree=12648272/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=40552 CPUtime=342.12 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 9817 0 0 0 34211 1 0 0 25 0 1 0 588734828 41525248 9757 33554432000 134512640 135217611 4289569952 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 10138 9757 76 173 0 9963 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 49256

[startup+402.301 s]
/proc/loadavg: 3.07 3.27 3.26 4/187 14760
/proc/meminfo: memFree=12642784/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6

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


[startup+822.3 s]
/proc/loadavg: 3.08 3.08 3.16 4/187 14831
/proc/meminfo: memFree=12357084/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=54340 CPUtime=822.14 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13055 0 0 0 82211 3 0 0 25 0 1 0 588734828 55644160 12995 33554432000 134512640 135217611 4289569952 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 13585 12995 76 173 0 13410 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 63044

[startup+882.301 s]
/proc/loadavg: 3.03 3.07 3.15 4/187 14832
/proc/meminfo: memFree=12338056/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=54592 CPUtime=882.15 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13135 0 0 0 88212 3 0 0 25 0 1 0 588734828 55902208 13075 33554432000 134512640 135217611 4289569952 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 13648 13075 76 173 0 13473 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 63296

[startup+942.301 s]
/proc/loadavg: 3.01 3.05 3.14 4/187 14834
/proc/meminfo: memFree=12326528/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=55300 CPUtime=942.15 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13282 0 0 0 94212 3 0 0 25 0 1 0 588734828 56627200 13222 33554432000 134512640 135217611 4289569952 18446744073709551615 134533093 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 13825 13222 76 173 0 13650 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 64004

[startup+1002.3 s]
/proc/loadavg: 3.00 3.04 3.13 4/187 14836
/proc/meminfo: memFree=12278576/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=56248 CPUtime=1002.15 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13459 0 0 0 100212 3 0 0 25 0 1 0 588734828 57597952 13399 33554432000 134512640 135217611 4289569952 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14062 13399 76 173 0 13887 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 64952

[startup+1062.3 s]
/proc/loadavg: 2.51 2.90 3.07 3/180 14855
/proc/meminfo: memFree=12357932/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=56932 CPUtime=1062.15 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13588 0 0 0 106212 3 0 0 25 0 1 0 588734828 58298368 13528 33554432000 134512640 135217611 4289569952 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14233 13528 76 173 0 14058 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 65636

[startup+1122.3 s]
/proc/loadavg: 2.19 2.74 3.00 3/180 14857
/proc/meminfo: memFree=12355276/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58316 CPUtime=1122.15 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13908 0 0 0 112212 3 0 0 25 0 1 0 588734828 59715584 13848 33554432000 134512640 135217611 4289569952 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14579 13848 76 173 0 14404 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 67020

[startup+1182.3 s]
/proc/loadavg: 2.07 2.60 2.94 3/180 14858
/proc/meminfo: memFree=12356468/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58672 CPUtime=1182.15 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13970 0 0 0 118212 3 0 0 25 0 1 0 588734828 60080128 13910 33554432000 134512640 135217611 4289569952 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14668 13910 76 173 0 14493 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 67376

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

[startup+1183.9 s]
/proc/loadavg: 2.07 2.60 2.94 3/180 14858
/proc/meminfo: memFree=12356584/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58672 CPUtime=1183.75 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13970 0 0 0 118372 3 0 0 25 0 1 0 588734828 60080128 13910 33554432000 134512640 135217611 4289569952 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14668 13910 76 173 0 14493 0
Current children cumulated CPU time (s) 1183.92
Current children cumulated vsize (KiB) 67376

[startup+1190.3 s]
/proc/loadavg: 2.06 2.58 2.93 3/180 14859
/proc/meminfo: memFree=12356576/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58744 CPUtime=1190.16 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13981 0 0 0 119013 3 0 0 25 0 1 0 588734828 60153856 13921 33554432000 134512640 135217611 4289569952 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14686 13921 76 173 0 14511 0
Current children cumulated CPU time (s) 1190.33
Current children cumulated vsize (KiB) 67448

[startup+1193.51 s]
/proc/loadavg: 2.06 2.58 2.93 3/180 14859
/proc/meminfo: memFree=12356452/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58744 CPUtime=1193.36 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13981 0 0 0 119333 3 0 0 25 0 1 0 588734828 60153856 13921 33554432000 134512640 135217611 4289569952 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14686 13921 76 173 0 14511 0
Current children cumulated CPU time (s) 1193.53
Current children cumulated vsize (KiB) 67448

[startup+1195.1 s]
/proc/loadavg: 2.05 2.57 2.92 3/180 14859
/proc/meminfo: memFree=12356448/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58744 CPUtime=1194.95 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13998 0 0 0 119492 3 0 0 25 0 1 0 588734828 60153856 13938 33554432000 134512640 135217611 4289569952 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14686 13938 76 173 0 14511 0
Current children cumulated CPU time (s) 1195.12
Current children cumulated vsize (KiB) 67448

[startup+1195.9 s]
/proc/loadavg: 2.05 2.57 2.92 3/180 14859
/proc/meminfo: memFree=12356448/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58744 CPUtime=1195.76 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13998 0 0 0 119573 3 0 0 25 0 1 0 588734828 60153856 13938 33554432000 134512640 135217611 4289569952 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14686 13938 76 173 0 14511 0
Current children cumulated CPU time (s) 1195.93
Current children cumulated vsize (KiB) 67448

[startup+1196.1 s]
/proc/loadavg: 2.05 2.57 2.92 3/180 14859
/proc/meminfo: memFree=12356448/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58744 CPUtime=1195.96 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13998 0 0 0 119593 3 0 0 25 0 1 0 588734828 60153856 13938 33554432000 134512640 135217611 4289569952 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14686 13938 76 173 0 14511 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 67448

[startup+1196.2 s]
/proc/loadavg: 2.05 2.57 2.92 3/180 14859
/proc/meminfo: memFree=12356448/32950928 swapFree=67111524/67111528
[pid=14746] ppid=14744 vsize=8704 CPUtime=0.17 cores=4,6
/proc/14746/stat : 14746 (glucose.sh) S 14744 14746 14176 0 -1 4202496 361 2404 0 0 0 0 17 0 24 0 1 0 588734810 8912896 255 33554432000 4194304 4922060 140737171276496 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14746/statm: 2176 255 211 178 0 69 0
[pid=14749] ppid=14746 vsize=58744 CPUtime=1196.06 cores=4,6
/proc/14749/stat : 14749 (glucose_static) R 14746 14746 14176 0 -1 4202496 13998 0 0 0 119603 3 0 0 25 0 1 0 588734828 60153856 13938 33554432000 134512640 135217611 4289569952 18446744073709551615 134533231 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14749/statm: 14686 13938 76 173 0 14511 0
Current children cumulated CPU time (s) 1196.23
Current children cumulated vsize (KiB) 67448

Child status: 20
Real time (s): 1196.21
CPU time (s): 1196.25
CPU user time (s): 1196.2
CPU system time (s): 0.049992
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 67448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.2
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 1507

runsolver used 2.04569 second user time and 4.48332 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 12:04:01
IDJOB=3309017
IDBENCH=83451
IDSOLVER=1691
FILE ID=node115/3309017-1303985041
RUNJOBID= node115-1303983220-14195
PBS_JOBID= 13168711
Free space on /tmp= 72680 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309017-1303985041/watcher-3309017-1303985041 -o /tmp/evaluation-result-3309017-1303985041/solver-3309017-1303985041 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309017-1303985041.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=2062918111

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12708068 kB
Buffers:       2312140 kB
Cached:       17202488 kB
SwapCached:          4 kB
Active:        7597036 kB
Inactive:     12090628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12708068 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3888 kB
Writeback:           0 kB
AnonPages:      172792 kB
Mapped:          15644 kB
Slab:           492132 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   341880 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= 72568 MiB
End job on node115 at 2011-04-28 12:23:58