Trace number 3703738

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.0? (TO) 1800.51 900.519

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1307.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
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-3703738-1338094300.opb.
0.00/0.00	c Instance file HOME/instance-3703738-1338094300.opb
0.00/0.00	c File size is 3384 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3258
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      41                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 10                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.17/900.51	c ===============================================================================
1800.17/900.51	c Wall Clock Time: 900.50 s
1800.17/900.51	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-3703738-1338094300/watcher-3703738-1338094300 -o /tmp/evaluation-result-3703738-1338094300/solver-3703738-1338094300 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703738-1338094300.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: 4.01 4.00 3.94 4/178 21026
/proc/meminfo: memFree=28400796/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21026/stat : 21026 (runsolver) D 21024 21026 20135 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 275555471 12095488 50 33554432000 4194304 5436572 140736355178208 140736355174504 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/21026/statm: 2953 50 31 304 0 2645 0

[startup+0.0150221 s]
/proc/loadavg: 4.01 4.00 3.94 4/178 21026
/proc/meminfo: memFree=28400796/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=162248 CPUtime=0.01 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 826 0 0 0 1 0 0 0 20 0 3 0 275555471 166141952 777 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 40562 777 195 433 0 40126 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 162248

[startup+0.100152 s]
/proc/loadavg: 4.01 4.00 3.94 4/178 21026
/proc/meminfo: memFree=28400796/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=162248 CPUtime=0.17 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 1256 0 0 0 17 0 0 0 20 0 3 0 275555471 166141952 1207 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 40562 1207 195 433 0 40126 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 162248

[startup+0.300116 s]
/proc/loadavg: 4.01 4.00 3.94 4/178 21026
/proc/meminfo: memFree=28400796/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=162248 CPUtime=0.57 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 1902 0 0 0 57 0 0 0 20 0 3 0 275555471 166141952 1853 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 40562 1853 195 433 0 40126 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 162248

[startup+0.700125 s]
/proc/loadavg: 4.01 4.00 3.94 4/178 21026
/proc/meminfo: memFree=28400796/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=162536 CPUtime=1.37 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 2369 0 0 0 137 0 0 0 20 0 3 0 275555471 166436864 2320 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 40634 2320 195 433 0 40198 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 162536

