Trace number 3373506

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
claspmt 2.0-R4095-patched (fixed)UNSAT 744.911 187.7

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...421949/instance-3373506-1305421949.cnf
1.29/1.30	c Solving...
744.70/187.69	s UNSATISFIABLE
744.70/187.69	
744.70/187.69	c Models        : 0     
744.70/187.69	c Time          : 187.636s (Solving: 186.34s 1st Model: 0.00s Unsat: 186.34s)
744.70/187.69	c CPU Time      : 744.840s

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-3373506-1305421949/watcher-3373506-1305421949 -o /tmp/evaluation-result-3373506-1305421949/solver-3373506-1305421949 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373506-1305421949.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: 8.00 7.91 7.86 5/291 3773
/proc/meminfo: memFree=28838840/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=25908 CPUtime=0 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 1441 0 0 0 0 0 0 0 25 0 1 0 653792958 26529792 1371 33554432000 4194304 4964800 140736059171600 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3773/statm: 6477 1379 375 189 0 1351 0

[startup+0.083517 s]
/proc/loadavg: 8.00 7.91 7.86 5/291 3773
/proc/meminfo: memFree=28838840/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=41016 CPUtime=0.07 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 6818 0 0 0 7 0 0 0 25 0 1 0 653792958 42000384 5293 33554432000 4194304 4964800 140736059171600 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3773/statm: 10254 5295 385 189 0 5128 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 41016

[startup+0.100521 s]
/proc/loadavg: 8.00 7.91 7.86 5/291 3773
/proc/meminfo: memFree=28838840/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=43392 CPUtime=0.09 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 7497 0 0 0 9 0 0 0 25 0 1 0 653792958 44433408 5972 33554432000 4194304 4964800 140736059171600 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3773/statm: 10848 5973 385 189 0 5722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43392

[startup+0.30048 s]
/proc/loadavg: 8.00 7.91 7.86 5/291 3773
/proc/meminfo: memFree=28838840/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=77460 CPUtime=0.29 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 17486 0 0 0 27 2 0 0 25 0 1 0 653792958 79319040 14059 33554432000 4194304 4964800 140736059171600 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3773/statm: 19365 14059 398 189 0 14239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77460

[startup+0.700419 s]
/proc/loadavg: 8.00 7.91 7.86 5/291 3773
/proc/meminfo: memFree=28838840/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=77460 CPUtime=0.69 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 17486 0 0 0 67 2 0 0 25 0 1 0 653792958 79319040 14059 33554432000 4194304 4964800 140736059171600 18446744073709551615 4607477 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3773/statm: 19365 14059 398 189 0 14239 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77460

[startup+1.50023 s]
/proc/loadavg: 8.00 7.91 7.86 6/292 3774
/proc/meminfo: memFree=28782916/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=296584 CPUtime=1.98 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 36431 0 0 0 192 6 0 0 25 0 4 0 653792958 303702016 31348 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370288 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 74146 31351 450 189 0 68495 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 296584

[startup+3.10094 s]
/proc/loadavg: 8.00 7.91 7.86 9/295 3777
/proc/meminfo: memFree=28704400/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=297808 CPUtime=8.37 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 38991 0 0 0 830 7 0 0 25 0 4 0 653792958 304955392 33908 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370364 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 74452 33908 458 189 0 68801 0
[pid=3773/tid=3775] ppid=3771 vsize=297808 CPUtime=1.76 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 1654 0 0 0 176 0 0 0 20 0 4 0 653793088 304955392 33908 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=297808 CPUtime=1.79 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 8560 0 0 0 177 2 0 0 20 0 4 0 653793088 304955392 33908 33554432000 4194304 4964800 140736059171600 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=297808 CPUtime=1.77 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 8253 0 0 0 176 1 0 0 20 0 4 0 653793088 304955392 33908 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 297808

[startup+6.30037 s]
/proc/loadavg: 8.00 7.91 7.86 9/295 3778
/proc/meminfo: memFree=28695872/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=298852 CPUtime=21.14 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 40198 0 0 0 2106 8 0 0 25 0 4 0 653792958 306024448 35115 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670273 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 74713 35115 458 189 0 69062 0
[pid=3773/tid=3775] ppid=3771 vsize=298852 CPUtime=4.96 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 1817 0 0 0 496 0 0 0 25 0 4 0 653793088 306024448 35115 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=298852 CPUtime=4.98 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 9057 0 0 0 496 2 0 0 25 0 4 0 653793088 306024448 35115 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=298852 CPUtime=4.95 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 8722 0 0 0 493 2 0 0 25 0 4 0 653793088 306024448 35115 33554432000 4194304 4964800 140736059171600 18446744073709551615 4321099 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.14
Current children cumulated vsize (KiB) 298852

