Trace number 3365530

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 3628.52 3628.46

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark642.926
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

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 ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4729    12297 |    1418       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    4024    11995 |      --       0       --      -- |     --   | -663/-215
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 969   #clauses: 4024   #literals: 11995
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  969                                                  |
0.00/0.01	c |  Number of clauses:    4024                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
3628.45/3628.45	c restarts              : 351
3628.45/3628.45	c nb ReduceDB           : 124
3628.45/3628.45	c nb learnts DL2        : 2398
3628.45/3628.45	c nb learnts size 2     : 434
3628.45/3628.45	c nb learnts size 1     : 24
3628.45/3628.45	c conflicts             : 8351090        (2302 /sec)
3628.45/3628.45	c decisions             : 9413472        (1.04 % random) (2594 /sec)
3628.45/3628.45	c propagations          : 1348093146     (371538 /sec)
3628.45/3628.45	c conflict literals     : 181338650      (58.31 % deleted)
3628.45/3628.45	c Memory used           : 58.00 MB
3628.45/3628.45	c CPU time              : 3628.42 s
3628.45/3628.45	
3628.45/3628.45	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-3365530-1305315246/watcher-3365530-1305315246 -o /tmp/evaluation-result-3365530-1305315246/solver-3365530-1305315246 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365530-1305315246.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: 0.00 0.00 0.00 1/350 10647
/proc/meminfo: memFree=22158256/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 643124241 8912896 252 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/10647/statm: 2176 252 211 178 0 69 0

[startup+0.033129 s]
/proc/loadavg: 0.00 0.00 0.00 1/350 10647
/proc/meminfo: memFree=22158256/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.10111 s]
/proc/loadavg: 0.00 0.00 0.00 1/350 10647
/proc/meminfo: memFree=22158256/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.301102 s]
/proc/loadavg: 0.00 0.00 0.00 1/350 10647
/proc/meminfo: memFree=22158256/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.701055 s]
/proc/loadavg: 0.00 0.00 0.00 1/350 10647
/proc/meminfo: memFree=22158256/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50092 s]
/proc/loadavg: 0.00 0.00 0.00 3/358 10659
/proc/meminfo: memFree=22055904/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=4440 CPUtime=1.48 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 790 0 0 0 148 0 0 0 25 0 1 0 643124243 4546560 745 33554432000 134512640 135217611 4290162720 18446744073709551615 134537157 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 1110 745 76 173 0 935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13144

[startup+3.10064 s]
/proc/loadavg: 0.00 0.00 0.00 3/358 10659
/proc/meminfo: memFree=22044132/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=4968 CPUtime=3.08 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 922 0 0 0 308 0 0 0 25 0 1 0 643124243 5087232 877 33554432000 134512640 135217611 4290162720 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 1242 877 76 173 0 1067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13672

[startup+6.30105 s]
/proc/loadavg: 0.16 0.03 0.01 2/358 10661
/proc/meminfo: memFree=22119256/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=5828 CPUtime=6.28 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 1127 0 0 0 628 0 0 0 25 0 1 0 643124243 5967872 1082 33554432000 134512640 135217611 4290162720 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 1457 1082 76 173 0 1282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14532

[startup+12.701 s]
/proc/loadavg: 0.47 0.10 0.03 3/358 10689
/proc/meminfo: memFree=22072088/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=6796 CPUtime=12.68 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 1374 0 0 0 1268 0 0 0 25 0 1 0 643124243 6959104 1329 33554432000 134512640 135217611 4290162720 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 1699 1329 76 173 0 1524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15500

[startup+25.5008 s]
/proc/loadavg: 0.96 0.22 0.07 3/358 10690
/proc/meminfo: memFree=22039196/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=9472 CPUtime=25.48 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 2019 0 0 0 2548 0 0 0 25 0 1 0 643124243 9699328 1974 33554432000 134512640 135217611 4290162720 18446744073709551615 134522681 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 2368 1974 76 173 0 2193 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18176

[startup+51.1005 s]
/proc/loadavg: 1.57 0.43 0.14 3/358 10691
/proc/meminfo: memFree=22033816/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=11256 CPUtime=51.07 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 2471 0 0 0 5107 0 0 0 25 0 1 0 643124243 11526144 2426 33554432000 134512640 135217611 4290162720 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 2814 2426 76 173 0 2639 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19960

[startup+102.314 s]
/proc/loadavg: 1.94 0.70 0.25 3/358 10722
/proc/meminfo: memFree=22083520/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=14132 CPUtime=102.29 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 3093 0 0 0 10229 0 0 0 25 0 1 0 643124243 14471168 3048 33554432000 134512640 135217611 4290162720 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 3533 3048 76 173 0 3358 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 22836

