Trace number 3387323

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
minisat hack: minisat_psm 2011-04-01UNSAT 1795.31 1795.27

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 Parsing...
0.00/0.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  783852  1708423 |  235155       0        0     nan |  0.000 % |
0.99/1.03	c |         0 |  779390  1794017 |      --       0       --      -- |     --   | -3820/87017
0.99/1.03	c ==============================================================================
0.99/1.03	c Result  :   #vars: 97280   #clauses: 779390   #literals: 1794017
0.99/1.03	c CPU time:   0.986849 s
0.99/1.03	c ==============================================================================
1795.24/1795.26	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-3387323-1305600533/watcher-3387323-1305600533 -o /tmp/evaluation-result-3387323-1305600533/solver-3387323-1305600533 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387323-1305600533.cnf 

running on 4 cores: 1,3,5,7

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: 3.96 3.48 3.20 5/456 8914
/proc/meminfo: memFree=16559648/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 671651272 8908800 250 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8914/statm: 2175 250 209 178 0 68 0

[startup+0.0615991 s]
/proc/loadavg: 3.96 3.48 3.20 5/456 8914
/proc/meminfo: memFree=16559648/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 671651272 8908800 250 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8914/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100595 s]
/proc/loadavg: 3.96 3.48 3.20 5/456 8914
/proc/meminfo: memFree=16559648/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 671651272 8908800 250 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8914/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300556 s]
/proc/loadavg: 3.96 3.48 3.20 5/456 8914
/proc/meminfo: memFree=16559648/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 671651272 8908800 250 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8914/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700478 s]
/proc/loadavg: 3.96 3.48 3.20 5/456 8914
/proc/meminfo: memFree=16559648/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 328 0 0 0 0 0 0 0 24 0 1 0 671651272 8908800 250 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8914/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 3.97 3.48 3.20 5/458 8916
/proc/meminfo: memFree=16492556/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 8700

[startup+3.10105 s]
/proc/loadavg: 3.97 3.48 3.20 5/458 8917
/proc/meminfo: memFree=16496824/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=77096 CPUtime=1.74 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 14986 0 0 0 172 2 0 0 25 0 1 0 671651408 78946304 12487 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 19274 12487 253 16 0 15916 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 85796

[startup+6.30046 s]
/proc/loadavg: 3.97 3.49 3.21 5/458 8917
/proc/meminfo: memFree=16493848/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=78036 CPUtime=4.94 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 23700 0 0 0 490 4 0 0 25 0 1 0 671651408 79908864 13065 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 19509 13065 253 16 0 16151 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 86736

[startup+12.7003 s]
/proc/loadavg: 3.97 3.50 3.21 7/458 8917
/proc/meminfo: memFree=16464256/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=108292 CPUtime=11.33 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 41447 0 0 0 1126 7 0 0 25 0 1 0 671651408 110891008 20211 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213568 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 27073 20211 253 16 0 23715 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 116992

[startup+25.501 s]
/proc/loadavg: 3.98 3.52 3.22 5/458 8917
/proc/meminfo: memFree=16427940/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=138640 CPUtime=24.14 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 52540 0 0 0 2405 9 0 0 25 0 1 0 671651408 141967360 29013 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 34660 29013 253 16 0 31302 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 147340

[startup+51.1003 s]
/proc/loadavg: 3.98 3.56 3.24 5/458 8918
/proc/meminfo: memFree=16422164/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=138640 CPUtime=49.74 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 53150 0 0 0 4965 9 0 0 25 0 1 0 671651408 141967360 29617 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 34660 29617 253 16 0 31302 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 147340

[startup+102.317 s]
/proc/loadavg: 4.15 3.66 3.29 5/458 8919
/proc/meminfo: memFree=16440852/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=108292 CPUtime=100.95 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 153743 0 0 0 10072 23 0 0 25 0 1 0 671651408 110891008 22149 33554432000 4194304 4256717 140734607081584 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 27073 22149 253 16 0 23715 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 116992