[startup+1.50026 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 21029
/proc/meminfo: memFree=28384820/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=162680 CPUtime=2.96 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 3373 0 0 0 296 0 0 0 20 0 3 0 275555471 166584320 3324 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 40670 3324 195 433 0 40234 0
[pid=21026/tid=21028] ppid=21024 vsize=162680 CPUtime=1.47 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 1758 0 0 0 147 0 0 0 20 0 3 0 275555472 166584320 3324 33554432000 4194304 5965102 140736878203664 140233481947120 4380272 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=162680 CPUtime=1.47 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 874 0 0 0 147 0 0 0 20 0 3 0 275555472 166584320 3324 33554432000 4194304 5965102 140736878203664 140233471457584 4380336 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 162680

[startup+3.10028 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 21029
/proc/meminfo: memFree=28376264/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=163220 CPUtime=6.16 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 4634 0 0 0 615 1 0 0 20 0 3 0 275555471 167137280 4585 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 40805 4585 195 433 0 40369 0
[pid=21026/tid=21028] ppid=21024 vsize=163220 CPUtime=3.08 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 2597 0 0 0 306 2 0 0 20 0 3 0 275555472 167137280 4585 33554432000 4194304 5965102 140736878203664 140233481946936 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=163220 CPUtime=3.07 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 1296 0 0 0 307 0 0 0 20 0 3 0 275555472 167137280 4585 33554432000 4194304 5965102 140736878203664 140233471457112 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 163220

[startup+6.30024 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 21029
/proc/meminfo: memFree=28359648/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=164408 CPUtime=12.55 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 6316 0 0 0 1253 2 0 0 20 0 3 0 275555471 168353792 6267 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 41102 6267 195 433 0 40666 0
[pid=21026/tid=21028] ppid=21024 vsize=164408 CPUtime=6.27 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 3879 0 0 0 625 2 0 0 20 0 3 0 275555472 168353792 6267 33554432000 4194304 5965102 140736878203664 140233481946648 4380032 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=164408 CPUtime=6.27 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 1696 0 0 0 627 0 0 0 20 0 3 0 275555472 168353792 6267 33554432000 4194304 5965102 140736878203664 140233471457696 4401036 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 164408

[startup+12.7003 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 21029
/proc/meminfo: memFree=28323052/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=167932 CPUtime=25.33 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 8720 0 0 0 2529 4 0 0 20 0 3 0 275555471 171962368 8671 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 41983 8671 195 433 0 41547 0
[pid=21026/tid=21028] ppid=21024 vsize=167932 CPUtime=12.68 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 5757 0 0 0 1263 5 0 0 20 0 3 0 275555472 171962368 8671 33554432000 4194304 5965102 140736878203664 140233481947176 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=167932 CPUtime=12.65 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 2222 0 0 0 1265 0 0 0 20 0 3 0 275555472 171962368 8671 33554432000 4194304 5965102 140736878203664 140233471457584 4400972 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 167932

[startup+25.5003 s]
/proc/loadavg: 4.01 4.00 3.94 5/181 21029
/proc/meminfo: memFree=28298988/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=172044 CPUtime=50.9 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 11507 0 0 0 5084 6 0 0 20 0 3 0 275555471 176173056 11442 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 43011 11442 195 433 0 42575 0
[pid=21026/tid=21028] ppid=21024 vsize=172044 CPUtime=25.47 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 7703 0 0 0 2541 6 0 0 20 0 3 0 275555472 176173056 11442 33554432000 4194304 5965102 140736878203664 140233481947120 4400978 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=172044 CPUtime=25.42 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 3063 0 0 0 2540 2 0 0 20 0 3 0 275555472 176173056 11442 33554432000 4194304 5965102 140736878203664 140233471457584 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 172044

[startup+51.1002 s]
/proc/loadavg: 4.06 4.01 3.95 5/181 21029
/proc/meminfo: memFree=28253292/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=177540 CPUtime=102.06 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 15802 0 0 0 10197 9 0 0 20 0 3 0 275555471 181800960 15745 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 44385 15745 195 433 0 43949 0
[pid=21026/tid=21028] ppid=21024 vsize=177540 CPUtime=51.06 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 11145 0 0 0 5098 8 0 0 20 0 3 0 275555472 181800960 15745 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=177540 CPUtime=51 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 3916 0 0 0 5098 2 0 0 20 0 3 0 275555472 181800960 15745 33554432000 4194304 5965102 140736878203664 140233471457112 4380351 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 177540

[startup+102.307 s]
/proc/loadavg: 4.02 4.01 3.95 5/181 21029
/proc/meminfo: memFree=28189740/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=187628 CPUtime=204.4 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 21849 0 0 0 20425 15 0 0 20 0 3 0 275555471 192131072 22808 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 46907 22808 195 433 0 46471 0
[pid=21026/tid=21028] ppid=21024 vsize=187628 CPUtime=102.27 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 16237 0 0 0 10213 14 0 0 20 0 3 0 275555472 192131072 22808 33554432000 4194304 5965102 140736878203664 140233481947176 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=187628 CPUtime=102.14 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 4871 0 0 0 10209 5 0 0 20 0 3 0 275555472 192131072 22808 33554432000 4194304 5965102 140736878203664 140233471457696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.4
Current children cumulated vsize (KiB) 187628

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.95 5/181 21029
/proc/meminfo: memFree=28137876/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=194112 CPUtime=324.36 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 26547 0 0 0 32417 19 0 0 20 0 3 0 275555471 198770688 27506 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 48528 27506 195 433 0 48092 0
[pid=21026/tid=21028] ppid=21024 vsize=194112 CPUtime=162.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 19559 0 0 0 16208 18 0 0 20 0 3 0 275555472 198770688 27506 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=194112 CPUtime=162.13 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 6247 0 0 0 16207 6 0 0 20 0 3 0 275555472 198770688 27506 33554432000 4194304 5965102 140736878203664 140233471457112 4401668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.36
Current children cumulated vsize (KiB) 194112

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21030
/proc/meminfo: memFree=28091364/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=265128 CPUtime=444.31 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 29981 0 0 0 44407 24 0 0 20 0 3 0 275555471 271491072 30924 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 66282 30924 195 433 0 65846 0
[pid=21026/tid=21028] ppid=21024 vsize=265128 CPUtime=222.25 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 22597 0 0 0 22202 23 0 0 20 0 3 0 275555472 271491072 30924 33554432000 4194304 5965102 140736878203664 140233481946648 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=265128 CPUtime=222.11 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 6643 0 0 0 22203 8 0 0 20 0 3 0 275555472 271491072 30924 33554432000 4194304 5965102 140736878203664 140233471457112 4380336 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.31
Current children cumulated vsize (KiB) 265128

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21030
/proc/meminfo: memFree=28065760/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=269116 CPUtime=564.28 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 33418 0 0 0 56399 29 0 0 20 0 3 0 275555471 275574784 34361 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 67279 34361 195 433 0 66843 0
[pid=21026/tid=21028] ppid=21024 vsize=269116 CPUtime=282.25 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 24842 0 0 0 28198 27 0 0 20 0 3 0 275555472 275574784 34361 33554432000 4194304 5965102 140736878203664 140233481946648 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=269116 CPUtime=282.1 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 7835 0 0 0 28199 11 0 0 20 0 3 0 275555472 275574784 34361 33554432000 4194304 5965102 140736878203664 140233471457696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.28
Current children cumulated vsize (KiB) 269116

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21030
/proc/meminfo: memFree=28026360/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=272348 CPUtime=684.24 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 36169 0 0 0 68391 33 0 0 20 0 3 0 275555471 278884352 36894 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 68087 36894 195 433 0 67651 0
[pid=21026/tid=21028] ppid=21024 vsize=272348 CPUtime=342.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 27535 0 0 0 34194 32 0 0 20 0 3 0 275555472 278884352 36894 33554432000 4194304 5965102 140736878203664 140233481947128 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=272348 CPUtime=342.08 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 7893 0 0 0 34196 12 0 0 20 0 3 0 275555472 278884352 36894 33554432000 4194304 5965102 140736878203664 140233471457696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.24
Current children cumulated vsize (KiB) 272348

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21030
/proc/meminfo: memFree=27991464/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=278184 CPUtime=804.18 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 39168 0 0 0 80383 35 0 0 20 0 3 0 275555471 284860416 39888 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 69546 39888 195 433 0 69110 0
[pid=21026/tid=21028] ppid=21024 vsize=278184 CPUtime=402.25 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 30049 0 0 0 40190 35 0 0 20 0 3 0 275555472 284860416 39888 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=278184 CPUtime=402.05 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 8378 0 0 0 40191 14 0 0 20 0 3 0 275555472 284860416 39888 33554432000 4194304 5965102 140736878203664 140233471457696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.18
Current children cumulated vsize (KiB) 278184

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21030
/proc/meminfo: memFree=27964052/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=280476 CPUtime=924.16 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 41571 0 0 0 92378 38 0 0 20 0 3 0 275555471 287207424 42492 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 70119 42492 195 433 0 69683 0
[pid=21026/tid=21028] ppid=21024 vsize=280476 CPUtime=462.25 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 31897 0 0 0 46187 38 0 0 20 0 3 0 275555472 287207424 42492 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=280476 CPUtime=462.04 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 8933 0 0 0 46188 16 0 0 20 0 3 0 275555472 287207424 42492 33554432000 4194304 5965102 140736878203664 140233471457592 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.16
Current children cumulated vsize (KiB) 280476

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/182 21034
/proc/meminfo: memFree=27928752/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=283740 CPUtime=1044.13 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 43954 0 0 0 104373 40 0 0 20 0 3 0 275555471 290549760 44875 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 70935 44875 195 433 0 70499 0
[pid=21026/tid=21028] ppid=21024 vsize=283740 CPUtime=522.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 34026 0 0 0 52187 39 0 0 20 0 3 0 275555472 290549760 44875 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=283740 CPUtime=522.02 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 9187 0 0 0 52186 16 0 0 20 0 3 0 275555472 290549760 44875 33554432000 4194304 5965102 140736878203664 140233471457696 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.13
Current children cumulated vsize (KiB) 283740

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/182 21056
/proc/meminfo: memFree=27902452/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=285656 CPUtime=1164.09 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 46240 0 0 0 116367 42 0 0 20 0 3 0 275555471 292511744 47161 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 71414 47161 195 433 0 70978 0
[pid=21026/tid=21028] ppid=21024 vsize=285656 CPUtime=582.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 35720 0 0 0 58185 41 0 0 20 0 3 0 275555472 292511744 47161 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=285656 CPUtime=582 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 9779 0 0 0 58182 18 0 0 20 0 3 0 275555472 292511744 47161 33554432000 4194304 5965102 140736878203664 140233471457696 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.09
Current children cumulated vsize (KiB) 285656

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.95 5/181 21056
/proc/meminfo: memFree=27856876/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=291468 CPUtime=1284.04 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 49138 0 0 0 128360 44 0 0 20 0 3 0 275555471 298463232 50059 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 72867 50059 195 433 0 72431 0
[pid=21026/tid=21028] ppid=21024 vsize=291468 CPUtime=642.27 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 38535 0 0 0 64183 44 0 0 20 0 3 0 275555472 298463232 50059 33554432000 4194304 5965102 140736878203664 140233481947128 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=291468 CPUtime=641.96 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 9862 0 0 0 64177 19 0 0 20 0 3 0 275555472 298463232 50059 33554432000 4194304 5965102 140736878203664 140233471457696 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.04
Current children cumulated vsize (KiB) 291468

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/181 21056
/proc/meminfo: memFree=27833112/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=301692 CPUtime=1403.94 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 53441 0 0 0 140348 46 0 0 20 0 3 0 275555471 308932608 54001 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 75423 54001 195 433 0 74987 0
[pid=21026/tid=21028] ppid=21024 vsize=301692 CPUtime=702.25 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 42805 0 0 0 70178 47 0 0 20 0 3 0 275555472 308932608 54001 33554432000 4194304 5965102 140736878203664 140233481946648 4401015 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=301692 CPUtime=701.91 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 9895 0 0 0 70171 20 0 0 20 0 3 0 275555472 308932608 54001 33554432000 4194304 5965102 140736878203664 140233471457584 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.94
Current children cumulated vsize (KiB) 301692

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.95 5/181 21056
/proc/meminfo: memFree=27812808/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=372308 CPUtime=1523.9 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 56134 0 0 0 152341 49 0 0 20 0 3 0 275555471 381243392 57085 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 93077 57085 195 433 0 92641 0
[pid=21026/tid=21028] ppid=21024 vsize=372308 CPUtime=762.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 45479 0 0 0 76175 51 0 0 20 0 3 0 275555472 381243392 57085 33554432000 4194304 5965102 140736878203664 140233481946648 4401109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=372308 CPUtime=761.88 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 9914 0 0 0 76167 21 0 0 20 0 3 0 275555472 381243392 57085 33554432000 4194304 5965102 140736878203664 140233471457696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.9
Current children cumulated vsize (KiB) 372308

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21057
/proc/meminfo: memFree=27767508/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=380168 CPUtime=1643.82 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 60069 0 0 0 164331 51 0 0 20 0 3 0 275555471 389292032 61020 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 95042 61020 195 433 0 94606 0
[pid=21026/tid=21028] ppid=21024 vsize=380168 CPUtime=822.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 48525 0 0 0 82173 53 0 0 20 0 3 0 275555472 389292032 61020 33554432000 4194304 5965102 140736878203664 140233481946648 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=380168 CPUtime=821.82 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 10803 0 0 0 82159 23 0 0 20 0 3 0 275555472 389292032 61020 33554432000 4194304 5965102 140736878203664 140233471457584 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.82
Current children cumulated vsize (KiB) 380168

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/181 21057
/proc/meminfo: memFree=27751992/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=380876 CPUtime=1763.77 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 62311 0 0 0 176324 53 0 0 20 0 3 0 275555471 390017024 63262 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 95219 63262 195 433 0 94783 0
[pid=21026/tid=21028] ppid=21024 vsize=380876 CPUtime=882.26 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 50738 0 0 0 88170 56 0 0 20 0 3 0 275555472 390017024 63262 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=380876 CPUtime=881.79 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 10832 0 0 0 88155 24 0 0 20 0 3 0 275555472 390017024 63262 33554432000 4194304 5965102 140736878203664 140233471457696 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.77
Current children cumulated vsize (KiB) 380876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 4.00 3.95 3/177 21058
/proc/meminfo: memFree=28153844/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=382632 CPUtime=1800.17 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 62751 0 0 0 179964 53 0 0 20 0 3 0 275555471 391815168 63702 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 95658 63702 195 433 0 95222 0
[pid=21026/tid=21028] ppid=21024 vsize=382632 CPUtime=900.47 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 51174 0 0 0 89991 56 0 0 20 0 3 0 275555472 391815168 63702 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=382632 CPUtime=899.99 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 10836 0 0 0 89975 24 0 0 20 0 3 0 275555472 391815168 63702 33554432000 4194304 5965102 140736878203664 140233471457696 4380048 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 382632

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+900.5 s]
/proc/loadavg: 4.00 4.00 3.95 3/177 21058
/proc/meminfo: memFree=28153844/32873648 swapFree=7104/7104
[pid=21026] ppid=21024 vsize=382632 CPUtime=1800.17 cores=0,2,4,6
/proc/21026/stat : 21026 (pwbo2.0) S 21024 21026 20135 0 -1 4202496 62751 0 0 0 179964 53 0 0 20 0 3 0 275555471 391815168 63702 33554432000 4194304 5965102 140736878203664 140736878203184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21026/statm: 95658 63702 195 433 0 95222 0
[pid=21026/tid=21028] ppid=21024 vsize=382632 CPUtime=900.47 cores=0,2,4,6
/proc/21026/task/21028/stat : 21028 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 51174 0 0 0 89991 56 0 0 20 0 3 0 275555472 391815168 63702 33554432000 4194304 5965102 140736878203664 140233481946648 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21026/tid=21029] ppid=21024 vsize=382632 CPUtime=899.99 cores=0,2,4,6
/proc/21026/task/21029/stat : 21029 (pwbo2.0) R 21024 21026 20135 0 -1 4202560 10836 0 0 0 89975 24 0 0 20 0 3 0 275555472 391815168 63702 33554432000 4194304 5965102 140736878203664 140233471457696 4380048 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 382632

Child status: 0
Real time (s): 900.519
CPU time (s): 1800.51
CPU user time (s): 1799.68
CPU system time (s): 0.829873
CPU usage (%): 199.941
Max. virtual memory (cumulated for all children) (KiB): 382632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.829873
maximum resident set size= 254812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62752
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= 655
involuntary context switches= 1971

runsolver used 2.80957 second user time and 4.32534 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 06:51:40
IDJOB=3703738
IDBENCH=2913
IDSOLVER=2279
FILE ID=node127/3703738-1338094300
RUNJOBID= node127-1338087073-20151
PBS_JOBID= 14624433
Free space on /tmp= 71172 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703738-1338094300/watcher-3703738-1338094300 -o /tmp/evaluation-result-3703738-1338094300/solver-3703738-1338094300 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703738-1338094300.opb

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=1973671816

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        28400564 kB
Buffers:          363728 kB
Cached:          3259148 kB
SwapCached:            0 kB
Active:          1099196 kB
Inactive:        2544228 kB
Active(anon):      22732 kB
Inactive(anon):        0 kB
Active(file):    1076464 kB
Inactive(file):  2544228 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11040 kB
Writeback:            40 kB
AnonPages:         27972 kB
Mapped:            15168 kB
Shmem:               200 kB
Slab:             690124 kB
SReclaimable:     134136 kB
SUnreclaim:       555988 kB
KernelStack:        1472 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     155060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71160 MiB
End job on node127 at 2012-05-27 07:06:43