Trace number 3703748

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.59 900.321

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703748-1338093715.opb.
0.00/0.00	c Instance file HOME/instance-3703748-1338093715.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.20/900.31	c ===============================================================================
1800.20/900.31	c Wall Clock Time: 900.31 s
1800.20/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-3703748-1338093715/watcher-3703748-1338093715 -o /tmp/evaluation-result-3703748-1338093715/solver-3703748-1338093715 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703748-1338093715.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.96 3/178 5750
/proc/meminfo: memFree=29669640/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 824 0 0 0 0 0 0 0 20 0 3 0 275495569 166244352 773 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40587 773 192 433 0 40151 0
[pid=5750/tid=5751] ppid=5748 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 3 0 275495570 166244352 773 33554432000 4194304 5965102 140733513622880 140733307563032 5137146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 3 0 275495570 166244352 774 33554432000 4194304 5965102 140733513622880 140733307563032 5137146 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0908829 s]
/proc/loadavg: 4.00 4.00 3.96 3/178 5750
/proc/meminfo: memFree=29669640/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162348 CPUtime=0.17 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 1103 0 0 0 17 0 0 0 20 0 3 0 275495569 166244352 1052 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40587 1052 195 433 0 40151 0
[pid=5750/tid=5751] ppid=5748 vsize=162348 CPUtime=0.07 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 197 0 0 0 7 0 0 0 20 0 3 0 275495570 166244352 1052 33554432000 4194304 5965102 140733513622880 139811895141912 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162348 CPUtime=0.07 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 138 0 0 0 7 0 0 0 20 0 3 0 275495570 166244352 1052 33554432000 4194304 5965102 140733513622880 139811884652664 4390200 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 162348

[startup+0.100276 s]
/proc/loadavg: 4.00 4.00 3.96 3/178 5750
/proc/meminfo: memFree=29669640/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162348 CPUtime=0.19 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 1131 0 0 0 19 0 0 0 20 0 3 0 275495569 166244352 1080 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40587 1080 195 433 0 40151 0
[pid=5750/tid=5751] ppid=5748 vsize=162348 CPUtime=0.08 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 213 0 0 0 8 0 0 0 20 0 3 0 275495570 166244352 1080 33554432000 4194304 5965102 140733513622880 139811895141912 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162348 CPUtime=0.08 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 150 0 0 0 8 0 0 0 20 0 3 0 275495570 166244352 1080 33554432000 4194304 5965102 140733513622880 139811884652664 4222464 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162348

[startup+0.300232 s]
/proc/loadavg: 4.00 4.00 3.96 3/178 5750
/proc/meminfo: memFree=29669640/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162348 CPUtime=0.58 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 1705 0 0 0 58 0 0 0 20 0 3 0 275495569 166244352 1654 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40587 1654 195 433 0 40151 0
[pid=5750/tid=5751] ppid=5748 vsize=162348 CPUtime=0.28 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 551 0 0 0 28 0 0 0 20 0 3 0 275495570 166244352 1654 33554432000 4194304 5965102 140733513622880 139811895141912 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162348 CPUtime=0.28 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 386 0 0 0 28 0 0 0 20 0 3 0 275495570 166244352 1654 33554432000 4194304 5965102 140733513622880 139811884652792 4401078 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162348

[startup+0.700236 s]
/proc/loadavg: 4.00 4.00 3.96 3/178 5750
/proc/meminfo: memFree=29669640/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162636 CPUtime=1.38 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 2634 0 0 0 138 0 0 0 20 0 3 0 275495569 166539264 2583 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40659 2583 195 433 0 40223 0
[pid=5750/tid=5751] ppid=5748 vsize=162636 CPUtime=0.68 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 1093 0 0 0 68 0 0 0 20 0 3 0 275495570 166539264 2583 33554432000 4194304 5965102 140733513622880 139811895142392 4380351 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162636 CPUtime=0.68 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 773 0 0 0 68 0 0 0 20 0 3 0 275495570 166539264 2583 33554432000 4194304 5965102 140733513622880 139811884652376 4404416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162636

