Trace number 3726200

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.02? (TO) 1800.04 900.348

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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-3726200-1338657866.opb.
0.00/0.00	c Instance file HOME/instance-3726200-1338657866.opb
0.00/0.00	c File size is 792041 bytes.
0.03/0.08	c Cost Offset: 0
0.03/0.08	c Highest Coefficient sum: 1199
0.03/0.08	c ============================[ Problem Statistics ]=============================
0.03/0.08	c |                                                                             |
0.03/0.08	c |  Parsing time:          0.08         s                                      |
0.03/0.08	c |  Number Variables:      8424                                                |
0.03/0.08	c |  Number Clauses:        8512                                                |
0.03/0.08	c |  Number Cardinality:    98                                                  |
0.03/0.08	c |  Number PB Constraints: 576                                                 |
0.03/0.08	c |                                                                             |
0.03/0.09	c |  Problem Type:          Optimization                                        |
0.03/0.09	c |  Objective Function:    Cardinality Constraint                              |
0.03/0.09	c |                                                                             |
0.03/0.09	c ===============================================================================
1800.04/900.31	c ===============================================================================
1800.04/900.31	c Wall Clock Time: 900.31 s
1800.04/900.31	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-3726200-1338657866/watcher-3726200-1338657866 -o /tmp/evaluation-result-3726200-1338657866/solver-3726200-1338657866 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726200-1338657866.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: 3.98 3.95 3.91 4/178 6339
/proc/meminfo: memFree=28942912/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=5592 CPUtime=0 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) R 6337 6339 3386 0 -1 4202496 540 0 0 0 0 0 0 0 20 0 1 0 331915063 5726208 493 33554432000 4194304 5964478 140734636708480 140733748642280 4353507 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 1398 494 169 433 0 768 0

[startup+0.0354129 s]
/proc/loadavg: 3.98 3.95 3.91 4/178 6339
/proc/meminfo: memFree=28942912/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=11880 CPUtime=0.03 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) R 6337 6339 3386 0 -1 4202496 2063 0 0 0 3 0 0 0 20 0 1 0 331915063 12165120 2017 33554432000 4194304 5964478 140734636708480 140733748642280 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 2970 2018 238 433 0 2340 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11880

[startup+0.100229 s]
/proc/loadavg: 3.98 3.95 3.91 4/178 6339
/proc/meminfo: memFree=28942912/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175876 CPUtime=0.11 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 5753 0 0 0 10 1 0 0 20 0 3 0 331915063 180097024 5466 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43969 5466 184 433 0 43533 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 175876

[startup+0.300187 s]
/proc/loadavg: 3.98 3.95 3.91 4/178 6339
/proc/meminfo: memFree=28942912/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175300 CPUtime=0.5 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 6498 0 0 0 49 1 0 0 20 0 3 0 331915063 179507200 6079 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43825 6079 192 433 0 43389 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 175300

[startup+0.700127 s]
/proc/loadavg: 3.98 3.95 3.91 4/178 6339
/proc/meminfo: memFree=28942912/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175300 CPUtime=1.31 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 7323 0 0 0 129 2 0 0 20 0 3 0 331915063 179507200 6904 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43825 6904 192 433 0 43389 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 175300

[startup+1.50031 s]
/proc/loadavg: 3.98 3.95 3.91 5/181 6342
/proc/meminfo: memFree=28912888/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175300 CPUtime=2.9 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 9015 0 0 0 287 3 0 0 20 0 3 0 331915063 179507200 8596 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43825 8596 192 433 0 43389 0
[pid=6339/tid=6341] ppid=6337 vsize=175300 CPUtime=1.39 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 3228 0 0 0 137 2 0 0 20 0 3 0 331915071 179507200 8596 33554432000 4194304 5964478 140734636708480 139813324109816 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=175300 CPUtime=1.39 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 1922 0 0 0 139 0 0 0 20 0 3 0 331915071 179507200 8596 33554432000 4194304 5964478 140734636708480 139813313620280 4382023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 175300