[startup+162.301 s]
/proc/loadavg: 1.98 0.93 0.36 3/358 10724
/proc/meminfo: memFree=22073232/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=17152 CPUtime=162.27 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 3814 0 0 0 16227 0 0 0 25 0 1 0 643124243 17563648 3769 33554432000 134512640 135217611 4290162720 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 4288 3769 76 173 0 4113 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25856

[startup+222.3 s]
/proc/loadavg: 1.99 1.13 0.46 3/358 10725
/proc/meminfo: memFree=22061804/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=19420 CPUtime=222.28 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 4380 0 0 0 22227 1 0 0 25 0 1 0 643124243 19886080 4335 33554432000 134512640 135217611 4290162720 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 4855 4335 76 173 0 4680 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28124

[startup+282.3 s]
/proc/loadavg: 1.99 1.28 0.55 3/358 10727
/proc/meminfo: memFree=22056700/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=20888 CPUtime=282.28 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 4653 0 0 0 28227 1 0 0 25 0 1 0 643124243 21389312 4608 33554432000 134512640 135217611 4290162720 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 5222 4608 76 173 0 5047 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 29592

[startup+342.301 s]
/proc/loadavg: 1.99 1.41 0.64 3/358 10728
/proc/meminfo: memFree=22044284/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=21912 CPUtime=342.28 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 4888 0 0 0 34227 1 0 0 25 0 1 0 643124243 22437888 4843 33554432000 134512640 135217611 4290162720 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 5478 4843 76 173 0 5303 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 30616

[startup+402.301 s]
/proc/loadavg: 1.99 1.52 0.72 3/358 10730
/proc/meminfo: memFree=22043900/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6

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


