Trace number 3365764

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 988.004 987.992

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  283484   635918 |   85045       0        0     nan |  0.000 % |
0.00/0.71	c |         0 |  249569   571335 |      --       0       --      -- |     --   | -30553/-57337
0.00/0.71	c ==============================================================================
0.00/0.71	c Result  :   #vars: 37813   #clauses: 249569   #literals: 571335
0.00/0.71	c CPU time:   0.686895 s
0.00/0.71	c ==============================================================================
0.00/0.82	c
0.00/0.82	c Starting glucose
0.00/0.82	c
0.00/0.82	
0.00/0.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.82	
0.00/0.82	c ============================[ Problem Statistics ]=============================
0.00/0.82	c |                                                                             |
0.00/0.82	c |  Number of variables:  37813                                                |
0.00/0.82	c |  Number of clauses:    249569                                               |
0.00/0.89	c |  Parsing time:         0.07         s                                       |
987.89/987.98	c restarts              : 2513
987.89/987.98	c nb ReduceDB           : 50
987.89/987.98	c nb learnts DL2        : 1118
987.89/987.98	c nb learnts size 2     : 656
987.89/987.98	c nb learnts size 1     : 36
987.89/987.98	c conflicts             : 2278023        (2308 /sec)
987.89/987.98	c decisions             : 3492503        (1.41 % random) (3538 /sec)
987.89/987.98	c propagations          : 2904201200     (2942066 /sec)
987.89/987.98	c conflict literals     : 245532113      (59.24 % deleted)
987.89/987.98	c Memory used           : 73.08 MB
987.89/987.98	c CPU time              : 987.13 s
987.89/987.98	
987.89/987.98	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-3365764-1305320248/watcher-3365764-1305320248 -o /tmp/evaluation-result-3365764-1305320248/solver-3365764-1305320248 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365764-1305320248.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.05 2.02 1.95 1/305 13753
/proc/meminfo: memFree=5522144/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 643624522 8912896 253 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13753/statm: 2176 253 211 178 0 69 0

[startup+0.043026 s]
/proc/loadavg: 2.05 2.02 1.95 1/305 13753
/proc/meminfo: memFree=5522144/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 643624522 8912896 253 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13753/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101017 s]
/proc/loadavg: 2.05 2.02 1.95 1/305 13753
/proc/meminfo: memFree=5522144/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 643624522 8912896 253 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13753/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300978 s]
/proc/loadavg: 2.05 2.02 1.95 1/305 13753
/proc/meminfo: memFree=5522144/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 643624522 8912896 253 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13753/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700984 s]
/proc/loadavg: 2.05 2.02 1.95 1/305 13753
/proc/meminfo: memFree=5522144/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 643624522 8912896 253 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13753/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50082 s]
/proc/loadavg: 2.05 2.02 1.95 3/306 13777
/proc/meminfo: memFree=5479992/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=20272 CPUtime=0.66 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 4818 0 0 0 66 0 0 0 21 0 1 0 643624604 20758528 4773 33554432000 134512640 135217611 4289396624 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 5068 4773 77 173 0 4893 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 28976

[startup+3.10049 s]
/proc/loadavg: 2.04 2.02 1.95 3/306 13777
/proc/meminfo: memFree=5429220/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=24728 CPUtime=2.26 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 5921 0 0 0 225 1 0 0 25 0 1 0 643624604 25321472 5876 33554432000 134512640 135217611 4289396624 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 6182 5876 77 173 0 6007 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33432

[startup+6.30092 s]
/proc/loadavg: 2.04 2.02 1.95 3/310 13785
/proc/meminfo: memFree=5065588/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=29552 CPUtime=5.46 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 7121 0 0 0 545 1 0 0 25 0 1 0 643624604 30261248 7076 33554432000 134512640 135217611 4289396624 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 7388 7076 77 173 0 7213 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38256

[startup+12.7009 s]
/proc/loadavg: 2.04 2.02 1.95 3/310 13785
/proc/meminfo: memFree=5048144/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=37900 CPUtime=11.86 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 9205 0 0 0 1185 1 0 0 25 0 1 0 643624604 38809600 9160 33554432000 134512640 135217611 4289396624 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 9475 9160 77 173 0 9300 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 46604

[startup+25.5007 s]
/proc/loadavg: 2.03 2.02 1.95 3/310 13785
/proc/meminfo: memFree=5030444/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=38852 CPUtime=24.66 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 9467 0 0 0 2465 1 0 0 25 0 1 0 643624604 39784448 9422 33554432000 134512640 135217611 4289396624 18446744073709551615 134537287 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 9713 9422 77 173 0 9538 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47556

