Trace number 3286309

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 587UNSAT 521.925 130.9

General information on the benchmark

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

Solver Data

521.57/130.89	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: 935)

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-3286309-1304062197/watcher-3286309-1304062197 -o /tmp/evaluation-result-3286309-1304062197/solver-3286309-1304062197 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3286309-1304062197.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: 7.74 7.63 7.13 5/181 21069
/proc/meminfo: memFree=11190472/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=13932 CPUtime=0 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) R 21067 21069 20615 0 -1 4202496 1550 1261 0 0 0 0 0 0 24 0 1 0 596450420 14266368 1480 33554432000 4194304 4417332 140733901629360 18446744073709551615 216734875759 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21069/statm: 3483 1490 147 55 0 1369 0

[startup+0.055296 s]
/proc/loadavg: 7.74 7.63 7.13 5/181 21069
/proc/meminfo: memFree=11190472/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=25320 CPUtime=0.04 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) R 21067 21069 20615 0 -1 4202496 4408 1261 0 0 4 0 0 0 24 0 1 0 596450420 25927680 4337 33554432000 4194304 4417332 140733901629360 18446744073709551615 4274413 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21069/statm: 6330 4337 148 55 0 4216 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25320

[startup+0.100299 s]
/proc/loadavg: 7.74 7.63 7.13 5/181 21069
/proc/meminfo: memFree=11190472/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=29680 CPUtime=0.08 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) R 21067 21069 20615 0 -1 4202496 5514 1261 0 0 8 0 0 0 24 0 1 0 596450420 30392320 5443 33554432000 4194304 4417332 140733901629360 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21069/statm: 7420 5443 148 55 0 5306 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29680

[startup+0.300252 s]
/proc/loadavg: 7.74 7.63 7.13 5/181 21069
/proc/meminfo: memFree=11190472/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=46152 CPUtime=0.28 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) R 21067 21069 20615 0 -1 4202496 9648 1261 0 0 27 1 0 0 25 0 1 0 596450420 47259648 9561 33554432000 4194304 4417332 140733901629360 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21069/statm: 11538 9561 148 55 0 9424 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46152

[startup+0.70015 s]
/proc/loadavg: 7.74 7.63 7.13 5/181 21069
/proc/meminfo: memFree=11190472/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=150408 CPUtime=1.86 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 20381 1261 0 0 183 3 0 0 25 0 5 0 596450420 154017792 12286 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 37602 12286 174 55 0 35488 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 150408

[startup+1.50101 s]
/proc/loadavg: 7.74 7.63 7.13 9/186 21079
/proc/meminfo: memFree=11143568/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=152484 CPUtime=5.05 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 26082 1261 0 0 502 3 0 0 25 0 5 0 596450420 156143616 11712 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 38121 11712 175 55 0 36007 0
[pid=21069/tid=21076] ppid=21067 vsize=152484 CPUtime=1.19 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 4725 1261 0 0 119 0 0 0 19 0 5 0 596450451 156143616 11712 33554432000 4194304 4417332 140733901629360 18446744073709551615 4277594 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=152484 CPUtime=1.17 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 6907 1261 0 0 117 0 0 0 25 0 5 0 596450451 156143616 11712 33554432000 4194304 4417332 140733901629360 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=152484 CPUtime=1.18 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 2765 1261 0 0 118 0 0 0 25 0 5 0 596450451 156143616 11712 33554432000 4194304 4417332 140733901629360 18446744073709551615 4290633 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=152484 CPUtime=1.18 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 2025 1261 0 0 118 0 0 0 25 0 5 0 596450451 156143616 11712 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 152484

[startup+3.10073 s]
/proc/loadavg: 7.74 7.63 7.13 9/186 21079
/proc/meminfo: memFree=11130796/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=180748 CPUtime=11.46 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 44877 1261 0 0 1139 7 0 0 25 0 5 0 596450420 185085952 19609 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 45187 19609 180 55 0 43073 0
[pid=21069/tid=21076] ppid=21067 vsize=180748 CPUtime=2.78 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 10437 1261 0 0 278 0 0 0 23 0 5 0 596450451 185085952 19609 33554432000 4194304 4417332 140733901629360 18446744073709551615 4273007 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=180748 CPUtime=2.77 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 14476 1261 0 0 275 2 0 0 25 0 5 0 596450451 185085952 19609 33554432000 4194304 4417332 140733901629360 18446744073709551615 4239777 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=180748 CPUtime=2.78 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 7905 1261 0 0 277 1 0 0 25 0 5 0 596450451 185085952 19609 33554432000 4194304 4417332 140733901629360 18446744073709551615 4235225 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=180748 CPUtime=2.78 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 2399 1261 0 0 278 0 0 0 25 0 5 0 596450451 185085952 19609 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 180748

