Trace number 3371388

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
Plingeling 587f (fixed)UNSAT 319.47 80.7206

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

319.44/80.71	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-3371388-1305421967/watcher-3371388-1305421967 -o /tmp/evaluation-result-3371388-1305421967/solver-3371388-1305421967 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371388-1305421967.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 5.16 7.35 7.73 3/314 9837
/proc/meminfo: memFree=11072860/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=14188 CPUtime=0 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) R 9835 9837 8860 0 -1 4202496 1617 1253 0 0 0 0 0 0 21 0 1 0 653799070 14528512 1546 33554432000 4194304 4417452 140735501518128 18446744073709551615 212435714248 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9837/statm: 3547 1557 148 55 0 1433 0

[startup+0.017195 s]
/proc/loadavg: 5.16 7.35 7.73 3/314 9837
/proc/meminfo: memFree=11072860/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=15684 CPUtime=0 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) R 9835 9837 8860 0 -1 4202496 2015 1253 0 0 0 0 0 0 21 0 1 0 653799070 16060416 1944 33554432000 4194304 4417452 140735501518128 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9837/statm: 3921 1944 148 55 0 1807 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15684

[startup+0.100182 s]
/proc/loadavg: 5.16 7.35 7.73 3/314 9837
/proc/meminfo: memFree=11072860/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=27808 CPUtime=0.08 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) R 9835 9837 8860 0 -1 4202496 5082 1253 0 0 8 0 0 0 21 0 1 0 653799070 28475392 4976 33554432000 4194304 4417452 140735501518128 18446744073709551615 4209599 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9837/statm: 6952 4976 149 55 0 4838 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27808

[startup+0.301144 s]
/proc/loadavg: 5.16 7.35 7.73 3/314 9837
/proc/meminfo: memFree=11072860/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=53336 CPUtime=0.29 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) R 9835 9837 8860 0 -1 4202496 11490 1253 0 0 28 1 0 0 22 0 1 0 653799070 54616064 11358 33554432000 4194304 4417452 140735501518128 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9837/statm: 13334 11358 149 55 0 11220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53336

[startup+0.701069 s]
/proc/loadavg: 5.16 7.35 7.73 3/314 9837
/proc/meminfo: memFree=11072860/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=102488 CPUtime=0.69 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) R 9835 9837 8860 0 -1 4202496 23778 1253 0 0 66 3 0 0 24 0 1 0 653799070 104947712 23646 33554432000 4194304 4417452 140735501518128 18446744073709551615 4231423 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/9837/statm: 25622 23646 149 55 0 23508 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102488

[startup+1.50088 s]
/proc/loadavg: 5.16 7.35 7.73 6/319 9847
/proc/meminfo: memFree=10935328/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=284324 CPUtime=3.53 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 33968 1253 0 0 349 4 0 0 25 0 5 0 653799070 291147776 26902 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 71081 26902 174 55 0 68967 0
[pid=9837/tid=9844] ppid=9835 vsize=284324 CPUtime=0.68 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 2538 1253 0 0 68 0 0 0 25 0 5 0 653799152 291147776 26902 33554432000 4194304 4417452 140735501518128 18446744073709551615 4281450 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=284324 CPUtime=0.67 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 3078 1253 0 0 67 0 0 0 18 0 5 0 653799152 291147776 26902 33554432000 4194304 4417452 140735501518128 18446744073709551615 4284677 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=284324 CPUtime=0.67 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 3063 1253 0 0 67 0 0 0 18 0 5 0 653799152 291147776 26902 33554432000 4194304 4417452 140735501518128 18446744073709551615 4290595 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=284324 CPUtime=0.68 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 1499 1253 0 0 68 0 0 0 25 0 5 0 653799152 291147776 26902 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 284324

[startup+3.10058 s]
/proc/loadavg: 5.16 7.35 7.73 6/322 9858
/proc/meminfo: memFree=10798392/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=337504 CPUtime=9.9 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 63482 1253 0 0 982 8 0 0 25 0 5 0 653799070 345604096 40201 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 84376 40201 178 55 0 82262 0
[pid=9837/tid=9844] ppid=9835 vsize=337504 CPUtime=2.27 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 14581 1253 0 0 226 1 0 0 25 0 5 0 653799152 345604096 40201 33554432000 4194304 4417452 140735501518128 18446744073709551615 4274905 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=337504 CPUtime=2.25 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 13280 1253 0 0 224 1 0 0 21 0 5 0 653799152 345604096 40201 33554432000 4194304 4417452 140735501518128 18446744073709551615 4255631 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=337504 CPUtime=2.27 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 10332 1253 0 0 226 1 0 0 21 0 5 0 653799152 345604096 40201 33554432000 4194304 4417452 140735501518128 18446744073709551615 4320426 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=337504 CPUtime=2.27 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 1499 1253 0 0 227 0 0 0 25 0 5 0 653799152 345604096 40201 33554432000 4194304 4417452 140735501518128 18446744073709551615 4237157 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 337504