[startup+3.1003 s]
/proc/loadavg: 3.98 3.95 3.91 5/181 6342
/proc/meminfo: memFree=28902456/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175300 CPUtime=6.1 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 12182 0 0 0 601 9 0 0 20 0 3 0 331915063 179507200 11763 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43825 11764 192 433 0 43389 0
[pid=6339/tid=6341] ppid=6337 vsize=175300 CPUtime=2.99 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 4878 0 0 0 293 6 0 0 20 0 3 0 331915071 179507200 11764 33554432000 4194304 5964478 140734636708480 139813324109816 4381974 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=175300 CPUtime=2.99 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 3440 0 0 0 298 1 0 0 20 0 3 0 331915071 179507200 11764 33554432000 4194304 5964478 140734636708480 139813313620280 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 175300

[startup+6.30031 s]
/proc/loadavg: 3.98 3.95 3.91 5/181 6342
/proc/meminfo: memFree=28881112/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175300 CPUtime=12.49 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 15015 0 0 0 1237 12 0 0 20 0 3 0 331915063 179507200 14596 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43825 14596 192 433 0 43389 0
[pid=6339/tid=6341] ppid=6337 vsize=175300 CPUtime=6.18 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 6433 0 0 0 609 9 0 0 20 0 3 0 331915071 179507200 14596 33554432000 4194304 5964478 140734636708480 139813324109816 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=175300 CPUtime=6.18 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 4717 0 0 0 616 2 0 0 20 0 3 0 331915071 179507200 14596 33554432000 4194304 5964478 140734636708480 139813313620280 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 175300

[startup+12.7003 s]
/proc/loadavg: 3.98 3.95 3.91 5/181 6342
/proc/meminfo: memFree=28842068/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175300 CPUtime=25.29 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 20481 0 0 0 2514 15 0 0 20 0 3 0 331915063 179507200 20062 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43825 20063 192 433 0 43389 0
[pid=6339/tid=6341] ppid=6337 vsize=175300 CPUtime=12.56 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 9457 0 0 0 1245 11 0 0 20 0 3 0 331915071 179507200 20063 33554432000 4194304 5964478 140734636708480 139813324109816 5136490 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=175300 CPUtime=12.57 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 7160 0 0 0 1255 2 0 0 20 0 3 0 331915071 179507200 20063 33554432000 4194304 5964478 140734636708480 139813313620280 4403503 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 175300

[startup+25.5003 s]
/proc/loadavg: 3.83 3.91 3.90 5/181 6502
/proc/meminfo: memFree=28940860/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=175948 CPUtime=50.88 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 25678 0 0 0 5066 22 0 0 20 0 3 0 331915063 180170752 25433 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 43987 25433 192 433 0 43551 0
[pid=6339/tid=6341] ppid=6337 vsize=175948 CPUtime=25.33 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 12522 0 0 0 2516 17 0 0 20 0 3 0 331915071 180170752 25433 33554432000 4194304 5964478 140734636708480 139813324109816 4400078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=175948 CPUtime=25.33 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 9291 0 0 0 2530 3 0 0 20 0 3 0 331915071 180170752 25433 33554432000 4194304 5964478 140734636708480 139813313620280 4382019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 175948