[startup+6.30117 s]
/proc/loadavg: 7.76 7.63 7.13 9/186 21079
/proc/meminfo: memFree=11088384/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=190340 CPUtime=24.23 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 48054 1261 0 0 2416 7 0 0 25 0 5 0 596450420 194908160 22775 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 47585 22775 180 55 0 45471 0
[pid=21069/tid=21076] ppid=21067 vsize=190340 CPUtime=5.99 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 11420 1261 0 0 598 1 0 0 25 0 5 0 596450451 194908160 22775 33554432000 4194304 4417332 140733901629360 18446744073709551615 4336643 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=190340 CPUtime=5.95 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 15230 1261 0 0 593 2 0 0 25 0 5 0 596450451 194908160 22775 33554432000 4194304 4417332 140733901629360 18446744073709551615 4236343 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=190340 CPUtime=5.98 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 7905 1261 0 0 597 1 0 0 25 0 5 0 596450451 194908160 22775 33554432000 4194304 4417332 140733901629360 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=190340 CPUtime=5.98 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 3839 1261 0 0 598 0 0 0 25 0 5 0 596450451 194908160 22775 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.23
Current children cumulated vsize (KiB) 190340

[startup+12.7011 s]
/proc/loadavg: 7.78 7.64 7.14 9/186 21079
/proc/meminfo: memFree=11064880/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=193068 CPUtime=49.8 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 54643 1261 0 0 4972 8 0 0 25 0 5 0 596450420 197701632 25118 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 48267 25118 180 55 0 46153 0
[pid=21069/tid=21076] ppid=21067 vsize=193068 CPUtime=12.38 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 13519 1261 0 0 1237 1 0 0 25 0 5 0 596450451 197701632 25118 33554432000 4194304 4417332 140733901629360 18446744073709551615 4259651 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=193068 CPUtime=12.32 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 19025 1261 0 0 1229 3 0 0 25 0 5 0 596450451 197701632 25118 33554432000 4194304 4417332 140733901629360 18446744073709551615 4353734 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=193068 CPUtime=12.38 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 8064 1261 0 0 1237 1 0 0 25 0 5 0 596450451 197701632 25118 33554432000 4194304 4417332 140733901629360 18446744073709551615 4353447 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=193068 CPUtime=12.38 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 4375 1261 0 0 1238 0 0 0 25 0 5 0 596450451 197701632 25118 33554432000 4194304 4417332 140733901629360 18446744073709551615 4354401 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.8
Current children cumulated vsize (KiB) 193068

[startup+25.5008 s]
/proc/loadavg: 7.97 7.69 7.16 9/186 21080
/proc/meminfo: memFree=10986860/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=191812 CPUtime=100.93 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 68228 1261 0 0 10083 10 0 0 25 0 5 0 596450420 196415488 25082 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 47953 25082 180 55 0 45839 0
[pid=21069/tid=21076] ppid=21067 vsize=191812 CPUtime=25.18 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 17440 1261 0 0 2517 1 0 0 25 0 5 0 596450451 196415488 25082 33554432000 4194304 4417332 140733901629360 18446744073709551615 4307376 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=191812 CPUtime=25.04 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 23567 1261 0 0 2501 3 0 0 25 0 5 0 596450451 196415488 25082 33554432000 4194304 4417332 140733901629360 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=191812 CPUtime=25.18 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 8092 1261 0 0 2517 1 0 0 25 0 5 0 596450451 196415488 25082 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=191812 CPUtime=25.18 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 9469 1261 0 0 2517 1 0 0 25 0 5 0 596450451 196415488 25082 33554432000 4194304 4417332 140733901629360 18446744073709551615 4281857 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 191812

