Trace number 3704395

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
pwbo 2.0? 1799.59 1800

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
Number of bits of the biggest sum of numbers8
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704395-1338106491.opb.
0.00/0.00	c Instance file HOME/instance-3704395-1338106491.opb
0.00/0.00	c File size is 1135416 bytes.
0.04/0.09	c Highest Coefficient sum: 141
0.04/0.09	c ============================[ Problem Statistics ]=============================
0.04/0.09	c |                                                                             |
0.04/0.09	c |  Parsing time:          0.10         s                                      |
0.04/0.09	c |  Number Variables:      16660                                               |
0.04/0.09	c |  Number Clauses:        16802                                               |
0.04/0.09	c |  Number Cardinality:    140                                                 |
0.04/0.09	c |  Number PB Constraints: 0                                                   |
0.04/0.09	c |                                                                             |
0.09/0.10	c |  Problem Type:          Decision                                            |
0.09/0.10	c |  Objective Function:    None                                                |
0.09/0.10	c |                                                                             |
0.09/0.10	c ===============================================================================
1799.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704395-1338106491/watcher-3704395-1338106491 -o /tmp/evaluation-result-3704395-1338106491/solver-3704395-1338106491 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704395-1338106491.opb 

running on 4 cores: 0,2,4,6

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.01 2.01 2.00 3/177 8789
/proc/meminfo: memFree=28119652/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=5392 CPUtime=0 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) R 8787 8789 6880 0 -1 4202496 563 0 0 0 0 0 0 0 20 0 1 0 276777625 5521408 516 33554432000 4194304 5965102 140735588196912 140736093495752 5368956 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 1348 516 164 433 0 634 0

[startup+0.0493779 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8789
/proc/meminfo: memFree=28119652/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=9456 CPUtime=0.04 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) R 8787 8789 6880 0 -1 4202496 1618 0 0 0 4 0 0 0 20 0 1 0 276777625 9682944 1571 33554432000 4194304 5965102 140735588196912 140736093495752 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 2364 1571 290 433 0 1650 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9456

