Trace number 3703741

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.17 900.318

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
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-3703741-1338094113.opb.
0.00/0.00	c Instance file HOME/instance-3703741-1338094113.opb
0.00/0.00	c File size is 4987 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 3819
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:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
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.31	c ===============================================================================
1800.17/900.31	c Wall Clock Time: 900.31 s
1800.17/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-3703741-1338094113/watcher-3703741-1338094113 -o /tmp/evaluation-result-3703741-1338094113/solver-3703741-1338094113 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703741-1338094113.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.04 3.99 3.93 4/178 21555
/proc/meminfo: memFree=30947256/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162364 CPUtime=0 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 809 0 0 0 0 0 0 0 20 0 3 0 275536980 166260736 759 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40591 759 192 433 0 40155 0
[pid=21555/tid=21556] ppid=21553 vsize=162364 CPUtime=0 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 3 0 275536981 166260736 759 33554432000 4194304 5965102 140733391425440 139712675122136 5137146 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162364 CPUtime=0 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 3 0 275536981 166260736 760 33554432000 4194304 5965102 140733391425440 139712664632224 5137146 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0785471 s]
/proc/loadavg: 4.04 3.99 3.93 4/178 21555
/proc/meminfo: memFree=30947256/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162364 CPUtime=0.15 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 1121 0 0 0 14 1 0 0 20 0 3 0 275536980 166260736 1071 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40591 1072 195 433 0 40155 0
[pid=21555/tid=21556] ppid=21553 vsize=162364 CPUtime=0.06 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 220 0 0 0 6 0 0 0 20 0 3 0 275536981 166260736 1072 33554432000 4194304 5965102 140733391425440 139712675122136 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162364 CPUtime=0.06 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 149 0 0 0 6 0 0 0 20 0 3 0 275536981 166260736 1072 33554432000 4194304 5965102 140733391425440 139712664631608 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 162364

[startup+0.10032 s]
/proc/loadavg: 4.04 3.99 3.93 4/178 21555
/proc/meminfo: memFree=30947256/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162364 CPUtime=0.19 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 1213 0 0 0 18 1 0 0 20 0 3 0 275536980 166260736 1163 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40591 1163 195 433 0 40155 0
[pid=21555/tid=21556] ppid=21553 vsize=162364 CPUtime=0.08 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 276 0 0 0 8 0 0 0 20 0 3 0 275536981 166260736 1163 33554432000 4194304 5965102 140733391425440 139712675122136 5135640 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162364 CPUtime=0.08 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 184 0 0 0 8 0 0 0 20 0 3 0 275536981 166260736 1163 33554432000 4194304 5965102 140733391425440 139712664631608 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162364

[startup+0.30028 s]
/proc/loadavg: 4.04 3.99 3.93 4/178 21555
/proc/meminfo: memFree=30947256/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162364 CPUtime=0.59 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 1774 0 0 0 57 2 0 0 20 0 3 0 275536980 166260736 1724 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40591 1724 195 433 0 40155 0
[pid=21555/tid=21556] ppid=21553 vsize=162364 CPUtime=0.28 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 619 0 0 0 26 2 0 0 20 0 3 0 275536981 166260736 1724 33554432000 4194304 5965102 140733391425440 139712675120952 4412255 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162364 CPUtime=0.28 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 402 0 0 0 28 0 0 0 20 0 3 0 275536981 166260736 1724 33554432000 4194304 5965102 140733391425440 139712664631544 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 162364

[startup+0.700283 s]
/proc/loadavg: 4.04 3.99 3.93 4/178 21555
/proc/meminfo: memFree=30947256/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162652 CPUtime=1.38 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 2349 0 0 0 136 2 0 0 20 0 3 0 275536980 166555648 2299 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40663 2299 195 433 0 40227 0
[pid=21555/tid=21556] ppid=21553 vsize=162652 CPUtime=0.68 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 969 0 0 0 66 2 0 0 20 0 3 0 275536981 166555648 2299 33554432000 4194304 5965102 140733391425440 139712675121144 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162652 CPUtime=0.68 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 627 0 0 0 68 0 0 0 20 0 3 0 275536981 166555648 2299 33554432000 4194304 5965102 140733391425440 139712664631128 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162652

