Trace number 3365740

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 1172.05 1172.04

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark381.959
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

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 = 10223027
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:  559571                                               |
0.00/0.00	c |  Number of clauses:    10223027                                             |
2.49/2.52	c |  Parsing time:         2.33         s                                       |
1172.01/1172.01	c restarts              : 97
1172.01/1172.01	c nb ReduceDB           : 7
1172.01/1172.01	c nb learnts DL2        : 2104
1172.01/1172.01	c nb learnts size 2     : 627
1172.01/1172.01	c nb learnts size 1     : 313
1172.01/1172.01	c conflicts             : 167235         (143 /sec)
1172.01/1172.01	c decisions             : 938487         (1.38 % random) (801 /sec)
1172.01/1172.01	c propagations          : 1544076799     (1317714 /sec)
1172.01/1172.01	c conflict literals     : 190323197      (42.90 % deleted)
1172.01/1172.01	c Memory used           : 626.26 MB
1172.01/1172.01	c CPU time              : 1171.78 s
1172.01/1172.01	
1172.01/1172.01	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3365740-1305318875/watcher-3365740-1305318875 -o /tmp/evaluation-result-3365740-1305318875/solver-3365740-1305318875 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365740-1305318875.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.41 2.10 1.96 3/356 10855
/proc/meminfo: memFree=21678920/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0

[startup+0.0205459 s]
/proc/loadavg: 2.41 2.10 1.96 3/356 10855
/proc/meminfo: memFree=21678920/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100565 s]
/proc/loadavg: 2.41 2.10 1.96 3/356 10855
/proc/meminfo: memFree=21678920/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300529 s]
/proc/loadavg: 2.41 2.10 1.96 3/356 10855
/proc/meminfo: memFree=21678920/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700461 s]
/proc/loadavg: 2.41 2.10 1.96 3/356 10855
/proc/meminfo: memFree=21678920/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50033 s]
/proc/loadavg: 2.41 2.10 1.96 3/358 10858
/proc/meminfo: memFree=21488316/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=307028 CPUtime=1.48 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 73170 0 0 0 138 10 0 0 25 0 1 0 643487951 314396672 73123 33554432000 134512640 135217611 4291514672 18446744073709551615 134534127 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 76757 73125 60 173 0 76582 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 315732

[startup+3.10106 s]
/proc/loadavg: 2.41 2.10 1.96 3/358 10858
/proc/meminfo: memFree=21258916/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=525880 CPUtime=3.08 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 124882 0 0 0 290 18 0 0 25 0 1 0 643487951 538501120 124835 33554432000 134512640 135217611 4291514672 18446744073709551615 134719820 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 131470 124835 73 173 0 131295 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 534584

[startup+6.30051 s]
/proc/loadavg: 2.61 2.15 1.97 4/358 10858
/proc/meminfo: memFree=21174652/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=528704 CPUtime=6.28 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 125445 0 0 0 610 18 0 0 25 0 1 0 643487951 541392896 125398 33554432000 134512640 135217611 4291514672 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 132176 125398 76 173 0 132001 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 537408

[startup+12.7004 s]
/proc/loadavg: 2.80 2.20 1.99 3/358 10859
/proc/meminfo: memFree=21173792/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=528704 CPUtime=12.68 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 125478 0 0 0 1250 18 0 0 25 0 1 0 643487951 541392896 125431 33554432000 134512640 135217611 4291514672 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 132176 125431 76 173 0 132001 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 537408

[startup+25.5003 s]
/proc/loadavg: 3.29 2.34 2.04 3/358 10859
/proc/meminfo: memFree=21173984/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=528888 CPUtime=25.48 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 125519 0 0 0 2530 18 0 0 25 0 1 0 643487951 541581312 125472 33554432000 134512640 135217611 4291514672 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 132222 125472 76 173 0 132047 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 537592