[startup+51.1012 s]
/proc/loadavg: 2.02 2.02 1.95 3/310 13786
/proc/meminfo: memFree=4994604/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=44344 CPUtime=50.26 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 10810 0 0 0 5025 1 0 0 25 0 1 0 643624604 45408256 10765 33554432000 134512640 135217611 4289396624 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 11086 10765 77 173 0 10911 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53048

[startup+102.311 s]
/proc/loadavg: 2.01 2.01 1.95 3/310 13787
/proc/meminfo: memFree=4968544/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=44700 CPUtime=101.47 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 10884 0 0 0 10146 1 0 0 25 0 1 0 643624604 45772800 10839 33554432000 134512640 135217611 4289396624 18446744073709551615 134527779 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 11175 10839 77 173 0 11000 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 53404

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 1.96 3/310 13819
/proc/meminfo: memFree=5267288/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=60864 CPUtime=161.47 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 14920 0 0 0 16145 2 0 0 25 0 1 0 643624604 62324736 14875 33554432000 134512640 135217611 4289396624 18446744073709551615 134543025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 15216 14875 77 173 0 15041 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 69568

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 1.96 3/310 13861
/proc/meminfo: memFree=5349624/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=60864 CPUtime=221.47 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 14933 0 0 0 22145 2 0 0 25 0 1 0 643624604 62324736 14888 33554432000 134512640 135217611 4289396624 18446744073709551615 134532688 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 15216 14888 77 173 0 15041 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 69568

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 1.96 3/310 13862
/proc/meminfo: memFree=5336896/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=60864 CPUtime=281.47 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 14940 0 0 0 28145 2 0 0 25 0 1 0 643624604 62324736 14895 33554432000 134512640 135217611 4289396624 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 15216 14895 77 173 0 15041 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 69568

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 1.96 3/310 13864
/proc/meminfo: memFree=5333612/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=60864 CPUtime=341.47 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 14952 0 0 0 34145 2 0 0 25 0 1 0 643624604 62324736 14907 33554432000 134512640 135217611 4289396624 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 15216 14907 77 173 0 15041 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 69568

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/310 13868
/proc/meminfo: memFree=5331568/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6

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