[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/358 10820
/proc/meminfo: memFree=21852204/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=58200 CPUtime=3342.33 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13060 0 0 0 334226 7 0 0 25 0 1 0 643124243 59596800 12994 33554432000 134512640 135217611 4290162720 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14550 12994 76 173 0 14375 0
Current children cumulated CPU time (s) 3342.34
Current children cumulated vsize (KiB) 66904

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/358 10822
/proc/meminfo: memFree=21851944/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=58272 CPUtime=3402.34 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13078 0 0 0 340227 7 0 0 25 0 1 0 643124243 59670528 13012 33554432000 134512640 135217611 4290162720 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14568 13012 76 173 0 14393 0
Current children cumulated CPU time (s) 3402.35
Current children cumulated vsize (KiB) 66976

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/358 10824
/proc/meminfo: memFree=21850932/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=58488 CPUtime=3462.33 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13137 0 0 0 346226 7 0 0 25 0 1 0 643124243 59891712 13071 33554432000 134512640 135217611 4290162720 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14622 13071 76 173 0 14447 0
Current children cumulated CPU time (s) 3462.34
Current children cumulated vsize (KiB) 67192

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/358 10825
/proc/meminfo: memFree=21851416/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=58836 CPUtime=3522.33 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13211 0 0 0 352226 7 0 0 25 0 1 0 643124243 60248064 13145 33554432000 134512640 135217611 4290162720 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14709 13145 76 173 0 14534 0
Current children cumulated CPU time (s) 3522.34
Current children cumulated vsize (KiB) 67540

[startup+3582.3 s]
/proc/loadavg: 2.13 2.03 1.93 3/358 10827
/proc/meminfo: memFree=21850772/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59208 CPUtime=3582.33 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13313 0 0 0 358226 7 0 0 25 0 1 0 643124243 60628992 13247 33554432000 134512640 135217611 4290162720 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14802 13247 76 173 0 14627 0
Current children cumulated CPU time (s) 3582.34
Current children cumulated vsize (KiB) 67912

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

[startup+3583.9 s]
/proc/loadavg: 2.12 2.03 1.93 3/358 10827
/proc/meminfo: memFree=21850772/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59208 CPUtime=3583.93 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13313 0 0 0 358386 7 0 0 25 0 1 0 643124243 60628992 13247 33554432000 134512640 135217611 4290162720 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14802 13247 76 173 0 14627 0
Current children cumulated CPU time (s) 3583.94
Current children cumulated vsize (KiB) 67912

[startup+3609.5 s]
/proc/loadavg: 2.08 2.03 1.93 3/358 10828
/proc/meminfo: memFree=21850024/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3609.54 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13334 0 0 0 360946 8 0 0 25 0 1 0 643124243 60809216 13268 33554432000 134512640 135217611 4290162720 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13268 76 173 0 14671 0
Current children cumulated CPU time (s) 3609.55
Current children cumulated vsize (KiB) 68088

[startup+3615.9 s]
/proc/loadavg: 2.07 2.03 1.93 3/358 10828
/proc/meminfo: memFree=21850148/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3615.94 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13337 0 0 0 361586 8 0 0 25 0 1 0 643124243 60809216 13271 33554432000 134512640 135217611 4290162720 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13271 76 173 0 14671 0
Current children cumulated CPU time (s) 3615.95
Current children cumulated vsize (KiB) 68088

[startup+3622.31 s]
/proc/loadavg: 2.21 2.06 1.94 3/358 10828
/proc/meminfo: memFree=21850140/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3622.35 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13339 0 0 0 362227 8 0 0 25 0 1 0 643124243 60809216 13273 33554432000 134512640 135217611 4290162720 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13273 76 173 0 14671 0
Current children cumulated CPU time (s) 3622.36
Current children cumulated vsize (KiB) 68088

[startup+3625.5 s]
/proc/loadavg: 2.21 2.06 1.94 3/358 10828
/proc/meminfo: memFree=21850140/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3625.55 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13339 0 0 0 362547 8 0 0 25 0 1 0 643124243 60809216 13273 33554432000 134512640 135217611 4290162720 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13273 76 173 0 14671 0
Current children cumulated CPU time (s) 3625.56
Current children cumulated vsize (KiB) 68088

[startup+3627.1 s]
/proc/loadavg: 2.21 2.06 1.94 3/358 10828
/proc/meminfo: memFree=21850016/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3627.14 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13339 0 0 0 362706 8 0 0 25 0 1 0 643124243 60809216 13273 33554432000 134512640 135217611 4290162720 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13273 76 173 0 14671 0
Current children cumulated CPU time (s) 3627.15
Current children cumulated vsize (KiB) 68088

[startup+3627.9 s]
/proc/loadavg: 2.20 2.06 1.94 3/358 10828
/proc/meminfo: memFree=21850016/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3627.94 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13339 0 0 0 362786 8 0 0 25 0 1 0 643124243 60809216 13273 33554432000 134512640 135217611 4290162720 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13273 76 173 0 14671 0
Current children cumulated CPU time (s) 3627.95
Current children cumulated vsize (KiB) 68088

[startup+3628.3 s]
/proc/loadavg: 2.20 2.06 1.94 3/358 10828
/proc/meminfo: memFree=21850016/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3628.34 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13339 0 0 0 362826 8 0 0 25 0 1 0 643124243 60809216 13273 33554432000 134512640 135217611 4290162720 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13273 76 173 0 14671 0
Current children cumulated CPU time (s) 3628.35
Current children cumulated vsize (KiB) 68088

[startup+3628.4 s]
/proc/loadavg: 2.20 2.06 1.94 3/358 10828
/proc/meminfo: memFree=21850016/32951132 swapFree=64495980/67111528
[pid=10647] ppid=10645 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/10647/stat : 10647 (glucose.sh) S 10645 10647 10617 0 -1 4202496 358 347 0 0 0 0 1 0 21 0 1 0 643124241 8912896 254 33554432000 4194304 4922060 140734841035392 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10647/statm: 2176 254 211 178 0 69 0
[pid=10652] ppid=10647 vsize=59384 CPUtime=3628.44 cores=0,2,4,6
/proc/10652/stat : 10652 (glucose_static) R 10647 10647 10617 0 -1 4202496 13339 0 0 0 362836 8 0 0 25 0 1 0 643124243 60809216 13273 33554432000 134512640 135217611 4290162720 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/10652/statm: 14846 13273 76 173 0 14671 0
Current children cumulated CPU time (s) 3628.45
Current children cumulated vsize (KiB) 68088

Child status: 20
Real time (s): 3628.46
CPU time (s): 3628.52
CPU user time (s): 3628.43
CPU system time (s): 0.086986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 68088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3628.43
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14265
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= 41
involuntary context switches= 10262

runsolver used 13.8059 second user time and 28.2197 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-13 21:34:06
IDJOB=3365530
IDBENCH=20472
IDSOLVER=1842
FILE ID=node129/3365530-1305315246
RUNJOBID= node129-1305315245-10635
PBS_JOBID= 13324303
Free space on /tmp= 48124 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365530-1305315246/watcher-3365530-1305315246 -o /tmp/evaluation-result-3365530-1305315246/solver-3365530-1305315246 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365530-1305315246.cnf

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=2104883631

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:      22158428 kB
Buffers:        205372 kB
Cached:        5425016 kB
SwapCached:      52668 kB
Active:        2838796 kB
Inactive:      7740060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22158428 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:     4904620 kB
Mapped:          16720 kB
Slab:           111460 kB
PageTables:      37672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79732636 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= 48100 MiB
End job on node129 at 2011-05-13 22:34:35