Trace number 3703746

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.13 900.317

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
Number of bits of the biggest sum of numbers13
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-3703746-1338094158.opb.
0.00/0.00	c Instance file HOME/instance-3703746-1338094158.opb
0.00/0.00	c File size is 6882 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5704
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:      61                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 14                                                  |
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.13/900.31	c ===============================================================================
1800.13/900.31	c Wall Clock Time: 900.31 s
1800.13/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-3703746-1338094158/watcher-3703746-1338094158 -o /tmp/evaluation-result-3703746-1338094158/solver-3703746-1338094158 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703746-1338094158.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: 4.02 3.99 3.93 4/178 21596
/proc/meminfo: memFree=31478544/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=162312 CPUtime=0 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 819 0 0 0 0 0 0 0 20 0 3 0 275541466 166207488 769 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40578 769 193 433 0 40142 0
[pid=21596/tid=21597] ppid=21594 vsize=162312 CPUtime=0 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 3 0 275541466 166207488 770 33554432000 4194304 5965102 140733843118640 140736825613176 5137146 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=162312 CPUtime=0 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 3 0 275541466 166207488 770 33554432000 4194304 5965102 140733843118640 140736825613176 5137146 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.035516 s]
/proc/loadavg: 4.02 3.99 3.93 4/178 21596
/proc/meminfo: memFree=31478544/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=162312 CPUtime=0.06 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 938 0 0 0 6 0 0 0 20 0 3 0 275541466 166207488 888 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40578 889 195 433 0 40142 0
[pid=21596/tid=21597] ppid=21594 vsize=162312 CPUtime=0.02 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 3 0 275541466 166207488 889 33554432000 4194304 5965102 140733843118640 140049194375160 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=162312 CPUtime=0.02 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 3 0 275541466 166207488 889 33554432000 4194304 5965102 140733843118640 140049183885432 4404738 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 162312

[startup+0.100273 s]
/proc/loadavg: 4.02 3.99 3.93 4/178 21596
/proc/meminfo: memFree=31478544/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=162312 CPUtime=0.19 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 1174 0 0 0 19 0 0 0 20 0 3 0 275541466 166207488 1124 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40578 1124 195 433 0 40142 0
[pid=21596/tid=21597] ppid=21594 vsize=162312 CPUtime=0.08 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 239 0 0 0 8 0 0 0 20 0 3 0 275541466 166207488 1124 33554432000 4194304 5965102 140733843118640 140049194375160 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=162312 CPUtime=0.08 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 177 0 0 0 8 0 0 0 20 0 3 0 275541466 166207488 1124 33554432000 4194304 5965102 140733843118640 140049183885432 4400952 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162312

[startup+0.300231 s]
/proc/loadavg: 4.02 3.99 3.93 4/178 21596
/proc/meminfo: memFree=31478544/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=162312 CPUtime=0.59 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 1829 0 0 0 58 1 0 0 20 0 3 0 275541466 166207488 1779 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40578 1779 195 433 0 40142 0
[pid=21596/tid=21597] ppid=21594 vsize=162312 CPUtime=0.28 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 624 0 0 0 28 0 0 0 20 0 3 0 275541466 166207488 1779 33554432000 4194304 5965102 140733843118640 140049194374680 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=162312 CPUtime=0.28 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 447 0 0 0 28 0 0 0 20 0 3 0 275541466 166207488 1779 33554432000 4194304 5965102 140733843118640 140049183885624 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 162312

[startup+0.700253 s]
/proc/loadavg: 4.02 3.99 3.93 4/178 21596
/proc/meminfo: memFree=31478544/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=162600 CPUtime=1.38 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 2545 0 0 0 137 1 0 0 20 0 3 0 275541466 166502400 2495 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40650 2495 195 433 0 40214 0
[pid=21596/tid=21597] ppid=21594 vsize=162600 CPUtime=0.68 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 1049 0 0 0 68 0 0 0 20 0 3 0 275541466 166502400 2495 33554432000 4194304 5965102 140733843118640 140049194374680 4411917 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=162600 CPUtime=0.68 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 738 0 0 0 66 2 0 0 20 0 3 0 275541466 166502400 2495 33554432000 4194304 5965102 140733843118640 140049183885144 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162600

