Trace number 3362080

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (exit code) 1811.89 463.855

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark745.077
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 8464620, num vars = 1575206
0.00/0.00	c Exiting...too many clauses
1811.83/463.85	HOME/manysat.sh: line 55:  1691 Segmentation fault      (core dumped) $MS $INPUT "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3362080-1305298891/watcher-3362080-1305298891 -o /tmp/evaluation-result-3362080-1305298891/solver-3362080-1305298891 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362080-1305298891.cnf aimd 1 

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: 3.61 3.90 3.61 1/231 1689
/proc/meminfo: memFree=17442068/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0

[startup+0.0730039 s]
/proc/loadavg: 3.61 3.90 3.61 1/231 1689
/proc/meminfo: memFree=17442068/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101017 s]
/proc/loadavg: 3.61 3.90 3.61 1/231 1689
/proc/meminfo: memFree=17442068/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30096 s]
/proc/loadavg: 3.61 3.90 3.61 1/231 1689
/proc/meminfo: memFree=17442068/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700887 s]
/proc/loadavg: 3.61 3.90 3.61 1/231 1689
/proc/meminfo: memFree=17442068/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 3.61 3.90 3.61 2/233 1692
/proc/meminfo: memFree=17200872/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=395516 CPUtime=1.49 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 92895 0 0 0 138 11 0 0 25 0 1 0 641490332 405008384 92830 33554432000 134512640 135305190 4290674784 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/1691/statm: 98879 92831 71 194 0 98683 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 404216

[startup+3.10045 s]
/proc/loadavg: 3.40 3.85 3.60 2/233 1692
/proc/meminfo: memFree=16926708/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=790076 CPUtime=3.08 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 192637 0 0 0 286 22 0 0 25 0 1 0 641490332 809037824 192572 33554432000 134512640 135305190 4290674784 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/1691/statm: 197519 192573 71 194 0 197323 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 798776

[startup+6.30086 s]
/proc/loadavg: 3.40 3.85 3.60 2/233 1693
/proc/meminfo: memFree=16095344/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=1685832 CPUtime=6.29 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 394684 0 0 0 583 46 0 0 25 0 1 0 641490332 1726291968 394619 33554432000 134512640 135305190 4290674784 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/1691/statm: 421458 394620 71 194 0 421262 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1694532

[startup+12.7007 s]
/proc/loadavg: 3.27 3.81 3.58 5/236 1696
/proc/meminfo: memFree=15491944/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=2133000 CPUtime=22.82 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 490183 0 0 0 2221 61 0 0 25 0 4 0 641490332 2184192000 489843 33554432000 134512640 135305190 4290674784 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 533250 489843 83 194 0 533054 0
[pid=1691/tid=1694] ppid=1689 vsize=2133000 CPUtime=3.37 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 1190 0 0 0 337 0 0 0 18 0 4 0 641491263 2184192000 489843 33554432000 134512640 135305190 4290674784 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=2133000 CPUtime=3.37 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 1383 0 0 0 337 0 0 0 18 0 4 0 641491263 2184192000 489843 33554432000 134512640 135305190 4290674784 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=2133000 CPUtime=3.37 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 1346 0 0 0 337 0 0 0 20 0 4 0 641491263 2184192000 489843 33554432000 134512640 135305190 4290674784 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.82
Current children cumulated vsize (KiB) 2141700

[startup+25.5003 s]
/proc/loadavg: 3.38 3.81 3.59 5/236 1696
/proc/meminfo: memFree=15431284/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=2189520 CPUtime=74.01 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 504387 0 0 0 7333 68 0 0 25 0 4 0 641490332 2242068480 504044 33554432000 134512640 135305190 4290674784 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 547380 504044 83 194 0 547184 0
[pid=1691/tid=1694] ppid=1689 vsize=2189520 CPUtime=16.17 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 4909 0 0 0 1615 2 0 0 25 0 4 0 641491263 2242068480 504044 33554432000 134512640 135305190 4290674784 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=2189520 CPUtime=16.17 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 4803 0 0 0 1616 1 0 0 18 0 4 0 641491263 2242068480 504044 33554432000 134512640 135305190 4290674784 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=2189520 CPUtime=16.16 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 6016 0 0 0 1613 3 0 0 25 0 4 0 641491263 2242068480 504044 33554432000 134512640 135305190 4290674784 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.01
Current children cumulated vsize (KiB) 2198220

