Trace number 3726708

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.82 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726708-1338664874.opb.
0.00/0.00	c Instance file HOME/instance-3726708-1338664874.opb
0.00/0.00	c File size is 1446426 bytes.
0.09/0.11	c Highest Coefficient sum: 177
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.11         s                                      |
0.09/0.11	c |  Number Variables:      20944                                               |
0.09/0.11	c |  Number Clauses:        21122                                               |
0.09/0.11	c |  Number Cardinality:    176                                                 |
0.09/0.11	c |  Number PB Constraints: 0                                                   |
0.09/0.11	c |                                                                             |
0.09/0.12	c |  Problem Type:          Decision                                            |
0.09/0.12	c |  Objective Function:    None                                                |
0.09/0.12	c |                                                                             |
0.09/0.12	c ===============================================================================
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3726708-1338664874/watcher-3726708-1338664874 -o /tmp/evaluation-result-3726708-1338664874/solver-3726708-1338664874 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726708-1338664874.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: 1.92 1.98 1.99 3/177 24828
/proc/meminfo: memFree=31431344/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=5660 CPUtime=0 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) R 24826 24828 20708 0 -1 4202496 569 0 0 0 0 0 0 0 20 0 1 0 332616029 5795840 522 33554432000 4194304 5964478 140733832280976 140733418090728 4348792 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 1415 523 165 433 0 625 0

[startup+0.0969019 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24828
/proc/meminfo: memFree=31431344/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=13340 CPUtime=0.09 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) R 24826 24828 20708 0 -1 4202496 2546 0 0 0 9 0 0 0 20 0 1 0 332616029 13660160 2499 33554432000 4194304 5964478 140733832280976 140733418090728 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 3368 2500 465 433 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.100386 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24828
/proc/meminfo: memFree=31431344/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=13604 CPUtime=0.09 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) R 24826 24828 20708 0 -1 4202496 2599 0 0 0 9 0 0 0 20 0 1 0 332616029 13930496 2552 33554432000 4194304 5964478 140733832280976 140733418090728 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 3401 2552 475 433 0 2611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13604

