Trace number 3380919

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 1252.91 164.637

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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 ...494819/instance-3380919-1305494819.cnf
2.10/2.16	c Solving...
1252.87/164.63	s UNSATISFIABLE
1252.87/164.63	
1252.87/164.63	c Models        : 0     
1252.87/164.63	c Time          : 164.411s (Solving: 162.25s 1st Model: 0.00s Unsat: 162.25s)
1252.87/164.63	c CPU Time      : 1252.680s

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-3380919-1305494819/watcher-3380919-1305494819 -o /tmp/evaluation-result-3380919-1305494819/solver-3380919-1305494819 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380919-1305494819.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.46 7.93 7.96 2/356 5468
/proc/meminfo: memFree=26435200/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=27004 CPUtime=0 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 2001 0 0 0 0 0 0 0 21 0 1 0 661080480 27652096 1798 33554432000 4194304 4964800 140734597281488 18446744073709551615 4679094 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5468/statm: 6751 1802 377 189 0 1625 0

[startup+0.028489 s]
/proc/loadavg: 7.46 7.93 7.96 2/356 5468
/proc/meminfo: memFree=26435200/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=30940 CPUtime=0.02 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 3487 0 0 0 2 0 0 0 21 0 1 0 661080480 31682560 2865 33554432000 4194304 4964800 140734597281488 18446744073709551615 210204647168 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5468/statm: 7735 2866 386 189 0 2609 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30940

[startup+0.10046 s]
/proc/loadavg: 7.46 7.93 7.96 2/356 5468
/proc/meminfo: memFree=26435200/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=42284 CPUtime=0.09 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 7188 0 0 0 9 0 0 0 21 0 1 0 661080480 43298816 5708 33554432000 4194304 4964800 140734597281488 18446744073709551615 4567727 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5468/statm: 10571 5709 386 189 0 5445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42284

[startup+0.300435 s]
/proc/loadavg: 7.46 7.93 7.96 2/356 5468
/proc/meminfo: memFree=26435200/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=78376 CPUtime=0.29 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 18829 0 0 0 27 2 0 0 22 0 1 0 661080480 80257024 14136 33554432000 4194304 4964800 140734597281488 18446744073709551615 4615333 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5468/statm: 19594 14136 397 189 0 14468 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78376

[startup+0.700359 s]
/proc/loadavg: 7.46 7.93 7.96 2/356 5468
/proc/meminfo: memFree=26435200/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=96968 CPUtime=0.69 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 23261 0 0 0 67 2 0 0 23 0 1 0 661080480 99295232 18568 33554432000 4194304 4964800 140734597281488 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5468/statm: 24242 18568 399 189 0 19116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96968

[startup+1.50022 s]
/proc/loadavg: 7.46 7.93 7.96 2/357 5469
/proc/meminfo: memFree=26362156/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=96968 CPUtime=1.49 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 23263 0 0 0 147 2 0 0 25 0 1 0 661080480 99295232 18570 33554432000 4194304 4964800 140734597281488 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5468/statm: 24242 18570 399 189 0 19116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96968

[startup+3.10099 s]
/proc/loadavg: 7.46 7.93 7.96 2/357 5469
/proc/meminfo: memFree=26354536/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=610684 CPUtime=3.8 cores=0-7
/proc/5468/stat : 5468 (claspmt) S 5466 5468 5258 0 -1 4202496 86119 0 0 0 333 47 0 0 25 0 8 0 661080480 625340416 79542 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5468/statm: 152671 79543 443 189 0 147020 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 610684

[startup+6.30042 s]
/proc/loadavg: 6.94 7.81 7.92 2/364 5476
/proc/meminfo: memFree=26117768/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=610684 CPUtime=7 cores=0-7
/proc/5468/stat : 5468 (claspmt) S 5466 5468 5258 0 -1 4202496 86201 0 0 0 653 47 0 0 25 0 8 0 661080480 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5468/statm: 152671 79624 443 189 0 147020 0
[pid=5468/tid=5470] ppid=5466 vsize=610684 CPUtime=0.2 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) S 5466 5468 5258 0 -1 4202560 7182 0 0 0 14 6 0 0 17 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446604450045299648 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=610684 CPUtime=0.12 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) S 5466 5468 5258 0 -1 4202560 9874 0 0 0 7 5 0 0 16 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446604450045299648 0 0 -1 1 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=610684 CPUtime=0.11 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) S 5466 5468 5258 0 -1 4202560 8447 0 0 0 6 5 0 0 16 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446604450045299648 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=610684 CPUtime=0.22 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) S 5466 5468 5258 0 -1 4202560 6815 0 0 0 14 8 0 0 18 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446604450045299648 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=610684 CPUtime=3.8 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 11028 0 0 0 374 6 0 0 23 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=610684 CPUtime=0.16 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) S 5466 5468 5258 0 -1 4202560 8080 0 0 0 11 5 0 0 16 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446604450045299648 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=610684 CPUtime=0.15 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) S 5466 5468 5258 0 -1 4202560 8299 0 0 0 9 6 0 0 16 0 8 0 661080697 625340416 79624 33554432000 4194304 4964800 140734597281488 18446744073709551615 210216463257 0 0 4096 18946 18446604450045299648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 610684