[startup+1.50025 s]
/proc/loadavg: 4.02 3.99 3.93 5/181 21599
/proc/meminfo: memFree=31468204/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=162600 CPUtime=2.99 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 3283 0 0 0 296 3 0 0 20 0 3 0 275541466 166502400 3233 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40650 3233 195 433 0 40214 0
[pid=21596/tid=21597] ppid=21594 vsize=162600 CPUtime=1.48 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 1581 0 0 0 148 0 0 0 20 0 3 0 275541466 166502400 3233 33554432000 4194304 5965102 140733843118640 140049194374968 4400992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=162600 CPUtime=1.48 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 944 0 0 0 146 2 0 0 20 0 3 0 275541466 166502400 3233 33554432000 4194304 5965102 140733843118640 140049183885624 4404413 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162600

[startup+3.10033 s]
/proc/loadavg: 4.02 3.99 3.93 5/181 21599
/proc/meminfo: memFree=31464608/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=163032 CPUtime=6.18 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 4789 0 0 0 615 3 0 0 20 0 3 0 275541466 166944768 4739 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40758 4739 195 433 0 40322 0
[pid=21596/tid=21597] ppid=21594 vsize=163032 CPUtime=3.07 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 2598 0 0 0 307 0 0 0 20 0 3 0 275541466 166944768 4739 33554432000 4194304 5965102 140733843118640 140049194375160 4401472 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=163032 CPUtime=3.07 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 1433 0 0 0 304 3 0 0 20 0 3 0 275541466 166944768 4739 33554432000 4194304 5965102 140733843118640 140049183885624 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 163032

[startup+6.30032 s]
/proc/loadavg: 4.02 3.99 3.93 5/181 21599
/proc/meminfo: memFree=31451596/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=163824 CPUtime=12.59 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 6624 0 0 0 1253 6 0 0 20 0 3 0 275541466 167755776 6574 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 40956 6574 195 433 0 40520 0
[pid=21596/tid=21597] ppid=21594 vsize=163824 CPUtime=6.27 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 3891 0 0 0 626 1 0 0 20 0 3 0 275541466 167755776 6574 33554432000 4194304 5965102 140733843118640 140049194374968 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=163824 CPUtime=6.27 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 1975 0 0 0 623 4 0 0 20 0 3 0 275541466 167755776 6574 33554432000 4194304 5965102 140733843118640 140049183885432 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 163824

[startup+12.7003 s]
/proc/loadavg: 4.01 3.99 3.93 5/181 21599
/proc/meminfo: memFree=31435840/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=165224 CPUtime=25.38 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 9540 0 0 0 2529 9 0 0 20 0 3 0 275541466 169189376 9490 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 41306 9490 195 433 0 40870 0
[pid=21596/tid=21597] ppid=21594 vsize=165224 CPUtime=12.65 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 5930 0 0 0 1262 3 0 0 20 0 3 0 275541466 169189376 9490 33554432000 4194304 5965102 140733843118640 140049194374680 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=165224 CPUtime=12.65 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 2852 0 0 0 1259 6 0 0 20 0 3 0 275541466 169189376 9490 33554432000 4194304 5965102 140733843118640 140049183885144 4404696 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 165224

[startup+25.5004 s]
/proc/loadavg: 4.01 3.99 3.93 5/181 21599
/proc/meminfo: memFree=31406064/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=167360 CPUtime=50.98 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 13674 0 0 0 5082 16 0 0 20 0 3 0 275541466 171376640 13624 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 41840 13624 195 433 0 41404 0
[pid=21596/tid=21597] ppid=21594 vsize=167360 CPUtime=25.42 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 9047 0 0 0 2535 7 0 0 20 0 3 0 275541466 171376640 13624 33554432000 4194304 5965102 140733843118640 140049194375160 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=167360 CPUtime=25.42 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 3869 0 0 0 2534 8 0 0 20 0 3 0 275541466 171376640 13624 33554432000 4194304 5965102 140733843118640 140049183885624 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 167360

[startup+51.1003 s]
/proc/loadavg: 4.07 4.00 3.93 5/182 21602
/proc/meminfo: memFree=31362996/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=170504 CPUtime=102.17 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 18673 0 0 0 10196 21 0 0 20 0 3 0 275541466 174596096 18587 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 42626 18587 195 433 0 42190 0
[pid=21596/tid=21597] ppid=21594 vsize=170504 CPUtime=50.95 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 13101 0 0 0 5085 10 0 0 20 0 3 0 275541466 174596096 18587 33554432000 4194304 5965102 140733843118640 140049194375208 4390583 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=170504 CPUtime=50.95 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 4814 0 0 0 5085 10 0 0 20 0 3 0 275541466 174596096 18587 33554432000 4194304 5965102 140733843118640 140049183885656 4380032 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 170504

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.93 5/182 21602
/proc/meminfo: memFree=31301180/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=240068 CPUtime=204.53 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 26941 0 0 0 20418 35 0 0 20 0 3 0 275541466 245829632 26830 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 60017 26830 195 433 0 59581 0
[pid=21596/tid=21597] ppid=21594 vsize=240068 CPUtime=101.98 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 19534 0 0 0 10176 22 0 0 20 0 3 0 275541466 245829632 26830 33554432000 4194304 5965102 140733843118640 140049194374680 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=240068 CPUtime=102.02 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 6649 0 0 0 10187 15 0 0 20 0 3 0 275541466 245829632 26830 33554432000 4194304 5965102 140733843118640 140049183885432 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 204.53
Current children cumulated vsize (KiB) 240068