[startup+51.1009 s]
/proc/loadavg: 3.59 2.48 2.09 3/358 10860
/proc/meminfo: memFree=21177204/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=530772 CPUtime=51.08 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 125975 0 0 0 5090 18 0 0 25 0 1 0 643487951 543510528 125928 33554432000 134512640 135217611 4291514672 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 132693 125928 76 173 0 132518 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 539476

[startup+102.313 s]
/proc/loadavg: 2.76 2.44 2.09 3/358 10861
/proc/meminfo: memFree=21159672/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=549932 CPUtime=102.3 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 130790 0 0 0 10211 19 0 0 25 0 1 0 643487951 563130368 130743 33554432000 134512640 135217611 4291514672 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 137483 130743 76 173 0 137308 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 558636

[startup+162.301 s]
/proc/loadavg: 2.28 2.35 2.09 3/358 10863
/proc/meminfo: memFree=21135724/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=573624 CPUtime=162.28 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 136715 0 0 0 16208 20 0 0 25 0 1 0 643487951 587390976 136668 33554432000 134512640 135217611 4291514672 18446744073709551615 134527984 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 143406 136668 76 173 0 143231 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 582328

[startup+222.301 s]
/proc/loadavg: 2.10 2.29 2.08 3/358 10864
/proc/meminfo: memFree=21108296/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=600876 CPUtime=222.29 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 143521 0 0 0 22207 22 0 0 25 0 1 0 643487951 615297024 143474 33554432000 134512640 135217611 4291514672 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 150219 143474 76 173 0 150044 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 609580

[startup+282.301 s]
/proc/loadavg: 2.04 2.23 2.08 3/358 10866
/proc/meminfo: memFree=21108260/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=600876 CPUtime=282.29 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 143529 0 0 0 28207 22 0 0 25 0 1 0 643487951 615297024 143482 33554432000 134512640 135217611 4291514672 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 150219 143482 76 173 0 150044 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 609580

[startup+342.301 s]
/proc/loadavg: 2.01 2.19 2.07 3/358 10868
/proc/meminfo: memFree=21108356/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=600876 CPUtime=342.29 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 143531 0 0 0 34207 22 0 0 25 0 1 0 643487951 615297024 143484 33554432000 134512640 135217611 4291514672 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 150219 143484 76 173 0 150044 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 609580

[startup+402.301 s]
/proc/loadavg: 2.00 2.15 2.06 3/358 10869
/proc/meminfo: memFree=21108460/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6

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


[startup+882.301 s]
/proc/loadavg: 2.00 2.04 2.03 3/358 10882
/proc/meminfo: memFree=21028744/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=882.3 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153592 0 0 0 88206 24 0 0 25 0 1 0 643487951 656674816 153545 33554432000 134512640 135217611 4291514672 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153545 76 173 0 160146 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 649988

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/358 10884
/proc/meminfo: memFree=21028716/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=942.3 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153592 0 0 0 94206 24 0 0 25 0 1 0 643487951 656674816 153545 33554432000 134512640 135217611 4291514672 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153545 76 173 0 160146 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 649988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/358 10885
/proc/meminfo: memFree=21028696/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1002.3 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153595 0 0 0 100206 24 0 0 25 0 1 0 643487951 656674816 153548 33554432000 134512640 135217611 4291514672 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153548 76 173 0 160146 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 649988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/358 10887
/proc/meminfo: memFree=21028792/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1062.31 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153596 0 0 0 106207 24 0 0 25 0 1 0 643487951 656674816 153549 33554432000 134512640 135217611 4291514672 18446744073709551615 134537019 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153549 76 173 0 160146 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 649988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/358 10888
/proc/meminfo: memFree=21028772/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1122.31 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153596 0 0 0 112207 24 0 0 25 0 1 0 643487951 656674816 153549 33554432000 134512640 135217611 4291514672 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153549 76 173 0 160146 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 649988

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/358 10888
/proc/meminfo: memFree=21028768/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1126.32 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153596 0 0 0 112608 24 0 0 25 0 1 0 643487951 656674816 153549 33554432000 134512640 135217611 4291514672 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153549 76 173 0 160146 0
Current children cumulated CPU time (s) 1126.32
Current children cumulated vsize (KiB) 649988

