Trace number 3288467

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
priss UPUNSAT 1138.01 624.482

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.343
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 *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 14809
0.00/0.24	c parsetime: 242282us
0.00/0.24	c parsed 763101 clauses with 33320 variables
9.59/9.69	c preprocessor returned 33620 variables
9.59/9.69	c preprocessing returned UNKNOWN
9.59/9.69	c PP set 0 variables
9.59/9.69	c pp time: 9443374us (9s)
1137.78/624.34	c ====================
1137.78/624.34	c implication/decision inf%(inf)
1137.78/624.34	c decisions:           1814854
1137.78/624.34	c last level:          0
1137.78/624.34	c conflicts:           1472401
1137.78/624.34	c restarts:            9765
1137.78/624.34	c rejected_restarts    0
1137.78/624.34	c removals:            21
1137.78/624.34	c removed clauses:     998204
1137.78/624.34	c oft clauses:         0
1137.92/624.46	c solvetime: 614767131us (614s)
1137.92/624.47	c memory usage (vsize): 273 MB
1137.92/624.47	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288467-1304051084/watcher-3288467-1304051084 -o /tmp/evaluation-result-3288467-1304051084/solver-3288467-1304051084 -C 4800 -W 1300 -M 15500 HOME/prissup.sh HOME HOME/instance-3288467-1304051084.cnf 1835200144 4800 15500 4 

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: 3.28 3.27 3.82 3/179 14808
/proc/meminfo: memFree=29979312/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0

[startup+0.0867081 s]
/proc/loadavg: 3.28 3.27 3.82 3/179 14808
/proc/meminfo: memFree=29979312/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100702 s]
/proc/loadavg: 3.28 3.27 3.82 3/179 14808
/proc/meminfo: memFree=29979312/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300672 s]
/proc/loadavg: 3.28 3.27 3.82 3/179 14808
/proc/meminfo: memFree=29979312/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700595 s]
/proc/loadavg: 3.28 3.27 3.82 3/179 14808
/proc/meminfo: memFree=29979312/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 3.28 3.27 3.82 3/181 14810
/proc/meminfo: memFree=29918792/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=80988 CPUtime=1.49 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 17122 0 0 0 147 2 0 0 25 0 1 0 516708909 82931712 15337 33554432000 4194304 5787044 140735564193808 18446744073709551615 4336097 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14809/statm: 20247 15337 336 389 0 15997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89688

[startup+3.10118 s]
/proc/loadavg: 3.28 3.27 3.82 4/181 14810
/proc/meminfo: memFree=29918568/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=80988 CPUtime=3.09 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 17122 0 0 0 307 2 0 0 25 0 1 0 516708909 82931712 15337 33554432000 4194304 5787044 140735564193808 18446744073709551615 4336759 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14809/statm: 20247 15337 336 389 0 15997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89688

[startup+6.30058 s]
/proc/loadavg: 3.25 3.27 3.82 3/181 14810
/proc/meminfo: memFree=29917864/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=82176 CPUtime=6.29 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 17426 0 0 0 627 2 0 0 25 0 1 0 516708909 84148224 15641 33554432000 4194304 5787044 140735564193808 18446744073709551615 4345944 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14809/statm: 20544 15641 337 389 0 16294 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90876

[startup+12.7004 s]
/proc/loadavg: 3.23 3.26 3.81 4/182 14811
/proc/meminfo: memFree=29896668/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=179276 CPUtime=14.99 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 23388 0 0 0 1487 12 0 0 24 0 2 0 516708909 183578624 20815 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 44819 20815 392 389 0 40569 0
[pid=14809/tid=14811] ppid=14808 vsize=179276 CPUtime=2.29 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 349 0 0 0 224 5 0 0 15 0 2 0 516709886 183578624 20815 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 187976