[startup+51.1004 s]
/proc/loadavg: 3.94 3.94 3.91 5/181 6502
/proc/meminfo: memFree=28828548/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=307476 CPUtime=102.06 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 45527 0 0 0 10176 30 0 0 20 0 3 0 331915063 314855424 45274 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 76869 45274 192 433 0 76433 0
[pid=6339/tid=6341] ppid=6337 vsize=307476 CPUtime=50.86 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 22980 0 0 0 5065 21 0 0 20 0 3 0 331915071 314855424 45274 33554432000 4194304 5964478 140734636708480 139813324109816 4400069 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=307476 CPUtime=50.85 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 18682 0 0 0 5078 7 0 0 20 0 3 0 331915071 314855424 45274 33554432000 4194304 5964478 140734636708480 139813313620280 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 307476

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.91 5/180 6502
/proc/meminfo: memFree=28620520/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=440376 CPUtime=204.42 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 86220 0 0 0 20394 48 0 0 20 0 3 0 331915063 450945024 85942 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 110094 85942 192 433 0 109658 0
[pid=6339/tid=6341] ppid=6337 vsize=440376 CPUtime=101.91 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 44701 0 0 0 10160 31 0 0 20 0 3 0 331915071 450945024 85942 33554432000 4194304 5964478 140734636708480 139813324109816 4400091 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=440376 CPUtime=101.9 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 37654 0 0 0 10172 18 0 0 20 0 3 0 331915071 450945024 85942 33554432000 4194304 5964478 140734636708480 139813313620312 4392985 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.42
Current children cumulated vsize (KiB) 440376

[startup+162.3 s]
/proc/loadavg: 4.02 3.97 3.91 5/181 6503
/proc/meminfo: memFree=28579396/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=442524 CPUtime=324.36 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 86791 0 0 0 32388 48 0 0 20 0 3 0 331915063 453144576 87830 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 110631 87830 192 433 0 110195 0
[pid=6339/tid=6341] ppid=6337 vsize=442524 CPUtime=161.72 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 44761 0 0 0 16140 32 0 0 20 0 3 0 331915071 453144576 87830 33554432000 4194304 5964478 140734636708480 139813324109816 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=442524 CPUtime=161.74 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 38165 0 0 0 16155 19 0 0 20 0 3 0 331915071 453144576 87830 33554432000 4194304 5964478 140734636708480 139813313620040 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.36
Current children cumulated vsize (KiB) 442524

[startup+222.3 s]
/proc/loadavg: 4.04 3.98 3.92 5/181 6503
/proc/meminfo: memFree=28531024/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=510280 CPUtime=444.34 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 97280 0 0 0 44377 57 0 0 20 0 3 0 331915063 522526720 98319 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 127570 98319 192 433 0 127134 0
[pid=6339/tid=6341] ppid=6337 vsize=510280 CPUtime=221.57 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 52281 0 0 0 22118 39 0 0 20 0 3 0 331915071 522526720 98319 33554432000 4194304 5964478 140734636708480 139813324109816 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=510280 CPUtime=221.58 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 41134 0 0 0 22135 23 0 0 20 0 3 0 331915071 522526720 98319 33554432000 4194304 5964478 140734636708480 139813313620328 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.34
Current children cumulated vsize (KiB) 510280

[startup+282.3 s]
/proc/loadavg: 4.05 4.00 3.93 5/181 6503
/proc/meminfo: memFree=28405440/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=510904 CPUtime=564.32 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 119150 0 0 0 56364 68 0 0 20 0 3 0 331915063 523165696 120189 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 127726 120189 192 433 0 127290 0
[pid=6339/tid=6341] ppid=6337 vsize=510904 CPUtime=281.41 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 65712 0 0 0 28094 47 0 0 20 0 3 0 331915071 523165696 120189 33554432000 4194304 5964478 140734636708480 139813324109816 4389085 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=510904 CPUtime=281.43 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 49573 0 0 0 28114 29 0 0 20 0 3 0 331915071 523165696 120189 33554432000 4194304 5964478 140734636708480 139813313620040 4382019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.32
Current children cumulated vsize (KiB) 510904

[startup+342.3 s]
/proc/loadavg: 4.08 4.03 3.94 5/182 6506
/proc/meminfo: memFree=28299620/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=643456 CPUtime=684.3 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 133263 0 0 0 68354 76 0 0 20 0 3 0 331915063 658898944 134592 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 160864 134592 192 433 0 160428 0

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

