Trace number 3365778

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 1784.9 1784.84

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  783852  1708423 |  235155       0        0     nan |  0.000 % |
1.18/1.28	c |         0 |  779390  1794017 |      --       0       --      -- |     --   | -3820/87017
1.18/1.28	c ==============================================================================
1.18/1.28	c Result  :   #vars: 97280   #clauses: 779390   #literals: 1794017
1.18/1.28	c CPU time:   1.24681 s
1.18/1.28	c ==============================================================================
1.59/1.65	c
1.59/1.65	c Starting glucose
1.59/1.65	c
1.59/1.65	
1.59/1.65	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.59/1.65	
1.59/1.65	c ============================[ Problem Statistics ]=============================
1.59/1.65	c |                                                                             |
1.59/1.65	c |  Number of variables:  97280                                                |
1.59/1.65	c |  Number of clauses:    779390                                               |
1.64/1.89	c |  Parsing time:         0.22         s                                       |
1784.84/1784.83	c restarts              : 1310
1784.84/1784.83	c nb ReduceDB           : 39
1784.84/1784.83	c nb learnts DL2        : 4379
1784.84/1784.83	c nb learnts size 2     : 2098
1784.84/1784.83	c nb learnts size 1     : 638
1784.84/1784.83	c conflicts             : 1543189        (865 /sec)
1784.84/1784.83	c decisions             : 3501709        (1.36 % random) (1964 /sec)
1784.84/1784.83	c propagations          : 8378087659     (4698450 /sec)
1784.84/1784.83	c conflict literals     : 380851737      (43.36 % deleted)
1784.84/1784.83	c Memory used           : 124.45 MB
1784.84/1784.83	c CPU time              : 1783.16 s
1784.84/1784.83	
1784.84/1784.83	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-3365778-1305320281/watcher-3365778-1305320281 -o /tmp/evaluation-result-3365778-1305320281/solver-3365778-1305320281 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365778-1305320281.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.24 2.06 1.97 3/351 15232
/proc/meminfo: memFree=7792124/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643624879 8912896 253 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15232/statm: 2176 253 211 178 0 69 0

[startup+0.0787369 s]
/proc/loadavg: 2.24 2.06 1.97 3/351 15232
/proc/meminfo: memFree=7792124/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643624879 8912896 253 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15232/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100732 s]
/proc/loadavg: 2.24 2.06 1.97 3/351 15232
/proc/meminfo: memFree=7792124/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643624879 8912896 253 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15232/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300696 s]
/proc/loadavg: 2.24 2.06 1.97 3/351 15232
/proc/meminfo: memFree=7792124/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643624879 8912896 253 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15232/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700613 s]
/proc/loadavg: 2.24 2.06 1.97 3/351 15232
/proc/meminfo: memFree=7792124/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643624879 8912896 253 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15232/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50046 s]
/proc/loadavg: 2.22 2.06 1.97 3/353 15234
/proc/meminfo: memFree=7733588/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 643624879 8912896 253 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15232/statm: 2176 253 211 178 0 69 0
[pid=15233] ppid=15232 vsize=68364 CPUtime=1.49 cores=0,2,4,6
/proc/15233/stat : 15233 (SatELite_releas) R 15232 15232 14926 0 -1 4202496 17572 0 0 0 145 4 0 0 25 0 1 0 643624880 70004736 15055 33554432000 134512640 135225430 4287995328 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/15233/statm: 17091 15055 80 175 0 16914 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77068

[startup+3.10113 s]
/proc/loadavg: 2.22 2.06 1.97 3/353 15235
/proc/meminfo: memFree=7727512/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=53816 CPUtime=1.43 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 12705 0 0 0 142 1 0 0 23 0 1 0 643625045 55107584 12647 33554432000 134512640 135217611 4294206560 18446744073709551615 134532591 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 13454 12647 77 173 0 13279 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 62520

[startup+6.30049 s]
/proc/loadavg: 2.22 2.06 1.97 3/353 15235
/proc/meminfo: memFree=7721448/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=59376 CPUtime=4.63 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 14092 0 0 0 462 1 0 0 25 0 1 0 643625045 60801024 14034 33554432000 134512640 135217611 4294206560 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 14844 14034 77 173 0 14669 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 68080

[startup+12.7012 s]
/proc/loadavg: 2.19 2.06 1.97 3/353 15235
/proc/meminfo: memFree=7703724/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=70896 CPUtime=11.04 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 16985 0 0 0 1102 2 0 0 25 0 1 0 643625045 72597504 16927 33554432000 134512640 135217611 4294206560 18446744073709551615 134532754 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 17724 16927 77 173 0 17549 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 79600