[startup+1151.9 s]
/proc/loadavg: 2.16 2.04 2.02 3/358 10889
/proc/meminfo: memFree=21028516/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1151.91 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 115167 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1151.91
Current children cumulated vsize (KiB) 649988

[startup+1164.7 s]
/proc/loadavg: 2.21 2.05 2.02 3/358 10889
/proc/meminfo: memFree=21028620/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1164.71 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 116447 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1164.71
Current children cumulated vsize (KiB) 649988

[startup+1167.9 s]
/proc/loadavg: 2.20 2.05 2.02 3/358 10890
/proc/meminfo: memFree=21028496/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1167.91 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 116767 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1167.91
Current children cumulated vsize (KiB) 649988

[startup+1169.5 s]
/proc/loadavg: 2.20 2.05 2.02 3/358 10890
/proc/meminfo: memFree=21028496/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1169.51 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 116927 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1169.51
Current children cumulated vsize (KiB) 649988

[startup+1171.1 s]
/proc/loadavg: 2.18 2.05 2.02 3/358 10890
/proc/meminfo: memFree=21028620/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1171.11 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 117087 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1171.11
Current children cumulated vsize (KiB) 649988

[startup+1171.51 s]
/proc/loadavg: 2.18 2.05 2.02 3/358 10890
/proc/meminfo: memFree=21028620/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1171.52 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 117128 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1171.52
Current children cumulated vsize (KiB) 649988

[startup+1171.9 s]
/proc/loadavg: 2.18 2.05 2.02 3/358 10890
/proc/meminfo: memFree=21028620/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1171.91 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 117167 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1171.91
Current children cumulated vsize (KiB) 649988

[startup+1172 s]
/proc/loadavg: 2.18 2.05 2.02 3/358 10890
/proc/meminfo: memFree=21028620/32951132 swapFree=64495980/67111528
[pid=10855] ppid=10853 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10855/stat : 10855 (glucose.sh) S 10853 10855 10617 0 -1 4202496 359 111 0 0 0 0 0 0 20 0 1 0 643487950 8912896 255 33554432000 4194304 4922060 140733910497536 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10855/statm: 2176 255 211 178 0 69 0
[pid=10857] ppid=10855 vsize=641284 CPUtime=1172.01 cores=0,2,4,6
/proc/10857/stat : 10857 (glucose_static) R 10855 10855 10617 0 -1 4202496 153597 0 0 0 117177 24 0 0 25 0 1 0 643487951 656674816 153550 33554432000 134512640 135217611 4291514672 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/10857/statm: 160321 153550 76 173 0 160146 0
Current children cumulated CPU time (s) 1172.01
Current children cumulated vsize (KiB) 649988

Child status: 20
Real time (s): 1172.04
CPU time (s): 1172.05
CPU user time (s): 1171.78
CPU system time (s): 0.265959
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 649988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171.78
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154290
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= 1626

runsolver used 4.22636 second user time and 8.83066 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-13 22:34:43
IDJOB=3365740
IDBENCH=82399
IDSOLVER=1842
FILE ID=node129/3365740-1305318875
RUNJOBID= node129-1305315245-10635
PBS_JOBID= 13324303
Free space on /tmp= 47920 MiB

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

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1216174876

node129.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.831
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.66
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.831
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.831
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.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      21679068 kB
Buffers:        206796 kB
Cached:        5668384 kB
SwapCached:      52668 kB
Active:        3256840 kB
Inactive:      7787556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21679068 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          187100 kB
Writeback:           0 kB
AnonPages:     5125420 kB
Mapped:          17768 kB
Slab:           125372 kB
PageTables:      38384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79976516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 47916 MiB
End job on node129 at 2011-05-13 22:54:15