Trace number 3726049

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.01 900.219

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726049-1338656066.opb.
0.00/0.00	c Instance file HOME/instance-3726049-1338656066.opb
0.00/0.00	c File size is 9107 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5830
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:      71                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 16                                                  |
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.01/900.21	c ===============================================================================
1800.01/900.21	c Wall Clock Time: 900.21 s
1800.01/900.21	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-3726049-1338656066/watcher-3726049-1338656066 -o /tmp/evaluation-result-3726049-1338656066/solver-3726049-1338656066 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726049-1338656066.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: 3.84 3.96 3.90 4/177 18122
/proc/meminfo: memFree=26859768/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 821 0 0 0 0 0 0 0 20 0 3 0 331735126 166244352 771 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40587 771 188 433 0 40151 0
[pid=18122/tid=18123] ppid=18120 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 3 0 331735126 166244352 771 33554432000 4194304 5964478 140736157952784 140734931571544 4382038 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 3 0 331735126 166244352 771 33554432000 4194304 5964478 140736157952784 140734931571544 4403708 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.063493 s]
/proc/loadavg: 3.84 3.96 3.90 4/177 18122
/proc/meminfo: memFree=26859768/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162348 CPUtime=0.11 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 1043 0 0 0 11 0 0 0 20 0 3 0 331735126 166244352 993 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40587 993 191 433 0 40151 0
[pid=18122/tid=18123] ppid=18120 vsize=162348 CPUtime=0.04 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 159 0 0 0 4 0 0 0 20 0 3 0 331735126 166244352 994 33554432000 4194304 5964478 140736157952784 140303049934360 4388870 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162348 CPUtime=0.04 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 119 0 0 0 4 0 0 0 20 0 3 0 331735126 166244352 994 33554432000 4194304 5964478 140736157952784 140303039445112 5136490 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 162348

[startup+0.100341 s]
/proc/loadavg: 3.84 3.96 3.90 4/177 18122
/proc/meminfo: memFree=26859768/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162348 CPUtime=0.18 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 1173 0 0 0 18 0 0 0 20 0 3 0 331735126 166244352 1123 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40587 1123 191 433 0 40151 0
[pid=18122/tid=18123] ppid=18120 vsize=162348 CPUtime=0.08 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 230 0 0 0 8 0 0 0 20 0 3 0 331735126 166244352 1123 33554432000 4194304 5964478 140736157952784 140303049934648 4382045 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162348 CPUtime=0.08 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 177 0 0 0 8 0 0 0 20 0 3 0 331735126 166244352 1123 33554432000 4194304 5964478 140736157952784 140303039445112 4403698 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162348

[startup+0.300295 s]
/proc/loadavg: 3.84 3.96 3.90 4/177 18122
/proc/meminfo: memFree=26859768/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162348 CPUtime=0.58 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 1731 0 0 0 56 2 0 0 20 0 3 0 331735126 166244352 1681 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40587 1681 191 433 0 40151 0
[pid=18122/tid=18123] ppid=18120 vsize=162348 CPUtime=0.28 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 554 0 0 0 27 1 0 0 20 0 3 0 331735126 166244352 1681 33554432000 4194304 5964478 140736157952784 140303049934648 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162348 CPUtime=0.28 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 411 0 0 0 26 2 0 0 20 0 3 0 331735126 166244352 1681 33554432000 4194304 5964478 140736157952784 140303039445112 4389179 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162348

[startup+0.700305 s]
/proc/loadavg: 3.84 3.96 3.90 4/177 18122
/proc/meminfo: memFree=26859768/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162636 CPUtime=1.38 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 2663 0 0 0 133 5 0 0 20 0 3 0 331735126 166539264 2613 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40659 2613 191 433 0 40223 0
[pid=18122/tid=18123] ppid=18120 vsize=162636 CPUtime=0.68 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 1092 0 0 0 66 2 0 0 20 0 3 0 331735126 166539264 2613 33554432000 4194304 5964478 140736157952784 140303049934840 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162636 CPUtime=0.68 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 805 0 0 0 65 3 0 0 20 0 3 0 331735126 166539264 2613 33554432000 4194304 5964478 140736157952784 140303039445112 4403698 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162636