[startup+162.3 s]
/proc/loadavg: 4.08 4.02 3.94 5/181 21602
/proc/meminfo: memFree=31243616/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=241664 CPUtime=324.49 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 34297 0 0 0 32402 47 0 0 20 0 3 0 275541466 247463936 35764 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 60416 35764 195 433 0 59980 0
[pid=21596/tid=21597] ppid=21594 vsize=241664 CPUtime=161.82 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 25994 0 0 0 16149 33 0 0 20 0 3 0 275541466 247463936 35764 33554432000 4194304 5965102 140733843118640 140049194374680 4380351 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=241664 CPUtime=161.85 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 7545 0 0 0 16167 18 0 0 20 0 3 0 275541466 247463936 35764 33554432000 4194304 5965102 140733843118640 140049183885144 5143653 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 324.49
Current children cumulated vsize (KiB) 241664

[startup+222.3 s]
/proc/loadavg: 4.03 4.01 3.94 5/181 21602
/proc/meminfo: memFree=31194100/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=244500 CPUtime=444.46 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 40623 0 0 0 44387 59 0 0 20 0 3 0 275541466 250368000 42090 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 61125 42090 195 433 0 60689 0
[pid=21596/tid=21597] ppid=21594 vsize=244500 CPUtime=221.66 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 31548 0 0 0 22122 44 0 0 20 0 3 0 275541466 250368000 42090 33554432000 4194304 5965102 140733843118640 140049194375208 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=244500 CPUtime=221.7 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 8317 0 0 0 22149 21 0 0 20 0 3 0 275541466 250368000 42090 33554432000 4194304 5965102 140733843118640 140049183885144 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 444.46
Current children cumulated vsize (KiB) 244500

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

[pid=21596/tid=21598] ppid=21594 vsize=315772 CPUtime=341.39 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 10569 0 0 0 34108 31 0 0 20 0 3 0 275541466 323350528 52660 33554432000 4194304 5965102 140733843118640 140049183885656 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 684.42
Current children cumulated vsize (KiB) 315772