[startup+6.30097 s]
/proc/loadavg: 5.38 7.36 7.73 9/326 9862
/proc/meminfo: memFree=10611384/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=288556 CPUtime=22.67 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 65585 1253 0 0 2258 9 0 0 25 0 5 0 653799070 295481344 28404 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 72139 28404 180 55 0 70025 0
[pid=9837/tid=9844] ppid=9835 vsize=288556 CPUtime=5.47 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 15422 1253 0 0 546 1 0 0 25 0 5 0 653799152 295481344 28404 33554432000 4194304 4417452 140735501518128 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=288556 CPUtime=5.42 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 13286 1253 0 0 540 2 0 0 25 0 5 0 653799152 295481344 28404 33554432000 4194304 4417452 140735501518128 18446744073709551615 4319222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=288556 CPUtime=5.47 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 10334 1253 0 0 546 1 0 0 25 0 5 0 653799152 295481344 28404 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=288556 CPUtime=5.47 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 2753 1253 0 0 547 0 0 0 25 0 5 0 653799152 295481344 28404 33554432000 4194304 4417452 140735501518128 18446744073709551615 4358106 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.67
Current children cumulated vsize (KiB) 288556

[startup+12.7008 s]
/proc/loadavg: 5.59 7.37 7.73 9/326 9863
/proc/meminfo: memFree=10535036/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=298708 CPUtime=48.21 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 70761 1253 0 0 4811 10 0 0 25 0 5 0 653799070 305876992 32090 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 74677 32090 180 55 0 72563 0
[pid=9837/tid=9844] ppid=9835 vsize=298708 CPUtime=11.88 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 17296 1253 0 0 1186 2 0 0 25 0 5 0 653799152 305876992 32090 33554432000 4194304 4417452 140735501518128 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=298708 CPUtime=11.76 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 13661 1253 0 0 1174 2 0 0 25 0 5 0 653799152 305876992 32090 33554432000 4194304 4417452 140735501518128 18446744073709551615 4357162 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=298708 CPUtime=11.87 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 10334 1253 0 0 1186 1 0 0 25 0 5 0 653799152 305876992 32090 33554432000 4194304 4417452 140735501518128 18446744073709551615 4354501 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=298708 CPUtime=11.87 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 5680 1253 0 0 1187 0 0 0 25 0 5 0 653799152 305876992 32090 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.21
Current children cumulated vsize (KiB) 298708

[startup+25.5003 s]
/proc/loadavg: 6.19 7.41 7.74 9/326 9863
/proc/meminfo: memFree=10487436/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=338112 CPUtime=99.27 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 93671 1253 0 0 9914 13 0 0 25 0 5 0 653799070 346226688 46751 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 84528 46751 180 55 0 82414 0
[pid=9837/tid=9844] ppid=9835 vsize=338112 CPUtime=24.67 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 30247 1253 0 0 2463 4 0 0 25 0 5 0 653799152 346226688 46751 33554432000 4194304 4417452 140735501518128 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=338112 CPUtime=24.42 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 15754 1253 0 0 2440 2 0 0 25 0 5 0 653799152 346226688 46751 33554432000 4194304 4417452 140735501518128 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=338112 CPUtime=24.67 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 12601 1253 0 0 2466 1 0 0 25 0 5 0 653799152 346226688 46751 33554432000 4194304 4417452 140735501518128 18446744073709551615 4235295 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=338112 CPUtime=24.68 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 11279 1253 0 0 2467 1 0 0 25 0 5 0 653799152 346226688 46751 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.27
Current children cumulated vsize (KiB) 338112

[startup+51.1005 s]
/proc/loadavg: 6.93 7.49 7.75 9/326 9864
/proc/meminfo: memFree=10421760/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=410896 CPUtime=201.41 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 126545 1253 0 0 20124 17 0 0 25 0 5 0 653799070 420757504 63677 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 102724 63677 180 55 0 100610 0
[pid=9837/tid=9844] ppid=9835 vsize=410896 CPUtime=50.27 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 44472 1253 0 0 5021 6 0 0 25 0 5 0 653799152 420757504 63677 33554432000 4194304 4417452 140735501518128 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=410896 CPUtime=49.77 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 18926 1253 0 0 4975 2 0 0 25 0 5 0 653799152 420757504 63677 33554432000 4194304 4417452 140735501518128 18446744073709551615 4358080 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=410896 CPUtime=50.27 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16221 1253 0 0 5025 2 0 0 25 0 5 0 653799152 420757504 63677 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=410896 CPUtime=50.26 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 23136 1253 0 0 5024 2 0 0 25 0 5 0 653799152 420757504 63677 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.41
Current children cumulated vsize (KiB) 410896

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

