Trace number 3704940

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
wbo 1.7? 1799.6 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704940-1338114066.opb.
0.00/0.00	c Instance file HOME/instance-3704940-1338114066.opb
0.00/0.00	c File size is 369198 bytes.
0.02/0.02	c Highest Coefficient sum: 86
0.02/0.02	c ============================[ Problem Statistics ]=============================
0.02/0.02	c |                                                                             |
0.02/0.02	c |  Parsing time:          0.03         s                                      |
0.02/0.02	c |  Number Variables:      5780                                                |
0.02/0.02	c |  Number Clauses:        5867                                                |
0.02/0.02	c |  Number Cardinality:    85                                                  |
0.02/0.02	c |  Number PB Constraints: 0                                                   |
0.02/0.02	c |                                                                             |
0.02/0.03	c |  Problem Type:          Decision                                            |
0.02/0.03	c |  Objective Function:    None                                                |
0.02/0.03	c |                                                                             |
0.02/0.03	c ===============================================================================
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3704940-1338114066/watcher-3704940-1338114066 -o /tmp/evaluation-result-3704940-1338114066/solver-3704940-1338114066 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704940-1338114066.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.00 2.00 3/175 11667
/proc/meminfo: memFree=29920204/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=4788 CPUtime=0 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) R 11665 11667 9313 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277532023 4902912 562 33554432000 4194304 5963574 140735361285552 140735361283480 5392535 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 1197 562 167 432 0 671 0

[startup+0.025984 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11667
/proc/meminfo: memFree=29920204/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=5580 CPUtime=0.02 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) R 11665 11667 9313 0 -1 4202496 906 0 0 0 2 0 0 0 20 0 1 0 277532023 5713920 858 33554432000 4194304 5963574 140735361285552 140735361283480 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 1395 858 241 432 0 869 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5580