[startup+25.5011 s]
/proc/loadavg: 3.40 3.30 3.81 4/182 14811
/proc/meminfo: memFree=29894820/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=180152 CPUtime=38.18 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 24070 0 0 0 3761 57 0 0 25 0 2 0 516708909 184475648 21497 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 45038 21497 392 389 0 40788 0
[pid=14809/tid=14811] ppid=14808 vsize=180152 CPUtime=12.69 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 450 0 0 0 1236 33 0 0 15 0 2 0 516709886 184475648 21497 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.18
Current children cumulated vsize (KiB) 188852

[startup+51.1004 s]
/proc/loadavg: 3.48 3.32 3.81 5/182 14812
/proc/meminfo: memFree=29888688/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=245952 CPUtime=84.53 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 25592 0 0 0 8312 141 0 0 25 0 2 0 516708909 251854848 23018 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 61488 23018 392 389 0 57238 0
[pid=14809/tid=14811] ppid=14808 vsize=245952 CPUtime=33.43 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) S 14808 14808 13999 0 -1 4202560 613 0 0 0 3258 85 0 0 16 0 2 0 516709886 251854848 23018 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.53
Current children cumulated vsize (KiB) 254652

[startup+102.307 s]
/proc/loadavg: 3.33 3.31 3.78 5/182 14813
/proc/meminfo: memFree=29878504/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=250052 CPUtime=177.79 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 28012 0 0 0 17492 287 0 0 25 0 2 0 516708909 256053248 25416 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 62513 25416 392 389 0 58263 0
[pid=14809/tid=14811] ppid=14808 vsize=250052 CPUtime=75.48 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 736 0 0 0 7371 177 0 0 15 0 2 0 516709886 256053248 25416 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 177.79
Current children cumulated vsize (KiB) 258752

[startup+162.301 s]
/proc/loadavg: 3.24 3.28 3.74 4/182 14815
/proc/meminfo: memFree=29834808/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=250052 CPUtime=287.55 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 29952 0 0 0 28318 437 0 0 25 0 2 0 516708909 256053248 27323 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 62513 27323 392 389 0 58263 0
[pid=14809/tid=14811] ppid=14808 vsize=250052 CPUtime=125.25 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 943 0 0 0 12259 266 0 0 16 0 2 0 516709886 256053248 27323 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 287.55
Current children cumulated vsize (KiB) 258752

[startup+222.301 s]
/proc/loadavg: 3.27 3.30 3.71 4/181 14846
/proc/meminfo: memFree=29916176/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=260096 CPUtime=397.28 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 33279 0 0 0 39136 592 0 0 25 0 2 0 516708909 266338304 30603 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 65024 30603 392 389 0 60774 0
[pid=14809/tid=14811] ppid=14808 vsize=260096 CPUtime=174.98 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1135 0 0 0 17132 366 0 0 16 0 2 0 516709886 266338304 30603 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 397.28
Current children cumulated vsize (KiB) 268796

[startup+282.3 s]
/proc/loadavg: 3.40 3.32 3.69 5/182 14877
/proc/meminfo: memFree=30165408/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=267500 CPUtime=507.02 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 34864 0 0 0 49956 746 0 0 25 0 2 0 516708909 273920000 32188 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 66875 32188 392 389 0 62625 0
[pid=14809/tid=14811] ppid=14808 vsize=267500 CPUtime=224.72 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) S 14808 14808 13999 0 -1 4202560 1170 0 0 0 22007 465 0 0 15 0 2 0 516709886 273920000 32188 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 507.02
Current children cumulated vsize (KiB) 276200

[startup+342.3 s]
/proc/loadavg: 3.77 3.43 3.71 4/182 14879

################
# More data... #
################


[startup+462.3 s]
/proc/loadavg: 3.56 3.45 3.68 5/182 14882
/proc/meminfo: memFree=30120788/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=282748 CPUtime=839.08 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 39311 0 0 0 82855 1053 0 0 25 0 2 0 516708909 289533952 36635 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 70687 36635 392 389 0 66437 0
[pid=14809/tid=14811] ppid=14808 vsize=282748 CPUtime=376.78 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) S 14808 14808 13999 0 -1 4202560 1627 0 0 0 37034 644 0 0 16 0 2 0 516709886 289533952 36635 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 839.08
Current children cumulated vsize (KiB) 291448