[startup+402.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/181 21603
/proc/meminfo: memFree=31075632/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=318308 CPUtime=804.37 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 57336 0 0 0 80342 95 0 0 20 0 3 0 275541466 325947392 58131 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 79577 58131 195 433 0 79141 0
[pid=21596/tid=21597] ppid=21594 vsize=318308 CPUtime=401.16 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 44844 0 0 0 40043 73 0 0 20 0 3 0 275541466 325947392 58131 33554432000 4194304 5965102 140733843118640 140049194374680 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=318308 CPUtime=401.23 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 11734 0 0 0 40089 34 0 0 20 0 3 0 275541466 325947392 58131 33554432000 4194304 5965102 140733843118640 140049183885672 4401462 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (KiB) 318308

[startup+462.3 s]
/proc/loadavg: 4.05 4.02 3.95 5/181 21603
/proc/meminfo: memFree=31032668/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=319444 CPUtime=924.35 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 62355 0 0 0 92329 106 0 0 20 0 3 0 275541466 327110656 63150 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 79861 63150 195 433 0 79425 0
[pid=21596/tid=21597] ppid=21594 vsize=319444 CPUtime=461 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 49065 0 0 0 46019 81 0 0 20 0 3 0 275541466 327110656 63150 33554432000 4194304 5965102 140733843118640 140049194375160 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=319444 CPUtime=461.07 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 12532 0 0 0 46069 38 0 0 20 0 3 0 275541466 327110656 63150 33554432000 4194304 5965102 140733843118640 140049183885624 4401109 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 924.35
Current children cumulated vsize (KiB) 319444

[startup+522.3 s]
/proc/loadavg: 4.08 4.03 3.95 5/181 21603
/proc/meminfo: memFree=30996956/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=387476 CPUtime=1044.33 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 67062 0 0 0 104315 118 0 0 20 0 3 0 275541466 396775424 67857 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 96869 67857 195 433 0 96433 0
[pid=21596/tid=21597] ppid=21594 vsize=387476 CPUtime=520.83 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 53453 0 0 0 51990 93 0 0 20 0 3 0 275541466 396775424 67857 33554432000 4194304 5965102 140733843118640 140049194374680 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=387476 CPUtime=520.92 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 12851 0 0 0 52053 39 0 0 20 0 3 0 275541466 396775424 67857 33554432000 4194304 5965102 140733843118640 140049183885624 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1044.33
Current children cumulated vsize (KiB) 387476

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 3.95 5/181 21604
/proc/meminfo: memFree=30976304/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=388020 CPUtime=1164.3 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 71252 0 0 0 116299 131 0 0 20 0 3 0 275541466 397332480 71177 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 97005 71177 195 433 0 96569 0
[pid=21596/tid=21597] ppid=21594 vsize=388020 CPUtime=580.67 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 56857 0 0 0 57961 106 0 0 20 0 3 0 275541466 397332480 71177 33554432000 4194304 5965102 140733843118640 140049194374680 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=388020 CPUtime=580.76 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 13637 0 0 0 58035 41 0 0 20 0 3 0 275541466 397332480 71177 33554432000 4194304 5965102 140733843118640 140049183885656 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1164.3
Current children cumulated vsize (KiB) 388020

[startup+642.3 s]
/proc/loadavg: 4.09 4.03 3.96 5/181 21604
/proc/meminfo: memFree=30950308/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=388812 CPUtime=1284.25 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 73258 0 0 0 128287 138 0 0 20 0 3 0 275541466 398143488 73169 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 97203 73169 195 433 0 96767 0
[pid=21596/tid=21597] ppid=21594 vsize=388812 CPUtime=640.48 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 58796 0 0 0 63935 113 0 0 20 0 3 0 275541466 398143488 73169 33554432000 4194304 5965102 140733843118640 140049194375160 4380336 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=388812 CPUtime=640.62 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 13704 0 0 0 64020 42 0 0 20 0 3 0 275541466 398143488 73169 33554432000 4194304 5965102 140733843118640 140049183885672 4400992 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1284.25
Current children cumulated vsize (KiB) 388812

[startup+702.3 s]
/proc/loadavg: 4.03 4.03 3.96 5/182 21607
/proc/meminfo: memFree=30914960/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=389584 CPUtime=1404.22 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 77331 0 0 0 140270 152 0 0 20 0 3 0 275541466 398934016 77237 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 97396 77237 195 433 0 96960 0
[pid=21596/tid=21597] ppid=21594 vsize=389584 CPUtime=700.32 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 62229 0 0 0 69905 127 0 0 20 0 3 0 275541466 398934016 77237 33554432000 4194304 5965102 140733843118640 140049194374680 4400963 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=389584 CPUtime=700.46 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 14344 0 0 0 70002 44 0 0 20 0 3 0 275541466 398934016 77237 33554432000 4194304 5965102 140733843118640 140049183885672 4401026 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1404.22
Current children cumulated vsize (KiB) 389584

[startup+762.307 s]
/proc/loadavg: 4.01 4.02 3.96 5/182 21630
/proc/meminfo: memFree=30883892/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=389872 CPUtime=1524.21 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 80516 0 0 0 152260 161 0 0 20 0 3 0 275541466 399228928 80420 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 97468 80420 195 433 0 97032 0
[pid=21596/tid=21597] ppid=21594 vsize=389872 CPUtime=760.16 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 65255 0 0 0 75879 137 0 0 20 0 3 0 275541466 399228928 80420 33554432000 4194304 5965102 140733843118640 140049194374680 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=389872 CPUtime=760.31 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 14503 0 0 0 75986 45 0 0 20 0 3 0 275541466 399228928 80420 33554432000 4194304 5965102 140733843118640 140049183885672 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1524.21
Current children cumulated vsize (KiB) 389872

[startup+822.3 s]
/proc/loadavg: 4.05 4.03 3.96 5/181 21630
/proc/meminfo: memFree=30852524/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=390904 CPUtime=1644.17 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 85086 0 0 0 164246 171 0 0 20 0 3 0 275541466 400285696 84990 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 97726 84990 195 433 0 97290 0
[pid=21596/tid=21597] ppid=21594 vsize=390904 CPUtime=820 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 68531 0 0 0 81855 145 0 0 20 0 3 0 275541466 400285696 84990 33554432000 4194304 5965102 140733843118640 140049194374680 4391646 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=390904 CPUtime=820.14 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 15797 0 0 0 81964 50 0 0 20 0 3 0 275541466 400285696 84990 33554432000 4194304 5965102 140733843118640 140049183885144 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1644.17
Current children cumulated vsize (KiB) 390904

[startup+882.3 s]
/proc/loadavg: 3.97 4.01 3.96 5/181 21712
/proc/meminfo: memFree=31118700/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=457040 CPUtime=1764.14 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 89345 0 0 0 176232 182 0 0 20 0 3 0 275541466 468008960 89236 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 114260 89236 195 433 0 113824 0
[pid=21596/tid=21597] ppid=21594 vsize=457040 CPUtime=879.82 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 72790 0 0 0 87826 156 0 0 20 0 3 0 275541466 468008960 89236 33554432000 4194304 5965102 140733843118640 140049194374680 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=457040 CPUtime=879.99 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 15797 0 0 0 87948 51 0 0 20 0 3 0 275541466 468008960 89236 33554432000 4194304 5965102 140733843118640 140049183885144 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1764.14
Current children cumulated vsize (KiB) 457040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 3.97 4.00 3.96 5/181 21712
/proc/meminfo: memFree=31112904/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=459048 CPUtime=1800.13 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 90411 0 0 0 179829 184 0 0 20 0 3 0 275541466 470065152 90306 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 114762 90306 195 433 0 114326 0
[pid=21596/tid=21597] ppid=21594 vsize=459048 CPUtime=897.77 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 73554 0 0 0 89619 158 0 0 20 0 3 0 275541466 470065152 90306 33554432000 4194304 5965102 140733843118640 140049194374680 4380351 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=459048 CPUtime=897.95 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 16099 0 0 0 89743 52 0 0 20 0 3 0 275541466 470065152 90306 33554432000 4194304 5965102 140733843118640 140049183885144 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 459048

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: 3.97 4.00 3.96 5/181 21712
/proc/meminfo: memFree=31112904/32873844 swapFree=7112/7112
[pid=21596] ppid=21594 vsize=459048 CPUtime=1800.13 cores=1,3,5,7
/proc/21596/stat : 21596 (pwbo2.0) S 21594 21596 19605 0 -1 4202496 90411 0 0 0 179829 184 0 0 20 0 3 0 275541466 470065152 90306 33554432000 4194304 5965102 140733843118640 140733843118160 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21596/statm: 114762 90306 195 433 0 114326 0
[pid=21596/tid=21597] ppid=21594 vsize=459048 CPUtime=897.77 cores=1,3,5,7
/proc/21596/task/21597/stat : 21597 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 73554 0 0 0 89619 158 0 0 20 0 3 0 275541466 470065152 90306 33554432000 4194304 5965102 140733843118640 140049194374680 4380351 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=21596/tid=21598] ppid=21594 vsize=459048 CPUtime=897.95 cores=1,3,5,7
/proc/21596/task/21598/stat : 21598 (pwbo2.0) R 21594 21596 19605 0 -1 4202560 16099 0 0 0 89743 52 0 0 20 0 3 0 275541466 470065152 90306 33554432000 4194304 5965102 140733843118640 140049183885144 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 459048

