Trace number 3365712

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 3209.39 3209.32

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark549.042
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

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 = 8779920
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.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  489685                                               |
0.00/0.00	c |  Number of clauses:    8779920                                              |
1.49/2.27	c |  Parsing time:         2.12         s                                       |
3209.27/3209.29	c restarts              : 249
3209.27/3209.29	c nb ReduceDB           : 22
3209.27/3209.29	c nb learnts DL2        : 4581
3209.27/3209.29	c nb learnts size 2     : 1014
3209.27/3209.29	c nb learnts size 1     : 455
3209.27/3209.29	c conflicts             : 709414         (221 /sec)
3209.27/3209.29	c decisions             : 1682614        (1.32 % random) (524 /sec)
3209.27/3209.29	c propagations          : 5143565301     (1602792 /sec)
3209.27/3209.29	c conflict literals     : 447186915      (50.10 % deleted)
3209.27/3209.29	c Memory used           : 514.32 MB
3209.27/3209.29	c CPU time              : 3209.13 s
3209.27/3209.29	
3209.27/3209.29	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: 961)

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-3365712-1305316720/watcher-3365712-1305316720 -o /tmp/evaluation-result-3365712-1305316720/solver-3365712-1305316720 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365712-1305316720.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.04 2.02 1.59 2/230 30325
/proc/meminfo: memFree=7650776/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0

[startup+0.097887 s]
/proc/loadavg: 2.04 2.02 1.59 2/230 30325
/proc/meminfo: memFree=7650776/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100873 s]
/proc/loadavg: 2.04 2.02 1.59 2/230 30325
/proc/meminfo: memFree=7650776/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300839 s]
/proc/loadavg: 2.04 2.02 1.59 2/230 30325
/proc/meminfo: memFree=7650776/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70076 s]
/proc/loadavg: 2.04 2.02 1.59 2/230 30325
/proc/meminfo: memFree=7650776/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5005 s]
/proc/loadavg: 2.04 2.02 1.59 3/232 30328
/proc/meminfo: memFree=7478988/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=279492 CPUtime=1.49 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 68068 0 0 0 140 9 0 0 25 0 1 0 643272333 286199808 68022 33554432000 134512640 135217611 4289542192 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 69873 68022 60 173 0 69698 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 288196

[startup+3.10033 s]
/proc/loadavg: 2.04 2.02 1.59 3/232 30328
/proc/meminfo: memFree=7478988/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=439148 CPUtime=3.09 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 107416 0 0 0 295 14 0 0 25 0 1 0 643272333 449687552 107370 33554432000 134512640 135217611 4289542192 18446744073709551615 134528007 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 109787 107370 73 173 0 109612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 447852

[startup+6.30078 s]
/proc/loadavg: 2.04 2.02 1.60 3/232 30328
/proc/meminfo: memFree=7221084/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=439836 CPUtime=6.29 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 107568 0 0 0 615 14 0 0 25 0 1 0 643272333 450392064 107522 33554432000 134512640 135217611 4289542192 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 109959 107522 76 173 0 109784 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 448540

[startup+12.7006 s]
/proc/loadavg: 2.03 2.02 1.60 3/232 30328
/proc/meminfo: memFree=7220980/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=440748 CPUtime=12.69 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 107591 0 0 0 1255 14 0 0 25 0 1 0 643272333 451325952 107545 33554432000 134512640 135217611 4289542192 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 110187 107545 76 173 0 110012 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 449452

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 1.60 3/232 30329
/proc/meminfo: memFree=7219708/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=442376 CPUtime=25.49 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 108010 0 0 0 2535 14 0 0 25 0 1 0 643272333 452993024 107964 33554432000 134512640 135217611 4289542192 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 110594 107964 76 173 0 110419 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 451080

[startup+51.1008 s]
/proc/loadavg: 2.02 2.02 1.61 3/232 30329
/proc/meminfo: memFree=7216440/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=442660 CPUtime=51.09 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 108067 0 0 0 5095 14 0 0 25 0 1 0 643272333 453283840 108021 33554432000 134512640 135217611 4289542192 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 110665 108021 76 173 0 110490 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 451364

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 1.63 3/232 30331
/proc/meminfo: memFree=7210164/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=452484 CPUtime=102.3 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 110541 0 0 0 10215 15 0 0 25 0 1 0 643272333 463343616 110495 33554432000 134512640 135217611 4289542192 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 113121 110495 76 173 0 112946 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 461188

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.65 3/232 30341
/proc/meminfo: memFree=7182660/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=479148 CPUtime=162.29 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 117202 0 0 0 16212 17 0 0 25 0 1 0 643272333 490647552 117156 33554432000 134512640 135217611 4289542192 18446744073709551615 134527779 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 119787 117156 76 173 0 119612 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 487852

[startup+222.309 s]
/proc/loadavg: 2.00 2.00 1.67 3/232 30343
/proc/meminfo: memFree=7174196/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=487480 CPUtime=222.3 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 119298 0 0 0 22213 17 0 0 25 0 1 0 643272333 499179520 119252 33554432000 134512640 135217611 4289542192 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 121870 119252 76 173 0 121695 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 496184

[startup+282.301 s]
/proc/loadavg: 2.07 2.02 1.69 3/232 30344
/proc/meminfo: memFree=7174264/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=487480 CPUtime=282.29 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 119311 0 0 0 28212 17 0 0 25 0 1 0 643272333 499179520 119265 33554432000 134512640 135217611 4289542192 18446744073709551615 134527888 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 121870 119265 76 173 0 121695 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 496184

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.71 3/232 30349
/proc/meminfo: memFree=7166636/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=494616 CPUtime=342.3 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 121091 0 0 0 34212 18 0 0 25 0 1 0 643272333 506486784 121045 33554432000 134512640 135217611 4289542192 18446744073709551615 134527893 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 123654 121045 76 173 0 123479 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 503320

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 1.73 3/232 30351
/proc/meminfo: memFree=7166612/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6

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