[startup+0.300194 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24828
/proc/meminfo: memFree=31431344/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=0.28 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 6451 0 0 0 28 0 0 0 20 0 2 0 332616029 97398784 5514 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 5514 186 433 0 23343 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95116

[startup+0.700132 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 24828
/proc/meminfo: memFree=31431344/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=0.68 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 6732 0 0 0 68 0 0 0 20 0 2 0 332616029 97398784 5795 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 5795 186 433 0 23343 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 95116

[startup+1.5003 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31408520/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=1.49 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 7367 0 0 0 148 1 0 0 20 0 2 0 332616029 97398784 6430 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 6430 186 433 0 23343 0
[pid=24828/tid=24830] ppid=24826 vsize=95116 CPUtime=1.37 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 4135 0 0 0 137 0 0 0 20 0 2 0 332616040 97398784 6430 33554432000 4194304 5964478 140733832280976 140180959438840 4392882 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95116

[startup+3.10032 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31404396/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=3.08 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 8344 0 0 0 307 1 0 0 20 0 2 0 332616029 97398784 7407 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 7407 186 433 0 23343 0
[pid=24828/tid=24830] ppid=24826 vsize=95116 CPUtime=2.97 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 5112 0 0 0 295 2 0 0 20 0 2 0 332616040 97398784 7407 33554432000 4194304 5964478 140733832280976 140180959438840 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95116

[startup+6.3003 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31396088/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=6.28 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 10535 0 0 0 626 2 0 0 20 0 2 0 332616029 97398784 9598 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 9599 186 433 0 23343 0
[pid=24828/tid=24830] ppid=24826 vsize=95116 CPUtime=6.17 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 7304 0 0 0 614 3 0 0 20 0 2 0 332616040 97398784 9599 33554432000 4194304 5964478 140733832280976 140180959438888 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95116

[startup+12.7004 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31387440/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=12.68 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 12012 0 0 0 1265 3 0 0 20 0 2 0 332616029 97398784 11075 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 11075 186 433 0 23343 0
[pid=24828/tid=24830] ppid=24826 vsize=95116 CPUtime=12.57 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 8780 0 0 0 1254 3 0 0 20 0 2 0 332616040 97398784 11075 33554432000 4194304 5964478 140733832280976 140180959438888 4393739 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95116

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31375288/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=95116 CPUtime=25.48 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 15059 0 0 0 2544 4 0 0 20 0 2 0 332616029 97398784 14122 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 23779 14122 186 433 0 23343 0
[pid=24828/tid=24830] ppid=24826 vsize=95116 CPUtime=25.37 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 11827 0 0 0 2532 5 0 0 20 0 2 0 332616040 97398784 14122 33554432000 4194304 5964478 140733832280976 140180959438840 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95116

[startup+51.1004 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31343916/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=160652 CPUtime=51.07 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 22876 0 0 0 5100 7 0 0 20 0 2 0 332616029 164507648 21939 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 40163 21939 186 433 0 39727 0
[pid=24828/tid=24830] ppid=24826 vsize=160652 CPUtime=50.97 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 19644 0 0 0 5089 8 0 0 20 0 2 0 332616040 164507648 21939 33554432000 4194304 5964478 140733832280976 140180959438648 4382047 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 160652

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31307024/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=160652 CPUtime=102.24 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 31387 0 0 0 10215 9 0 0 20 0 2 0 332616029 164507648 30457 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 40163 30457 186 433 0 39727 0
[pid=24828/tid=24830] ppid=24826 vsize=160652 CPUtime=102.15 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 28155 0 0 0 10204 11 0 0 20 0 2 0 332616040 164507648 30457 33554432000 4194304 5964478 140733832280976 140180959438888 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 160652

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31255528/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=227272 CPUtime=162.22 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 42281 0 0 0 16208 14 0 0 20 0 2 0 332616029 232726528 41337 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 56818 41337 186 433 0 56382 0
[pid=24828/tid=24830] ppid=24826 vsize=227272 CPUtime=162.13 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 39049 0 0 0 16197 16 0 0 20 0 2 0 332616040 232726528 41337 33554432000 4194304 5964478 140733832280976 140180959438840 4381664 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) 227272

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31190552/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=292808 CPUtime=222.21 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 55531 0 0 0 22202 19 0 0 20 0 2 0 332616029 299835392 54587 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 73202 54587 186 433 0 72766 0
[pid=24828/tid=24830] ppid=24826 vsize=292808 CPUtime=222.13 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 52299 0 0 0 22190 23 0 0 20 0 2 0 332616040 299835392 54587 33554432000 4194304 5964478 140733832280976 140180959438648 4391684 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) 292808

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24830
/proc/meminfo: memFree=31171704/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=292808 CPUtime=282.2 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 55533 0 0 0 28201 19 0 0 20 0 2 0 332616029 299835392 54589 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 73202 54589 186 433 0 72766 0
[pid=24828/tid=24830] ppid=24826 vsize=292808 CPUtime=282.13 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 52301 0 0 0 28189 24 0 0 20 0 2 0 332616040 299835392 54589 33554432000 4194304 5964478 140733832280976 140180959438648 4400069 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) 292808

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24831
/proc/meminfo: memFree=31148612/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=293348 CPUtime=342.18 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 61237 0 0 0 34196 22 0 0 20 0 2 0 332616029 300388352 60303 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 73337 60303 186 433 0 72901 0
[pid=24828/tid=24830] ppid=24826 vsize=293348 CPUtime=342.12 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 58005 0 0 0 34184 28 0 0 20 0 2 0 332616040 300388352 60303 33554432000 4194304 5964478 140733832280976 140180959438840 4400074 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 293348

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 24831
/proc/meminfo: memFree=31123160/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=293348 CPUtime=402.13 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 67580 0 0 0 40188 25 0 0 20 0 2 0 332616029 300388352 66624 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 73337 66624 186 433 0 72901 0
[pid=24828/tid=24830] ppid=24826 vsize=293348 CPUtime=402.08 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 64348 0 0 0 40176 32 0 0 20 0 2 0 332616040 300388352 66624 33554432000 4194304 5964478 140733832280976 140180959438648 4381720 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 293348

[startup+462.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 24870
/proc/meminfo: memFree=31358024/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=358884 CPUtime=462.12 cores=1,3,5,7

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

/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148128 0 0 0 130122 80 0 0 20 0 2 0 332616040 636760064 150533 33554432000 4194304 5964478 140733832280976 140180959438648 4381637 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 621836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24879
/proc/meminfo: memFree=30742172/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1361.94 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151361 0 0 0 136134 60 0 0 20 0 2 0 332616029 636760064 150534 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150534 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1362.01 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148129 0 0 0 136120 81 0 0 20 0 2 0 332616040 636760064 150534 33554432000 4194304 5964478 140733832280976 140180959438648 4382019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 621836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24879
/proc/meminfo: memFree=30741904/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1421.93 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151370 0 0 0 142133 60 0 0 20 0 2 0 332616029 636760064 150630 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150630 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1422.02 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148138 0 0 0 142120 82 0 0 20 0 2 0 332616040 636760064 150630 33554432000 4194304 5964478 140733832280976 140180959438648 4400010 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 621836

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24879
/proc/meminfo: memFree=30741624/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1481.9 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151389 0 0 0 148130 60 0 0 20 0 2 0 332616029 636760064 150721 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150721 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1482 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148157 0 0 0 148117 83 0 0 20 0 2 0 332616040 636760064 150721 33554432000 4194304 5964478 140733832280976 140180959438648 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 621836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24881
/proc/meminfo: memFree=30741212/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1541.89 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151392 0 0 0 154129 60 0 0 20 0 2 0 332616029 636760064 150739 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150739 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1541.99 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148160 0 0 0 154115 84 0 0 20 0 2 0 332616040 636760064 150739 33554432000 4194304 5964478 140733832280976 140180959438648 4400067 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 621836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24881
/proc/meminfo: memFree=30731976/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1601.89 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151396 0 0 0 160129 60 0 0 20 0 2 0 332616029 636760064 150747 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150747 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1601.99 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148164 0 0 0 160114 85 0 0 20 0 2 0 332616040 636760064 150747 33554432000 4194304 5964478 140733832280976 140180959438648 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 621836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24881
/proc/meminfo: memFree=30670100/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1661.88 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151435 0 0 0 166128 60 0 0 20 0 2 0 332616029 636760064 150786 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150786 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1661.99 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148203 0 0 0 166113 86 0 0 20 0 2 0 332616040 636760064 150786 33554432000 4194304 5964478 140733832280976 140180959438648 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 621836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24881
/proc/meminfo: memFree=30642448/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1721.87 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151436 0 0 0 172127 60 0 0 20 0 2 0 332616029 636760064 150787 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150787 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1721.99 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148204 0 0 0 172112 87 0 0 20 0 2 0 332616040 636760064 150787 33554432000 4194304 5964478 140733832280976 140180959438648 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 621836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24884
/proc/meminfo: memFree=30641640/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1781.86 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151450 0 0 0 178126 60 0 0 20 0 2 0 332616029 636760064 150801 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150801 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1781.99 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148218 0 0 0 178111 88 0 0 20 0 2 0 332616040 636760064 150801 33554432000 4194304 5964478 140733832280976 140180959438648 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 621836

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30641012/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1791.46 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151461 0 0 0 179086 60 0 0 20 0 2 0 332616029 636760064 150812 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150812 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1791.59 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148229 0 0 0 179071 88 0 0 20 0 2 0 332616040 636760064 150812 33554432000 4194304 5964478 140733832280976 140180959438648 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 621836

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30641012/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1794.66 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151464 0 0 0 179406 60 0 0 20 0 2 0 332616029 636760064 150815 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150815 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1794.79 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148232 0 0 0 179391 88 0 0 20 0 2 0 332616040 636760064 150815 33554432000 4194304 5964478 140733832280976 140180959438648 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 621836

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30641012/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1797.86 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151468 0 0 0 179726 60 0 0 20 0 2 0 332616029 636760064 150819 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150819 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1797.99 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148236 0 0 0 179711 88 0 0 20 0 2 0 332616040 636760064 150819 33554432000 4194304 5964478 140733832280976 140180959438648 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 621836

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30640888/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1798.66 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151469 0 0 0 179806 60 0 0 20 0 2 0 332616029 636760064 150820 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150820 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1798.79 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148237 0 0 0 179791 88 0 0 20 0 2 0 332616040 636760064 150820 33554432000 4194304 5964478 140733832280976 140180959438648 4382008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 621836

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30640888/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1799.06 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151469 0 0 0 179846 60 0 0 20 0 2 0 332616029 636760064 150820 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150820 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1799.19 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148237 0 0 0 179831 88 0 0 20 0 2 0 332616040 636760064 150820 33554432000 4194304 5964478 140733832280976 140180959438648 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 621836

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30640888/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1799.46 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151470 0 0 0 179886 60 0 0 20 0 2 0 332616029 636760064 150821 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150821 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1799.59 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148238 0 0 0 179871 88 0 0 20 0 2 0 332616040 636760064 150821 33554432000 4194304 5964478 140733832280976 140180959438648 4403305 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 621836

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24884
/proc/meminfo: memFree=30640888/32873844 swapFree=7116/7116
[pid=24828] ppid=24826 vsize=621836 CPUtime=1799.56 cores=1,3,5,7
/proc/24828/stat : 24828 (pwbo2.02) S 24826 24828 20708 0 -1 4202496 151470 0 0 0 179896 60 0 0 20 0 2 0 332616029 636760064 150821 33554432000 4194304 5964478 140733832280976 140733832280496 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24828/statm: 155459 150821 186 433 0 155023 0
[pid=24828/tid=24830] ppid=24826 vsize=621836 CPUtime=1799.69 cores=1,3,5,7
/proc/24828/task/24830/stat : 24830 (pwbo2.02) R 24826 24828 20708 0 -1 4202560 148238 0 0 0 179881 88 0 0 20 0 2 0 332616040 636760064 150821 33554432000 4194304 5964478 140733832280976 140180959438648 4381999 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 621836

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.92
CPU system time (s): 0.898863
CPU usage (%): 99.9897
Max. virtual memory (cumulated for all children) (KiB): 621836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 0.898863
maximum resident set size= 603296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151473
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= 207
involuntary context switches= 1882

runsolver used 6.42702 second user time and 17.9173 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-02 21:21:15
IDJOB=3726708
IDBENCH=90147
IDSOLVER=2310
FILE ID=node103/3726708-1338664874
RUNJOBID= node103-1338651532-22211
PBS_JOBID= 14636477
Free space on /tmp= 71132 MiB

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

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=108589057

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.91
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.189
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:        31431608 kB
Buffers:          126716 kB
Cached:           267640 kB
SwapCached:         5600 kB
Active:           385424 kB
Inactive:         300808 kB
Active(anon):     289492 kB
Inactive(anon):     4628 kB
Active(file):      95932 kB
Inactive(file):   296180 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              6992 kB
Writeback:             0 kB
AnonPages:        407144 kB
Mapped:             9412 kB
Shmem:                 0 kB
Slab:             618936 kB
SReclaimable:      59736 kB
SUnreclaim:       559200 kB
KernelStack:        1488 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     156168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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= 71128 MiB
End job on node103 at 2012-06-02 21:51:15