[startup+0.100162 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11667
/proc/meminfo: memFree=29920204/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86068 CPUtime=0.09 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 2409 0 0 0 9 0 0 0 20 0 2 0 277532023 88133632 2147 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21517 2147 187 432 0 21082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86068

[startup+0.300116 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11667
/proc/meminfo: memFree=29920204/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86068 CPUtime=0.29 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 2690 0 0 0 29 0 0 0 20 0 2 0 277532023 88133632 2428 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21517 2428 187 432 0 21082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86068

[startup+0.700114 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11667
/proc/meminfo: memFree=29920204/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86068 CPUtime=0.69 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 3244 0 0 0 69 0 0 0 20 0 2 0 277532023 88133632 2982 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21517 2982 187 432 0 21082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86068

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11669
/proc/meminfo: memFree=29906060/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86068 CPUtime=1.48 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 4205 0 0 0 148 0 0 0 20 0 2 0 277532023 88133632 3943 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21517 3943 187 432 0 21082 0
[pid=11667/tid=11669] ppid=11665 vsize=86068 CPUtime=1.45 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 2800 0 0 0 145 0 0 0 20 0 2 0 277532026 88133632 3943 33554432000 4194304 5963574 140735361285552 140361505814520 4408735 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86068

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11669
/proc/meminfo: memFree=29898092/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86068 CPUtime=3.09 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 5313 0 0 0 308 1 0 0 20 0 2 0 277532023 88133632 5051 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21517 5051 187 432 0 21082 0
[pid=11667/tid=11669] ppid=11665 vsize=86068 CPUtime=3.04 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 3908 0 0 0 303 1 0 0 20 0 2 0 277532026 88133632 5051 33554432000 4194304 5963574 140735361285552 140361505814568 4381529 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86068

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11669
/proc/meminfo: memFree=29886816/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86068 CPUtime=6.28 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 6772 0 0 0 627 1 0 0 20 0 2 0 277532023 88133632 6510 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21517 6510 187 432 0 21082 0
[pid=11667/tid=11669] ppid=11665 vsize=86068 CPUtime=6.24 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 5367 0 0 0 623 1 0 0 20 0 2 0 277532026 88133632 6510 33554432000 4194304 5963574 140735361285552 140361505814520 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86068

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29864504/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86284 CPUtime=12.68 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 9217 0 0 0 1266 2 0 0 20 0 2 0 277532023 88354816 8955 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21571 8955 187 432 0 21136 0
[pid=11667/tid=11669] ppid=11665 vsize=86284 CPUtime=12.62 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 7812 0 0 0 1260 2 0 0 20 0 2 0 277532026 88354816 8955 33554432000 4194304 5963574 140735361285552 140361505814328 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86284

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29845640/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=86392 CPUtime=25.49 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 13545 0 0 0 2545 4 0 0 20 0 2 0 277532023 88465408 13283 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 21598 13283 187 432 0 21163 0
[pid=11667/tid=11669] ppid=11665 vsize=86392 CPUtime=25.39 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 12140 0 0 0 2536 3 0 0 20 0 2 0 277532026 88465408 13283 33554432000 4194304 5963574 140735361285552 140361505814568 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86392

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29774680/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=152088 CPUtime=51.08 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 21640 0 0 0 5100 8 0 0 20 0 2 0 277532023 155738112 21378 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 38022 21378 187 432 0 37587 0
[pid=11667/tid=11669] ppid=11665 vsize=152088 CPUtime=50.92 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 20235 0 0 0 5084 8 0 0 20 0 2 0 277532026 155738112 21378 33554432000 4194304 5963574 140735361285552 140361505814520 4399574 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152088

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29735876/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=152328 CPUtime=102.26 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 28324 0 0 0 10217 9 0 0 20 0 2 0 277532023 155983872 28114 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 38082 28114 187 432 0 37647 0
[pid=11667/tid=11669] ppid=11665 vsize=152328 CPUtime=101.98 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 26919 0 0 0 10188 10 0 0 20 0 2 0 277532026 155983872 28114 33554432000 4194304 5963574 140735361285552 140361505814328 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152328

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29665500/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=217864 CPUtime=162.22 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 36437 0 0 0 16209 13 0 0 20 0 2 0 277532023 223092736 36520 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 54466 36520 187 432 0 54031 0
[pid=11667/tid=11669] ppid=11665 vsize=217864 CPUtime=161.79 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 35032 0 0 0 16164 15 0 0 20 0 2 0 277532026 223092736 36520 33554432000 4194304 5963574 140735361285552 140361505814520 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 217864

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29598464/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=217864 CPUtime=222.21 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 48191 0 0 0 22201 20 0 0 20 0 2 0 277532023 223092736 48274 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 54466 48274 187 432 0 54031 0
[pid=11667/tid=11669] ppid=11665 vsize=217864 CPUtime=221.64 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 46786 0 0 0 22141 23 0 0 20 0 2 0 277532026 223092736 48274 33554432000 4194304 5963574 140735361285552 140361505814520 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 217864

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11670
/proc/meminfo: memFree=29560272/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=217864 CPUtime=282.2 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 48211 0 0 0 28200 20 0 0 20 0 2 0 277532023 223092736 48294 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 54466 48294 187 432 0 54031 0
[pid=11667/tid=11669] ppid=11665 vsize=217864 CPUtime=281.48 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 46806 0 0 0 28124 24 0 0 20 0 2 0 277532026 223092736 48294 33554432000 4194304 5963574 140735361285552 140361505814520 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 217864

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11672
/proc/meminfo: memFree=29543388/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=283760 CPUtime=342.16 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 52504 0 0 0 34193 23 0 0 20 0 2 0 277532023 290570240 52632 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 70940 52632 187 432 0 70505 0
[pid=11667/tid=11669] ppid=11665 vsize=283760 CPUtime=341.29 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 51099 0 0 0 34102 27 0 0 20 0 2 0 277532026 290570240 52632 33554432000 4194304 5963574 140735361285552 140361505814520 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 283760

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11711
/proc/meminfo: memFree=29709072/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=283760 CPUtime=402.14 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 57628 0 0 0 40189 25 0 0 20 0 2 0 277532023 290570240 57756 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 70940 57756 187 432 0 70505 0
[pid=11667/tid=11669] ppid=11665 vsize=283760 CPUtime=401.13 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 56223 0 0 0 40082 31 0 0 20 0 2 0 277532026 290570240 57756 33554432000 4194304 5963574 140735361285552 140361505814520 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 283760

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11711
/proc/meminfo: memFree=29666352/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=283976 CPUtime=462.12 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11720
/proc/meminfo: memFree=29437492/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=361932 CPUtime=1421.97 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 76312 0 0 0 142155 42 0 0 20 0 2 0 277532023 370618368 77208 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90483 77208 187 432 0 90048 0
[pid=11667/tid=11669] ppid=11665 vsize=361932 CPUtime=1418.49 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 74907 0 0 0 141786 63 0 0 20 0 2 0 277532026 370618368 77208 33554432000 4194304 5963574 140735361285552 140361505814328 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 361932

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11720
/proc/meminfo: memFree=29421960/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=362688 CPUtime=1481.95 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 76437 0 0 0 148153 42 0 0 20 0 2 0 277532023 371392512 77333 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90672 77333 187 432 0 90237 0
[pid=11667/tid=11669] ppid=11665 vsize=362688 CPUtime=1478.33 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 75032 0 0 0 147769 64 0 0 20 0 2 0 277532026 371392512 77333 33554432000 4194304 5963574 140735361285552 140361505814328 4399592 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 362688

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11721
/proc/meminfo: memFree=29400012/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1541.94 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81899 0 0 0 154149 45 0 0 20 0 2 0 277532023 372547584 82795 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82795 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1538.18 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80494 0 0 0 153750 68 0 0 20 0 2 0 277532026 372547584 82795 33554432000 4194304 5963574 140735361285552 140361505814520 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 363816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11721
/proc/meminfo: memFree=29399760/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1601.93 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81899 0 0 0 160148 45 0 0 20 0 2 0 277532023 372547584 82795 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82795 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1598.03 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80494 0 0 0 159734 69 0 0 20 0 2 0 277532026 372547584 82795 33554432000 4194304 5963574 140735361285552 140361505814520 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 363816

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11721
/proc/meminfo: memFree=29400044/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1661.92 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 166147 45 0 0 20 0 2 0 277532023 372547584 82616 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82616 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1657.87 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 165717 70 0 0 20 0 2 0 277532026 372547584 82616 33554432000 4194304 5963574 140735361285552 140361505814552 4381807 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 363816

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 11721
/proc/meminfo: memFree=29399980/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1721.91 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 172146 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1717.72 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 171701 71 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 363816

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/178 11724
/proc/meminfo: memFree=29399600/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1781.9 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 178145 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1777.56 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 177684 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 363816

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

[startup+1791.91 s]
/proc/loadavg: 2.09 2.04 2.01 3/178 11724
/proc/meminfo: memFree=29399476/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1791.51 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179106 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1787.15 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 178643 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4381238 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 363816

[startup+1795.1 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11724
/proc/meminfo: memFree=29399476/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1794.71 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179426 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1790.34 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 178962 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 363816

[startup+1798.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11724
/proc/meminfo: memFree=29399484/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1797.9 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179745 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1793.52 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 179280 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4399639 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 363816

[startup+1799.1 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11724
/proc/meminfo: memFree=29399484/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1798.7 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179825 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1794.32 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 179360 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 363816

[startup+1799.5 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11724
/proc/meminfo: memFree=29399484/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1799.11 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179866 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1794.73 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 179401 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4381807 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 363816

[startup+1799.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11724
/proc/meminfo: memFree=29399484/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1799.5 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179905 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1795.12 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 179440 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 363816

[startup+1800 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 11724
/proc/meminfo: memFree=29399484/32873852 swapFree=7624/7624
[pid=11667] ppid=11665 vsize=363816 CPUtime=1799.6 cores=1,3,5,7
/proc/11667/stat : 11667 (wbo1.7) S 11665 11667 9313 0 -1 4202496 81900 0 0 0 179915 45 0 0 20 0 2 0 277532023 372547584 82619 33554432000 4194304 5963574 140735361285552 140735361285072 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11667/statm: 90954 82619 187 432 0 90519 0
[pid=11667/tid=11669] ppid=11665 vsize=363816 CPUtime=1795.22 cores=1,3,5,7
/proc/11667/task/11669/stat : 11669 (wbo1.7) R 11665 11667 9313 0 -1 4202560 80495 0 0 0 179450 72 0 0 20 0 2 0 277532026 372547584 82619 33554432000 4194304 5963574 140735361285552 140361505814552 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 363816

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11667 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=535189
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=732888
# CPU time returned by wait4() is 1795.27
# while last known CPU time is 1799.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.6
CPU user time (s): 1799.15
CPU system time (s): 0.45
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 363816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 0.732888
maximum resident set size= 331208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81901
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= 144
involuntary context switches= 1859

runsolver used 3.43848 second user time and 8.44272 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-27 12:21:06
IDJOB=3704940
IDBENCH=90118
IDSOLVER=2283
FILE ID=node131/3704940-1338114066
RUNJOBID= node131-1338085200-9330
PBS_JOBID= 14624427
Free space on /tmp= 71724 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K85.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704940-1338114066/watcher-3704940-1338114066 -o /tmp/evaluation-result-3704940-1338114066/solver-3704940-1338114066 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704940-1338114066.opb

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=1451412196

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29920468 kB
Buffers:          319016 kB
Cached:          1741020 kB
SwapCached:         2168 kB
Active:           578128 kB
Inactive:        1542428 kB
Active(anon):      61956 kB
Inactive(anon):      808 kB
Active(file):     516172 kB
Inactive(file):  1541620 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099036 kB
Dirty:             11936 kB
Writeback:             0 kB
AnonPages:        172352 kB
Mapped:            14984 kB
Shmem:                 0 kB
Slab:             692724 kB
SReclaimable:     135128 kB
SUnreclaim:       557596 kB
KernelStack:        1472 kB
PageTables:         3708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     145792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node131 at 2012-05-27 12:51:06