[startup+1.5003 s]
/proc/loadavg: 3.84 3.96 3.90 5/180 18125
/proc/meminfo: memFree=26850188/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162636 CPUtime=2.98 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 3068 0 0 0 292 6 0 0 20 0 3 0 331735126 166539264 3018 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40659 3018 191 433 0 40223 0
[pid=18122/tid=18123] ppid=18120 vsize=162636 CPUtime=1.48 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 1411 0 0 0 144 4 0 0 20 0 3 0 331735126 166539264 3018 33554432000 4194304 5964478 140736157952784 140303049934648 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162636 CPUtime=1.48 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 891 0 0 0 145 3 0 0 20 0 3 0 331735126 166539264 3018 33554432000 4194304 5964478 140736157952784 140303039445352 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 162636

[startup+3.10039 s]
/proc/loadavg: 3.85 3.96 3.90 5/180 18125
/proc/meminfo: memFree=26844996/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162780 CPUtime=6.18 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 4919 0 0 0 608 10 0 0 20 0 3 0 331735126 166686720 4869 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40695 4869 191 433 0 40259 0
[pid=18122/tid=18123] ppid=18120 vsize=162780 CPUtime=3.07 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 2599 0 0 0 301 6 0 0 20 0 3 0 331735126 166686720 4869 33554432000 4194304 5964478 140736157952784 140303049934840 4399967 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162780 CPUtime=3.07 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 1554 0 0 0 303 4 0 0 20 0 3 0 331735126 166686720 4869 33554432000 4194304 5964478 140736157952784 140303039445304 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 162780

[startup+6.30039 s]
/proc/loadavg: 3.85 3.96 3.90 5/180 18125
/proc/meminfo: memFree=26833836/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=162996 CPUtime=12.58 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 7097 0 0 0 1242 16 0 0 20 0 3 0 331735126 166907904 7047 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40749 7047 191 433 0 40313 0
[pid=18122/tid=18123] ppid=18120 vsize=162996 CPUtime=6.26 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 4071 0 0 0 616 10 0 0 20 0 3 0 331735126 166907904 7047 33554432000 4194304 5964478 140736157952784 140303049934360 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=162996 CPUtime=6.27 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 2260 0 0 0 622 5 0 0 20 0 3 0 331735126 166907904 7047 33554432000 4194304 5964478 140736157952784 140303039445304 4389096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 162996

[startup+12.7004 s]
/proc/loadavg: 3.86 3.96 3.90 5/179 18125
/proc/meminfo: memFree=26820956/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=163604 CPUtime=25.38 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 9808 0 0 0 2515 23 0 0 20 0 3 0 331735126 167530496 9758 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 40901 9758 191 433 0 40465 0
[pid=18122/tid=18123] ppid=18120 vsize=163604 CPUtime=12.65 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 5890 0 0 0 1250 15 0 0 20 0 3 0 331735126 167530496 9758 33554432000 4194304 5964478 140736157952784 140303049934648 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=163604 CPUtime=12.65 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 3152 0 0 0 1258 7 0 0 20 0 3 0 331735126 167530496 9758 33554432000 4194304 5964478 140736157952784 140303039445304 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 163604

[startup+25.5004 s]
/proc/loadavg: 3.73 3.93 3.90 5/180 18167
/proc/meminfo: memFree=27075268/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=166028 CPUtime=50.97 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 14746 0 0 0 5065 32 0 0 20 0 3 0 331735126 170012672 14713 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 41507 14713 191 433 0 41071 0
[pid=18122/tid=18123] ppid=18120 vsize=166028 CPUtime=25.41 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 9671 0 0 0 2520 21 0 0 20 0 3 0 331735126 170012672 14713 33554432000 4194304 5964478 140736157952784 140303049934360 4379008 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=166028 CPUtime=25.42 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 4309 0 0 0 2532 10 0 0 20 0 3 0 331735126 170012672 14713 33554432000 4194304 5964478 140736157952784 140303039445304 4389172 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 166028

[startup+51.1004 s]
/proc/loadavg: 3.82 3.93 3.90 5/181 18168
/proc/meminfo: memFree=27023536/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=167936 CPUtime=102.14 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 20487 0 0 0 10173 41 0 0 20 0 3 0 331735126 171966464 20367 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 41984 20367 191 433 0 41548 0
[pid=18122/tid=18123] ppid=18120 vsize=167936 CPUtime=50.93 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 14435 0 0 0 5064 29 0 0 20 0 3 0 331735126 171966464 20367 33554432000 4194304 5964478 140736157952784 140303049934648 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=167936 CPUtime=50.95 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 5286 0 0 0 5083 12 0 0 20 0 3 0 331735126 171966464 20367 33554432000 4194304 5964478 140736157952784 140303039445336 4382031 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 167936