[startup+162.301 s]
/proc/loadavg: 4.19 3.75 3.34 5/458 8921
/proc/meminfo: memFree=16409704/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=157612 CPUtime=160.94 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 239270 0 0 0 16060 34 0 0 25 0 1 0 671651408 161394688 30333 33554432000 4194304 4256717 140734607081584 18446744073709551615 4210760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 39403 30333 253 16 0 36045 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 166312

[startup+222.301 s]
/proc/loadavg: 4.21 3.83 3.39 5/458 8953
/proc/meminfo: memFree=16417472/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=157612 CPUtime=220.94 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 324805 0 0 0 22047 47 0 0 25 0 1 0 671651408 161394688 30486 33554432000 4194304 4256717 140734607081584 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 39403 30486 253 16 0 36045 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 166312

[startup+282.3 s]
/proc/loadavg: 4.08 3.85 3.43 5/458 8954
/proc/meminfo: memFree=16313116/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=157612 CPUtime=280.94 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 420480 0 0 0 28033 61 0 0 25 0 1 0 671651408 161394688 32479 33554432000 4194304 4256717 140734607081584 18446744073709551615 4210867 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 39403 32479 253 16 0 36045 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 166312

[startup+342.3 s]
/proc/loadavg: 4.03 3.88 3.46 5/458 8956
/proc/meminfo: memFree=16332876/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=157612 CPUtime=340.94 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 526991 0 0 0 34018 76 0 0 25 0 1 0 671651408 161394688 31740 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 39403 31740 253 16 0 36045 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 166312

[startup+402.3 s]
/proc/loadavg: 4.01 3.90 3.49 5/458 8957
/proc/meminfo: memFree=16320820/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=157612 CPUtime=400.95 cores=1,3,5,7

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


[startup+1422.32 s]
/proc/loadavg: 4.08 4.09 3.87 5/458 8997
/proc/meminfo: memFree=16253704/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1420.99 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 1796867 0 0 0 141820 279 0 0 25 0 1 0 671651408 192954368 39956 33554432000 4194304 4256717 140734607081584 18446744073709551615 4214153 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 39956 253 16 0 43750 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 197132

[startup+1482.3 s]
/proc/loadavg: 4.03 4.07 3.88 6/458 8998
/proc/meminfo: memFree=16263236/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1480.98 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 1859509 0 0 0 147810 288 0 0 25 0 1 0 671651408 192954368 39263 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 39263 253 16 0 43750 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 197132

[startup+1542.3 s]
/proc/loadavg: 4.01 4.06 3.88 5/458 9000
/proc/meminfo: memFree=16252668/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1540.98 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 1922666 0 0 0 153798 300 0 0 25 0 1 0 671651408 192954368 38584 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 38584 253 16 0 43750 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 197132

[startup+1602.3 s]
/proc/loadavg: 4.00 4.04 3.89 5/458 9001
/proc/meminfo: memFree=16235792/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1600.98 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 1967864 0 0 0 159789 309 0 0 25 0 1 0 671651408 192954368 41191 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 41191 253 16 0 43750 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 197132

[startup+1662.3 s]
/proc/loadavg: 4.00 4.03 3.89 5/458 9003
/proc/meminfo: memFree=16224980/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1660.98 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2036053 0 0 0 165776 322 0 0 25 0 1 0 671651408 192954368 41224 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 41224 253 16 0 43750 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 197132

[startup+1722.3 s]
/proc/loadavg: 4.00 4.02 3.90 5/458 9004
/proc/meminfo: memFree=16235632/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1720.98 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2099651 0 0 0 171766 332 0 0 25 0 1 0 671651408 192954368 39416 33554432000 4194304 4256717 140734607081584 18446744073709551615 4214100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 39416 253 16 0 43750 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 197132

[startup+1782.3 s]
/proc/loadavg: 4.07 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16220848/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1780.99 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2167436 0 0 0 177755 344 0 0 25 0 1 0 671651408 192954368 38859 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 38859 253 16 0 43750 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 197132

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