[startup+642.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/310 13905
/proc/meminfo: memFree=5381136/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=67992 CPUtime=641.48 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 16566 0 0 0 64145 3 0 0 25 0 1 0 643624604 69623808 16521 33554432000 134512640 135217611 4289396624 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 16998 16521 77 173 0 16823 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 76696

[startup+702.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/310 13906
/proc/meminfo: memFree=5377868/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=69376 CPUtime=701.48 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 16845 0 0 0 70145 3 0 0 25 0 1 0 643624604 71041024 16800 33554432000 134512640 135217611 4289396624 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 17344 16800 77 173 0 17169 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 78080

[startup+762.312 s]
/proc/loadavg: 2.01 2.00 1.97 3/310 13908
/proc/meminfo: memFree=5367432/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=70116 CPUtime=761.49 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 17026 0 0 0 76146 3 0 0 25 0 1 0 643624604 71798784 16981 33554432000 134512640 135217611 4289396624 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 17529 16981 77 173 0 17354 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 78820

[startup+822.3 s]
/proc/loadavg: 2.05 2.02 1.97 3/310 13910
/proc/meminfo: memFree=5366032/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=71068 CPUtime=821.48 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 17260 0 0 0 82145 3 0 0 25 0 1 0 643624604 72773632 17215 33554432000 134512640 135217611 4289396624 18446744073709551615 134542230 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 17767 17215 77 173 0 17592 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 79772

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/310 13911
/proc/meminfo: memFree=5365260/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=71716 CPUtime=881.48 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 17423 0 0 0 88145 3 0 0 25 0 1 0 643624604 73437184 17378 33554432000 134512640 135217611 4289396624 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 17929 17378 77 173 0 17754 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 80420

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13913
/proc/meminfo: memFree=5362732/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74220 CPUtime=941.48 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18038 0 0 0 94145 3 0 0 25 0 1 0 643624604 76001280 17993 33554432000 134512640 135217611 4289396624 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18555 17993 77 173 0 18380 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 82924

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

[startup+947.111 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13913
/proc/meminfo: memFree=5362732/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74220 CPUtime=946.29 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18038 0 0 0 94626 3 0 0 25 0 1 0 643624604 76001280 17993 33554432000 134512640 135217611 4289396624 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18555 17993 77 173 0 18380 0
Current children cumulated CPU time (s) 947.1
Current children cumulated vsize (KiB) 82924

[startup+972.701 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361976/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=971.88 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18149 0 0 0 97185 3 0 0 25 0 1 0 643624604 76627968 18104 33554432000 134512640 135217611 4289396624 18446744073709551615 134532941 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18104 77 173 0 18533 0
Current children cumulated CPU time (s) 972.69
Current children cumulated vsize (KiB) 83536

[startup+979.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361976/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=978.28 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18149 0 0 0 97825 3 0 0 25 0 1 0 643624604 76627968 18104 33554432000 134512640 135217611 4289396624 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18104 77 173 0 18533 0
Current children cumulated CPU time (s) 979.09
Current children cumulated vsize (KiB) 83536

[startup+982.311 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361976/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=981.49 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18152 0 0 0 98145 4 0 0 25 0 1 0 643624604 76627968 18107 33554432000 134512640 135217611 4289396624 18446744073709551615 134533138 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18107 77 173 0 18533 0
Current children cumulated CPU time (s) 982.3
Current children cumulated vsize (KiB) 83536

[startup+985.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361976/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=984.69 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18158 0 0 0 98465 4 0 0 25 0 1 0 643624604 76627968 18113 33554432000 134512640 135217611 4289396624 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18113 77 173 0 18533 0
Current children cumulated CPU time (s) 985.5
Current children cumulated vsize (KiB) 83536

[startup+987.1 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361852/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=986.28 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18159 0 0 0 98624 4 0 0 25 0 1 0 643624604 76627968 18114 33554432000 134512640 135217611 4289396624 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18114 77 173 0 18533 0
Current children cumulated CPU time (s) 987.09
Current children cumulated vsize (KiB) 83536

[startup+987.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361852/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=986.69 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18178 0 0 0 98665 4 0 0 25 0 1 0 643624604 76627968 18133 33554432000 134512640 135217611 4289396624 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18133 77 173 0 18533 0
Current children cumulated CPU time (s) 987.5
Current children cumulated vsize (KiB) 83536

[startup+987.901 s]
/proc/loadavg: 2.00 2.00 1.97 3/310 13914
/proc/meminfo: memFree=5361728/32950928 swapFree=67111348/67111528
[pid=13753] ppid=13751 vsize=8704 CPUtime=0.81 cores=0,2,4,6
/proc/13753/stat : 13753 (glucose.sh) S 13751 13753 13536 0 -1 4202496 359 10554 0 0 0 0 79 2 18 0 1 0 643624522 8912896 255 33554432000 4194304 4922060 140736914454816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13753/statm: 2176 255 211 178 0 69 0
[pid=13777] ppid=13753 vsize=74832 CPUtime=987.08 cores=0,2,4,6
/proc/13777/stat : 13777 (glucose_static) R 13753 13753 13536 0 -1 4202496 18179 0 0 0 98704 4 0 0 25 0 1 0 643624604 76627968 18134 33554432000 134512640 135217611 4289396624 18446744073709551615 134522435 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/13777/statm: 18708 18134 77 173 0 18533 0
Current children cumulated CPU time (s) 987.89
Current children cumulated vsize (KiB) 83536

Child status: 20
Real time (s): 987.992
CPU time (s): 988.004
CPU user time (s): 987.926
CPU system time (s): 0.077988
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 83536

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

runsolver used 3.02354 second user time and 6.30304 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-13 22:57:29
IDJOB=3365764
IDBENCH=82422
IDSOLVER=1842
FILE ID=node125/3365764-1305320248
RUNJOBID= node125-1305315245-13554
PBS_JOBID= 13324307
Free space on /tmp= 47888 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365764-1305320248/watcher-3365764-1305320248 -o /tmp/evaluation-result-3365764-1305320248/solver-3365764-1305320248 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365764-1305320248.cnf

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1216174876

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5522424 kB
Buffers:        260276 kB
Cached:       16482168 kB
SwapCached:          0 kB
Active:       14856236 kB
Inactive:     11943008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5522424 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:    10056844 kB
Mapped:          29596 kB
Slab:           529528 kB
PageTables:      35840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51022884 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= 47888 MiB
End job on node125 at 2011-05-13 23:13:57