[startup+25.5007 s]
/proc/loadavg: 2.16 2.05 1.97 3/347 15258
/proc/meminfo: memFree=8502384/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=79104 CPUtime=23.83 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 19038 0 0 0 2381 2 0 0 25 0 1 0 643625045 81002496 18980 33554432000 134512640 135217611 4294206560 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 19776 18980 77 173 0 19601 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87808

[startup+51.1006 s]
/proc/loadavg: 2.10 2.05 1.97 3/353 15297
/proc/meminfo: memFree=8351064/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=85876 CPUtime=49.43 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 20734 0 0 0 4940 3 0 0 25 0 1 0 643625045 87937024 20676 33554432000 134512640 135217611 4294206560 18446744073709551615 134532935 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 21469 20676 77 173 0 21294 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 94580

[startup+102.313 s]
/proc/loadavg: 2.04 2.04 1.97 3/353 15429
/proc/meminfo: memFree=8444324/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=90580 CPUtime=100.64 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 21905 0 0 0 10061 3 0 0 25 0 1 0 643625045 92753920 21838 33554432000 134512640 135217611 4294206560 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 22645 21838 77 173 0 22470 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 99284

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/353 15460
/proc/meminfo: memFree=8390572/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=90576 CPUtime=160.63 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 21910 0 0 0 16060 3 0 0 25 0 1 0 643625045 92749824 21842 33554432000 134512640 135217611 4294206560 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 22644 21842 77 173 0 22469 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 99280

[startup+222.3 s]
/proc/loadavg: 2.11 2.05 1.98 3/353 15474
/proc/meminfo: memFree=8384992/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=92028 CPUtime=220.65 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 22277 0 0 0 22061 4 0 0 25 0 1 0 643625045 94236672 22209 33554432000 134512640 135217611 4294206560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 23007 22209 77 173 0 22832 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 100732

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 1.98 3/353 15476
/proc/meminfo: memFree=8379756/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=94936 CPUtime=280.65 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 22990 0 0 0 28061 4 0 0 25 0 1 0 643625045 97214464 22922 33554432000 134512640 135217611 4294206560 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 23734 22922 77 173 0 23559 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103640

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/353 15515
/proc/meminfo: memFree=8441788/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=98752 CPUtime=340.64 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 23906 0 0 0 34060 4 0 0 25 0 1 0 643625045 101122048 23838 33554432000 134512640 135217611 4294206560 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/15235/statm: 24688 23838 77 173 0 24513 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 107456

[startup+402.301 s]
/proc/loadavg: 2.08 2.04 1.98 3/353 15521
/proc/meminfo: memFree=8433504/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6

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