[startup+522.3 s]
/proc/loadavg: 3.64 3.49 3.67 5/182 14884
/proc/meminfo: memFree=30107236/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=949.81 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 41241 0 0 0 93833 1148 0 0 25 0 2 0 516708909 293732352 38363 33554432000 4194304 5787044 140735564193808 18446744073709551615 5526883 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 71712 38363 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=427.49 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) S 14808 14808 13999 0 -1 4202560 1864 0 0 0 42051 698 0 0 16 0 2 0 516709886 293732352 38363 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 18446604454223471552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 949.81
Current children cumulated vsize (KiB) 295548

[startup+582.301 s]
/proc/loadavg: 3.67 3.53 3.67 5/182 14885
/proc/meminfo: memFree=30087336/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1060.27 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 42548 0 0 0 104778 1249 0 0 25 0 2 0 516708909 293732352 39670 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 71712 39670 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=477.95 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1902 0 0 0 47037 758 0 0 16 0 2 0 516709886 293732352 39670 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1060.27
Current children cumulated vsize (KiB) 295548

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

[startup+588.7 s]
/proc/loadavg: 3.65 3.53 3.67 5/182 14885
/proc/meminfo: memFree=30085104/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1072.07 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 42776 0 0 0 105947 1260 0 0 25 0 2 0 516708909 293732352 39898 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527140 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 71712 39898 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=483.35 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1908 0 0 0 47570 765 0 0 16 0 2 0 516709886 293732352 39898 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527156 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1072.07
Current children cumulated vsize (KiB) 295548

[startup+601.501 s]
/proc/loadavg: 3.62 3.53 3.67 5/182 14886
/proc/meminfo: memFree=30082868/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1095.71 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 43247 0 0 0 108293 1278 0 0 25 0 2 0 516708909 293732352 40369 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14809/statm: 71712 40369 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=494.2 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1940 0 0 0 48644 776 0 0 15 0 2 0 516709886 293732352 40369 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1095.71
Current children cumulated vsize (KiB) 295548

[startup+614.301 s]
/proc/loadavg: 3.63 3.53 3.67 3/182 14886
/proc/meminfo: memFree=30081004/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1119.33 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 43683 0 0 0 110633 1300 0 0 25 0 2 0 516708909 293732352 40805 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 40805 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=505.01 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1964 0 0 0 49714 787 0 0 15 0 2 0 516709886 293732352 40805 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1119.33
Current children cumulated vsize (KiB) 295548

[startup+620.701 s]
/proc/loadavg: 3.66 3.54 3.67 4/182 14886
/proc/meminfo: memFree=30079884/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1131.13 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 43909 0 0 0 111804 1309 0 0 25 0 2 0 516708909 293732352 41031 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 41031 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=510.43 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1973 0 0 0 50249 794 0 0 16 0 2 0 516709886 293732352 41031 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1131.13
Current children cumulated vsize (KiB) 295548

[startup+622.301 s]
/proc/loadavg: 3.66 3.54 3.67 5/182 14886
/proc/meminfo: memFree=30079752/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1134.07 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 43971 0 0 0 112096 1311 0 0 25 0 2 0 516708909 293732352 41093 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 41093 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=511.77 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) S 14808 14808 13999 0 -1 4202560 1985 0 0 0 50382 795 0 0 16 0 2 0 516709886 293732352 41093 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1134.07
Current children cumulated vsize (KiB) 295548

[startup+623.101 s]
/proc/loadavg: 3.66 3.54 3.67 4/182 14886
/proc/meminfo: memFree=30079620/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1135.56 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 43994 0 0 0 112244 1312 0 0 25 0 2 0 516708909 293732352 41116 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683631 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 41116 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=512.44 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1991 0 0 0 50449 795 0 0 16 0 2 0 516709886 293732352 41116 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1135.56
Current children cumulated vsize (KiB) 295548