[startup+12.7013 s]
/proc/loadavg: 6.46 7.70 7.89 9/364 5476
/proc/meminfo: memFree=26083456/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=612584 CPUtime=41.27 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 95483 0 0 0 4071 56 0 0 25 0 8 0 661080480 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4370229 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 153146 88906 464 189 0 147495 0
[pid=5468/tid=5470] ppid=5466 vsize=612584 CPUtime=4.2 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 8308 0 0 0 413 7 0 0 21 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=612584 CPUtime=4.08 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 10901 0 0 0 402 6 0 0 21 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670546 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=612584 CPUtime=4.1 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 9495 0 0 0 404 6 0 0 21 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=612584 CPUtime=4.22 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 7798 0 0 0 414 8 0 0 21 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=612584 CPUtime=10.21 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 11039 0 0 0 1015 6 0 0 25 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=612584 CPUtime=4.16 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 9984 0 0 0 410 6 0 0 21 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=612584 CPUtime=4.15 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 10123 0 0 0 407 8 0 0 21 0 8 0 661080697 627286016 88906 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.27
Current children cumulated vsize (KiB) 612584

[startup+25.5012 s]
/proc/loadavg: 6.80 7.71 7.89 9/364 5477
/proc/meminfo: memFree=26057116/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=613824 CPUtime=143.52 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 102151 0 0 0 14290 62 0 0 25 0 8 0 661080480 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4370364 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 153456 95574 466 189 0 147805 0
[pid=5468/tid=5470] ppid=5466 vsize=613824 CPUtime=17 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 8741 0 0 0 1693 7 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4653314 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=613824 CPUtime=16.73 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 11759 0 0 0 1666 7 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670378 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=613824 CPUtime=16.91 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 10238 0 0 0 1684 7 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=613824 CPUtime=17.02 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 9095 0 0 0 1692 10 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=613824 CPUtime=23.01 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 11193 0 0 0 2295 6 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4668748 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=613824 CPUtime=16.96 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 11144 0 0 0 1690 6 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=613824 CPUtime=16.95 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 11665 0 0 0 1685 10 0 0 25 0 8 0 661080697 628555776 95574 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670129 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 143.52
Current children cumulated vsize (KiB) 613824

[startup+51.1009 s]
/proc/loadavg: 7.21 7.74 7.89 9/364 5477
/proc/meminfo: memFree=26001336/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=620176 CPUtime=348 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 116071 0 0 0 34722 78 0 0 25 0 8 0 661080480 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 155044 109494 466 189 0 149393 0
[pid=5468/tid=5470] ppid=5466 vsize=620176 CPUtime=42.6 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 9778 0 0 0 4251 9 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=620176 CPUtime=42.03 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 13904 0 0 0 4193 10 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=620176 CPUtime=42.5 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 11613 0 0 0 4242 8 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=620176 CPUtime=42.62 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 11226 0 0 0 4250 12 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=620176 CPUtime=48.6 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 13652 0 0 0 4852 8 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4669005 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=620176 CPUtime=42.56 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 12424 0 0 0 4249 7 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=620176 CPUtime=42.54 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 13881 0 0 0 4241 13 0 0 25 0 8 0 661080697 635060224 109494 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 348
Current children cumulated vsize (KiB) 620176