[startup+1242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/353 15548
/proc/meminfo: memFree=8380536/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=118616 CPUtime=1240.68 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 28886 0 0 0 124062 6 0 0 25 0 1 0 643625045 121462784 28818 33554432000 134512640 135217611 4294206560 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 29654 28818 77 173 0 29479 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 127320

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/353 15550
/proc/meminfo: memFree=8378528/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=120200 CPUtime=1300.68 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29273 0 0 0 130062 6 0 0 25 0 1 0 643625045 123084800 29205 33554432000 134512640 135217611 4294206560 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30050 29205 77 173 0 29875 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 128904

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/353 15551
/proc/meminfo: memFree=8373800/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=120200 CPUtime=1360.68 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29276 0 0 0 136062 6 0 0 25 0 1 0 643625045 123084800 29208 33554432000 134512640 135217611 4294206560 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30050 29208 77 173 0 29875 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 128904

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/353 15553
/proc/meminfo: memFree=8372776/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=120200 CPUtime=1420.69 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29279 0 0 0 142063 6 0 0 25 0 1 0 643625045 123084800 29211 33554432000 134512640 135217611 4294206560 18446744073709551615 134532729 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30050 29211 77 173 0 29875 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 128904

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15555
/proc/meminfo: memFree=8371628/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=120200 CPUtime=1480.69 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29281 0 0 0 148062 7 0 0 25 0 1 0 643625045 123084800 29213 33554432000 134512640 135217611 4294206560 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30050 29213 77 173 0 29875 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 128904

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15556
/proc/meminfo: memFree=8366768/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=122944 CPUtime=1540.69 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29969 0 0 0 154062 7 0 0 25 0 1 0 643625045 125894656 29901 33554432000 134512640 135217611 4294206560 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30736 29901 77 173 0 30561 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 131648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15558
/proc/meminfo: memFree=8366356/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=122944 CPUtime=1600.69 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29974 0 0 0 160062 7 0 0 25 0 1 0 643625045 125894656 29906 33554432000 134512640 135217611 4294206560 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30736 29906 77 173 0 30561 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 131648

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/353 15559
/proc/meminfo: memFree=8366084/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=122944 CPUtime=1660.69 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 29974 0 0 0 166062 7 0 0 25 0 1 0 643625045 125894656 29906 33554432000 134512640 135217611 4294206560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 30736 29906 77 173 0 30561 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 131648

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/353 15561
/proc/meminfo: memFree=8362832/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=124528 CPUtime=1720.7 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 30371 0 0 0 172063 7 0 0 25 0 1 0 643625045 127516672 30303 33554432000 134512640 135217611 4294206560 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 31132 30303 77 173 0 30957 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 133232

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/353 15563
/proc/meminfo: memFree=8359216/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=127436 CPUtime=1780.7 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 31080 0 0 0 178063 7 0 0 25 0 1 0 643625045 130494464 31012 33554432000 134512640 135217611 4294206560 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 31859 31012 77 173 0 31684 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 136140

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

[startup+1783.9 s]
/proc/loadavg: 2.07 2.04 2.01 3/353 15563
/proc/meminfo: memFree=8359216/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=127436 CPUtime=1782.3 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 31080 0 0 0 178223 7 0 0 25 0 1 0 643625045 130494464 31012 33554432000 134512640 135217611 4294206560 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 31859 31012 77 173 0 31684 0
Current children cumulated CPU time (s) 1783.94
Current children cumulated vsize (KiB) 136140

[startup+1784.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/353 15563
/proc/meminfo: memFree=8359216/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=127436 CPUtime=1782.7 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 31080 0 0 0 178263 7 0 0 25 0 1 0 643625045 130494464 31012 33554432000 134512640 135217611 4294206560 18446744073709551615 134533585 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 31859 31012 77 173 0 31684 0
Current children cumulated CPU time (s) 1784.34
Current children cumulated vsize (KiB) 136140

[startup+1784.7 s]
/proc/loadavg: 2.07 2.04 2.01 3/353 15563
/proc/meminfo: memFree=8359216/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=127436 CPUtime=1783.1 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 31080 0 0 0 178303 7 0 0 25 0 1 0 643625045 130494464 31012 33554432000 134512640 135217611 4294206560 18446744073709551615 134542201 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 31859 31012 77 173 0 31684 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 136140

[startup+1784.8 s]
/proc/loadavg: 2.07 2.04 2.01 3/353 15563
/proc/meminfo: memFree=8359216/32950928 swapFree=45937192/67111528
[pid=15232] ppid=15230 vsize=8704 CPUtime=1.64 cores=0,2,4,6
/proc/15232/stat : 15232 (glucose.sh) S 15230 15232 14926 0 -1 4202496 359 17573 0 0 0 0 159 5 18 0 1 0 643624879 8912896 255 33554432000 4194304 4922060 140736776049728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15232/statm: 2176 255 211 178 0 69 0
[pid=15235] ppid=15232 vsize=127436 CPUtime=1783.2 cores=0,2,4,6
/proc/15235/stat : 15235 (glucose_static) R 15232 15232 14926 0 -1 4202496 31080 0 0 0 178313 7 0 0 25 0 1 0 643625045 130494464 31012 33554432000 134512640 135217611 4294206560 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15235/statm: 31859 31012 77 173 0 31684 0
Current children cumulated CPU time (s) 1784.84
Current children cumulated vsize (KiB) 136140

Child status: 20
Real time (s): 1784.84
CPU time (s): 1784.9
CPU user time (s): 1784.76
CPU system time (s): 0.145977
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 136140

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

runsolver used 6.04008 second user time and 13.44 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 22:58:02
IDJOB=3365778
IDBENCH=82431
IDSOLVER=1842
FILE ID=node149/3365778-1305320281
RUNJOBID= node149-1305315241-14944
PBS_JOBID= 13324283
Free space on /tmp= 42000 MiB

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

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1658716729

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.806
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.75
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.806
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.82
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.806
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:       7792404 kB
Buffers:        274616 kB
Cached:       19267288 kB
SwapCached:      19984 kB
Active:        9724432 kB
Inactive:     14748984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7792404 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          225080 kB
Writeback:           0 kB
AnonPages:     4923952 kB
Mapped:          14524 kB
Slab:           546576 kB
PageTables:      72780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80813816 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= 42192 MiB
End job on node149 at 2011-05-13 23:27:47