[startup+1.50023 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5753
/proc/meminfo: memFree=29659580/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162636 CPUtime=2.99 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 3127 0 0 0 298 1 0 0 20 0 3 0 275495569 166539264 3076 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40659 3076 195 433 0 40223 0
[pid=5750/tid=5751] ppid=5748 vsize=162636 CPUtime=1.48 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 1477 0 0 0 148 0 0 0 20 0 3 0 275495570 166539264 3076 33554432000 4194304 5965102 140733513622880 139811895141912 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162636 CPUtime=1.48 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 882 0 0 0 148 0 0 0 20 0 3 0 275495570 166539264 3076 33554432000 4194304 5965102 140733513622880 139811884652856 4401462 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162636

[startup+3.10028 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5753
/proc/meminfo: memFree=29654736/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=162780 CPUtime=6.18 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 4909 0 0 0 617 1 0 0 20 0 3 0 275495569 166686720 4858 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40695 4859 195 433 0 40259 0
[pid=5750/tid=5751] ppid=5748 vsize=162780 CPUtime=3.08 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 2660 0 0 0 307 1 0 0 20 0 3 0 275495570 166686720 4859 33554432000 4194304 5965102 140733513622880 139811895141912 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=162780 CPUtime=3.08 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 1482 0 0 0 308 0 0 0 20 0 3 0 275495570 166686720 4859 33554432000 4194304 5965102 140733513622880 139811884652376 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 162780

[startup+6.30028 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5753
/proc/meminfo: memFree=29643576/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=163284 CPUtime=12.58 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 7070 0 0 0 1256 2 0 0 20 0 3 0 275495569 167202816 7019 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40821 7019 195 433 0 40385 0
[pid=5750/tid=5751] ppid=5748 vsize=163284 CPUtime=6.28 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 4051 0 0 0 626 2 0 0 20 0 3 0 275495570 167202816 7019 33554432000 4194304 5965102 140733513622880 139811895142392 4400966 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=163284 CPUtime=6.28 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 2251 0 0 0 627 1 0 0 20 0 3 0 275495570 167202816 7019 33554432000 4194304 5965102 140733513622880 139811884652856 4400981 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 163284

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5753
/proc/meminfo: memFree=29630720/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=163892 CPUtime=25.38 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 9735 0 0 0 2533 5 0 0 20 0 3 0 275495569 167825408 9684 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 40973 9684 195 433 0 40537 0
[pid=5750/tid=5751] ppid=5748 vsize=163892 CPUtime=12.68 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 5873 0 0 0 1264 4 0 0 20 0 3 0 275495570 167825408 9684 33554432000 4194304 5965102 140733513622880 139811895142200 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=163892 CPUtime=12.68 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 3094 0 0 0 1266 2 0 0 20 0 3 0 275495570 167825408 9684 33554432000 4194304 5965102 140733513622880 139811884652376 4390433 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 163892

[startup+25.5003 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5753
/proc/meminfo: memFree=29612252/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=165524 CPUtime=50.97 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 14471 0 0 0 5082 15 0 0 20 0 3 0 275495569 169496576 14420 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 41381 14420 195 433 0 40945 0
[pid=5750/tid=5751] ppid=5748 vsize=165524 CPUtime=25.48 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 9554 0 0 0 2535 13 0 0 20 0 3 0 275495570 169496576 14420 33554432000 4194304 5965102 140733513622880 139811895141912 4380432 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=165524 CPUtime=25.48 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 4149 0 0 0 2545 3 0 0 20 0 3 0 275495570 169496576 14420 33554432000 4194304 5965102 140733513622880 139811884652376 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 165524

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5753
/proc/meminfo: memFree=29589932/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=167684 CPUtime=102.16 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 20219 0 0 0 10181 35 0 0 20 0 3 0 275495569 171708416 20032 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 41921 20032 195 433 0 41485 0
[pid=5750/tid=5751] ppid=5748 vsize=167684 CPUtime=51.08 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 14274 0 0 0 5077 31 0 0 20 0 3 0 275495570 171708416 20032 33554432000 4194304 5965102 140733513622880 139811895142392 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=167684 CPUtime=51.08 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 5177 0 0 0 5102 6 0 0 20 0 3 0 275495570 171708416 20032 33554432000 4194304 5965102 140733513622880 139811884652856 4390641 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 167684

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5794
/proc/meminfo: memFree=30058532/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=238616 CPUtime=204.52 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 31098 0 0 0 20407 45 0 0 20 0 3 0 275495569 244342784 30686 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 59654 30686 195 433 0 59218 0
[pid=5750/tid=5751] ppid=5748 vsize=238616 CPUtime=102.26 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 22994 0 0 0 10186 40 0 0 20 0 3 0 275495570 244342784 30686 33554432000 4194304 5965102 140733513622880 139811895142392 4380048 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=238616 CPUtime=102.29 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 7336 0 0 0 10220 9 0 0 20 0 3 0 275495570 244342784 30686 33554432000 4194304 5965102 140733513622880 139811884652888 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.52
Current children cumulated vsize (KiB) 238616

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/180 5794
/proc/meminfo: memFree=29971800/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=240052 CPUtime=324.49 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 39392 0 0 0 32394 55 0 0 20 0 3 0 275495569 245813248 40562 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 60013 40562 195 433 0 59577 0
[pid=5750/tid=5751] ppid=5748 vsize=240052 CPUtime=162.25 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 29900 0 0 0 16176 49 0 0 20 0 3 0 275495570 245813248 40562 33554432000 4194304 5965102 140733513622880 139811895141912 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=240052 CPUtime=162.27 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 8724 0 0 0 16216 11 0 0 20 0 3 0 275495570 245813248 40562 33554432000 4194304 5965102 140733513622880 139811884652888 4401041 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.49
Current children cumulated vsize (KiB) 240052

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5795
/proc/meminfo: memFree=29898784/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=310312 CPUtime=444.46 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 48848 0 0 0 44358 88 0 0 20 0 3 0 275495569 317759488 50018 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 77578 50018 195 433 0 77142 0
[pid=5750/tid=5751] ppid=5748 vsize=310312 CPUtime=222.26 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 37088 0 0 0 22150 76 0 0 20 0 3 0 275495570 317759488 50018 33554432000 4194304 5965102 140733513622880 139811895142392 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=310312 CPUtime=222.28 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 10992 0 0 0 22209 19 0 0 20 0 3 0 275495570 317759488 50018 33554432000 4194304 5965102 140733513622880 139811884652856 4380272 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.46
Current children cumulated vsize (KiB) 310312

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

/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 43680 0 0 0 28120 105 0 0 20 0 3 0 275495570 318164992 56630 33554432000 4194304 5965102 140733513622880 139811895142392 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=310708 CPUtime=282.28 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 11016 0 0 0 28208 20 0 0 20 0 3 0 275495570 318164992 56630 33554432000 4194304 5965102 140733513622880 139811884652856 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.44
Current children cumulated vsize (KiB) 310708

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5795
/proc/meminfo: memFree=29788736/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=313052 CPUtime=684.4 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 62471 0 0 0 68298 142 0 0 20 0 3 0 275495569 320565248 63630 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 78263 63630 195 433 0 77827 0
[pid=5750/tid=5751] ppid=5748 vsize=313052 CPUtime=342.24 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 49176 0 0 0 34097 127 0 0 20 0 3 0 275495570 320565248 63630 33554432000 4194304 5965102 140733513622880 139811895142440 4401050 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=313052 CPUtime=342.28 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 12527 0 0 0 34201 27 0 0 20 0 3 0 275495570 320565248 63630 33554432000 4194304 5965102 140733513622880 139811884652376 4380048 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.4
Current children cumulated vsize (KiB) 313052

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5795
/proc/meminfo: memFree=29738552/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=380264 CPUtime=804.38 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 68622 0 0 0 80272 166 0 0 20 0 3 0 275495569 389390336 69777 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 95066 69777 195 433 0 94630 0
[pid=5750/tid=5751] ppid=5748 vsize=380264 CPUtime=402.24 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 54151 0 0 0 40076 148 0 0 20 0 3 0 275495570 389390336 69777 33554432000 4194304 5965102 140733513622880 139811895142392 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=380264 CPUtime=402.28 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 13703 0 0 0 40197 31 0 0 20 0 3 0 275495570 389390336 69777 33554432000 4194304 5965102 140733513622880 139811884652856 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.38
Current children cumulated vsize (KiB) 380264

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 5795
/proc/meminfo: memFree=29705844/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=381060 CPUtime=924.37 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 73685 0 0 0 92252 185 0 0 20 0 3 0 275495569 390205440 74381 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 95265 74381 195 433 0 94829 0
[pid=5750/tid=5751] ppid=5748 vsize=381060 CPUtime=462.24 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 59131 0 0 0 46056 168 0 0 20 0 3 0 275495570 390205440 74381 33554432000 4194304 5965102 140733513622880 139811895142440 4401015 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=381060 CPUtime=462.29 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 13786 0 0 0 46197 32 0 0 20 0 3 0 275495570 390205440 74381 33554432000 4194304 5965102 140733513622880 139811884652904 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.37
Current children cumulated vsize (KiB) 381060

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/182 5799
/proc/meminfo: memFree=29668252/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=382400 CPUtime=1044.34 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 78151 0 0 0 104236 198 0 0 20 0 3 0 275495569 391577600 78847 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 95600 78847 195 433 0 95164 0
[pid=5750/tid=5751] ppid=5748 vsize=382400 CPUtime=522.24 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 63398 0 0 0 52043 181 0 0 20 0 3 0 275495570 391577600 78847 33554432000 4194304 5965102 140733513622880 139811895141912 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=382400 CPUtime=522.29 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 13985 0 0 0 52197 32 0 0 20 0 3 0 275495570 391577600 78847 33554432000 4194304 5965102 140733513622880 139811884652904 4401536 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.34
Current children cumulated vsize (KiB) 382400

[startup+582.3 s]
/proc/loadavg: 4.13 4.03 3.97 5/181 5799
/proc/meminfo: memFree=29619312/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=452512 CPUtime=1164.32 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 86315 0 0 0 116206 226 0 0 20 0 3 0 275495569 463372288 87006 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 113128 87007 195 433 0 112692 0
[pid=5750/tid=5751] ppid=5748 vsize=452512 CPUtime=582.24 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 69510 0 0 0 58019 205 0 0 20 0 3 0 275495570 463372288 87007 33554432000 4194304 5965102 140733513622880 139811895141912 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=452512 CPUtime=582.29 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 16038 0 0 0 58191 38 0 0 20 0 3 0 275495570 463372288 87007 33554432000 4194304 5965102 140733513622880 139811884652904 5131650 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.32
Current children cumulated vsize (KiB) 452512

[startup+642.3 s]
/proc/loadavg: 4.05 4.02 3.97 5/181 5799
/proc/meminfo: memFree=29574040/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=457632 CPUtime=1284.29 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 92019 0 0 0 128185 244 0 0 20 0 3 0 275495569 468615168 92694 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 114408 92694 195 433 0 113972 0
[pid=5750/tid=5751] ppid=5748 vsize=457632 CPUtime=642.22 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 74188 0 0 0 64000 222 0 0 20 0 3 0 275495570 468615168 92694 33554432000 4194304 5965102 140733513622880 139811895142392 4401472 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=457632 CPUtime=642.3 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17063 0 0 0 64189 41 0 0 20 0 3 0 275495570 468615168 92694 33554432000 4194304 5965102 140733513622880 139811884652376 4380032 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.29
Current children cumulated vsize (KiB) 457632

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.97 5/181 5799
/proc/meminfo: memFree=29540796/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=460412 CPUtime=1404.25 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 97699 0 0 0 140171 254 0 0 20 0 3 0 275495569 471461888 98370 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 115103 98370 195 433 0 114667 0
[pid=5750/tid=5751] ppid=5748 vsize=460412 CPUtime=702.21 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 79756 0 0 0 69988 233 0 0 20 0 3 0 275495570 471461888 98370 33554432000 4194304 5965102 140733513622880 139811895141912 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=460412 CPUtime=702.3 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17175 0 0 0 70188 42 0 0 20 0 3 0 275495570 471461888 98370 33554432000 4194304 5965102 140733513622880 139811884652904 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.25
Current children cumulated vsize (KiB) 460412

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.97 5/181 5799
/proc/meminfo: memFree=29515612/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=460920 CPUtime=1524.24 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 98617 0 0 0 152167 257 0 0 20 0 3 0 275495569 471982080 99014 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 115230 99014 195 433 0 114794 0
[pid=5750/tid=5751] ppid=5748 vsize=460920 CPUtime=762.22 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 80671 0 0 0 75985 237 0 0 20 0 3 0 275495570 471982080 99014 33554432000 4194304 5965102 140733513622880 139811895142392 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=460920 CPUtime=762.31 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17178 0 0 0 76188 43 0 0 20 0 3 0 275495570 471982080 99014 33554432000 4194304 5965102 140733513622880 139811884652888 4382742 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.24
Current children cumulated vsize (KiB) 460920

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/181 5800
/proc/meminfo: memFree=29494784/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=460920 CPUtime=1644.21 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 103503 0 0 0 164146 275 0 0 20 0 3 0 275495569 471982080 103900 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 115230 103900 195 433 0 114794 0
[pid=5750/tid=5751] ppid=5748 vsize=460920 CPUtime=822.22 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 85547 0 0 0 81965 257 0 0 20 0 3 0 275495570 471982080 103900 33554432000 4194304 5965102 140733513622880 139811895141912 4380288 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=460920 CPUtime=822.31 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17188 0 0 0 82187 44 0 0 20 0 3 0 275495570 471982080 103900 33554432000 4194304 5965102 140733513622880 139811884652888 4401009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.21
Current children cumulated vsize (KiB) 460920

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 5800
/proc/meminfo: memFree=29468272/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=527360 CPUtime=1764.2 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 105796 0 0 0 176135 285 0 0 20 0 3 0 275495569 540016640 106193 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 131840 106193 195 433 0 131404 0
[pid=5750/tid=5751] ppid=5748 vsize=527360 CPUtime=882.22 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 87370 0 0 0 87956 266 0 0 20 0 3 0 275495570 540016640 106193 33554432000 4194304 5965102 140733513622880 139811895141912 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=527360 CPUtime=882.31 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17658 0 0 0 88185 46 0 0 20 0 3 0 275495570 540016640 106193 33554432000 4194304 5965102 140733513622880 139811884652856 4380288 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.2
Current children cumulated vsize (KiB) 527360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 5800
/proc/meminfo: memFree=29456068/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=527940 CPUtime=1800.2 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 107832 0 0 0 179728 292 0 0 20 0 3 0 275495569 540610560 108229 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 131985 108229 195 433 0 131549 0
[pid=5750/tid=5751] ppid=5748 vsize=527940 CPUtime=900.23 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 89406 0 0 0 89749 274 0 0 20 0 3 0 275495570 540610560 108229 33554432000 4194304 5965102 140733513622880 139811895141912 4401058 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=527940 CPUtime=900.32 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17658 0 0 0 89986 46 0 0 20 0 3 0 275495570 540610560 108229 33554432000 4194304 5965102 140733513622880 139811884652856 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 527940

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

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

[startup+900.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/181 5800
/proc/meminfo: memFree=29456068/32873648 swapFree=7368/7368
[pid=5750] ppid=5748 vsize=527940 CPUtime=1800.2 cores=0,2,4,6
/proc/5750/stat : 5750 (pwbo2.0) S 5748 5750 3829 0 -1 4202496 107832 0 0 0 179728 292 0 0 20 0 3 0 275495569 540610560 108229 33554432000 4194304 5965102 140733513622880 140733513622400 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5750/statm: 131985 108229 195 433 0 131549 0
[pid=5750/tid=5751] ppid=5748 vsize=527940 CPUtime=900.23 cores=0,2,4,6
/proc/5750/task/5751/stat : 5751 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 89406 0 0 0 89749 274 0 0 20 0 3 0 275495570 540610560 108229 33554432000 4194304 5965102 140733513622880 139811895141912 4401058 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=5750/tid=5752] ppid=5748 vsize=527940 CPUtime=900.32 cores=0,2,4,6
/proc/5750/task/5752/stat : 5752 (pwbo2.0) R 5748 5750 3829 0 -1 4202560 17658 0 0 0 89986 46 0 0 20 0 3 0 275495570 540610560 108229 33554432000 4194304 5965102 140733513622880 139811884652856 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 527940

Child status: 0
Real time (s): 900.321
CPU time (s): 1800.59
CPU user time (s): 1797.36
CPU system time (s): 3.22951
CPU usage (%): 199.994
Max. virtual memory (cumulated for all children) (KiB): 527940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.36
system time used= 3.22951
maximum resident set size= 432924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107834
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= 247
involuntary context switches= 2161

runsolver used 1.9807 second user time and 4.90525 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 06:41:55
IDJOB=3703748
IDBENCH=2898
IDSOLVER=2279
FILE ID=node149/3703748-1338093715
RUNJOBID= node149-1338087336-3845
PBS_JOBID= 14624439
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=406420954

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29670060 kB
Buffers:          265492 kB
Cached:          1491092 kB
SwapCached:         2244 kB
Active:          1328000 kB
Inactive:        1071468 kB
Active(anon):     634844 kB
Inactive(anon):     9052 kB
Active(file):     693156 kB
Inactive(file):  1062416 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104796 kB
Dirty:              5468 kB
Writeback:             0 kB
AnonPages:        646816 kB
Mapped:            15120 kB
Shmem:                96 kB
Slab:             665612 kB
SReclaimable:     109716 kB
SUnreclaim:       555896 kB
KernelStack:        1472 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     240844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node149 at 2012-05-27 06:56:57