[startup+51.1006 s]
/proc/loadavg: 3.59 3.83 3.60 5/236 1697
/proc/meminfo: memFree=15319396/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=2306164 CPUtime=176.41 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 532853 0 0 0 17563 78 0 0 22 0 4 0 641490332 2361511936 532453 33554432000 134512640 135305190 4290674784 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 576541 532453 83 194 0 576345 0
[pid=1691/tid=1694] ppid=1689 vsize=2306164 CPUtime=41.77 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 8791 0 0 0 4174 3 0 0 25 0 4 0 641491263 2361511936 532453 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=2306164 CPUtime=41.77 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 13264 0 0 0 4174 3 0 0 25 0 4 0 641491263 2361511936 532453 33554432000 134512640 135305190 4290674784 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=2306164 CPUtime=41.76 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 13906 0 0 0 4169 7 0 0 25 0 4 0 641491263 2361511936 532453 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 176.41
Current children cumulated vsize (KiB) 2314864

[startup+102.308 s]
/proc/loadavg: 3.83 3.85 3.62 5/236 1698
/proc/meminfo: memFree=15056532/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=2567528 CPUtime=381.24 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 598127 0 0 0 38026 98 0 0 25 0 4 0 641490332 2629148672 597726 33554432000 134512640 135305190 4290674784 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 641882 597726 83 194 0 641686 0
[pid=1691/tid=1694] ppid=1689 vsize=2567528 CPUtime=92.98 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 13805 0 0 0 9294 4 0 0 25 0 4 0 641491263 2629148672 597726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=2567528 CPUtime=92.98 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 40087 0 0 0 9289 9 0 0 18 0 4 0 641491263 2629148672 597726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=2567528 CPUtime=92.97 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 30140 0 0 0 9283 14 0 0 25 0 4 0 641491263 2629148672 597726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 381.24
Current children cumulated vsize (KiB) 2576228

[startup+162.301 s]
/proc/loadavg: 3.94 3.88 3.64 5/236 1703
/proc/meminfo: memFree=14648896/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=2979980 CPUtime=621.21 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 700821 0 0 0 61992 129 0 0 25 0 4 0 641490332 3051499520 700390 33554432000 134512640 135305190 4290674784 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 744995 700390 83 194 0 744799 0
[pid=1691/tid=1694] ppid=1689 vsize=2979980 CPUtime=152.97 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 27210 0 0 0 15290 7 0 0 25 0 4 0 641491263 3051499520 700390 33554432000 134512640 135305190 4290674784 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=2979980 CPUtime=152.97 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 90181 0 0 0 15275 22 0 0 21 0 4 0 641491263 3051499520 700390 33554432000 134512640 135305190 4290674784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=2979980 CPUtime=152.96 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 47813 0 0 0 15275 21 0 0 25 0 4 0 641491263 3051499520 700390 33554432000 134512640 135305190 4290674784 18446744073709551615 134835798 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 621.21
Current children cumulated vsize (KiB) 2988680

[startup+222.301 s]
/proc/loadavg: 3.98 3.90 3.66 5/236 1704
/proc/meminfo: memFree=14338552/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=3286032 CPUtime=861.22 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 777336 0 0 0 85962 160 0 0 20 0 4 0 641490332 3364896768 776726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 821508 776726 83 194 0 821312 0
[pid=1691/tid=1694] ppid=1689 vsize=3286032 CPUtime=212.97 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 38700 0 0 0 21286 11 0 0 25 0 4 0 641491263 3364896768 776726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=3286032 CPUtime=212.98 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 114887 0 0 0 21264 34 0 0 20 0 4 0 641491263 3364896768 776726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=3286032 CPUtime=212.96 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 68789 0 0 0 21268 28 0 0 25 0 4 0 641491263 3364896768 776726 33554432000 134512640 135305190 4290674784 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 861.22
Current children cumulated vsize (KiB) 3294732