[startup+102.307 s]
/proc/loadavg: 3.93 3.94 3.90 5/181 18168
/proc/meminfo: memFree=26949880/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=236764 CPUtime=204.54 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 29693 0 0 0 20384 70 0 0 20 0 3 0 331735126 242446336 30670 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 59191 30670 191 433 0 58755 0
[pid=18122/tid=18123] ppid=18120 vsize=236764 CPUtime=101.99 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 21757 0 0 0 10148 51 0 0 20 0 3 0 331735126 242446336 30670 33554432000 4194304 5964478 140736157952784 140303049934888 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=236764 CPUtime=102.02 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 7170 0 0 0 10182 20 0 0 20 0 3 0 331735126 242446336 30670 33554432000 4194304 5964478 140736157952784 140303039445336 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.54
Current children cumulated vsize (KiB) 236764

[startup+162.3 s]
/proc/loadavg: 4.01 3.96 3.91 5/181 18168
/proc/meminfo: memFree=26880864/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=238760 CPUtime=324.49 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 38484 0 0 0 32353 96 0 0 20 0 3 0 331735126 244490240 39458 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 59690 39458 191 433 0 59254 0
[pid=18122/tid=18123] ppid=18120 vsize=238760 CPUtime=161.81 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 29236 0 0 0 16107 74 0 0 20 0 3 0 331735126 244490240 39458 33554432000 4194304 5964478 140736157952784 140303049934840 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=238760 CPUtime=161.86 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 8482 0 0 0 16161 25 0 0 20 0 3 0 331735126 244490240 39458 33554432000 4194304 5964478 140736157952784 140303039445304 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.49
Current children cumulated vsize (KiB) 238760

[startup+222.3 s]
/proc/loadavg: 3.96 3.95 3.91 5/181 18168
/proc/meminfo: memFree=26822248/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=307584 CPUtime=444.45 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 47230 0 0 0 44331 114 0 0 20 0 3 0 331735126 314966016 48204 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 76896 48204 191 433 0 76460 0
[pid=18122/tid=18123] ppid=18120 vsize=307584 CPUtime=221.65 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 36378 0 0 0 22074 91 0 0 20 0 3 0 331735126 314966016 48204 33554432000 4194304 5964478 140736157952784 140303049934840 4381702 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=307584 CPUtime=221.7 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 10086 0 0 0 22141 29 0 0 20 0 3 0 331735126 314966016 48204 33554432000 4194304 5964478 140736157952784 140303039444824 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.45
Current children cumulated vsize (KiB) 307584

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

[pid=18122/tid=18124] ppid=18120 vsize=308936 CPUtime=281.54 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 10902 0 0 0 28122 32 0 0 20 0 3 0 331735126 316350464 53039 33554432000 4194304 5964478 140736157952784 140303039445336 4379296 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 564.44
Current children cumulated vsize (KiB) 308936