[startup+51.1003 s]
/proc/loadavg: 8.05 7.73 7.19 9/186 21080
/proc/meminfo: memFree=10939500/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=225196 CPUtime=203.19 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 96963 1261 0 0 20305 14 0 0 25 0 5 0 596450420 230600704 35492 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 56299 35492 180 55 0 54185 0
[pid=21069/tid=21076] ppid=21067 vsize=225196 CPUtime=50.78 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 29019 1261 0 0 5075 3 0 0 25 0 5 0 596450451 230600704 35492 33554432000 4194304 4417332 140733901629360 18446744073709551615 4357458 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=225196 CPUtime=50.5 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 31179 1261 0 0 5046 4 0 0 25 0 5 0 596450451 230600704 35492 33554432000 4194304 4417332 140733901629360 18446744073709551615 4288818 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=225196 CPUtime=50.78 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 9118 1261 0 0 5077 1 0 0 25 0 5 0 596450451 230600704 35492 33554432000 4194304 4417332 140733901629360 18446744073709551615 4252140 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=225196 CPUtime=50.78 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 17987 1261 0 0 5076 2 0 0 25 0 5 0 596450451 230600704 35492 33554432000 4194304 4417332 140733901629360 18446744073709551615 4365045 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.19
Current children cumulated vsize (KiB) 225196

[startup+102.306 s]
/proc/loadavg: 8.12 7.80 7.24 9/186 21082
/proc/meminfo: memFree=10860712/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=252400 CPUtime=407.74 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 142712 1261 0 0 40754 20 0 0 25 0 5 0 596450420 258457600 47038 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 63100 47038 181 55 0 60986 0
[pid=21069/tid=21076] ppid=21067 vsize=252400 CPUtime=101.99 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 42356 1261 0 0 10194 5 0 0 25 0 5 0 596450451 258457600 47038 33554432000 4194304 4417332 140733901629360 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=252400 CPUtime=101.43 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 44628 1261 0 0 10137 6 0 0 25 0 5 0 596450451 258457600 47038 33554432000 4194304 4417332 140733901629360 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=252400 CPUtime=101.99 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 13779 1261 0 0 10197 2 0 0 25 0 5 0 596450451 258457600 47038 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=252400 CPUtime=101.99 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 32289 1261 0 0 10195 4 0 0 25 0 5 0 596450451 258457600 47038 33554432000 4194304 4417332 140733901629360 18446744073709551615 4265411 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.74
Current children cumulated vsize (KiB) 252400

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

[startup+115.101 s]
/proc/loadavg: 8.09 7.81 7.25 9/186 21082
/proc/meminfo: memFree=10819904/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=274512 CPUtime=458.85 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 162346 1261 0 0 45862 23 0 0 25 0 5 0 596450420 281100288 51362 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 68628 51362 181 55 0 66514 0
[pid=21069/tid=21076] ppid=21067 vsize=274512 CPUtime=114.78 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 46156 1261 0 0 11473 5 0 0 25 0 5 0 596450451 281100288 51362 33554432000 4194304 4417332 140733901629360 18446744073709551615 4365094 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=274512 CPUtime=114.16 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 50022 1261 0 0 11409 7 0 0 25 0 5 0 596450451 281100288 51362 33554432000 4194304 4417332 140733901629360 18446744073709551615 4275947 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=274512 CPUtime=114.78 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 17824 1261 0 0 11476 2 0 0 25 0 5 0 596450451 281100288 51362 33554432000 4194304 4417332 140733901629360 18446744073709551615 4236870 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=274512 CPUtime=114.79 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 38684 1261 0 0 11474 5 0 0 25 0 5 0 596450451 281100288 51362 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364575 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 458.85
Current children cumulated vsize (KiB) 274512

