Trace number 3704415

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
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 variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
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 201
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-3704415-1338103352.opb.
0.00/0.00	c Instance file HOME/instance-3704415-1338103352.opb
0.00/0.00	c File size is 1654173 bytes.
0.09/0.13	c Highest Coefficient sum: 201
0.09/0.13	c ============================[ Problem Statistics ]=============================
0.09/0.13	c |                                                                             |
0.09/0.13	c |  Parsing time:          0.13         s                                      |
0.09/0.13	c |  Number Variables:      23800                                               |
0.09/0.13	c |  Number Clauses:        24002                                               |
0.09/0.13	c |  Number Cardinality:    200                                                 |
0.09/0.13	c |  Number PB Constraints: 0                                                   |
0.09/0.13	c |                                                                             |
0.09/0.15	c |  Problem Type:          Decision                                            |
0.09/0.15	c |  Objective Function:    None                                                |
0.09/0.15	c |                                                                             |
0.09/0.15	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3704415-1338103352/watcher-3704415-1338103352 -o /tmp/evaluation-result-3704415-1338103352/solver-3704415-1338103352 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704415-1338103352.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 11077
/proc/meminfo: memFree=31201920/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=5868 CPUtime=0 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) R 11075 11077 9022 0 -1 4202496 567 0 0 0 0 0 0 0 20 0 1 0 276463777 6008832 520 33554432000 4194304 5965102 140736308735952 140734444934632 4396446 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 1467 522 165 433 0 627 0

[startup+0.0774909 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 11077
/proc/meminfo: memFree=31201920/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=12624 CPUtime=0.07 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) R 11075 11077 9022 0 -1 4202496 2326 0 0 0 7 0 0 0 20 0 1 0 276463777 12926976 2279 33554432000 4194304 5965102 140736308735952 140734444934632 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 3156 2280 390 433 0 2316 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12624

[startup+0.100323 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 11077
/proc/meminfo: memFree=31201920/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=13620 CPUtime=0.09 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) R 11075 11077 9022 0 -1 4202496 2620 0 0 0 9 0 0 0 20 0 1 0 276463777 13946880 2573 33554432000 4194304 5965102 140736308735952 140734444934632 4351027 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 3405 2573 466 433 0 2565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13620

