Trace number 3726688

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.02? 1799.99 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726688-1338664817.opb.
0.00/0.00	c Instance file HOME/instance-3726688-1338664817.opb
0.00/0.00	c File size is 1014109 bytes.
0.00/0.07	c Highest Coefficient sum: 127
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Parsing time:          0.08         s                                      |
0.00/0.07	c |  Number Variables:      14994                                               |
0.00/0.07	c |  Number Clauses:        15122                                               |
0.00/0.07	c |  Number Cardinality:    126                                                 |
0.00/0.07	c |  Number PB Constraints: 0                                                   |
0.00/0.07	c |                                                                             |
0.00/0.09	c |  Problem Type:          Decision                                            |
0.00/0.09	c |  Objective Function:    None                                                |
0.00/0.09	c |                                                                             |
0.00/0.09	c ===============================================================================
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3726688-1338664817/watcher-3726688-1338664817 -o /tmp/evaluation-result-3726688-1338664817/solver-3726688-1338664817 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726688-1338664817.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.00 2.00 2.00 3/178 28263
/proc/meminfo: memFree=27674816/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=5272 CPUtime=0 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) R 28261 28263 25232 0 -1 4202496 573 0 0 0 0 0 0 0 20 0 1 0 332607583 5398528 525 33554432000 4194304 5964478 140734605661792 140735465614200 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 1318 525 164 433 0 634 0