[pid=6339/tid=6342] ppid=6337 vsize=643456 CPUtime=341.27 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 55674 0 0 0 34094 33 0 0 20 0 3 0 331915071 658898944 134592 33554432000 4194304 5964478 140734636708480 139813313620040 4381996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.3
Current children cumulated vsize (KiB) 643456

[startup+402.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/181 6506
/proc/meminfo: memFree=28261188/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=645348 CPUtime=804.25 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 133855 0 0 0 80349 76 0 0 20 0 3 0 331915063 660836352 135169 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 161337 135169 192 433 0 160901 0
[pid=6339/tid=6341] ppid=6337 vsize=645348 CPUtime=401.1 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 73770 0 0 0 40057 53 0 0 20 0 3 0 331915071 660836352 135169 33554432000 4194304 5964478 140734636708480 139813324109624 4403727 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=645348 CPUtime=401.09 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 56220 0 0 0 40075 34 0 0 20 0 3 0 331915071 660836352 135169 33554432000 4194304 5964478 140734636708480 139813313620040 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.25
Current children cumulated vsize (KiB) 645348

[startup+462.3 s]
/proc/loadavg: 4.06 4.04 3.95 5/181 6507
/proc/meminfo: memFree=28259356/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=646268 CPUtime=924.2 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 134084 0 0 0 92344 76 0 0 20 0 3 0 331915063 661778432 135375 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 161567 135375 192 433 0 161131 0
[pid=6339/tid=6341] ppid=6337 vsize=646268 CPUtime=460.9 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 73817 0 0 0 46037 53 0 0 20 0 3 0 331915071 661778432 135375 33554432000 4194304 5964478 140734636708480 139813324109624 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=646268 CPUtime=460.93 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 56402 0 0 0 46058 35 0 0 20 0 3 0 331915071 661778432 135375 33554432000 4194304 5964478 140734636708480 139813313620040 4222384 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.2
Current children cumulated vsize (KiB) 646268

[startup+522.3 s]
/proc/loadavg: 4.05 4.04 3.95 5/181 6507
/proc/meminfo: memFree=28218852/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=647424 CPUtime=1044.15 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 145004 0 0 0 104332 83 0 0 20 0 3 0 331915063 662962176 146263 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 161856 146263 192 433 0 161420 0
[pid=6339/tid=6341] ppid=6337 vsize=647424 CPUtime=520.74 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 81574 0 0 0 52014 60 0 0 20 0 3 0 331915071 662962176 146263 33554432000 4194304 5964478 140734636708480 139813324109816 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=647424 CPUtime=520.75 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 59565 0 0 0 52038 37 0 0 20 0 3 0 331915071 662962176 146263 33554432000 4194304 5964478 140734636708480 139813313620280 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.15
Current children cumulated vsize (KiB) 647424

[startup+582.3 s]
/proc/loadavg: 4.02 4.03 3.95 5/181 6507
/proc/meminfo: memFree=27992924/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=845472 CPUtime=1164.13 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 198831 0 0 0 116299 114 0 0 20 0 3 0 331915063 865763328 200090 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 211368 200090 192 433 0 210932 0
[pid=6339/tid=6341] ppid=6337 vsize=845472 CPUtime=580.58 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 112016 0 0 0 57983 75 0 0 20 0 3 0 331915071 865763328 200090 33554432000 4194304 5964478 140734636708480 139813324109816 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=845472 CPUtime=580.59 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 82950 0 0 0 58005 54 0 0 20 0 3 0 331915071 865763328 200090 33554432000 4194304 5964478 140734636708480 139813313620280 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1164.13
Current children cumulated vsize (KiB) 845472

[startup+642.3 s]
/proc/loadavg: 4.04 4.04 3.96 5/182 6508
/proc/meminfo: memFree=27976920/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=845472 CPUtime=1284.12 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 198842 0 0 0 128298 114 0 0 20 0 3 0 331915063 865763328 200101 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 211368 200101 192 433 0 210932 0
[pid=6339/tid=6341] ppid=6337 vsize=845472 CPUtime=640.44 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 112023 0 0 0 63968 76 0 0 20 0 3 0 331915071 865763328 200101 33554432000 4194304 5964478 140734636708480 139813324109816 4381692 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=845472 CPUtime=640.44 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 82954 0 0 0 63989 55 0 0 20 0 3 0 331915071 865763328 200101 33554432000 4194304 5964478 140734636708480 139813313620280 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1284.12
Current children cumulated vsize (KiB) 845472

[startup+702.3 s]
/proc/loadavg: 4.05 4.04 3.96 5/181 6508
/proc/meminfo: memFree=27932432/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=911964 CPUtime=1404.09 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 204087 0 0 0 140291 118 0 0 20 0 3 0 331915063 933851136 205346 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 227991 205346 192 433 0 227555 0
[pid=6339/tid=6341] ppid=6337 vsize=911964 CPUtime=700.28 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 117046 0 0 0 69947 81 0 0 20 0 3 0 331915071 933851136 205346 33554432000 4194304 5964478 140734636708480 139813324109624 4400091 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=911964 CPUtime=700.27 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 83176 0 0 0 69971 56 0 0 20 0 3 0 331915071 933851136 205346 33554432000 4194304 5964478 140734636708480 139813313620040 4400006 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1404.09
Current children cumulated vsize (KiB) 911964

[startup+762.307 s]
/proc/loadavg: 4.02 4.03 3.96 5/181 6509
/proc/meminfo: memFree=27747492/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=1110212 CPUtime=1524.08 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 242525 0 0 0 152260 148 0 0 20 0 3 0 331915063 1136857088 243784 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 277553 243784 192 433 0 277117 0
[pid=6339/tid=6341] ppid=6337 vsize=1110212 CPUtime=760.13 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 135540 0 0 0 75919 94 0 0 20 0 3 0 331915071 1136857088 243784 33554432000 4194304 5964478 140734636708480 139813324109816 4400006 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=1110212 CPUtime=760.12 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 103120 0 0 0 75937 75 0 0 20 0 3 0 331915071 1136857088 243784 33554432000 4194304 5964478 140734636708480 139813313620328 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1524.08
Current children cumulated vsize (KiB) 1110212

[startup+822.3 s]
/proc/loadavg: 4.07 4.05 3.97 5/181 6509
/proc/meminfo: memFree=27719496/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=1110808 CPUtime=1644.05 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 242679 0 0 0 164257 148 0 0 20 0 3 0 331915063 1137467392 243938 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 277702 243938 192 433 0 277266 0
[pid=6339/tid=6341] ppid=6337 vsize=1110808 CPUtime=819.97 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 135552 0 0 0 81901 96 0 0 20 0 3 0 331915071 1137467392 243938 33554432000 4194304 5964478 140734636708480 139813324109816 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=1110808 CPUtime=819.96 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 103262 0 0 0 81920 76 0 0 20 0 3 0 331915071 1137467392 243938 33554432000 4194304 5964478 140734636708480 139813313620040 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1644.05
Current children cumulated vsize (KiB) 1110808

[startup+882.3 s]
/proc/loadavg: 4.06 4.05 3.98 5/181 6509
/proc/meminfo: memFree=27696896/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=1111244 CPUtime=1764.03 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 242783 0 0 0 176255 148 0 0 20 0 3 0 331915063 1137913856 244025 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 277811 244025 192 433 0 277375 0
[pid=6339/tid=6341] ppid=6337 vsize=1111244 CPUtime=879.81 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 135552 0 0 0 87884 97 0 0 20 0 3 0 331915071 1137913856 244025 33554432000 4194304 5964478 140734636708480 139813324109816 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=1111244 CPUtime=879.8 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 103366 0 0 0 87903 77 0 0 20 0 3 0 331915071 1137913856 244025 33554432000 4194304 5964478 140734636708480 139813313620040 4389089 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1764.03
Current children cumulated vsize (KiB) 1111244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.11 4.06 3.98 5/181 6509
/proc/meminfo: memFree=27691316/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=1111892 CPUtime=1800.04 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 242960 0 0 0 179856 148 0 0 20 0 3 0 331915063 1138577408 244202 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 277973 244202 192 433 0 277537 0
[pid=6339/tid=6341] ppid=6337 vsize=1111892 CPUtime=897.77 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 135552 0 0 0 89680 97 0 0 20 0 3 0 331915071 1138577408 244202 33554432000 4194304 5964478 140734636708480 139813324109816 4389129 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=1111892 CPUtime=897.76 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 103543 0 0 0 89699 77 0 0 20 0 3 0 331915071 1138577408 244202 33554432000 4194304 5964478 140734636708480 139813313620040 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1111892

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

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

[startup+900.3 s]
/proc/loadavg: 4.11 4.06 3.98 5/181 6509
/proc/meminfo: memFree=27691316/32873844 swapFree=6872/6872
[pid=6339] ppid=6337 vsize=1111892 CPUtime=1800.04 cores=1,3,5,7
/proc/6339/stat : 6339 (pwbo2.02) S 6337 6339 3386 0 -1 4202496 242960 0 0 0 179856 148 0 0 20 0 3 0 331915063 1138577408 244202 33554432000 4194304 5964478 140734636708480 140734636708000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6339/statm: 277973 244202 192 433 0 277537 0
[pid=6339/tid=6341] ppid=6337 vsize=1111892 CPUtime=897.77 cores=1,3,5,7
/proc/6339/task/6341/stat : 6341 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 135552 0 0 0 89680 97 0 0 20 0 3 0 331915071 1138577408 244202 33554432000 4194304 5964478 140734636708480 139813324109816 4389129 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6339/tid=6342] ppid=6337 vsize=1111892 CPUtime=897.76 cores=1,3,5,7
/proc/6339/task/6342/stat : 6342 (pwbo2.02) R 6337 6339 3386 0 -1 4202560 103543 0 0 0 89699 77 0 0 20 0 3 0 331915071 1138577408 244202 33554432000 4194304 5964478 140734636708480 139813313620040 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1111892

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6339 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=892286
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=795727
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.348
CPU time (s): 1800.04
CPU user time (s): 1798.56
CPU system time (s): 1.48
CPU usage (%): 199.927
Max. virtual memory (cumulated for all children) (KiB): 1111892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 1.79573
maximum resident set size= 976812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242961
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= 1326
involuntary context switches= 2710

runsolver used 1.72074 second user time and 5.77512 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-02 19:24:26
IDJOB=3726200
IDBENCH=71849
IDSOLVER=2309
FILE ID=node106/3726200-1338657866
RUNJOBID= node106-1338651441-5234
PBS_JOBID= 14636474
Free space on /tmp= 70860 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726200-1338657866/watcher-3726200-1338657866 -o /tmp/evaluation-result-3726200-1338657866/solver-3726200-1338657866 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726200-1338657866.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=1856413813

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        28943556 kB
Buffers:          264084 kB
Cached:          2614796 kB
SwapCached:         1936 kB
Active:          1131240 kB
Inactive:        1960400 kB
Active(anon):     210148 kB
Inactive(anon):     4868 kB
Active(file):     921092 kB
Inactive(file):  1955532 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100520 kB
Dirty:              6292 kB
Writeback:             0 kB
AnonPages:        217132 kB
Mapped:             9692 kB
Shmem:                 0 kB
Slab:             699144 kB
SReclaimable:     141152 kB
SUnreclaim:       557992 kB
KernelStack:        1504 kB
PageTables:         3872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     171680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 70852 MiB
End job on node106 at 2012-06-02 19:39:28