[startup+282.301 s]
/proc/loadavg: 3.99 3.91 3.68 5/236 1706
/proc/meminfo: memFree=13937024/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=3692516 CPUtime=1101.22 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 878370 0 0 0 109925 197 0 0 25 0 4 0 641490332 3781136384 877758 33554432000 134512640 135305190 4290674784 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 923129 877758 83 194 0 922933 0
[pid=1691/tid=1694] ppid=1689 vsize=3692516 CPUtime=272.97 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 56223 0 0 0 27282 15 0 0 22 0 4 0 641491263 3781136384 877758 33554432000 134512640 135305190 4290674784 18446744073709551615 134551799 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=3692516 CPUtime=272.97 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 165421 0 0 0 27244 53 0 0 25 0 4 0 641491263 3781136384 877758 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=3692516 CPUtime=272.96 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 87393 0 0 0 27261 35 0 0 25 0 4 0 641491263 3781136384 877758 33554432000 134512640 135305190 4290674784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1101.22
Current children cumulated vsize (KiB) 3701216

[startup+342.301 s]
/proc/loadavg: 3.99 3.93 3.69 5/236 1708
/proc/meminfo: memFree=13858764/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=3765700 CPUtime=1341.19 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 896769 0 0 0 133914 205 0 0 25 0 4 0 641490332 3856076800 896146 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 941425 896146 83 194 0 941229 0
[pid=1691/tid=1694] ppid=1689 vsize=3765700 CPUtime=332.96 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 60759 0 0 0 33279 17 0 0 19 0 4 0 641491263 3856076800 896146 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=3765700 CPUtime=332.97 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 166629 0 0 0 33244 53 0 0 25 0 4 0 641491263 3856076800 896146 33554432000 134512640 135305190 4290674784 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=3765700 CPUtime=332.94 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 92847 0 0 0 33256 38 0 0 25 0 4 0 641491263 3856076800 896146 33554432000 134512640 135305190 4290674784 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1341.19
Current children cumulated vsize (KiB) 3774400

[startup+402.301 s]
/proc/loadavg: 3.99 3.94 3.71 5/236 1709
/proc/meminfo: memFree=13660224/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=3970156 CPUtime=1581.2 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202496 947700 0 0 0 157897 223 0 0 25 0 4 0 641490332 4065439744 947015 33554432000 134512640 135305190 4290674784 18446744073709551615 134547630 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 992539 947015 83 194 0 992343 0
[pid=1691/tid=1694] ppid=1689 vsize=3970156 CPUtime=392.97 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 73429 0 0 0 39277 20 0 0 24 0 4 0 641491263 4065439744 947015 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=3970156 CPUtime=392.98 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 170489 0 0 0 39244 54 0 0 25 0 4 0 641491263 4065439744 947015 33554432000 134512640 135305190 4290674784 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=3970156 CPUtime=392.94 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4202560 110836 0 0 0 39249 45 0 0 25 0 4 0 641491263 4065439744 947015 33554432000 134512640 135305190 4290674784 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1581.2
Current children cumulated vsize (KiB) 3978856

[startup+462.3 s]
/proc/loadavg: 3.99 3.95 3.73 2/236 1711
/proc/meminfo: memFree=10707768/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=4194280 CPUtime=1810.33 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203524 1005547 0 0 0 180384 649 0 0 18 0 4 0 641490332 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134531206 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 1048570 1003230 83 194 0 1048374 0
[pid=1691/tid=1694] ppid=1689 vsize=4194280 CPUtime=449.36 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203588 89335 0 0 0 44904 32 0 0 18 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134551919 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=4194280 CPUtime=449.38 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203588 174330 0 0 0 44882 56 0 0 18 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134551848 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=4194280 CPUtime=452.91 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4204096 128119 0 0 0 44856 435 0 0 25 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1810.33
Current children cumulated vsize (KiB) 4202980

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

[startup+463.108 s]
/proc/loadavg: 3.99 3.95 3.73 2/236 1711
/proc/meminfo: memFree=9775536/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=4194280 CPUtime=1811.13 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203524 1005547 0 0 0 180384 729 0 0 18 0 4 0 641490332 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134531206 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 1048570 1003230 83 194 0 1048374 0
[pid=1691/tid=1694] ppid=1689 vsize=4194280 CPUtime=449.36 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203588 89335 0 0 0 44904 32 0 0 18 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134551919 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=4194280 CPUtime=449.38 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203588 174330 0 0 0 44882 56 0 0 18 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134551848 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=4194280 CPUtime=453.72 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4204096 128119 0 0 0 44856 516 0 0 25 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1811.13
Current children cumulated vsize (KiB) 4202980