[startup+0.300175 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 11077
/proc/meminfo: memFree=31201920/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=0.29 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 7220 0 0 0 28 1 0 0 20 0 2 0 276463777 98471936 6129 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 6129 190 433 0 23605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96164

[startup+0.700131 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 11077
/proc/meminfo: memFree=31201920/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=0.69 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 7422 0 0 0 68 1 0 0 20 0 2 0 276463777 98471936 6331 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 6331 190 433 0 23605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96164

[startup+1.50028 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11079
/proc/meminfo: memFree=31177220/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=1.48 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 7938 0 0 0 147 1 0 0 20 0 2 0 276463777 98471936 6847 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 6847 190 433 0 23605 0
[pid=11077/tid=11079] ppid=11075 vsize=96164 CPUtime=1.35 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 4375 0 0 0 133 2 0 0 20 0 2 0 276463790 98471936 6847 33554432000 4194304 5965102 140736308735952 140645467121464 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 96164

[startup+3.10029 s]
/proc/loadavg: 2.03 2.04 2.00 3/179 11079
/proc/meminfo: memFree=31174104/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=3.09 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 9095 0 0 0 307 2 0 0 20 0 2 0 276463777 98471936 8004 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 8004 190 433 0 23605 0
[pid=11077/tid=11079] ppid=11075 vsize=96164 CPUtime=2.95 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 5532 0 0 0 293 2 0 0 20 0 2 0 276463790 98471936 8004 33554432000 4194304 5965102 140736308735952 140645467121704 4374392 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96164

[startup+6.3003 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 11079
/proc/meminfo: memFree=31165796/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=6.29 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 10757 0 0 0 626 3 0 0 20 0 2 0 276463777 98471936 9666 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 9666 190 433 0 23605 0
[pid=11077/tid=11079] ppid=11075 vsize=96164 CPUtime=6.14 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 7194 0 0 0 612 2 0 0 20 0 2 0 276463790 98471936 9666 33554432000 4194304 5965102 140736308735952 140645467121464 4401050 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96164

[startup+12.7003 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 11079
/proc/meminfo: memFree=31144708/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=12.68 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 12475 0 0 0 1265 3 0 0 20 0 2 0 276463777 98471936 11384 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 11384 190 433 0 23605 0
[pid=11077/tid=11079] ppid=11075 vsize=96164 CPUtime=12.54 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 8912 0 0 0 1251 3 0 0 20 0 2 0 276463790 98471936 11384 33554432000 4194304 5965102 140736308735952 140645467121464 4401155 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) 96164

[startup+25.5004 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 11079
/proc/meminfo: memFree=31112204/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=96164 CPUtime=25.48 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 17215 0 0 0 2543 5 0 0 20 0 2 0 276463777 98471936 16124 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 24041 16124 190 433 0 23605 0
[pid=11077/tid=11079] ppid=11075 vsize=96164 CPUtime=25.35 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 13652 0 0 0 2529 6 0 0 20 0 2 0 276463790 98471936 16124 33554432000 4194304 5965102 140736308735952 140645467121704 4400894 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) 96164

[startup+51.1003 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 11079
/proc/meminfo: memFree=31080692/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=161700 CPUtime=51.07 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 21492 0 0 0 5100 7 0 0 20 0 2 0 276463777 165580800 20410 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 40425 20410 190 433 0 39989 0
[pid=11077/tid=11079] ppid=11075 vsize=161700 CPUtime=50.94 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 17929 0 0 0 5086 8 0 0 20 0 2 0 276463790 165580800 20410 33554432000 4194304 5965102 140736308735952 140645467121464 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 161700

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 11079
/proc/meminfo: memFree=31008144/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=161700 CPUtime=102.24 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 34895 0 0 0 10210 14 0 0 20 0 2 0 276463777 165580800 33796 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 40425 33796 190 433 0 39989 0
[pid=11077/tid=11079] ppid=11075 vsize=161700 CPUtime=102.12 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 31332 0 0 0 10197 15 0 0 20 0 2 0 276463790 165580800 33796 33554432000 4194304 5965102 140736308735952 140645467121656 4401441 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 161700

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 11079
/proc/meminfo: memFree=30901784/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=228320 CPUtime=162.23 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 50275 0 0 0 16203 20 0 0 20 0 2 0 276463777 233799680 49176 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 57080 49176 190 433 0 56644 0
[pid=11077/tid=11079] ppid=11075 vsize=228320 CPUtime=162.11 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 46712 0 0 0 16189 22 0 0 20 0 2 0 276463790 233799680 49176 33554432000 4194304 5965102 140736308735952 140645467121464 4400894 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 228320

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 11081
/proc/meminfo: memFree=30840168/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=293856 CPUtime=222.21 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 56508 0 0 0 22200 21 0 0 20 0 2 0 276463777 300908544 55409 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 73464 55409 190 433 0 73028 0
[pid=11077/tid=11079] ppid=11075 vsize=293856 CPUtime=222.11 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 52945 0 0 0 22187 24 0 0 20 0 2 0 276463790 300908544 55409 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 293856

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 11081
/proc/meminfo: memFree=30789716/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=294396 CPUtime=282.18 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 68930 0 0 0 28192 26 0 0 20 0 2 0 276463777 301461504 67818 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 73599 67818 190 433 0 73163 0
[pid=11077/tid=11079] ppid=11075 vsize=294396 CPUtime=282.09 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 65367 0 0 0 28179 30 0 0 20 0 2 0 276463790 301461504 67818 33554432000 4194304 5965102 140736308735952 140645467121464 4400966 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 294396

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 11081
/proc/meminfo: memFree=30789684/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=294396 CPUtime=342.12 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 68977 0 0 0 34186 26 0 0 20 0 2 0 276463777 301461504 67826 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 73599 67826 190 433 0 73163 0
[pid=11077/tid=11079] ppid=11075 vsize=294396 CPUtime=342.05 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 65414 0 0 0 34174 31 0 0 20 0 2 0 276463790 301461504 67826 33554432000 4194304 5965102 140736308735952 140645467121464 4401107 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 294396

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 11081
/proc/meminfo: memFree=30758652/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=359932 CPUtime=402.1 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 73299 0 0 0 40182 28 0 0 20 0 2 0 276463777 368570368 72137 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 89983 72137 190 433 0 89547 0
[pid=11077/tid=11079] ppid=11075 vsize=359932 CPUtime=402.04 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 69736 0 0 0 40170 34 0 0 20 0 2 0 276463790 368570368 72137 33554432000 4194304 5965102 140736308735952 140645467121464 4400894 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 359932

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 11084
/proc/meminfo: memFree=30736256/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=359932 CPUtime=462.09 cores=1,3,5,7

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

/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 127836 0 0 0 130125 74 0 0 20 0 2 0 276463790 570724352 130595 33554432000 4194304 5965102 140736308735952 140645467121688 4391292 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 557348

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11090
/proc/meminfo: memFree=30270840/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1361.86 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 142375 0 0 0 136128 58 0 0 20 0 2 0 276463777 637833216 141571 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 141571 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1361.99 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 138812 0 0 0 136120 79 0 0 20 0 2 0 276463790 637833216 141571 33554432000 4194304 5965102 140736308735952 140645467121464 4401050 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 622884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11090
/proc/meminfo: memFree=30254368/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1421.86 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146641 0 0 0 142126 60 0 0 20 0 2 0 276463777 637833216 145837 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 145837 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1422 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143078 0 0 0 142119 81 0 0 20 0 2 0 276463790 637833216 145837 33554432000 4194304 5965102 140736308735952 140645467121464 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 622884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11092
/proc/meminfo: memFree=30252300/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1481.84 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146808 0 0 0 148124 60 0 0 20 0 2 0 276463777 637833216 146004 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146004 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1481.99 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143245 0 0 0 148117 82 0 0 20 0 2 0 276463790 637833216 146004 33554432000 4194304 5965102 140736308735952 140645467121464 4401127 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 622884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11092
/proc/meminfo: memFree=30252672/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1541.83 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146810 0 0 0 154123 60 0 0 20 0 2 0 276463777 637833216 146006 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146006 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1542 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143247 0 0 0 154117 83 0 0 20 0 2 0 276463790 637833216 146006 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 622884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11092
/proc/meminfo: memFree=30252548/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1601.82 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146817 0 0 0 160122 60 0 0 20 0 2 0 276463777 637833216 146013 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146013 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1602 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143254 0 0 0 160116 84 0 0 20 0 2 0 276463790 637833216 146013 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 622884

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 11134
/proc/meminfo: memFree=30707812/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1661.81 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146874 0 0 0 166121 60 0 0 20 0 2 0 276463777 637833216 146070 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146070 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1662 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143311 0 0 0 166115 85 0 0 20 0 2 0 276463790 637833216 146070 33554432000 4194304 5965102 140736308735952 140645467121464 4401096 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 622884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11134
/proc/meminfo: memFree=30641876/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1721.77 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146918 0 0 0 172117 60 0 0 20 0 2 0 276463777 637833216 146140 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146140 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1721.97 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143355 0 0 0 172111 86 0 0 20 0 2 0 276463790 637833216 146140 33554432000 4194304 5965102 140736308735952 140645467121464 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 622884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572112/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1781.76 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146920 0 0 0 178116 60 0 0 20 0 2 0 276463777 637833216 146156 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146156 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1781.97 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143357 0 0 0 178110 87 0 0 20 0 2 0 276463790 637833216 146156 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 622884

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 11135
/proc/meminfo: memFree=30572172/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1791.36 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179076 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1791.58 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179071 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (KiB) 622884

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572420/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1794.56 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179396 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1794.78 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179391 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.56
Current children cumulated vsize (KiB) 622884

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572420/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1797.75 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179715 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1797.97 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179710 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4401146 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.75
Current children cumulated vsize (KiB) 622884

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572420/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1798.55 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179795 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1798.77 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179790 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 622884

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572420/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1798.96 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179836 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1799.18 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179831 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (KiB) 622884

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572420/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1799.35 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179875 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1799.57 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179870 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (KiB) 622884

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11135
/proc/meminfo: memFree=30572420/32873844 swapFree=7108/7108
[pid=11077] ppid=11075 vsize=622884 CPUtime=1799.45 cores=1,3,5,7
/proc/11077/stat : 11077 (pwbo2.0) S 11075 11077 9022 0 -1 4202496 146921 0 0 0 179885 60 0 0 20 0 2 0 276463777 637833216 146157 33554432000 4194304 5965102 140736308735952 140736308735472 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11077/statm: 155721 146157 190 433 0 155285 0
[pid=11077/tid=11079] ppid=11075 vsize=622884 CPUtime=1799.67 cores=1,3,5,7
/proc/11077/task/11079/stat : 11079 (pwbo2.0) R 11075 11077 9022 0 -1 4202560 143358 0 0 0 179880 87 0 0 20 0 2 0 276463790 637833216 146157 33554432000 4194304 5965102 140736308735952 140645467121464 4401015 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 622884

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.83
CPU user time (s): 1798.93
CPU system time (s): 0.895863
CPU usage (%): 99.9903
Max. virtual memory (cumulated for all children) (KiB): 622884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 0.895863
maximum resident set size= 584640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146924
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= 264
involuntary context switches= 2093

runsolver used 2.98355 second user time and 8.48871 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-27 09:22:32
IDJOB=3704415
IDBENCH=90143
IDSOLVER=2280
FILE ID=node103/3704415-1338103352
RUNJOBID= node103-1338087162-9039
PBS_JOBID= 14624435
Free space on /tmp= 71588 MiB

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

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=803978816

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:        31202300 kB
Buffers:          295132 kB
Cached:           407784 kB
SwapCached:         4540 kB
Active:           677192 kB
Inactive:         164328 kB
Active(anon):     134832 kB
Inactive(anon):     6220 kB
Active(file):     542360 kB
Inactive(file):   158108 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:              7124 kB
Writeback:            12 kB
AnonPages:        144724 kB
Mapped:            12432 kB
Shmem:                 8 kB
Slab:             690544 kB
SReclaimable:     132884 kB
SUnreclaim:       557660 kB
KernelStack:        1456 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     149932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 71584 MiB
End job on node103 at 2012-05-27 09:52:32