[startup+63.901 s]
/proc/loadavg: 7.09 7.51 7.75 9/326 9864
/proc/meminfo: memFree=10370176/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=419596 CPUtime=252.48 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 141490 1253 0 0 25229 19 0 0 25 0 5 0 653799070 429666304 71618 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 104899 71618 180 55 0 102785 0
[pid=9837/tid=9844] ppid=9835 vsize=419596 CPUtime=63.08 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 55127 1253 0 0 6300 8 0 0 25 0 5 0 653799152 429666304 71618 33554432000 4194304 4417452 140735501518128 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=419596 CPUtime=62.44 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 18926 1253 0 0 6242 2 0 0 25 0 5 0 653799152 429666304 71618 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=419596 CPUtime=63.07 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16221 1253 0 0 6305 2 0 0 25 0 5 0 653799152 429666304 71618 33554432000 4194304 4417452 140735501518128 18446744073709551615 4309920 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=419596 CPUtime=63.06 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 27426 1253 0 0 6304 2 0 0 25 0 5 0 653799152 429666304 71618 33554432000 4194304 4417452 140735501518128 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 252.48
Current children cumulated vsize (KiB) 419596

[startup+70.3008 s]
/proc/loadavg: 6.99 7.47 7.74 6/319 9867
/proc/meminfo: memFree=10712872/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=445936 CPUtime=278.05 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 148083 1253 0 0 27785 20 0 0 25 0 5 0 653799070 456638464 77673 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 111484 77673 180 55 0 109370 0
[pid=9837/tid=9844] ppid=9835 vsize=445936 CPUtime=69.49 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 55127 1253 0 0 6941 8 0 0 25 0 5 0 653799152 456638464 77673 33554432000 4194304 4417452 140735501518128 18446744073709551615 4346546 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=445936 CPUtime=68.78 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 19045 1253 0 0 6876 2 0 0 25 0 5 0 653799152 456638464 77673 33554432000 4194304 4417452 140735501518128 18446744073709551615 4312160 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=445936 CPUtime=69.48 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16221 1253 0 0 6946 2 0 0 25 0 5 0 653799152 456638464 77673 33554432000 4194304 4417452 140735501518128 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=445936 CPUtime=69.47 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 33900 1253 0 0 6944 3 0 0 25 0 5 0 653799152 456638464 77673 33554432000 4194304 4417452 140735501518128 18446744073709551615 4251056 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 278.05
Current children cumulated vsize (KiB) 445936

[startup+76.7006 s]
/proc/loadavg: 6.83 7.43 7.72 9/326 9900
/proc/meminfo: memFree=10414188/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=446368 CPUtime=303.56 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 156259 1253 0 0 30335 21 0 0 25 0 5 0 653799070 457080832 76836 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 111592 76836 180 55 0 109478 0
[pid=9837/tid=9844] ppid=9835 vsize=446368 CPUtime=75.88 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 57030 1253 0 0 7580 8 0 0 25 0 5 0 653799152 457080832 76836 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=446368 CPUtime=75.11 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 19045 1253 0 0 7509 2 0 0 25 0 5 0 653799152 457080832 76836 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=446368 CPUtime=75.87 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16227 1253 0 0 7585 2 0 0 25 0 5 0 653799152 457080832 76836 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=446368 CPUtime=75.86 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 40167 1253 0 0 7582 4 0 0 25 0 5 0 653799152 457080832 76836 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 303.56
Current children cumulated vsize (KiB) 446368

[startup+78.3003 s]
/proc/loadavg: 6.83 7.43 7.72 9/326 9900
/proc/meminfo: memFree=10265376/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=466760 CPUtime=309.94 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 165404 1253 0 0 30972 22 0 0 25 0 5 0 653799070 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 116690 85981 180 55 0 114576 0
[pid=9837/tid=9844] ppid=9835 vsize=466760 CPUtime=77.48 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 61077 1253 0 0 7739 9 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=466760 CPUtime=76.69 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 19045 1253 0 0 7667 2 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=466760 CPUtime=77.47 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16227 1253 0 0 7745 2 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4250961 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=466760 CPUtime=77.45 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 45265 1253 0 0 7741 4 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 309.94
Current children cumulated vsize (KiB) 466760