[startup+463.501 s]
/proc/loadavg: 3.99 3.95 3.73 2/236 1711
/proc/meminfo: memFree=9775536/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=4194280 CPUtime=1811.53 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203524 1005547 0 0 0 180384 769 0 0 18 0 4 0 641490332 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134531206 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 1048570 1003230 83 194 0 1048374 0
[pid=1691/tid=1694] ppid=1689 vsize=4194280 CPUtime=449.36 cores=0-7
/proc/1691/task/1694/stat : 1694 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203588 89335 0 0 0 44904 32 0 0 18 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134551919 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1691/tid=1695] ppid=1689 vsize=4194280 CPUtime=449.38 cores=0-7
/proc/1691/task/1695/stat : 1695 (manysat1.1_stat) D 1689 1689 1393 0 -1 4203588 174330 0 0 0 44882 56 0 0 18 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134551848 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=4194280 CPUtime=454.12 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4204096 128119 0 0 0 44856 556 0 0 25 0 4 0 641491263 4294942720 1003230 33554432000 134512640 135305190 4290674784 18446744073709551615 134549056 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1811.53
Current children cumulated vsize (KiB) 4202980

[startup+463.701 s]
/proc/loadavg: 3.99 3.95 3.73 2/236 1711
/proc/meminfo: memFree=9775536/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=0 CPUtime=1811.73 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) Z 1689 1689 1393 0 -1 4203548 1005548 0 0 0 180384 789 0 0 18 0 2 0 641490332 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 0 0 0 0 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=0 CPUtime=454.32 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4204100 128120 0 0 0 44856 576 0 0 25 0 2 0 641491263 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1811.73
Current children cumulated vsize (KiB) 8700

[startup+463.801 s]
/proc/loadavg: 3.99 3.95 3.73 2/236 1711
/proc/meminfo: memFree=9775536/32951124 swapFree=66522240/67111528
[pid=1689] ppid=1687 vsize=8700 CPUtime=0 cores=0-7
/proc/1689/stat : 1689 (manysat.sh) S 1687 1689 1393 0 -1 4202496 355 108 0 0 0 0 0 0 24 0 1 0 641490332 8908800 252 33554432000 4194304 4922060 140737144661984 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1689/statm: 2175 252 209 178 0 68 0
[pid=1691] ppid=1689 vsize=0 CPUtime=1811.83 cores=0-7
/proc/1691/stat : 1691 (manysat1.1_stat) Z 1689 1689 1393 0 -1 4203548 1005548 0 0 0 180384 799 0 0 18 0 2 0 641490332 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1691/statm: 0 0 0 0 0 0 0
[pid=1691/tid=1696] ppid=1689 vsize=0 CPUtime=454.42 cores=0-7
/proc/1691/task/1696/stat : 1696 (manysat1.1_stat) R 1689 1689 1393 0 -1 4204100 128120 0 0 0 44856 586 0 0 25 0 2 0 641491263 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1811.83
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 463.855
CPU time (s): 1811.89
CPU user time (s): 1803.85
CPU system time (s): 8.04578
CPU usage (%): 390.616
Max. virtual memory (cumulated for all children) (KiB): 4202980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1803.85
system time used= 8.04578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1006026
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= 4328
involuntary context switches= 6412

runsolver used 0.98285 second user time and 2.38264 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 17:01:36
IDJOB=3362080
IDBENCH=82388
IDSOLVER=1839
FILE ID=node109/3362080-1305298891
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36328 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362080-1305298891/watcher-3362080-1305298891 -o /tmp/evaluation-result-3362080-1305298891/solver-3362080-1305298891 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362080-1305298891.cnf aimd 1

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=403069173

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17442588 kB
Buffers:        215752 kB
Cached:        4148672 kB
SwapCached:      19036 kB
Active:        6497108 kB
Inactive:      8753356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17442588 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:          176852 kB
Writeback:           0 kB
AnonPages:    10873604 kB
Mapped:          17700 kB
Slab:           164440 kB
PageTables:      30200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17849608 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= 32404 MiB
End job on node109 at 2011-05-13 17:09:20