[startup+623.901 s]
/proc/loadavg: 3.52 3.52 3.66 5/182 14886
/proc/meminfo: memFree=30079496/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1137.04 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 44013 0 0 0 112391 1313 0 0 25 0 2 0 516708909 293732352 41135 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527068 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 41135 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=513.13 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1991 0 0 0 50517 796 0 0 16 0 2 0 516709886 293732352 41135 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527399 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1137.04
Current children cumulated vsize (KiB) 295548

[startup+624.301 s]
/proc/loadavg: 3.52 3.52 3.66 5/182 14886
/proc/meminfo: memFree=30079496/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1137.78 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 44024 0 0 0 112464 1314 0 0 25 0 2 0 516708909 293732352 41146 33554432000 4194304 5787044 140735564193808 18446744073709551615 5527168 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 41146 392 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=513.46 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) R 14808 14808 13999 0 -1 4202560 1991 0 0 0 50550 796 0 0 16 0 2 0 516709886 293732352 41146 33554432000 4194304 5787044 140735564193808 18446744073709551615 5530814 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1137.78
Current children cumulated vsize (KiB) 295548

[startup+624.401 s]
/proc/loadavg: 3.52 3.52 3.66 5/182 14886
/proc/meminfo: memFree=30079496/32951124 swapFree=67111364/67111528
[pid=14808] ppid=14806 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/14808/stat : 14808 (prissup.sh) S 14806 14808 13999 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516708909 8908800 251 33554432000 4194304 4922060 140735517811200 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14808/statm: 2175 251 211 178 0 68 0
[pid=14809] ppid=14808 vsize=286848 CPUtime=1137.92 cores=1,3,5,7
/proc/14809/stat : 14809 (priss) R 14808 14808 13999 0 -1 4202496 44038 0 0 0 112478 1314 0 0 25 0 2 0 516708909 293732352 41160 33554432000 4194304 5787044 140735564193808 18446744073709551615 253640515603 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/14809/statm: 71712 41160 405 389 0 67462 0
[pid=14809/tid=14811] ppid=14808 vsize=286848 CPUtime=513.5 cores=1,3,5,7
/proc/14809/task/14811/stat : 14811 (priss) S 14808 14808 13999 0 -1 4202560 1991 0 0 0 50554 796 0 0 16 0 2 0 516709886 293732352 41160 33554432000 4194304 5787044 140735564193808 18446744073709551615 253652683185 0 0 4096 0 18446604454223471552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1137.92
Current children cumulated vsize (KiB) 295548

Child status: 20
Real time (s): 624.482
CPU time (s): 1138.01
CPU user time (s): 1124.86
CPU system time (s): 13.149
CPU usage (%): 182.232
Max. virtual memory (cumulated for all children) (KiB): 295548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1124.86
system time used= 13.149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44394
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= 4765152
involuntary context switches= 1682

runsolver used 0.98585 second user time and 2.42163 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 06:24:45
IDJOB=3288467
IDBENCH=82497
IDSOLVER=1601
FILE ID=node106/3288467-1304051084
RUNJOBID= node106-1304049355-14467
PBS_JOBID= 13170400
Free space on /tmp= 72136 MiB

SOLVER NAME= priss UP
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= DIR/prissup.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288467-1304051084/watcher-3288467-1304051084 -o /tmp/evaluation-result-3288467-1304051084/solver-3288467-1304051084 -C 4800 -W 1300 -M 15500  HOME/prissup.sh HOME HOME/instance-3288467-1304051084.cnf 1835200144 4800 15500 4

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1835200144

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29979468 kB
Buffers:        225500 kB
Cached:        2046896 kB
SwapCached:         88 kB
Active:        1199924 kB
Inactive:      1560024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29979468 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20304 kB
Writeback:           0 kB
AnonPages:      487336 kB
Mapped:          15560 kB
Slab:           145828 kB
PageTables:       5680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   650424 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= 72120 MiB
End job on node106 at 2011-04-29 06:35:10