[startup+79.901 s]
/proc/loadavg: 6.83 7.43 7.72 9/326 9900
/proc/meminfo: memFree=10300000/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=466760 CPUtime=316.33 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 165404 1253 0 0 31611 22 0 0 25 0 5 0 653799070 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 116690 85981 180 55 0 114576 0
[pid=9837/tid=9844] ppid=9835 vsize=466760 CPUtime=79.08 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 61077 1253 0 0 7899 9 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4262955 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=466760 CPUtime=78.28 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 19045 1253 0 0 7826 2 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=466760 CPUtime=79.07 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16227 1253 0 0 7905 2 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=466760 CPUtime=79.05 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 45265 1253 0 0 7901 4 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4365195 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 316.33
Current children cumulated vsize (KiB) 466760

[startup+80.3119 s]
/proc/loadavg: 6.92 7.44 7.73 9/326 9900
/proc/meminfo: memFree=10326412/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=466760 CPUtime=317.96 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 165404 1253 0 0 31774 22 0 0 25 0 5 0 653799070 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 116690 85981 180 55 0 114576 0
[pid=9837/tid=9844] ppid=9835 vsize=466760 CPUtime=79.49 cores=1,3,5,7
/proc/9837/task/9844/stat : 9844 (plingeling) R 9835 9837 8860 0 -1 4202560 61077 1253 0 0 7940 9 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=9837/tid=9845] ppid=9835 vsize=466760 CPUtime=78.68 cores=1,3,5,7
/proc/9837/task/9845/stat : 9845 (plingeling) R 9835 9837 8860 0 -1 4202560 19045 1253 0 0 7866 2 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9837/tid=9846] ppid=9835 vsize=466760 CPUtime=79.48 cores=1,3,5,7
/proc/9837/task/9846/stat : 9846 (plingeling) R 9835 9837 8860 0 -1 4202560 16227 1253 0 0 7946 2 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4321395 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=9837/tid=9847] ppid=9835 vsize=466760 CPUtime=79.46 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 45265 1253 0 0 7942 4 0 0 25 0 5 0 653799152 477962240 85981 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 317.96
Current children cumulated vsize (KiB) 466760

[startup+80.7009 s]
/proc/loadavg: 6.92 7.44 7.73 9/326 9900
/proc/meminfo: memFree=10326412/32951124 swapFree=67093864/67111528
[pid=9837] ppid=9835 vsize=466760 CPUtime=319.44 cores=1,3,5,7
/proc/9837/stat : 9837 (plingeling) S 9835 9837 8860 0 -1 4202496 165405 1253 0 0 31922 22 0 0 17 0 2 0 653799070 477962240 85982 33554432000 4194304 4417452 140735501518128 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/9837/statm: 116690 85982 181 55 0 114576 0
[pid=9837/tid=9847] ppid=9835 vsize=466760 CPUtime=79.85 cores=1,3,5,7
/proc/9837/task/9847/stat : 9847 (plingeling) R 9835 9837 8860 0 -1 4202560 45265 1253 0 0 7981 4 0 0 25 0 2 0 653799152 477962240 85982 33554432000 4194304 4417452 140735501518128 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 319.44
Current children cumulated vsize (KiB) 466760

Child status: 20
Real time (s): 80.7206
CPU time (s): 319.47
CPU user time (s): 319.226
CPU system time (s): 0.243962
CPU usage (%): 395.773
Max. virtual memory (cumulated for all children) (KiB): 466760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.226
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166661
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= 95
involuntary context switches= 2329

runsolver used 0.217966 second user time and 0.598908 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 03:12:47
IDJOB=3371388
IDBENCH=82420
IDSOLVER=1848
FILE ID=node102/3371388-1305421967
RUNJOBID= node102-1305421967-9824
PBS_JOBID= 13324562
Free space on /tmp= 73508 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371388-1305421967/watcher-3371388-1305421967 -o /tmp/evaluation-result-3371388-1305421967/solver-3371388-1305421967 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371388-1305421967.cnf

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=2106416033

node102.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	: 5226.15
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.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.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.75
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.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.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.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.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:     32951124 kB
MemFree:      11073140 kB
Buffers:        266032 kB
Cached:        2875952 kB
SwapCached:       1128 kB
Active:       19541796 kB
Inactive:      2043436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11073140 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           28392 kB
Writeback:           0 kB
AnonPages:    18442220 kB
Mapped:          25924 kB
Slab:           177508 kB
PageTables:      52636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59044264 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= 73476 MiB
End job on node102 at 2011-05-15 03:14:08