[startup+121.501 s]
/proc/loadavg: 8.09 7.81 7.26 9/186 21082
/proc/meminfo: memFree=10755288/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=265288 CPUtime=484.41 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 167930 1261 0 0 48418 23 0 0 25 0 5 0 596450420 271654912 49056 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 66322 49056 181 55 0 64208 0
[pid=21069/tid=21076] ppid=21067 vsize=265288 CPUtime=121.18 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 47040 1261 0 0 12113 5 0 0 25 0 5 0 596450451 271654912 49056 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=265288 CPUtime=120.52 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 51061 1261 0 0 12045 7 0 0 25 0 5 0 596450451 271654912 49056 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=265288 CPUtime=121.19 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 20435 1261 0 0 12116 3 0 0 25 0 5 0 596450451 271654912 49056 33554432000 4194304 4417332 140733901629360 18446744073709551615 4366207 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=265288 CPUtime=121.18 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 39734 1261 0 0 12113 5 0 0 25 0 5 0 596450451 271654912 49056 33554432000 4194304 4417332 140733901629360 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 484.41
Current children cumulated vsize (KiB) 265288

[startup+124.701 s]
/proc/loadavg: 8.09 7.81 7.26 9/186 21082
/proc/meminfo: memFree=10758884/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=266164 CPUtime=497.19 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 170017 1261 0 0 49695 24 0 0 25 0 5 0 596450420 272551936 49275 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 66541 49275 181 55 0 64427 0
[pid=21069/tid=21076] ppid=21067 vsize=266164 CPUtime=124.38 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 47040 1261 0 0 12433 5 0 0 25 0 5 0 596450451 272551936 49275 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=266164 CPUtime=123.71 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 53109 1261 0 0 12363 8 0 0 25 0 5 0 596450451 272551936 49275 33554432000 4194304 4417332 140733901629360 18446744073709551615 4287388 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=266164 CPUtime=124.39 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 20435 1261 0 0 12436 3 0 0 25 0 5 0 596450451 272551936 49275 33554432000 4194304 4417332 140733901629360 18446744073709551615 4346509 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=266164 CPUtime=124.38 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 39773 1261 0 0 12433 5 0 0 25 0 5 0 596450451 272551936 49275 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 497.19
Current children cumulated vsize (KiB) 266164

[startup+127.901 s]
/proc/loadavg: 8.16 7.83 7.26 9/186 21082
/proc/meminfo: memFree=10757644/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=267272 CPUtime=509.97 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 173005 1261 0 0 50973 24 0 0 25 0 5 0 596450420 273686528 49552 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 66818 49552 181 55 0 64704 0
[pid=21069/tid=21076] ppid=21067 vsize=267272 CPUtime=127.58 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 49088 1261 0 0 12753 5 0 0 25 0 5 0 596450451 273686528 49552 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=267272 CPUtime=126.89 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 53109 1261 0 0 12681 8 0 0 25 0 5 0 596450451 273686528 49552 33554432000 4194304 4417332 140733901629360 18446744073709551615 4330720 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=267272 CPUtime=127.59 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 21098 1261 0 0 12756 3 0 0 25 0 5 0 596450451 273686528 49552 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=267272 CPUtime=127.58 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 40050 1261 0 0 12753 5 0 0 25 0 5 0 596450451 273686528 49552 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 509.97
Current children cumulated vsize (KiB) 267272

[startup+129.501 s]
/proc/loadavg: 8.16 7.83 7.26 9/186 21082
/proc/meminfo: memFree=10738424/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=261988 CPUtime=516.37 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 174560 1261 0 0 51613 24 0 0 25 0 5 0 596450420 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 65497 48231 181 55 0 63383 0
[pid=21069/tid=21076] ppid=21067 vsize=261988 CPUtime=129.18 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 49799 1261 0 0 12913 5 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=261988 CPUtime=128.48 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 53953 1261 0 0 12840 8 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=261988 CPUtime=129.19 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 21098 1261 0 0 12916 3 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=261988 CPUtime=129.18 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 40050 1261 0 0 12913 5 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 516.37
Current children cumulated vsize (KiB) 261988

[startup+130.301 s]
/proc/loadavg: 8.23 7.85 7.27 9/186 21082
/proc/meminfo: memFree=10747104/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=261988 CPUtime=519.56 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 174560 1261 0 0 51932 24 0 0 25 0 5 0 596450420 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 65497 48231 181 55 0 63383 0
[pid=21069/tid=21076] ppid=21067 vsize=261988 CPUtime=129.98 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 49799 1261 0 0 12993 5 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=261988 CPUtime=129.28 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 53953 1261 0 0 12920 8 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=261988 CPUtime=129.99 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 21098 1261 0 0 12996 3 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=261988 CPUtime=129.98 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 40050 1261 0 0 12993 5 0 0 25 0 5 0 596450451 268275712 48231 33554432000 4194304 4417332 140733901629360 18446744073709551615 4237221 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 519.56
Current children cumulated vsize (KiB) 261988