[startup+12.7012 s]
/proc/loadavg: 8.00 7.91 7.86 9/295 3778
/proc/meminfo: memFree=28683488/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=300008 CPUtime=46.68 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 41924 0 0 0 4658 10 0 0 25 0 4 0 653792958 307208192 36841 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370242 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 75002 36841 458 189 0 69351 0
[pid=3773/tid=3775] ppid=3771 vsize=300008 CPUtime=11.36 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 2082 0 0 0 1136 0 0 0 25 0 4 0 653793088 307208192 36841 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=300008 CPUtime=11.38 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 9930 0 0 0 1135 3 0 0 25 0 4 0 653793088 307208192 36841 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=300008 CPUtime=11.28 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 9042 0 0 0 1126 2 0 0 25 0 4 0 653793088 307208192 36841 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.68
Current children cumulated vsize (KiB) 300008

[startup+25.5009 s]
/proc/loadavg: 8.00 7.92 7.86 9/295 3778
/proc/meminfo: memFree=28663664/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=302452 CPUtime=97.76 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 45648 0 0 0 9760 16 0 0 25 0 4 0 653792958 309710848 40565 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 75613 40565 460 189 0 69962 0
[pid=3773/tid=3775] ppid=3771 vsize=302452 CPUtime=24.17 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 2431 0 0 0 2416 1 0 0 22 0 4 0 653793088 309710848 40565 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=302452 CPUtime=24.18 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 11734 0 0 0 2411 7 0 0 25 0 4 0 653793088 309710848 40565 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=302452 CPUtime=23.97 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 10094 0 0 0 2394 3 0 0 25 0 4 0 653793088 309710848 40565 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.76
Current children cumulated vsize (KiB) 302452

[startup+51.1003 s]
/proc/loadavg: 8.00 7.92 7.86 9/295 3779
/proc/meminfo: memFree=28622336/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=305232 CPUtime=199.93 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 51635 0 0 0 19970 23 0 0 25 0 4 0 653792958 312557568 46552 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 76308 46552 460 189 0 70657 0
[pid=3773/tid=3775] ppid=3771 vsize=305232 CPUtime=49.76 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 2965 0 0 0 4975 1 0 0 25 0 4 0 653793088 312557568 46552 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=305232 CPUtime=49.78 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 14701 0 0 0 4967 11 0 0 25 0 4 0 653793088 312557568 46552 33554432000 4194304 4964800 140736059171600 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=305232 CPUtime=49.33 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 11808 0 0 0 4929 4 0 0 25 0 4 0 653793088 312557568 46552 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 199.93
Current children cumulated vsize (KiB) 305232

[startup+102.311 s]
/proc/loadavg: 7.81 7.88 7.85 9/295 3810
/proc/meminfo: memFree=28946236/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=318816 CPUtime=404.3 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 59284 0 0 0 40402 28 0 0 25 0 4 0 653792958 326467584 54201 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670349 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 79704 54201 460 189 0 74053 0
[pid=3773/tid=3775] ppid=3771 vsize=318816 CPUtime=100.97 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 4777 0 0 0 10094 3 0 0 25 0 4 0 653793088 326467584 54201 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=318816 CPUtime=100.99 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 18459 0 0 0 10086 13 0 0 25 0 4 0 653793088 326467584 54201 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=318816 CPUtime=100.08 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 13327 0 0 0 10003 5 0 0 25 0 4 0 653793088 326467584 54201 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 404.3
Current children cumulated vsize (KiB) 318816

[startup+162.3 s]
/proc/loadavg: 7.97 7.92 7.86 9/295 3812
/proc/meminfo: memFree=28773600/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335104 CPUtime=643.72 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 67253 0 0 0 64337 35 0 0 25 0 4 0 653792958 343146496 62168 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83776 62168 460 189 0 78125 0
[pid=3773/tid=3775] ppid=3771 vsize=335104 CPUtime=160.97 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5239 0 0 0 16093 4 0 0 25 0 4 0 653793088 343146496 62168 33554432000 4194304 4964800 140736059171600 18446744073709551615 4669001 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335104 CPUtime=160.99 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 21629 0 0 0 16083 16 0 0 25 0 4 0 653793088 343146496 62168 33554432000 4194304 4964800 140736059171600 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335104 CPUtime=159.53 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16004 0 0 0 15946 7 0 0 25 0 4 0 653793088 343146496 62168 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 643.72
Current children cumulated vsize (KiB) 335104

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

[startup+166.301 s]
/proc/loadavg: 7.97 7.92 7.86 9/295 3812
/proc/meminfo: memFree=28769508/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=659.69 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 67998 0 0 0 65932 37 0 0 25 0 4 0 653792958 343552000 62904 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 62904 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=164.97 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5290 0 0 0 16493 4 0 0 19 0 4 0 653793088 343552000 62904 33554432000 4194304 4964800 140736059171600 18446744073709551615 4320921 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=164.98 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 21951 0 0 0 16482 16 0 0 25 0 4 0 653793088 343552000 62904 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=163.49 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16261 0 0 0 16342 7 0 0 25 0 4 0 653793088 343552000 62904 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 659.69
Current children cumulated vsize (KiB) 335500