[startup+0.101299 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28263
/proc/meminfo: memFree=27674816/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=92772 CPUtime=0.09 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 4566 0 0 0 9 0 0 0 20 0 2 0 332607583 94998528 4220 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 23193 4223 177 433 0 22757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 92772

[startup+0.200273 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28263
/proc/meminfo: memFree=27674816/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=0.18 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 4897 0 0 0 18 0 0 0 20 0 2 0 332607583 93069312 4195 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 4195 186 433 0 22286 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 90888

[startup+0.300297 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28263
/proc/meminfo: memFree=27674816/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=0.28 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 4987 0 0 0 28 0 0 0 20 0 2 0 332607583 93069312 4285 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 4285 186 433 0 22286 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 90888

[startup+0.700232 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28263
/proc/meminfo: memFree=27674816/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=0.68 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 5348 0 0 0 68 0 0 0 20 0 2 0 332607583 93069312 4646 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 4646 186 433 0 22286 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90888

[startup+1.50016 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28265
/proc/meminfo: memFree=27655696/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=1.49 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 6043 0 0 0 148 1 0 0 20 0 2 0 332607583 93069312 5341 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 5341 186 433 0 22286 0
[pid=28263/tid=28265] ppid=28261 vsize=90888 CPUtime=1.4 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 3520 0 0 0 139 1 0 0 20 0 2 0 332607591 93069312 5341 33554432000 4194304 5964478 140734605661792 140591775049720 4382029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90888

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28265
/proc/meminfo: memFree=27651704/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=3.08 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 7370 0 0 0 307 1 0 0 20 0 2 0 332607583 93069312 6668 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 6668 186 433 0 22286 0
[pid=28263/tid=28265] ppid=28261 vsize=90888 CPUtime=3 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 4847 0 0 0 299 1 0 0 20 0 2 0 332607591 93069312 6668 33554432000 4194304 5964478 140734605661792 140591775049720 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90888

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28265
/proc/meminfo: memFree=27645752/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=6.28 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 8193 0 0 0 627 1 0 0 20 0 2 0 332607583 93069312 7491 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 7491 186 433 0 22286 0
[pid=28263/tid=28265] ppid=28261 vsize=90888 CPUtime=6.21 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 5670 0 0 0 619 2 0 0 20 0 2 0 332607591 93069312 7491 33554432000 4194304 5964478 140734605661792 140591775049528 18446744073699066188 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 90888

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28265
/proc/meminfo: memFree=27639080/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=12.69 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 9633 0 0 0 1267 2 0 0 20 0 2 0 332607583 93069312 8931 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 8931 186 433 0 22286 0
[pid=28263/tid=28265] ppid=28261 vsize=90888 CPUtime=12.61 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 7110 0 0 0 1258 3 0 0 20 0 2 0 332607591 93069312 8931 33554432000 4194304 5964478 140734605661792 140591775049720 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90888

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28265
/proc/meminfo: memFree=27620992/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=90888 CPUtime=25.48 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 14134 0 0 0 2544 4 0 0 20 0 2 0 332607583 93069312 13432 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 22722 13432 186 433 0 22286 0
[pid=28263/tid=28265] ppid=28261 vsize=90888 CPUtime=25.41 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 11611 0 0 0 2536 5 0 0 20 0 2 0 332607591 93069312 13432 33554432000 4194304 5964478 140734605661792 140591775049768 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90888

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28265
/proc/meminfo: memFree=27591712/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=156424 CPUtime=51.08 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 20890 0 0 0 5102 6 0 0 20 0 2 0 332607583 160178176 20188 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 39106 20188 186 433 0 38670 0
[pid=28263/tid=28265] ppid=28261 vsize=156424 CPUtime=51.01 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 18367 0 0 0 5095 6 0 0 20 0 2 0 332607591 160178176 20188 33554432000 4194304 5964478 140734605661792 140591775049720 4381702 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 156424

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28265
/proc/meminfo: memFree=27554672/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=157148 CPUtime=102.27 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 29303 0 0 0 10219 8 0 0 20 0 2 0 332607583 160919552 28598 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 39287 28598 186 433 0 38851 0
[pid=28263/tid=28265] ppid=28261 vsize=157148 CPUtime=102.21 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 26780 0 0 0 10211 10 0 0 20 0 2 0 332607591 160919552 28598 33554432000 4194304 5964478 140734605661792 140591775049720 4400476 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 157148

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28266
/proc/meminfo: memFree=27533156/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=157148 CPUtime=162.22 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 34735 0 0 0 16212 10 0 0 20 0 2 0 332607583 160919552 33999 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 39287 33999 186 433 0 38851 0
[pid=28263/tid=28265] ppid=28261 vsize=157148 CPUtime=162.17 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 32212 0 0 0 16204 13 0 0 20 0 2 0 332607591 160919552 33999 33554432000 4194304 5964478 140734605661792 140591775049720 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 157148

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28267
/proc/meminfo: memFree=27475056/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=222684 CPUtime=222.22 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 47572 0 0 0 22206 16 0 0 20 0 2 0 332607583 228028416 47340 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 55671 47340 186 433 0 55235 0
[pid=28263/tid=28265] ppid=28261 vsize=222684 CPUtime=222.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 45049 0 0 0 22199 19 0 0 20 0 2 0 332607591 228028416 47340 33554432000 4194304 5964478 140734605661792 140591775049720 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 222684

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 28267
/proc/meminfo: memFree=27455248/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=222684 CPUtime=282.21 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 47598 0 0 0 28205 16 0 0 20 0 2 0 332607583 228028416 47366 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 55671 47366 186 433 0 55235 0
[pid=28263/tid=28265] ppid=28261 vsize=222684 CPUtime=282.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 45075 0 0 0 28198 20 0 0 20 0 2 0 332607591 228028416 47366 33554432000 4194304 5964478 140734605661792 140591775049720 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 222684

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 28267
/proc/meminfo: memFree=27435884/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=222684 CPUtime=342.18 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 49899 0 0 0 34202 16 0 0 20 0 2 0 332607583 228028416 49688 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 55671 49688 186 433 0 55235 0
[pid=28263/tid=28265] ppid=28261 vsize=222684 CPUtime=342.17 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 47376 0 0 0 34195 22 0 0 20 0 2 0 332607591 228028416 49688 33554432000 4194304 5964478 140734605661792 140591775049720 4381702 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 222684

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28267
/proc/meminfo: memFree=27390144/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=288580 CPUtime=402.16 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 58681 0 0 0 40194 22 0 0 20 0 2 0 332607583 295505920 58517 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 72145 58517 186 433 0 71709 0
[pid=28263/tid=28265] ppid=28261 vsize=288580 CPUtime=402.15 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 56158 0 0 0 40187 28 0 0 20 0 2 0 332607591 295505920 58517 33554432000 4194304 5964478 140734605661792 140591775049720 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 288580

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 28268
/proc/meminfo: memFree=27376716/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=288580 CPUtime=462.15 cores=0,2,4,6

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

/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68228 0 0 0 124167 50 0 0 20 0 2 0 332607591 362614784 70832 33554432000 4194304 5964478 140734605661792 140591775049720 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 354116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28316
/proc/meminfo: memFree=27506784/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1302 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70755 0 0 0 130169 31 0 0 20 0 2 0 332607583 362614784 70990 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 70990 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1302.17 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68232 0 0 0 130166 51 0 0 20 0 2 0 332607591 362614784 70990 33554432000 4194304 5964478 140734605661792 140591775049720 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 354116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28317
/proc/meminfo: memFree=27464748/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1361.99 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70755 0 0 0 136168 31 0 0 20 0 2 0 332607583 362614784 70990 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 70990 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1362.17 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68232 0 0 0 136165 52 0 0 20 0 2 0 332607591 362614784 70990 33554432000 4194304 5964478 140734605661792 140591775049720 4381776 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 354116

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28317
/proc/meminfo: memFree=27375628/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1421.99 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70755 0 0 0 142168 31 0 0 20 0 2 0 332607583 362614784 70990 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 70990 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1422.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68232 0 0 0 142165 53 0 0 20 0 2 0 332607591 362614784 70990 33554432000 4194304 5964478 140734605661792 140591775049720 4382029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 354116

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28317
/proc/meminfo: memFree=27335840/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1481.97 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70755 0 0 0 148166 31 0 0 20 0 2 0 332607583 362614784 70990 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 70990 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1482.17 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68232 0 0 0 148163 54 0 0 20 0 2 0 332607591 362614784 70990 33554432000 4194304 5964478 140734605661792 140591775049720 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 354116

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28317
/proc/meminfo: memFree=27336012/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1541.97 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70755 0 0 0 154166 31 0 0 20 0 2 0 332607583 362614784 70990 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 70990 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1542.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68232 0 0 0 154163 55 0 0 20 0 2 0 332607591 362614784 70990 33554432000 4194304 5964478 140734605661792 140591775049720 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 354116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28317
/proc/meminfo: memFree=27300840/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1601.96 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70755 0 0 0 160165 31 0 0 20 0 2 0 332607583 362614784 70990 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 70990 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1602.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68232 0 0 0 160162 56 0 0 20 0 2 0 332607591 362614784 70990 33554432000 4194304 5964478 140734605661792 140591775049720 4400069 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 354116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28318
/proc/meminfo: memFree=27300840/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1661.95 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 70766 0 0 0 166164 31 0 0 20 0 2 0 332607583 362614784 71001 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 71001 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1662.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 68243 0 0 0 166161 57 0 0 20 0 2 0 332607591 362614784 71001 33554432000 4194304 5964478 140734605661792 140591775049720 4381664 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 354116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28318
/proc/meminfo: memFree=27284100/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1721.93 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 75159 0 0 0 172160 33 0 0 20 0 2 0 332607583 362614784 75394 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 75394 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1722.18 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 72636 0 0 0 172158 60 0 0 20 0 2 0 332607591 362614784 75394 33554432000 4194304 5964478 140734605661792 140591775049720 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 354116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 28318
/proc/meminfo: memFree=27235912/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1781.93 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 178158 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1782.19 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 178156 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4400106 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 354116

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28321
/proc/meminfo: memFree=27235988/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1791.63 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 179128 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1791.89 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 179126 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.63
Current children cumulated vsize (KiB) 354116

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28321
/proc/meminfo: memFree=27236004/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1794.83 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 179448 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1795.09 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 179446 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.83
Current children cumulated vsize (KiB) 354116

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28321
/proc/meminfo: memFree=27236012/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1798.02 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 179767 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1798.29 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 179766 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4381702 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.02
Current children cumulated vsize (KiB) 354116

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28321
/proc/meminfo: memFree=27236308/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1798.82 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 179847 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1799.09 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 179846 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.82
Current children cumulated vsize (KiB) 354116

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28321
/proc/meminfo: memFree=27236316/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1799.23 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 179888 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1799.49 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 179886 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.23
Current children cumulated vsize (KiB) 354116

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 28321
/proc/meminfo: memFree=27236316/32873648 swapFree=7112/7112
[pid=28263] ppid=28261 vsize=354116 CPUtime=1799.62 cores=0,2,4,6
/proc/28263/stat : 28263 (pwbo2.02) S 28261 28263 25232 0 -1 4202496 81367 0 0 0 179927 35 0 0 20 0 2 0 332607583 362614784 81602 33554432000 4194304 5964478 140734605661792 140734605661312 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28263/statm: 88529 81602 186 433 0 88093 0
[pid=28263/tid=28265] ppid=28261 vsize=354116 CPUtime=1799.89 cores=0,2,4,6
/proc/28263/task/28265/stat : 28265 (pwbo2.02) R 28261 28263 25232 0 -1 4202560 78844 0 0 0 179926 63 0 0 20 0 2 0 332607591 362614784 81602 33554432000 4194304 5964478 140734605661792 140591775049720 4381625 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 354116

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.99
CPU user time (s): 1799.34
CPU system time (s): 0.647901
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 354116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.647901
maximum resident set size= 326420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81370
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= 128
involuntary context switches= 1984

runsolver used 3.09853 second user time and 9.03263 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 21:20:17
IDJOB=3726688
IDBENCH=90146
IDSOLVER=2310
FILE ID=node126/3726688-1338664817
RUNJOBID= node126-1338651602-26666
PBS_JOBID= 14636454
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=1397768880

node126.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.92
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.456
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.456
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.90
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.456
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:       32873648 kB
MemFree:        27674708 kB
Buffers:          396564 kB
Cached:          3718072 kB
SwapCached:         9476 kB
Active:          1650884 kB
Inactive:        2689392 kB
Active(anon):     215556 kB
Inactive(anon):    12180 kB
Active(file):    1435328 kB
Inactive(file):  2677212 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:              6272 kB
Writeback:             0 kB
AnonPages:        223884 kB
Mapped:            10352 kB
Shmem:                 0 kB
Slab:             721540 kB
SReclaimable:     165844 kB
SUnreclaim:       555696 kB
KernelStack:        1512 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70792 MiB
End job on node126 at 2012-06-02 21:50:17