[startup+130.7 s]
/proc/loadavg: 8.23 7.85 7.27 9/186 21082
/proc/meminfo: memFree=10747104/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=265540 CPUtime=521.16 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 175448 1261 0 0 52092 24 0 0 25 0 5 0 596450420 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 66385 49119 181 55 0 64271 0
[pid=21069/tid=21076] ppid=21067 vsize=265540 CPUtime=130.39 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 50687 1261 0 0 13033 6 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=265540 CPUtime=129.68 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 53953 1261 0 0 12960 8 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=265540 CPUtime=130.39 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 21098 1261 0 0 13036 3 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=265540 CPUtime=130.38 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 40050 1261 0 0 13033 5 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 521.16
Current children cumulated vsize (KiB) 265540

[startup+130.8 s]
/proc/loadavg: 8.23 7.85 7.27 9/186 21082
/proc/meminfo: memFree=10708168/32951124 swapFree=67102140/67111528
[pid=21069] ppid=21067 vsize=265540 CPUtime=521.57 cores=1,3,5,7
/proc/21069/stat : 21069 (plingeling) S 21067 21069 20615 0 -1 4202496 175448 1261 0 0 52133 24 0 0 25 0 5 0 596450420 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/21069/statm: 66385 49119 181 55 0 64271 0
[pid=21069/tid=21076] ppid=21067 vsize=265540 CPUtime=130.49 cores=1,3,5,7
/proc/21069/task/21076/stat : 21076 (plingeling) R 21067 21069 20615 0 -1 4202560 50687 1261 0 0 13043 6 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4353381 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=21069/tid=21077] ppid=21067 vsize=265540 CPUtime=129.78 cores=1,3,5,7
/proc/21069/task/21077/stat : 21077 (plingeling) R 21067 21069 20615 0 -1 4202560 53953 1261 0 0 12970 8 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4366573 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21069/tid=21078] ppid=21067 vsize=265540 CPUtime=130.49 cores=1,3,5,7
/proc/21069/task/21078/stat : 21078 (plingeling) R 21067 21069 20615 0 -1 4202560 21098 1261 0 0 13046 3 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21069/tid=21079] ppid=21067 vsize=265540 CPUtime=130.49 cores=1,3,5,7
/proc/21069/task/21079/stat : 21079 (plingeling) R 21067 21069 20615 0 -1 4202560 40050 1261 0 0 13044 5 0 0 25 0 5 0 596450451 271912960 49119 33554432000 4194304 4417332 140733901629360 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 521.57
Current children cumulated vsize (KiB) 265540

Child status: 20
Real time (s): 130.9
CPU time (s): 521.925
CPU user time (s): 521.663
CPU system time (s): 0.26196
CPU usage (%): 398.719
Max. virtual memory (cumulated for all children) (KiB): 283088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 521.663
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176713
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= 140
involuntary context switches= 3966

runsolver used 0.182972 second user time and 0.538918 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 09:29:58
IDJOB=3286309
IDBENCH=82422
IDSOLVER=1605
FILE ID=node119/3286309-1304062197
RUNJOBID= node119-1304060531-20634
PBS_JOBID= 13170451
Free space on /tmp= 71692 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286309-1304062197/watcher-3286309-1304062197 -o /tmp/evaluation-result-3286309-1304062197/solver-3286309-1304062197 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3286309-1304062197.cnf

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1757060267

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11190628 kB
Buffers:       2232604 kB
Cached:       17396504 kB
SwapCached:       5504 kB
Active:        9511036 kB
Inactive:     11661408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11190628 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            4952 kB
Writeback:           0 kB
AnonPages:     1540448 kB
Mapped:          15148 kB
Slab:           520252 kB
PageTables:       7588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1786364 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= 71692 MiB
End job on node119 at 2011-04-29 09:32:09