[startup+102.314 s]
/proc/loadavg: 7.71 7.79 7.90 9/364 5479
/proc/meminfo: memFree=25916188/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=693524 CPUtime=757.09 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 137186 0 0 0 75605 104 0 0 25 0 8 0 661080480 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4669557 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 173381 130609 466 189 0 167730 0
[pid=5468/tid=5470] ppid=5466 vsize=693524 CPUtime=93.8 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 11079 0 0 0 9369 11 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=693524 CPUtime=92.63 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 16995 0 0 0 9250 13 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=693524 CPUtime=93.7 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 14001 0 0 0 9359 11 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=693524 CPUtime=93.84 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 13669 0 0 0 9368 16 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=693524 CPUtime=99.82 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 16890 0 0 0 9970 12 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=693524 CPUtime=93.78 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 14709 0 0 0 9369 9 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=693524 CPUtime=93.75 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 19492 0 0 0 9355 20 0 0 25 0 8 0 661080697 710168576 130609 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 757.09
Current children cumulated vsize (KiB) 693524

[startup+162.301 s]
/proc/loadavg: 7.89 7.83 7.91 9/364 5480
/proc/meminfo: memFree=25870288/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=769292 CPUtime=1236.27 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 148425 0 0 0 123510 117 0 0 25 0 8 0 661080480 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 192323 141848 466 189 0 186672 0
[pid=5468/tid=5470] ppid=5466 vsize=769292 CPUtime=153.8 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 11534 0 0 0 15367 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=769292 CPUtime=151.91 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 18924 0 0 0 15176 15 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=769292 CPUtime=153.68 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 15130 0 0 0 15356 12 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=769292 CPUtime=153.82 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 15393 0 0 0 15364 18 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=769292 CPUtime=159.8 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 17685 0 0 0 15967 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=769292 CPUtime=153.76 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 15538 0 0 0 15367 9 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=769292 CPUtime=153.74 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 23599 0 0 0 15349 25 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4687049 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1236.27
Current children cumulated vsize (KiB) 769292

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

[startup+163.101 s]
/proc/loadavg: 7.89 7.83 7.91 9/364 5480
/proc/meminfo: memFree=25870412/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=769292 CPUtime=1242.66 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 148425 0 0 0 124148 118 0 0 25 0 8 0 661080480 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 192323 141848 466 189 0 186672 0
[pid=5468/tid=5470] ppid=5466 vsize=769292 CPUtime=154.6 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 11534 0 0 0 15447 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=769292 CPUtime=152.7 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 18924 0 0 0 15255 15 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670351 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=769292 CPUtime=154.48 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 15130 0 0 0 15436 12 0 0 18 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=769292 CPUtime=154.62 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 15393 0 0 0 15444 18 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=769292 CPUtime=160.6 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 17685 0 0 0 16047 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670407 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=769292 CPUtime=154.56 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 15538 0 0 0 15447 9 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=769292 CPUtime=154.54 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 23599 0 0 0 15429 25 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4660835 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1242.66
Current children cumulated vsize (KiB) 769292

[startup+163.914 s]
/proc/loadavg: 7.90 7.83 7.91 9/364 5480
/proc/meminfo: memFree=25870288/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=769292 CPUtime=1249.15 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 148425 0 0 0 124797 118 0 0 25 0 8 0 661080480 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 192323 141848 466 189 0 186672 0
[pid=5468/tid=5470] ppid=5466 vsize=769292 CPUtime=155.41 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 11534 0 0 0 15528 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=769292 CPUtime=153.5 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 18924 0 0 0 15335 15 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=769292 CPUtime=155.29 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 15130 0 0 0 15517 12 0 0 20 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=769292 CPUtime=155.43 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 15393 0 0 0 15525 18 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=769292 CPUtime=161.42 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 17685 0 0 0 16129 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=769292 CPUtime=155.37 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 15538 0 0 0 15528 9 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=769292 CPUtime=155.36 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 23599 0 0 0 15511 25 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1249.15
Current children cumulated vsize (KiB) 769292