[startup+2862.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/232 30446
/proc/meminfo: memFree=7553728/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=2862.37 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129085 0 0 0 286214 23 0 0 25 0 1 0 643272333 539295744 129039 33554432000 134512640 135217611 4289542192 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129039 76 173 0 131489 0
Current children cumulated CPU time (s) 2862.37
Current children cumulated vsize (KiB) 535360

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/232 30448
/proc/meminfo: memFree=7553316/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=2922.36 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129085 0 0 0 292213 23 0 0 25 0 1 0 643272333 539295744 129039 33554432000 134512640 135217611 4289542192 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129039 76 173 0 131489 0
Current children cumulated CPU time (s) 2922.36
Current children cumulated vsize (KiB) 535360

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/232 30449
/proc/meminfo: memFree=7553652/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=2982.36 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129085 0 0 0 298213 23 0 0 25 0 1 0 643272333 539295744 129039 33554432000 134512640 135217611 4289542192 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129039 76 173 0 131489 0
Current children cumulated CPU time (s) 2982.36
Current children cumulated vsize (KiB) 535360

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/232 30451
/proc/meminfo: memFree=7553632/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3042.36 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129085 0 0 0 304213 23 0 0 25 0 1 0 643272333 539295744 129039 33554432000 134512640 135217611 4289542192 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129039 76 173 0 131489 0
Current children cumulated CPU time (s) 3042.36
Current children cumulated vsize (KiB) 535360

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/232 30453
/proc/meminfo: memFree=7553352/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3102.36 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 310213 23 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3102.36
Current children cumulated vsize (KiB) 535360

[startup+3162.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/232 30454
/proc/meminfo: memFree=7553076/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3162.37 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 316213 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3162.37
Current children cumulated vsize (KiB) 535360

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

[startup+3175.5 s]
/proc/loadavg: 2.03 2.01 1.93 3/232 30455
/proc/meminfo: memFree=7553180/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3175.57 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 317533 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134524395 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3175.57
Current children cumulated vsize (KiB) 535360

[startup+3188.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/232 30455
/proc/meminfo: memFree=7553180/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3188.37 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 318813 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3188.37
Current children cumulated vsize (KiB) 535360

[startup+3201.11 s]
/proc/loadavg: 2.02 2.01 1.93 3/232 30455
/proc/meminfo: memFree=7553288/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3201.18 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 320094 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3201.18
Current children cumulated vsize (KiB) 535360

[startup+3204.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/232 30455
/proc/meminfo: memFree=7553288/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3204.38 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 320414 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3204.38
Current children cumulated vsize (KiB) 535360

[startup+3207.5 s]
/proc/loadavg: 2.02 2.01 1.93 3/232 30455
/proc/meminfo: memFree=7553288/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3207.57 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 320733 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3207.57
Current children cumulated vsize (KiB) 535360

[startup+3208.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/232 30455
/proc/meminfo: memFree=7553288/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3208.37 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 320813 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134524317 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3208.37
Current children cumulated vsize (KiB) 535360

[startup+3209.1 s]
/proc/loadavg: 2.02 2.01 1.93 3/232 30456
/proc/meminfo: memFree=7553288/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=526656 CPUtime=3209.17 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202496 129086 0 0 0 320893 24 0 0 25 0 1 0 643272333 539295744 129040 33554432000 134512640 135217611 4289542192 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30327/statm: 131664 129040 76 173 0 131489 0
Current children cumulated CPU time (s) 3209.17
Current children cumulated vsize (KiB) 535360

[startup+3209.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/232 30456
/proc/meminfo: memFree=7553288/32950928 swapFree=64721848/67111528
[pid=30325] ppid=30323 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/30325/stat : 30325 (glucose.sh) S 30323 30325 29938 0 -1 4202496 358 111 0 0 0 0 0 0 24 0 1 0 643272333 8912896 254 33554432000 4194304 4922060 140736917462064 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30325/statm: 2176 254 211 178 0 69 0
[pid=30327] ppid=30325 vsize=0 CPUtime=3209.36 cores=0,2,4,6
/proc/30327/stat : 30327 (glucose_static) R 30325 30325 29938 0 -1 4202500 129099 0 0 0 320912 24 0 0 25 0 1 0 643272333 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 0 0 0 0
/proc/30327/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3209.36
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 3209.32
CPU time (s): 3209.39
CPU user time (s): 3209.13
CPU system time (s): 0.263959
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 535364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3209.13
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129779
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= 38
involuntary context switches= 8426

runsolver used 7.13692 second user time and 14.9537 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-13 21:58:45
IDJOB=3365712
IDBENCH=82371
IDSOLVER=1842
FILE ID=node123/3365712-1305316720
RUNJOBID= node123-1305315246-29957
PBS_JOBID= 13324309
Free space on /tmp= 38644 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365712-1305316720/watcher-3365712-1305316720 -o /tmp/evaluation-result-3365712-1305316720/solver-3365712-1305316720 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365712-1305316720.cnf

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1108525601

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7650800 kB
Buffers:        245104 kB
Cached:       14989840 kB
SwapCached:      10496 kB
Active:       13345408 kB
Inactive:     11431416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7650800 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          160716 kB
Writeback:           0 kB
AnonPages:     9539276 kB
Mapped:          16384 kB
Slab:           430356 kB
PageTables:      32196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13529768 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= 38756 MiB
End job on node123 at 2011-05-13 22:52:15