[startup+0.100347 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8789
/proc/meminfo: memFree=28119652/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92452 CPUtime=0.09 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 3570 0 0 0 9 0 0 0 20 0 2 0 276777625 94670848 3246 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23113 3257 176 433 0 22677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92452

[startup+0.300282 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8789
/proc/meminfo: memFree=28119652/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=0.29 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 5354 0 0 0 29 0 0 0 20 0 2 0 276777625 94638080 4584 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 4584 190 433 0 22669 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92420

[startup+0.70028 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8789
/proc/meminfo: memFree=28119652/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=0.68 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 5592 0 0 0 68 0 0 0 20 0 2 0 276777625 94638080 4822 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 4822 190 433 0 22669 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92420

[startup+1.50027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8791
/proc/meminfo: memFree=28098276/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=1.49 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 6162 0 0 0 148 1 0 0 20 0 2 0 276777625 94638080 5392 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 5392 190 433 0 22669 0
[pid=8789/tid=8791] ppid=8787 vsize=92420 CPUtime=1.38 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 3449 0 0 0 138 0 0 0 20 0 2 0 276777634 94638080 5392 33554432000 4194304 5965102 140735588196912 140361951623208 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92420

[startup+3.10028 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8791
/proc/meminfo: memFree=28092572/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=3.09 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 7431 0 0 0 308 1 0 0 20 0 2 0 276777625 94638080 6661 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 6661 190 433 0 22669 0
[pid=8789/tid=8791] ppid=8787 vsize=92420 CPUtime=2.98 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 4718 0 0 0 297 1 0 0 20 0 2 0 276777634 94638080 6661 33554432000 4194304 5965102 140735588196912 140361951623208 4383061 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92420

[startup+6.30034 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8791
/proc/meminfo: memFree=28079676/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=6.28 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 8453 0 0 0 627 1 0 0 20 0 2 0 276777625 94638080 7683 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 7683 190 433 0 22669 0
[pid=8789/tid=8791] ppid=8787 vsize=92420 CPUtime=6.17 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 5740 0 0 0 616 1 0 0 20 0 2 0 276777634 94638080 7683 33554432000 4194304 5965102 140735588196912 140361951623160 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 92420

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8791
/proc/meminfo: memFree=28056992/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=12.68 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 11554 0 0 0 1266 2 0 0 20 0 2 0 276777625 94638080 10784 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 10784 190 433 0 22669 0
[pid=8789/tid=8791] ppid=8787 vsize=92420 CPUtime=12.56 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 8841 0 0 0 1254 2 0 0 20 0 2 0 276777634 94638080 10784 33554432000 4194304 5965102 140735588196912 140361951622968 4401776 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92420

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8791
/proc/meminfo: memFree=28022504/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=92420 CPUtime=25.49 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 15173 0 0 0 2545 4 0 0 20 0 2 0 276777625 94638080 14403 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 23105 14403 190 433 0 22669 0
[pid=8789/tid=8791] ppid=8787 vsize=92420 CPUtime=25.32 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 12460 0 0 0 2528 4 0 0 20 0 2 0 276777634 94638080 14403 33554432000 4194304 5965102 140735588196912 140361951623160 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92420

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8791
/proc/meminfo: memFree=27987752/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=157956 CPUtime=51.08 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 20084 0 0 0 5103 5 0 0 20 0 2 0 276777625 161746944 19314 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 39489 19314 190 433 0 39053 0
[pid=8789/tid=8791] ppid=8787 vsize=157956 CPUtime=50.86 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 17371 0 0 0 5081 5 0 0 20 0 2 0 276777634 161746944 19314 33554432000 4194304 5965102 140735588196912 140361951623160 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157956

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8792
/proc/meminfo: memFree=27947744/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=158680 CPUtime=102.26 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 29517 0 0 0 10217 9 0 0 20 0 2 0 276777625 162488320 28719 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 39670 28719 190 433 0 39234 0
[pid=8789/tid=8791] ppid=8787 vsize=158680 CPUtime=101.91 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 26804 0 0 0 10181 10 0 0 20 0 2 0 276777634 162488320 28719 33554432000 4194304 5965102 140735588196912 140361951623160 4383069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 158680

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8792
/proc/meminfo: memFree=27902048/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=224576 CPUtime=162.24 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 40380 0 0 0 16211 13 0 0 20 0 2 0 276777625 229965824 40080 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 56144 40080 190 433 0 55708 0
[pid=8789/tid=8791] ppid=8787 vsize=224576 CPUtime=161.75 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 37667 0 0 0 16160 15 0 0 20 0 2 0 276777634 229965824 40080 33554432000 4194304 5965102 140735588196912 140361951622968 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 224576

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8792
/proc/meminfo: memFree=27872756/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=224576 CPUtime=222.24 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 47701 0 0 0 22208 16 0 0 20 0 2 0 276777625 229965824 47401 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 56144 47401 190 433 0 55708 0
[pid=8789/tid=8791] ppid=8787 vsize=224576 CPUtime=221.6 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 44988 0 0 0 22142 18 0 0 20 0 2 0 276777634 229965824 47401 33554432000 4194304 5965102 140735588196912 140361951623160 4382755 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 224576

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8792
/proc/meminfo: memFree=27864568/32873844 swapFree=7624/7624
[pid=8789] ppid=8787 vsize=224576 CPUtime=282.23 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 50064 0 0 0 28206 17 0 0 20 0 2 0 276777625 229965824 49764 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 56144 49764 190 433 0 55708 0
[pid=8789/tid=8791] ppid=8787 vsize=224576 CPUtime=281.44 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 47351 0 0 0 28124 20 0 0 20 0 2 0 276777634 229965824 49764 33554432000 4194304 5965102 140735588196912 140361951623160 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 224576

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8795
/proc/meminfo: memFree=27823144/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=290112 CPUtime=342.21 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 60106 0 0 0 34202 19 0 0 20 0 2 0 276777625 297074688 59632 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 72528 59632 190 433 0 72092 0
[pid=8789/tid=8791] ppid=8787 vsize=290112 CPUtime=341.29 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 57393 0 0 0 34105 24 0 0 20 0 2 0 276777634 297074688 59632 33554432000 4194304 5965102 140735588196912 140361951623192 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 290112

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8796
/proc/meminfo: memFree=27787980/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=290112 CPUtime=402.18 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 69091 0 0 0 40195 23 0 0 20 0 2 0 276777625 297074688 68779 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 72528 68779 190 433 0 72092 0
[pid=8789/tid=8791] ppid=8787 vsize=290112 CPUtime=401.11 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 66378 0 0 0 40083 28 0 0 20 0 2 0 276777634 297074688 68779 33554432000 4194304 5965102 140735588196912 140361951623160 4383036 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 290112

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8796
/proc/meminfo: memFree=27781520/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=355648 CPUtime=462.14 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.13 2.05 2.01 3/179 8842
/proc/meminfo: memFree=27931412/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1421.96 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 123880 0 0 0 142147 49 0 0 20 0 2 0 276777625 566063104 123801 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 123801 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1418.44 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 121167 0 0 0 141774 70 0 0 20 0 2 0 276777634 566063104 123801 33554432000 4194304 5965102 140735588196912 140361951623160 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 552796

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 8842
/proc/meminfo: memFree=27879332/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1481.95 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132045 0 0 0 148140 55 0 0 20 0 2 0 276777625 566063104 131966 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 131966 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1478.28 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129332 0 0 0 147752 76 0 0 20 0 2 0 276777634 566063104 131966 33554432000 4194304 5965102 140735588196912 140361951623160 4382704 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 552796

[startup+1542.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/180 8845
/proc/meminfo: memFree=27869528/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1541.95 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132045 0 0 0 154140 55 0 0 20 0 2 0 276777625 566063104 131966 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 131966 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1538.13 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129332 0 0 0 153736 77 0 0 20 0 2 0 276777634 566063104 131966 33554432000 4194304 5965102 140735588196912 140361951623160 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 552796

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 8846
/proc/meminfo: memFree=27852596/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1601.94 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132052 0 0 0 160139 55 0 0 20 0 2 0 276777625 566063104 131973 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 131973 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1597.98 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129339 0 0 0 159720 78 0 0 20 0 2 0 276777634 566063104 131973 33554432000 4194304 5965102 140735588196912 140361951623160 4383311 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 552796

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/179 8846
/proc/meminfo: memFree=27846996/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1661.92 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132061 0 0 0 166137 55 0 0 20 0 2 0 276777625 566063104 132015 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132015 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1657.82 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129348 0 0 0 165703 79 0 0 20 0 2 0 276777634 566063104 132015 33554432000 4194304 5965102 140735588196912 140361951623160 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 552796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 8846
/proc/meminfo: memFree=27839152/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1721.9 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132077 0 0 0 172135 55 0 0 20 0 2 0 276777625 566063104 132106 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132106 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1717.65 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129364 0 0 0 171685 80 0 0 20 0 2 0 276777634 566063104 132106 33554432000 4194304 5965102 140735588196912 140361951623160 4432658 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 552796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27830284/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1781.89 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 178134 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1777.5 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 177669 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 552796

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27830036/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1791.5 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179095 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1787.08 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 178627 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4393958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 552796

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27829912/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1794.7 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179415 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1790.27 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 178946 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4383069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 552796

[startup+1798.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27829912/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1797.89 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179734 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1793.46 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 179265 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4401668 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 552796

[startup+1799.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27829912/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1798.69 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179814 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1794.26 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 179345 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4394467 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 552796

[startup+1799.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27829912/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1799.09 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179854 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1794.66 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 179385 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4382742 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 552796

[startup+1799.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27829912/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1799.49 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179894 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1795.06 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 179425 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4383069 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 552796

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 8846
/proc/meminfo: memFree=27829912/32873844 swapFree=7620/7620
[pid=8789] ppid=8787 vsize=552796 CPUtime=1799.59 cores=0,2,4,6
/proc/8789/stat : 8789 (pwbo2.0) S 8787 8789 6880 0 -1 4202496 132078 0 0 0 179904 55 0 0 20 0 2 0 276777625 566063104 132108 33554432000 4194304 5965102 140735588196912 140735588196432 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8789/statm: 138199 132108 190 433 0 137763 0
[pid=8789/tid=8791] ppid=8787 vsize=552796 CPUtime=1795.16 cores=0,2,4,6
/proc/8789/task/8791/stat : 8791 (pwbo2.0) R 8787 8789 6880 0 -1 4202560 129365 0 0 0 179435 81 0 0 20 0 2 0 276777634 566063104 132108 33554432000 4194304 5965102 140735588196912 140361951623160 4401131 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 552796

Child status: 255

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

Real time (s): 1800
CPU time (s): 1799.59
CPU user time (s): 1799.04
CPU system time (s): 0.55
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 552796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 0.827874
maximum resident set size= 528444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132081
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= 190
involuntary context switches= 1894

runsolver used 5.59715 second user time and 19.0361 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 10:14:51
IDJOB=3704395
IDBENCH=90196
IDSOLVER=2280
FILE ID=node107/3704395-1338106491
RUNJOBID= node107-1338087019-6896
PBS_JOBID= 14624432
Free space on /tmp= 71576 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K140.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704395-1338106491/watcher-3704395-1338106491 -o /tmp/evaluation-result-3704395-1338106491/solver-3704395-1338106491 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704395-1338106491.opb

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=533384479

node107.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.760
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.52
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.760
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.760
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.92
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.760
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.760
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.760
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.760
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.86
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.760
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28120388 kB
Buffers:          292604 kB
Cached:          3306828 kB
SwapCached:            0 kB
Active:          1086736 kB
Inactive:        2877508 kB
Active(anon):     366948 kB
Inactive(anon):        0 kB
Active(file):     719788 kB
Inactive(file):  2877508 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6616 kB
Writeback:             0 kB
AnonPages:        437600 kB
Mapped:            15052 kB
Shmem:               200 kB
Slab:             649504 kB
SReclaimable:      92116 kB
SUnreclaim:       557388 kB
KernelStack:        1488 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71572 MiB
End job on node107 at 2012-05-27 10:44:51