[startup+179.101 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767768/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=710.78 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68294 0 0 0 71041 37 0 0 25 0 4 0 653792958 343552000 63200 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670273 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63200 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=177.77 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5290 0 0 0 17773 4 0 0 25 0 4 0 653793088 343552000 63200 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=177.79 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22062 0 0 0 17762 17 0 0 25 0 4 0 653793088 343552000 63200 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=176.18 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 17611 7 0 0 25 0 4 0 653793088 343552000 63200 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 710.78
Current children cumulated vsize (KiB) 335500

[startup+182.301 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767768/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=723.55 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68306 0 0 0 72318 37 0 0 25 0 4 0 653792958 343552000 63212 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370288 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63212 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=180.97 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5290 0 0 0 18093 4 0 0 25 0 4 0 653793088 343552000 63212 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=180.99 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22074 0 0 0 18082 17 0 0 25 0 4 0 653793088 343552000 63212 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=179.35 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 17928 7 0 0 25 0 4 0 653793088 343552000 63212 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 723.55
Current children cumulated vsize (KiB) 335500

[startup+185.501 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767644/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=736.32 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68307 0 0 0 73595 37 0 0 25 0 4 0 653792958 343552000 63213 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63213 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=184.17 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5290 0 0 0 18413 4 0 0 25 0 4 0 653793088 343552000 63213 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=184.19 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22075 0 0 0 18402 17 0 0 25 0 4 0 653793088 343552000 63213 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=182.52 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 18245 7 0 0 25 0 4 0 653793088 343552000 63213 33554432000 4194304 4964800 140736059171600 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 736.32
Current children cumulated vsize (KiB) 335500

[startup+186.301 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767520/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=739.51 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68339 0 0 0 73914 37 0 0 25 0 4 0 653792958 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370236 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63245 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=184.97 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5320 0 0 0 18493 4 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=184.99 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22077 0 0 0 18482 17 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=183.31 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 18324 7 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 739.51
Current children cumulated vsize (KiB) 335500

[startup+187.101 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767520/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=742.7 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68339 0 0 0 74233 37 0 0 25 0 4 0 653792958 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63245 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=185.77 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5320 0 0 0 18573 4 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=185.79 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22077 0 0 0 18562 17 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=184.1 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 18403 7 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 742.7
Current children cumulated vsize (KiB) 335500

[startup+187.501 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767520/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=744.3 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68339 0 0 0 74393 37 0 0 25 0 4 0 653792958 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4644912 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63245 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=186.17 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5320 0 0 0 18613 4 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=186.19 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22077 0 0 0 18602 17 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=184.5 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 18443 7 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 744.3
Current children cumulated vsize (KiB) 335500

[startup+187.601 s]
/proc/loadavg: 8.05 7.94 7.87 9/295 3812
/proc/meminfo: memFree=28767520/32951124 swapFree=54427468/67111528
[pid=3773] ppid=3771 vsize=335500 CPUtime=744.7 cores=1,3,5,7
/proc/3773/stat : 3773 (claspmt) R 3771 3773 2611 0 -1 4202496 68339 0 0 0 74433 37 0 0 25 0 4 0 653792958 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/3773/statm: 83875 63245 460 189 0 78224 0
[pid=3773/tid=3775] ppid=3771 vsize=335500 CPUtime=186.27 cores=1,3,5,7
/proc/3773/task/3775/stat : 3775 (claspmt) R 3771 3773 2611 0 -1 4202560 5320 0 0 0 18623 4 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3773/tid=3776] ppid=3771 vsize=335500 CPUtime=186.29 cores=1,3,5,7
/proc/3773/task/3776/stat : 3776 (claspmt) R 3771 3773 2611 0 -1 4202560 22077 0 0 0 18612 17 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4644902 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3773/tid=3777] ppid=3771 vsize=335500 CPUtime=184.6 cores=1,3,5,7
/proc/3773/task/3777/stat : 3777 (claspmt) R 3771 3773 2611 0 -1 4202560 16429 0 0 0 18453 7 0 0 25 0 4 0 653793088 343552000 63245 33554432000 4194304 4964800 140736059171600 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 744.7
Current children cumulated vsize (KiB) 335500

Child status: 20
Real time (s): 187.7
CPU time (s): 744.911
CPU user time (s): 744.516
CPU system time (s): 0.394939
CPU usage (%): 396.862
Max. virtual memory (cumulated for all children) (KiB): 335500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.516
system time used= 0.394939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68351
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= 2402
involuntary context switches= 4998

runsolver used 0.45793 second user time and 1.25281 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 03:12:30
IDJOB=3373506
IDBENCH=82502
IDSOLVER=1853
FILE ID=node138/3373506-1305421949
RUNJOBID= node138-1305421749-3563
PBS_JOBID= 13324560
Free space on /tmp= 73300 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373506-1305421949/watcher-3373506-1305421949 -o /tmp/evaluation-result-3373506-1305421949/solver-3373506-1305421949 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373506-1305421949.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=942428986

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      28839120 kB
Buffers:        255672 kB
Cached:        3191408 kB
SwapCached:      18472 kB
Active:        1334132 kB
Inactive:      2564088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28839120 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           13612 kB
Writeback:           0 kB
AnonPages:      444208 kB
Mapped:           9860 kB
Slab:           111636 kB
PageTables:      41212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39937808 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= 73328 MiB
End job on node138 at 2011-05-15 03:15:38