[startup+164.301 s]
/proc/loadavg: 7.90 7.83 7.91 9/364 5480
/proc/meminfo: memFree=25870288/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=769292 CPUtime=1252.24 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 148425 0 0 0 125106 118 0 0 25 0 8 0 661080480 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/5468/statm: 192323 141848 466 189 0 186672 0
[pid=5468/tid=5470] ppid=5466 vsize=769292 CPUtime=155.8 cores=0-7
/proc/5468/task/5470/stat : 5470 (claspmt) R 5466 5468 5258 0 -1 4202560 11534 0 0 0 15567 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4669512 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5468/tid=5471] ppid=5466 vsize=769292 CPUtime=153.88 cores=0-7
/proc/5468/task/5471/stat : 5471 (claspmt) R 5466 5468 5258 0 -1 4202560 18924 0 0 0 15373 15 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5468/tid=5472] ppid=5466 vsize=769292 CPUtime=155.68 cores=0-7
/proc/5468/task/5472/stat : 5472 (claspmt) R 5466 5468 5258 0 -1 4202560 15130 0 0 0 15556 12 0 0 21 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 210204303921 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5468/tid=5473] ppid=5466 vsize=769292 CPUtime=155.82 cores=0-7
/proc/5468/task/5473/stat : 5473 (claspmt) R 5466 5468 5258 0 -1 4202560 15393 0 0 0 15564 18 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4684718 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5468/tid=5474] ppid=5466 vsize=769292 CPUtime=161.8 cores=0-7
/proc/5468/task/5474/stat : 5474 (claspmt) R 5466 5468 5258 0 -1 4202560 17685 0 0 0 16167 13 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4313753 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5468/tid=5475] ppid=5466 vsize=769292 CPUtime=155.76 cores=0-7
/proc/5468/task/5475/stat : 5475 (claspmt) R 5466 5468 5258 0 -1 4202560 15538 0 0 0 15567 9 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4647774 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5468/tid=5476] ppid=5466 vsize=769292 CPUtime=155.74 cores=0-7
/proc/5468/task/5476/stat : 5476 (claspmt) R 5466 5468 5258 0 -1 4202560 23599 0 0 0 15549 25 0 0 25 0 8 0 661080697 787755008 141848 33554432000 4194304 4964800 140734597281488 18446744073709551615 4647728 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1252.24
Current children cumulated vsize (KiB) 769292

[startup+164.501 s]
/proc/loadavg: 7.90 7.83 7.91 9/364 5480
/proc/meminfo: memFree=25870288/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=765124 CPUtime=1252.76 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 148435 0 0 0 125158 118 0 0 25 0 1 0 661080480 783486976 140769 33554432000 4194304 4964800 140734597281488 18446744073709551615 210204305201 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5468/statm: 191281 140769 476 189 0 185630 0
Current children cumulated CPU time (s) 1252.76
Current children cumulated vsize (KiB) 765124

[startup+164.601 s]
/proc/loadavg: 7.90 7.83 7.91 9/364 5480
/proc/meminfo: memFree=25870288/32951124 swapFree=63649232/67111528
[pid=5468] ppid=5466 vsize=699588 CPUtime=1252.87 cores=0-7
/proc/5468/stat : 5468 (claspmt) R 5466 5468 5258 0 -1 4202496 148435 0 0 0 125168 119 0 0 25 0 1 0 661080480 716378112 133495 33554432000 4194304 4964800 140734597281488 18446744073709551615 210204296396 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/5468/statm: 174897 133495 476 189 0 169246 0
Current children cumulated CPU time (s) 1252.87
Current children cumulated vsize (KiB) 699588

Child status: 20
Real time (s): 164.637
CPU time (s): 1252.91
CPU user time (s): 1251.69
CPU system time (s): 1.22281
CPU usage (%): 761.015
Max. virtual memory (cumulated for all children) (KiB): 769292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.69
system time used= 1.22281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148436
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= 63812
involuntary context switches= 7077

runsolver used 0.51992 second user time and 1.42278 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 23:27:00
IDJOB=3380919
IDBENCH=82497
IDSOLVER=1865
FILE ID=node130/3380919-1305494819
RUNJOBID= node130-1305489807-5272
PBS_JOBID= 13325408
Free space on /tmp= 73376 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_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-3380919-1305494819/watcher-3380919-1305494819 -o /tmp/evaluation-result-3380919-1305494819/solver-3380919-1305494819 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380919-1305494819.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=835173952

node130.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.838
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.67
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.838
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.838
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.75
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.838
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.81
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.838
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.75
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.838
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.838
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.75
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26435720 kB
Buffers:        300200 kB
Cached:        4116452 kB
SwapCached:      10248 kB
Active:        2287936 kB
Inactive:      3936620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26435720 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           19440 kB
Writeback:           0 kB
AnonPages:     1805592 kB
Mapped:          20372 kB
Slab:           189504 kB
PageTables:      33968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88883948 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= 73376 MiB
End job on node130 at 2011-05-15 23:29:45