[startup+1.50028 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21558
/proc/meminfo: memFree=30937800/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162652 CPUtime=2.98 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 3168 0 0 0 295 3 0 0 20 0 3 0 275536980 166555648 3118 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40663 3118 195 433 0 40227 0
[pid=21555/tid=21556] ppid=21553 vsize=162652 CPUtime=1.48 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 1580 0 0 0 145 3 0 0 20 0 3 0 275536981 166555648 3118 33554432000 4194304 5965102 140733391425440 139712675121192 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162652 CPUtime=1.48 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 835 0 0 0 148 0 0 0 20 0 3 0 275536981 166555648 3118 33554432000 4194304 5965102 140733391425440 139712664631128 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 162652

[startup+3.10033 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21558
/proc/meminfo: memFree=30933708/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=162796 CPUtime=6.18 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 4597 0 0 0 612 6 0 0 20 0 3 0 275536980 166703104 4547 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40699 4547 195 433 0 40263 0
[pid=21555/tid=21556] ppid=21553 vsize=162796 CPUtime=3.07 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 2513 0 0 0 301 6 0 0 20 0 3 0 275536981 166703104 4547 33554432000 4194304 5965102 140733391425440 139712675120664 4404704 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=162796 CPUtime=3.07 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 1331 0 0 0 307 0 0 0 20 0 3 0 275536981 166703104 4547 33554432000 4194304 5965102 140733391425440 139712664631416 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 162796

[startup+6.30027 s]
/proc/loadavg: 4.04 3.99 3.93 5/181 21558
/proc/meminfo: memFree=30922920/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=163300 CPUtime=12.58 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 6165 0 0 0 1251 7 0 0 20 0 3 0 275536980 167219200 6115 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 40825 6115 195 433 0 40389 0
[pid=21555/tid=21556] ppid=21553 vsize=163300 CPUtime=6.26 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 3639 0 0 0 620 6 0 0 20 0 3 0 275536981 167219200 6115 33554432000 4194304 5965102 140733391425440 139712675120952 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=163300 CPUtime=6.26 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 1773 0 0 0 626 0 0 0 20 0 3 0 275536981 167219200 6115 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 163300

[startup+12.7003 s]
/proc/loadavg: 4.03 3.99 3.93 5/181 21558
/proc/meminfo: memFree=30913256/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=164988 CPUtime=25.39 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 8639 0 0 0 2530 9 0 0 20 0 3 0 275536980 168947712 8589 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 41247 8589 195 433 0 40811 0
[pid=21555/tid=21556] ppid=21553 vsize=164988 CPUtime=12.65 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 5391 0 0 0 1258 7 0 0 20 0 3 0 275536981 168947712 8589 33554432000 4194304 5965102 140733391425440 139712675120952 4400952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=164988 CPUtime=12.65 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 2495 0 0 0 1264 1 0 0 20 0 3 0 275536981 168947712 8589 33554432000 4194304 5965102 140733391425440 139712664631608 4390219 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 164988

[startup+25.5003 s]
/proc/loadavg: 4.03 3.99 3.93 5/181 21558
/proc/meminfo: memFree=30899300/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=167004 CPUtime=50.98 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 12354 0 0 0 5082 16 0 0 20 0 3 0 275536980 171012096 12153 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 41751 12153 195 433 0 41315 0
[pid=21555/tid=21556] ppid=21553 vsize=167004 CPUtime=25.41 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 8292 0 0 0 2527 14 0 0 20 0 3 0 275536981 171012096 12153 33554432000 4194304 5965102 140733391425440 139712675120664 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=167004 CPUtime=25.41 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 3309 0 0 0 2539 2 0 0 20 0 3 0 275536981 171012096 12154 33554432000 4194304 5965102 140733391425440 139712664631128 4393987 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 167004

[startup+51.1003 s]
/proc/loadavg: 4.02 3.99 3.93 5/181 21599
/proc/meminfo: memFree=31451224/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=170328 CPUtime=102.16 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 17993 0 0 0 10193 23 0 0 20 0 3 0 275536980 174415872 17772 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 42582 17772 195 433 0 42146 0
[pid=21555/tid=21556] ppid=21553 vsize=170328 CPUtime=50.94 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 12763 0 0 0 5075 19 0 0 20 0 3 0 275536981 174415872 17772 33554432000 4194304 5965102 140733391425440 139712675120664 4401058 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=170328 CPUtime=50.95 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 4477 0 0 0 5092 3 0 0 20 0 3 0 275536981 174415872 17772 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 170328

[startup+102.306 s]
/proc/loadavg: 4.06 4.00 3.93 5/182 21602
/proc/meminfo: memFree=31357788/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=241648 CPUtime=204.52 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 26219 0 0 0 20415 37 0 0 20 0 3 0 275536980 247447552 27714 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 60412 27714 195 433 0 59976 0
[pid=21555/tid=21556] ppid=21553 vsize=241648 CPUtime=101.98 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 19442 0 0 0 10165 33 0 0 20 0 3 0 275536981 247447552 27714 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=241648 CPUtime=102.01 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 6024 0 0 0 10196 5 0 0 20 0 3 0 275536981 247447552 27714 33554432000 4194304 5965102 140733391425440 139712664631416 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.52
Current children cumulated vsize (KiB) 241648

[startup+162.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/181 21602
/proc/meminfo: memFree=31293856/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=246660 CPUtime=324.5 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 34490 0 0 0 32399 51 0 0 20 0 3 0 275536980 252579840 35930 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 61665 35930 195 433 0 61229 0
[pid=21555/tid=21556] ppid=21553 vsize=246660 CPUtime=161.82 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 26673 0 0 0 16135 47 0 0 20 0 3 0 275536981 252579840 35930 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=246660 CPUtime=161.85 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 7064 0 0 0 16178 7 0 0 20 0 3 0 275536981 252579840 35930 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 324.5
Current children cumulated vsize (KiB) 246660

[startup+222.3 s]
/proc/loadavg: 4.06 4.01 3.94 5/181 21602
/proc/meminfo: memFree=31235928/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=250412 CPUtime=444.47 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 39179 0 0 0 44389 58 0 0 20 0 3 0 275536980 256421888 40433 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 62603 40433 195 433 0 62167 0
[pid=21555/tid=21556] ppid=21553 vsize=250412 CPUtime=221.66 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 30989 0 0 0 22111 55 0 0 20 0 3 0 275536981 256421888 40433 33554432000 4194304 5965102 140733391425440 139712675121192 5134623 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=250412 CPUtime=221.69 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 7437 0 0 0 22160 9 0 0 20 0 3 0 275536981 256421888 40433 33554432000 4194304 5965102 140733391425440 139712664631640 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 444.47
Current children cumulated vsize (KiB) 250412

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

[pid=21555/tid=21557] ppid=21553 vsize=323120 CPUtime=341.37 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 9697 0 0 0 34124 13 0 0 20 0 3 0 275536981 330874880 51019 33554432000 4194304 5965102 140733391425440 139712664631416 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 684.39
Current children cumulated vsize (KiB) 323120

[startup+402.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/181 21603
/proc/meminfo: memFree=31104428/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=326796 CPUtime=804.38 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 56134 0 0 0 80359 79 0 0 20 0 3 0 275536980 334639104 56962 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 81699 56962 195 433 0 81263 0
[pid=21555/tid=21556] ppid=21553 vsize=326796 CPUtime=401.15 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 45202 0 0 0 40039 76 0 0 20 0 3 0 275536981 334639104 56962 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=326796 CPUtime=401.22 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 10179 0 0 0 40108 14 0 0 20 0 3 0 275536981 334639104 56962 33554432000 4194304 5965102 140733391425440 139712664631416 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 804.38
Current children cumulated vsize (KiB) 326796

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/181 21603
/proc/meminfo: memFree=31060380/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=328508 CPUtime=924.36 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 60510 0 0 0 92350 86 0 0 20 0 3 0 275536980 336392192 61338 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 82127 61338 195 433 0 81691 0
[pid=21555/tid=21556] ppid=21553 vsize=328508 CPUtime=460.99 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 49210 0 0 0 46017 82 0 0 20 0 3 0 275536981 336392192 61338 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=328508 CPUtime=461.06 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 10547 0 0 0 46090 16 0 0 20 0 3 0 275536981 336392192 61338 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 924.36
Current children cumulated vsize (KiB) 328508

[startup+522.3 s]
/proc/loadavg: 4.04 4.02 3.95 5/181 21603
/proc/meminfo: memFree=31025600/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=331920 CPUtime=1044.31 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 64561 0 0 0 104340 91 0 0 20 0 3 0 275536980 339886080 65378 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 82980 65378 195 433 0 82544 0
[pid=21555/tid=21556] ppid=21553 vsize=331920 CPUtime=520.8 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 52487 0 0 0 51993 87 0 0 20 0 3 0 275536981 339886080 65378 33554432000 4194304 5965102 140733391425440 139712675121192 4401015 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=331920 CPUtime=520.91 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 11321 0 0 0 52074 17 0 0 20 0 3 0 275536981 339886080 65378 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1044.31
Current children cumulated vsize (KiB) 331920

[startup+582.3 s]
/proc/loadavg: 4.05 4.03 3.95 5/181 21603
/proc/meminfo: memFree=30990508/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=398996 CPUtime=1164.29 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 69657 0 0 0 116329 100 0 0 20 0 3 0 275536980 408571904 70474 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 99749 70474 195 433 0 99313 0
[pid=21555/tid=21556] ppid=21553 vsize=398996 CPUtime=580.65 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 57006 0 0 0 57968 97 0 0 20 0 3 0 275536981 408571904 70474 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=398996 CPUtime=580.75 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 11898 0 0 0 58057 18 0 0 20 0 3 0 275536981 408571904 70474 33554432000 4194304 5965102 140733391425440 139712664631656 5143666 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1164.29
Current children cumulated vsize (KiB) 398996

[startup+642.3 s]
/proc/loadavg: 4.02 4.02 3.95 5/181 21604
/proc/meminfo: memFree=30968104/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=400756 CPUtime=1284.28 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 71522 0 0 0 128323 105 0 0 20 0 3 0 275536980 410374144 72337 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 100189 72337 195 433 0 99753 0
[pid=21555/tid=21556] ppid=21553 vsize=400756 CPUtime=640.49 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 58732 0 0 0 63946 103 0 0 20 0 3 0 275536981 410374144 72337 33554432000 4194304 5965102 140733391425440 139712675121144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=400756 CPUtime=640.6 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 12037 0 0 0 64041 19 0 0 20 0 3 0 275536981 410374144 72337 33554432000 4194304 5965102 140733391425440 139712664631656 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1284.28
Current children cumulated vsize (KiB) 400756

[startup+702.3 s]
/proc/loadavg: 4.07 4.03 3.96 5/182 21607
/proc/meminfo: memFree=30943604/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=402388 CPUtime=1404.26 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 76555 0 0 0 140304 122 0 0 20 0 3 0 275536980 412045312 77370 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 100597 77370 195 433 0 100161 0
[pid=21555/tid=21556] ppid=21553 vsize=402388 CPUtime=700.33 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 63592 0 0 0 69912 121 0 0 20 0 3 0 275536981 412045312 77370 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=402388 CPUtime=700.44 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 12210 0 0 0 70024 20 0 0 20 0 3 0 275536981 412045312 77370 33554432000 4194304 5965102 140733391425440 139712664631416 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1404.26
Current children cumulated vsize (KiB) 402388

[startup+762.307 s]
/proc/loadavg: 4.02 4.02 3.96 5/182 21630
/proc/meminfo: memFree=30909240/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=404848 CPUtime=1524.25 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 81041 0 0 0 152290 135 0 0 20 0 3 0 275536980 414564352 81856 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 101212 81856 195 433 0 100776 0
[pid=21555/tid=21556] ppid=21553 vsize=404848 CPUtime=760.18 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 67029 0 0 0 75885 133 0 0 20 0 3 0 275536981 414564352 81856 33554432000 4194304 5965102 140733391425440 139712675120664 4400978 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=404848 CPUtime=760.29 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 13259 0 0 0 76006 23 0 0 20 0 3 0 275536981 414564352 81856 33554432000 4194304 5965102 140733391425440 139712664631128 4380356 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1524.25
Current children cumulated vsize (KiB) 404848

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/181 21630
/proc/meminfo: memFree=30873236/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=472080 CPUtime=1644.22 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 85212 0 0 0 164278 144 0 0 20 0 3 0 275536980 483409920 86027 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 118020 86027 195 433 0 117584 0
[pid=21555/tid=21556] ppid=21553 vsize=472080 CPUtime=820.01 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 71173 0 0 0 81858 143 0 0 20 0 3 0 275536981 483409920 86027 33554432000 4194304 5965102 140733391425440 139712675121192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=472080 CPUtime=820.13 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 13286 0 0 0 81989 24 0 0 20 0 3 0 275536981 483409920 86027 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1644.22
Current children cumulated vsize (KiB) 472080

[startup+882.3 s]
/proc/loadavg: 4.04 4.03 3.96 5/181 21630
/proc/meminfo: memFree=30845020/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=475780 CPUtime=1764.17 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 87914 0 0 0 176270 147 0 0 20 0 3 0 275536980 487198720 88714 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 118945 88714 195 433 0 118509 0
[pid=21555/tid=21556] ppid=21553 vsize=475780 CPUtime=879.82 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 72704 0 0 0 87836 146 0 0 20 0 3 0 275536981 487198720 88714 33554432000 4194304 5965102 140733391425440 139712675120664 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=475780 CPUtime=879.98 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 14457 0 0 0 87971 27 0 0 20 0 3 0 275536981 487198720 88714 33554432000 4194304 5965102 140733391425440 139712664631608 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1764.17
Current children cumulated vsize (KiB) 475780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.03 4.03 3.96 5/180 21630
/proc/meminfo: memFree=30832992/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=476504 CPUtime=1800.17 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 89680 0 0 0 179867 150 0 0 20 0 3 0 275536980 487940096 90480 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 119126 90480 195 433 0 118690 0
[pid=21555/tid=21556] ppid=21553 vsize=476504 CPUtime=897.78 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 74323 0 0 0 89629 149 0 0 20 0 3 0 275536981 487940096 90480 33554432000 4194304 5965102 140733391425440 139712675121192 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=476504 CPUtime=897.93 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 14604 0 0 0 89766 27 0 0 20 0 3 0 275536981 487940096 90480 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 476504

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.03 4.03 3.96 5/180 21630
/proc/meminfo: memFree=30832992/32873844 swapFree=7112/7112
[pid=21555] ppid=21553 vsize=476504 CPUtime=1800.17 cores=0,2,4,6
/proc/21555/stat : 21555 (pwbo2.0) S 21553 21555 19605 0 -1 4202496 89680 0 0 0 179867 150 0 0 20 0 3 0 275536980 487940096 90480 33554432000 4194304 5965102 140733391425440 140733391424960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21555/statm: 119126 90480 195 433 0 118690 0
[pid=21555/tid=21556] ppid=21553 vsize=476504 CPUtime=897.78 cores=0,2,4,6
/proc/21555/task/21556/stat : 21556 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 74323 0 0 0 89629 149 0 0 20 0 3 0 275536981 487940096 90480 33554432000 4194304 5965102 140733391425440 139712675121192 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=21555/tid=21557] ppid=21553 vsize=476504 CPUtime=897.93 cores=0,2,4,6
/proc/21555/task/21557/stat : 21557 (pwbo2.0) R 21553 21555 19605 0 -1 4202560 14604 0 0 0 89766 27 0 0 20 0 3 0 275536981 487940096 90480 33554432000 4194304 5965102 140733391425440 139712664631656 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 476504

Child status: 0

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

Real time (s): 900.318
CPU time (s): 1800.17
CPU user time (s): 1798.67
CPU system time (s): 1.5
CPU usage (%): 199.948
Max. virtual memory (cumulated for all children) (KiB): 476504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 1.78073
maximum resident set size= 361928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89682
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= 192
involuntary context switches= 2187

runsolver used 1.3008 second user time and 5.54416 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 06:48:33
IDJOB=3703741
IDBENCH=2906
IDSOLVER=2279
FILE ID=node119/3703741-1338094113
RUNJOBID= node119-1338085105-19621
PBS_JOBID= 14624426
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=253501783

node119.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.943
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	: 5333.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        30947512 kB
Buffers:          256576 kB
Cached:           267396 kB
SwapCached:         1776 kB
Active:          1071132 kB
Inactive:          58196 kB
Active(anon):     605644 kB
Inactive(anon):     1972 kB
Active(file):     465488 kB
Inactive(file):    56224 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              5488 kB
Writeback:             4 kB
AnonPages:        610928 kB
Mapped:            12548 kB
Shmem:                 8 kB
Slab:             655704 kB
SReclaimable:      97880 kB
SUnreclaim:       557824 kB
KernelStack:        1496 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 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= 71600 MiB
End job on node119 at 2012-05-27 07:03:35