Child status: 0

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

Real time (s): 900.317
CPU time (s): 1800.13
CPU user time (s): 1798.29
CPU system time (s): 1.84
CPU usage (%): 199.944
Max. virtual memory (cumulated for all children) (KiB): 459048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 2.11968
maximum resident set size= 361232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90413
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= 226
involuntary context switches= 2793

runsolver used 2.02369 second user time and 5.73213 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 06:49:18
IDJOB=3703746
IDBENCH=2909
IDSOLVER=2279
FILE ID=node119/3703746-1338094158
RUNJOBID= node119-1338085105-19622
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_7_60_3.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703746-1338094158/watcher-3703746-1338094158 -o /tmp/evaluation-result-3703746-1338094158/solver-3703746-1338094158 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703746-1338094158.opb

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=1316348166

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:        31479288 kB
Buffers:          256644 kB
Cached:           266996 kB
SwapCached:         1776 kB
Active:           541012 kB
Inactive:          58252 kB
Active(anon):      75788 kB
Inactive(anon):     1972 kB
Active(file):     465224 kB
Inactive(file):    56280 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              5456 kB
Writeback:             0 kB
AnonPages:         81068 kB
Mapped:            12500 kB
Shmem:                 8 kB
Slab:             655644 kB
SReclaimable:      97892 kB
SUnreclaim:       557752 kB
KernelStack:        1480 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     163648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:04:20