[startup+1785.5 s]
/proc/loadavg: 4.06 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16215640/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1784.19 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2168054 0 0 0 178075 344 0 0 25 0 1 0 671651408 192954368 39465 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 39465 253 16 0 43750 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 197132

[startup+1791.92 s]
/proc/loadavg: 4.06 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16205844/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1790.6 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2169074 0 0 0 178716 344 0 0 25 0 1 0 671651408 192954368 40463 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 40463 253 16 0 43750 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 197132

[startup+1793.5 s]
/proc/loadavg: 4.06 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16152028/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1792.18 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2169288 0 0 0 178874 344 0 0 25 0 1 0 671651408 192954368 40674 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 40674 253 16 0 43750 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (KiB) 197132

[startup+1794.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16219980/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1792.98 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2169395 0 0 0 178954 344 0 0 25 0 1 0 671651408 192954368 40781 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 40781 253 16 0 43750 0
Current children cumulated CPU time (s) 1794.31
Current children cumulated vsize (KiB) 197132

[startup+1794.7 s]
/proc/loadavg: 4.06 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16219980/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1793.38 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2169419 0 0 0 178994 344 0 0 25 0 1 0 671651408 192954368 40805 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 40805 253 16 0 43750 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 197132

[startup+1795.1 s]
/proc/loadavg: 4.05 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16216384/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1793.79 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2169463 0 0 0 179035 344 0 0 25 0 1 0 671651408 192954368 40848 33554432000 4194304 4256717 140734607081584 18446744073709551615 4213665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 40848 253 16 0 43750 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 197132

[startup+1795.22 s]
/proc/loadavg: 4.05 4.03 3.91 5/458 9006
/proc/meminfo: memFree=16216384/32951124 swapFree=67056796/67111528
[pid=8914] ppid=8912 vsize=8700 CPUtime=1.33 cores=1,3,5,7
/proc/8914/stat : 8914 (esg_static.sh) S 8912 8914 7001 0 -1 4202496 354 17573 0 0 0 0 127 6 18 0 1 0 671651272 8908800 252 33554432000 4194304 4922060 140734435312432 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8914/statm: 2175 252 209 178 0 68 0
[pid=8917] ppid=8914 vsize=188432 CPUtime=1793.91 cores=1,3,5,7
/proc/8917/stat : 8917 (minisat_static) R 8914 8914 7001 0 -1 4202496 2169463 0 0 0 179046 345 0 0 25 0 1 0 671651408 192954368 24063 33554432000 4194304 4256717 140734607081584 18446744073709551615 271550580871 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8917/statm: 47108 24063 253 16 0 43750 0
Current children cumulated CPU time (s) 1795.24
Current children cumulated vsize (KiB) 197132

Child status: 20
Real time (s): 1795.27
CPU time (s): 1795.31
CPU user time (s): 1791.78
CPU system time (s): 3.52746
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 327360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.78
system time used= 3.52746
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2187617
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= 43
involuntary context switches= 2219

runsolver used 7.79082 second user time and 18.7272 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-17 04:48:54
IDJOB=3387323
IDBENCH=82431
IDSOLVER=1874
FILE ID=node133/3387323-1305600533
RUNJOBID= node133-1305600381-8736
PBS_JOBID= 13350345
Free space on /tmp= 73492 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387323-1305600533/watcher-3387323-1305600533 -o /tmp/evaluation-result-3387323-1305600533/solver-3387323-1305600533 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387323-1305600533.cnf

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1706712386

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:     32951124 kB
MemFree:      16559680 kB
Buffers:        309872 kB
Cached:        4214716 kB
SwapCached:       7668 kB
Active:       13188680 kB
Inactive:      2886064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16559680 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:           13340 kB
Writeback:           0 kB
AnonPages:    11548104 kB
Mapped:          38164 kB
Slab:           194684 kB
PageTables:      54116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115520992 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73452 MiB
End job on node133 at 2011-05-17 05:18:49