[startup+342.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/182 18172
/proc/meminfo: memFree=26735904/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=310820 CPUtime=684.41 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 59256 0 0 0 68292 149 0 0 20 0 3 0 331735126 318279680 60034 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 77705 60034 191 433 0 77269 0
[pid=18122/tid=18123] ppid=18120 vsize=310820 CPUtime=341.32 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 46759 0 0 0 34009 123 0 0 20 0 3 0 331735126 318279680 60034 33554432000 4194304 5964478 140736157952784 140303049934840 4399969 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=310820 CPUtime=341.39 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 11731 0 0 0 34104 35 0 0 20 0 3 0 331735126 318279680 60034 33554432000 4194304 5964478 140736157952784 140303039444824 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 684.41
Current children cumulated vsize (KiB) 310820

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 18235
/proc/meminfo: memFree=26768068/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=377152 CPUtime=804.37 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 66002 0 0 0 80268 169 0 0 20 0 3 0 331735126 386203648 66780 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 94288 66780 191 433 0 93852 0
[pid=18122/tid=18123] ppid=18120 vsize=377152 CPUtime=401.14 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 52696 0 0 0 39972 142 0 0 20 0 3 0 331735126 386203648 66780 33554432000 4194304 5964478 140736157952784 140303049934360 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=377152 CPUtime=401.24 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 12540 0 0 0 40085 39 0 0 20 0 3 0 331735126 386203648 66780 33554432000 4194304 5964478 140736157952784 140303039445352 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (KiB) 377152

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 18235
/proc/meminfo: memFree=26704604/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=377852 CPUtime=924.35 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 72560 0 0 0 92244 191 0 0 20 0 3 0 331735126 386920448 71413 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 94463 71413 191 433 0 94027 0
[pid=18122/tid=18123] ppid=18120 vsize=377852 CPUtime=460.98 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 58249 0 0 0 45939 159 0 0 20 0 3 0 331735126 386920448 71413 33554432000 4194304 5964478 140736157952784 140303049934360 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=377852 CPUtime=461.08 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 13545 0 0 0 46063 45 0 0 20 0 3 0 331735126 386920448 71413 33554432000 4194304 5964478 140736157952784 140303039445336 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 924.35
Current children cumulated vsize (KiB) 377852

[startup+522.3 s]
/proc/loadavg: 4.07 3.99 3.91 5/181 18235
/proc/meminfo: memFree=26655524/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=378572 CPUtime=1044.33 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 77711 0 0 0 104232 201 0 0 20 0 3 0 331735126 387657728 76564 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 94643 76564 191 433 0 94207 0
[pid=18122/tid=18123] ppid=18120 vsize=378572 CPUtime=520.83 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 61835 0 0 0 51914 169 0 0 20 0 3 0 331735126 387657728 76564 33554432000 4194304 5964478 140736157952784 140303049934360 4389132 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=378572 CPUtime=520.93 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 15110 0 0 0 52047 46 0 0 20 0 3 0 331735126 387657728 76564 33554432000 4194304 5964478 140736157952784 140303039445112 4400024 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1044.33
Current children cumulated vsize (KiB) 378572

[startup+582.3 s]
/proc/loadavg: 4.03 3.99 3.91 5/181 18235
/proc/meminfo: memFree=26601852/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=381680 CPUtime=1164.32 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 84645 0 0 0 116208 224 0 0 20 0 3 0 331735126 390840320 83498 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 95420 83498 191 433 0 94984 0
[pid=18122/tid=18123] ppid=18120 vsize=381680 CPUtime=580.67 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 67185 0 0 0 57878 189 0 0 20 0 3 0 331735126 390840320 83498 33554432000 4194304 5964478 140736157952784 140303049934840 4410877 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=381680 CPUtime=580.77 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 16694 0 0 0 58027 50 0 0 20 0 3 0 331735126 390840320 83498 33554432000 4194304 5964478 140736157952784 140303039445304 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1164.32
Current children cumulated vsize (KiB) 381680

[startup+642.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/181 18236
/proc/meminfo: memFree=26553216/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=448352 CPUtime=1284.32 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 89871 0 0 0 128194 238 0 0 20 0 3 0 331735126 459112448 88723 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 112088 88723 191 433 0 111652 0
[pid=18122/tid=18123] ppid=18120 vsize=448352 CPUtime=640.52 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 71930 0 0 0 63850 202 0 0 20 0 3 0 331735126 459112448 88723 33554432000 4194304 5964478 140736157952784 140303049934840 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=448352 CPUtime=640.62 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 17175 0 0 0 64009 53 0 0 20 0 3 0 331735126 459112448 88723 33554432000 4194304 5964478 140736157952784 140303039445304 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1284.32
Current children cumulated vsize (KiB) 448352

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/181 18236
/proc/meminfo: memFree=26520900/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=452216 CPUtime=1404.26 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 93556 0 0 0 140177 249 0 0 20 0 3 0 331735126 463069184 92381 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 113054 92381 191 433 0 112618 0
[pid=18122/tid=18123] ppid=18120 vsize=452216 CPUtime=700.33 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 73974 0 0 0 69824 209 0 0 20 0 3 0 331735126 463069184 92381 33554432000 4194304 5964478 140736157952784 140303049934888 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=452216 CPUtime=700.46 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 18816 0 0 0 69987 59 0 0 20 0 3 0 331735126 463069184 92381 33554432000 4194304 5964478 140736157952784 140303039445304 4379311 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1404.26
Current children cumulated vsize (KiB) 452216

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18236
/proc/meminfo: memFree=26482832/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=455592 CPUtime=1524.26 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 98837 0 0 0 152159 267 0 0 20 0 3 0 331735126 466526208 97662 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 113898 97662 191 433 0 113462 0
[pid=18122/tid=18123] ppid=18120 vsize=455592 CPUtime=760.17 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 79255 0 0 0 75789 228 0 0 20 0 3 0 331735126 466526208 97662 33554432000 4194304 5964478 140736157952784 140303049934360 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=455592 CPUtime=760.32 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 18816 0 0 0 75972 60 0 0 20 0 3 0 331735126 466526208 97662 33554432000 4194304 5964478 140736157952784 140303039445304 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524.26
Current children cumulated vsize (KiB) 455592

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18236
/proc/meminfo: memFree=26452680/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=455952 CPUtime=1644.22 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 100850 0 0 0 164149 273 0 0 20 0 3 0 331735126 466894848 99749 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 113988 99749 191 433 0 113552 0
[pid=18122/tid=18123] ppid=18120 vsize=455952 CPUtime=820.01 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 80612 0 0 0 81769 232 0 0 20 0 3 0 331735126 466894848 99749 33554432000 4194304 5964478 140736157952784 140303049934840 4399938 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=455952 CPUtime=820.15 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 19472 0 0 0 81951 64 0 0 20 0 3 0 331735126 466894848 99749 33554432000 4194304 5964478 140736157952784 140303039444824 4400401 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.22
Current children cumulated vsize (KiB) 455952

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18236
/proc/meminfo: memFree=26421004/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=456436 CPUtime=1764.21 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 105295 0 0 0 176132 289 0 0 20 0 3 0 331735126 467390464 103458 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 114109 103458 191 433 0 113673 0
[pid=18122/tid=18123] ppid=18120 vsize=456436 CPUtime=879.85 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 85057 0 0 0 87736 249 0 0 20 0 3 0 331735126 467390464 103458 33554432000 4194304 5964478 140736157952784 140303049934360 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=456436 CPUtime=880 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 19472 0 0 0 87934 66 0 0 20 0 3 0 331735126 467390464 103458 33554432000 4194304 5964478 140736157952784 140303039445336 4379311 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.21
Current children cumulated vsize (KiB) 456436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.2 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18236
/proc/meminfo: memFree=26408728/32873844 swapFree=7628/7628
[pid=18122] ppid=18120 vsize=456596 CPUtime=1800.01 cores=0,2,4,6
/proc/18122/stat : 18122 (pwbo2.02) S 18120 18122 15996 0 -1 4202496 106573 0 0 0 179707 294 0 0 20 0 3 0 331735126 467554304 104736 33554432000 4194304 5964478 140736157952784 140736157952304 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18122/statm: 114149 104736 191 433 0 113713 0
[pid=18122/tid=18123] ppid=18120 vsize=456596 CPUtime=897.71 cores=0,2,4,6
/proc/18122/task/18123/stat : 18123 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 86315 0 0 0 89517 254 0 0 20 0 3 0 331735126 467554304 104736 33554432000 4194304 5964478 140736157952784 140303049934360 4379311 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18122/tid=18124] ppid=18120 vsize=456596 CPUtime=897.86 cores=0,2,4,6
/proc/18122/task/18124/stat : 18124 (pwbo2.02) R 18120 18122 15996 0 -1 4202560 19492 0 0 0 89720 66 0 0 20 0 3 0 331735126 467554304 104736 33554432000 4194304 5964478 140736157952784 140303039445352 4400038 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 456596

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18122 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=398514
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=220510
# CPU time returned by wait4() is 1795.62
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.219
CPU time (s): 1800.01
CPU user time (s): 1797.07
CPU system time (s): 2.94
CPU usage (%): 199.952
Max. virtual memory (cumulated for all children) (KiB): 456596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.4
system time used= 3.22051
maximum resident set size= 418948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106574
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= 238
involuntary context switches= 1921

runsolver used 1.54076 second user time and 5.55516 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-02 18:54:26
IDJOB=3726049
IDBENCH=2898
IDSOLVER=2309
FILE ID=node107/3726049-1338656066
RUNJOBID= node107-1338651552-17541
PBS_JOBID= 14636473
Free space on /tmp= 70772 MiB

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

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=519006144

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.86
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.760
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:        26860288 kB
Buffers:          463924 kB
Cached:          4375688 kB
SwapCached:           76 kB
Active:          2162036 kB
Inactive:        2976704 kB
Active(anon):     290532 kB
Inactive(anon):    11072 kB
Active(file):    1871504 kB
Inactive(file):  2965632 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              5492 kB
Writeback:             0 kB
AnonPages:        306944 kB
Mapped:            14972 kB
Shmem:               184 kB
Slab:             733612 kB
SReclaimable:     176084 kB
SUnreclaim:       557528 kB
KernelStack:        1472 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     236228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 70772 MiB
End job on node107 at 2012-06-02 19:09:28