Trace number 3703743

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.51 900.319

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
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-3703743-1338094224.opb.
0.00/0.00	c Instance file HOME/instance-3703743-1338094224.opb
0.00/0.00	c File size is 4881 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 4459
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      51                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 12                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.18/900.31	c ===============================================================================
1800.18/900.31	c Wall Clock Time: 900.31 s
1800.18/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-3703743-1338094224/watcher-3703743-1338094224 -o /tmp/evaluation-result-3703743-1338094224/solver-3703743-1338094224 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703743-1338094224.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.97 3.92 4/181 17769
/proc/meminfo: memFree=29956396/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 814 0 0 0 0 0 0 0 20 0 3 0 275547174 166256640 764 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40590 764 193 433 0 40154 0
[pid=17769/tid=17770] ppid=17767 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 3 0 275547174 166256640 764 33554432000 4194304 5965102 140735531445664 140735795224280 4383063 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162360 CPUtime=0 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 3 0 275547174 166256640 765 33554432000 4194304 5965102 140735531445664 140735795224280 5137146 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.05704 s]
/proc/loadavg: 3.84 3.97 3.92 4/181 17769
/proc/meminfo: memFree=29956396/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162360 CPUtime=0.1 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 1041 0 0 0 10 0 0 0 20 0 3 0 275547174 166256640 991 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40590 991 195 433 0 40154 0
[pid=17769/tid=17770] ppid=17767 vsize=162360 CPUtime=0.04 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 163 0 0 0 4 0 0 0 20 0 3 0 275547174 166256640 991 33554432000 4194304 5965102 140735531445664 140185384425272 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162360 CPUtime=0.04 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 125 0 0 0 4 0 0 0 20 0 3 0 275547174 166256640 991 33554432000 4194304 5965102 140735531445664 140185373935976 4404487 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 162360

[startup+0.10036 s]
/proc/loadavg: 3.84 3.97 3.92 4/181 17769
/proc/meminfo: memFree=29956396/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162360 CPUtime=0.19 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 1200 0 0 0 19 0 0 0 20 0 3 0 275547174 166256640 1150 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40590 1150 195 433 0 40154 0
[pid=17769/tid=17770] ppid=17767 vsize=162360 CPUtime=0.08 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 257 0 0 0 8 0 0 0 20 0 3 0 275547174 166256640 1150 33554432000 4194304 5965102 140735531445664 140185384425272 4401668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162360 CPUtime=0.08 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 190 0 0 0 8 0 0 0 20 0 3 0 275547174 166256640 1150 33554432000 4194304 5965102 140735531445664 140185373935448 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 162360

[startup+0.300329 s]
/proc/loadavg: 3.84 3.97 3.92 4/181 17769
/proc/meminfo: memFree=29956396/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162360 CPUtime=0.58 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 1761 0 0 0 58 0 0 0 20 0 3 0 275547174 166256640 1711 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40590 1711 195 433 0 40154 0
[pid=17769/tid=17770] ppid=17767 vsize=162360 CPUtime=0.28 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 593 0 0 0 28 0 0 0 20 0 3 0 275547174 166256640 1711 33554432000 4194304 5965102 140735531445664 140185384425272 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162360 CPUtime=0.28 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 415 0 0 0 28 0 0 0 20 0 3 0 275547174 166256640 1711 33554432000 4194304 5965102 140735531445664 140185373935736 18446744073699066235 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) 162360

[startup+0.700322 s]
/proc/loadavg: 3.84 3.97 3.92 4/181 17769
/proc/meminfo: memFree=29956396/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162648 CPUtime=1.38 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 2357 0 0 0 137 1 0 0 20 0 3 0 275547174 166551552 2307 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40662 2307 195 433 0 40226 0
[pid=17769/tid=17770] ppid=17767 vsize=162648 CPUtime=0.68 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 966 0 0 0 67 1 0 0 20 0 3 0 275547174 166551552 2307 33554432000 4194304 5965102 140735531445664 140185384424984 4401462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162648 CPUtime=0.68 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 638 0 0 0 68 0 0 0 20 0 3 0 275547174 166551552 2307 33554432000 4194304 5965102 140735531445664 140185373935448 4401046 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) 162648

[startup+1.50032 s]
/proc/loadavg: 3.84 3.97 3.92 5/184 17772
/proc/meminfo: memFree=29946460/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162648 CPUtime=2.99 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 3121 0 0 0 296 3 0 0 20 0 3 0 275547174 166551552 3071 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40662 3071 195 433 0 40226 0
[pid=17769/tid=17770] ppid=17767 vsize=162648 CPUtime=1.48 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 1507 0 0 0 146 2 0 0 20 0 3 0 275547174 166551552 3072 33554432000 4194304 5965102 140735531445664 140185384425512 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162648 CPUtime=1.48 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 862 0 0 0 148 0 0 0 20 0 3 0 275547174 166551552 3072 33554432000 4194304 5965102 140735531445664 140185373935736 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162648

[startup+3.10034 s]
/proc/loadavg: 3.84 3.97 3.92 5/184 17772
/proc/meminfo: memFree=29942468/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=162792 CPUtime=6.18 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 4582 0 0 0 612 6 0 0 20 0 3 0 275547174 166699008 4532 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40698 4532 195 433 0 40262 0
[pid=17769/tid=17770] ppid=17767 vsize=162792 CPUtime=3.08 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 2500 0 0 0 303 5 0 0 20 0 3 0 275547174 166699008 4532 33554432000 4194304 5965102 140735531445664 140185384424984 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=162792 CPUtime=3.08 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 1329 0 0 0 307 1 0 0 20 0 3 0 275547174 166699008 4532 33554432000 4194304 5965102 140735531445664 140185373935448 4221120 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) 162792

[startup+6.30034 s]
/proc/loadavg: 3.85 3.97 3.92 5/184 17772
/proc/meminfo: memFree=29929944/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=163440 CPUtime=12.58 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 6251 0 0 0 1249 9 0 0 20 0 3 0 275547174 167362560 6201 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 40860 6201 195 433 0 40424 0
[pid=17769/tid=17770] ppid=17767 vsize=163440 CPUtime=6.28 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 3695 0 0 0 620 8 0 0 20 0 3 0 275547174 167362560 6201 33554432000 4194304 5965102 140735531445664 140185384425272 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=163440 CPUtime=6.28 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 1803 0 0 0 626 2 0 0 20 0 3 0 275547174 167362560 6201 33554432000 4194304 5965102 140735531445664 140185373935736 4221120 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) 163440

[startup+12.7004 s]
/proc/loadavg: 3.86 3.97 3.92 5/184 17772
/proc/meminfo: memFree=29919512/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=164840 CPUtime=25.38 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 8649 0 0 0 2525 13 0 0 20 0 3 0 275547174 168796160 8595 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 41210 8595 195 433 0 40774 0
[pid=17769/tid=17770] ppid=17767 vsize=164840 CPUtime=12.68 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 5497 0 0 0 1257 11 0 0 20 0 3 0 275547174 168796160 8595 33554432000 4194304 5965102 140735531445664 140185384425336 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=164840 CPUtime=12.68 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 2399 0 0 0 1266 2 0 0 20 0 3 0 275547174 168796160 8595 33554432000 4194304 5965102 140735531445664 140185373935448 4401058 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) 164840

[startup+25.5004 s]
/proc/loadavg: 3.89 3.97 3.92 5/184 17772
/proc/meminfo: memFree=29895944/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=168164 CPUtime=50.98 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 13016 0 0 0 5074 24 0 0 20 0 3 0 275547174 172199936 12962 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 42041 12962 195 433 0 41605 0
[pid=17769/tid=17770] ppid=17767 vsize=168164 CPUtime=25.49 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 8826 0 0 0 2528 21 0 0 20 0 3 0 275547174 172199936 12962 33554432000 4194304 5965102 140735531445664 140185384424984 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=168164 CPUtime=25.48 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 3437 0 0 0 2544 4 0 0 20 0 3 0 275547174 172199936 12962 33554432000 4194304 5965102 140735531445664 140185373935736 4404704 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 168164

[startup+51.1004 s]
/proc/loadavg: 3.93 3.97 3.92 5/183 17772
/proc/meminfo: memFree=29861212/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=172264 CPUtime=102.17 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 18659 0 0 0 10180 37 0 0 20 0 3 0 275547174 176398336 18601 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 43066 18601 195 433 0 42630 0
[pid=17769/tid=17770] ppid=17767 vsize=172264 CPUtime=51.08 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 13555 0 0 0 5075 33 0 0 20 0 3 0 275547174 176398336 18601 33554432000 4194304 5965102 140735531445664 140185384425272 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=172264 CPUtime=51.08 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 4351 0 0 0 5103 5 0 0 20 0 3 0 275547174 176398336 18601 33554432000 4194304 5965102 140735531445664 140185373935800 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 172264

[startup+102.307 s]
/proc/loadavg: 3.90 3.96 3.91 5/183 17772
/proc/meminfo: memFree=29799740/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=242224 CPUtime=204.53 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 27869 0 0 0 20390 63 0 0 20 0 3 0 275547174 248037376 27822 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 60556 27822 195 433 0 60120 0
[pid=17769/tid=17770] ppid=17767 vsize=242224 CPUtime=102.25 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 21398 0 0 0 10167 58 0 0 20 0 3 0 275547174 248037376 27822 33554432000 4194304 5965102 140735531445664 140185384425272 4374478 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=242224 CPUtime=102.29 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 5718 0 0 0 10220 9 0 0 20 0 3 0 275547174 248037376 27822 33554432000 4194304 5965102 140735531445664 140185373935736 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.53
Current children cumulated vsize (KiB) 242224

[startup+162.3 s]
/proc/loadavg: 3.96 3.96 3.91 5/183 17773
/proc/meminfo: memFree=29744408/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=245672 CPUtime=324.5 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 35604 0 0 0 32363 87 0 0 20 0 3 0 275547174 251568128 36760 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 61418 36760 195 433 0 60982 0
[pid=17769/tid=17770] ppid=17767 vsize=245672 CPUtime=162.24 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 28241 0 0 0 16143 81 0 0 20 0 3 0 275547174 251568128 36760 33554432000 4194304 5965102 140735531445664 140185384424984 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=245672 CPUtime=162.28 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 6610 0 0 0 16217 11 0 0 20 0 3 0 275547174 251568128 36760 33554432000 4194304 5965102 140735531445664 140185373935928 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.5
Current children cumulated vsize (KiB) 245672

[startup+222.3 s]
/proc/loadavg: 3.98 3.97 3.91 5/183 17773
/proc/meminfo: memFree=29696396/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=250788 CPUtime=444.48 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 43116 0 0 0 44338 110 0 0 20 0 3 0 275547174 256806912 44272 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 62697 44272 195 433 0 62261 0
[pid=17769/tid=17770] ppid=17767 vsize=250788 CPUtime=222.24 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 34624 0 0 0 22121 103 0 0 20 0 3 0 275547174 256806912 44272 33554432000 4194304 5965102 140735531445664 140185384425272 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=250788 CPUtime=222.28 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 7739 0 0 0 22214 14 0 0 20 0 3 0 275547174 256806912 44272 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.48
Current children cumulated vsize (KiB) 250788

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

/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 38923 0 0 0 28102 119 0 0 20 0 3 0 275547174 328048640 49493 33554432000 4194304 5965102 140735531445664 140185384424984 4400992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=320360 CPUtime=282.29 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 8675 0 0 0 28211 18 0 0 20 0 3 0 275547174 328048640 49493 33554432000 4194304 5965102 140735531445664 140185373935976 4380432 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) 320360

[startup+342.3 s]
/proc/loadavg: 4.05 4.00 3.92 5/183 17773
/proc/meminfo: memFree=29630588/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=323764 CPUtime=684.41 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 52804 0 0 0 68300 141 0 0 20 0 3 0 275547174 331534336 53582 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 80941 53582 195 433 0 80505 0
[pid=17769/tid=17770] ppid=17767 vsize=323764 CPUtime=342.21 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 42973 0 0 0 34088 133 0 0 20 0 3 0 275547174 331534336 53582 33554432000 4194304 5965102 140735531445664 140185384425512 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=323764 CPUtime=342.29 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 9078 0 0 0 34209 20 0 0 20 0 3 0 275547174 331534336 53582 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 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) 323764

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/183 17813
/proc/meminfo: memFree=29733300/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=326076 CPUtime=804.37 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 57730 0 0 0 80279 158 0 0 20 0 3 0 275547174 333901824 58497 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 81519 58497 195 433 0 81083 0
[pid=17769/tid=17770] ppid=17767 vsize=326076 CPUtime=402.2 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 47388 0 0 0 40070 150 0 0 20 0 3 0 275547174 333901824 58497 33554432000 4194304 5965102 140735531445664 140185384425512 4404410 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=326076 CPUtime=402.29 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 9589 0 0 0 40208 21 0 0 20 0 3 0 275547174 333901824 58497 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 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) 326076

[startup+462.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/183 17814
/proc/meminfo: memFree=29651880/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=328788 CPUtime=924.35 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 63092 0 0 0 92261 174 0 0 20 0 3 0 275547174 336678912 63847 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 82197 63847 195 433 0 81761 0
[pid=17769/tid=17770] ppid=17767 vsize=328788 CPUtime=462.19 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 52115 0 0 0 46053 166 0 0 20 0 3 0 275547174 336678912 63847 33554432000 4194304 5965102 140735531445664 140185384425512 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=328788 CPUtime=462.29 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 10224 0 0 0 46205 24 0 0 20 0 3 0 275547174 336678912 63847 33554432000 4194304 5965102 140735531445664 140185373935736 4400992 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) 328788

[startup+522.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/183 17814
/proc/meminfo: memFree=29599484/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=395084 CPUtime=1044.34 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 68892 0 0 0 104242 192 0 0 20 0 3 0 275547174 404566016 69656 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 98771 69656 195 433 0 98335 0
[pid=17769/tid=17770] ppid=17767 vsize=395084 CPUtime=522.19 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 57101 0 0 0 52037 182 0 0 20 0 3 0 275547174 404566016 69656 33554432000 4194304 5965102 140735531445664 140185384425464 4380272 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=395084 CPUtime=522.29 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 11038 0 0 0 52204 25 0 0 20 0 3 0 275547174 404566016 69656 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1044.34
Current children cumulated vsize (KiB) 395084

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/184 17817
/proc/meminfo: memFree=29556096/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=396220 CPUtime=1164.32 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 72298 0 0 0 116231 201 0 0 20 0 3 0 275547174 405729280 73062 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 99055 73062 195 433 0 98619 0
[pid=17769/tid=17770] ppid=17767 vsize=396220 CPUtime=582.19 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 60499 0 0 0 58027 192 0 0 20 0 3 0 275547174 405729280 73062 33554432000 4194304 5965102 140735531445664 140185384424984 4390433 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=396220 CPUtime=582.3 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 11046 0 0 0 58204 26 0 0 20 0 3 0 275547174 405729280 73062 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 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) 396220

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/184 17840
/proc/meminfo: memFree=29500312/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=398304 CPUtime=1284.31 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 77144 0 0 0 128216 215 0 0 20 0 3 0 275547174 407863296 77908 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 99576 77908 195 433 0 99140 0
[pid=17769/tid=17770] ppid=17767 vsize=398304 CPUtime=642.19 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 65235 0 0 0 64012 207 0 0 20 0 3 0 275547174 407863296 77908 33554432000 4194304 5965102 140735531445664 140185384425512 4404757 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=398304 CPUtime=642.3 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 11156 0 0 0 64203 27 0 0 20 0 3 0 275547174 407863296 77908 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1284.31
Current children cumulated vsize (KiB) 398304

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 17840
/proc/meminfo: memFree=29470984/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=401028 CPUtime=1404.25 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 82001 0 0 0 140195 230 0 0 20 0 3 0 275547174 410652672 82748 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 100257 82748 195 433 0 99821 0
[pid=17769/tid=17770] ppid=17767 vsize=401028 CPUtime=702.16 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 68908 0 0 0 69995 221 0 0 20 0 3 0 275547174 410652672 82748 33554432000 4194304 5965102 140735531445664 140185384424984 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=401028 CPUtime=702.3 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 12340 0 0 0 70199 31 0 0 20 0 3 0 275547174 410652672 82748 33554432000 4194304 5965102 140735531445664 140185373935448 4380336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1404.25
Current children cumulated vsize (KiB) 401028

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/183 17841
/proc/meminfo: memFree=29446276/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=467668 CPUtime=1524.23 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 85329 0 0 0 152184 239 0 0 20 0 3 0 275547174 478892032 86073 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 116917 86073 195 433 0 116481 0
[pid=17769/tid=17770] ppid=17767 vsize=467668 CPUtime=762.15 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 72197 0 0 0 75984 231 0 0 20 0 3 0 275547174 478892032 86073 33554432000 4194304 5965102 140735531445664 140185384425512 4380288 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=467668 CPUtime=762.31 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 12379 0 0 0 76199 32 0 0 20 0 3 0 275547174 478892032 86073 33554432000 4194304 5965102 140735531445664 140185373935736 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524.23
Current children cumulated vsize (KiB) 467668

[startup+822.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/183 17841
/proc/meminfo: memFree=29414900/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=472664 CPUtime=1644.2 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 89159 0 0 0 164171 249 0 0 20 0 3 0 275547174 484007936 89904 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 118166 89904 195 433 0 117730 0
[pid=17769/tid=17770] ppid=17767 vsize=472664 CPUtime=822.14 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 74769 0 0 0 81975 239 0 0 20 0 3 0 275547174 484007936 89904 33554432000 4194304 5965102 140735531445664 140185384424984 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=472664 CPUtime=822.3 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 13637 0 0 0 82195 35 0 0 20 0 3 0 275547174 484007936 89904 33554432000 4194304 5965102 140735531445664 140185373935448 4401096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.2
Current children cumulated vsize (KiB) 472664

[startup+882.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/183 17841
/proc/meminfo: memFree=29385972/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=474852 CPUtime=1764.18 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 92955 0 0 0 176157 261 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 118713 93700 195 433 0 118277 0
[pid=17769/tid=17770] ppid=17767 vsize=474852 CPUtime=882.14 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 78486 0 0 0 87961 253 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140185384424984 4380356 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=474852 CPUtime=882.31 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 13716 0 0 0 88195 36 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.18
Current children cumulated vsize (KiB) 474852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/183 17841
/proc/meminfo: memFree=29379152/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=474852 CPUtime=1800.18 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 92955 0 0 0 179757 261 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 118713 93700 195 433 0 118277 0
[pid=17769/tid=17770] ppid=17767 vsize=474852 CPUtime=900.15 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 78486 0 0 0 89762 253 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140185384424984 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=474852 CPUtime=900.31 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 13716 0 0 0 89995 36 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 474852

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.01 4.00 3.93 5/183 17841
/proc/meminfo: memFree=29379152/32873844 swapFree=7372/7372
[pid=17769] ppid=17767 vsize=474852 CPUtime=1800.18 cores=0,2,4,6
/proc/17769/stat : 17769 (pwbo2.0) S 17767 17769 15889 0 -1 4202496 92955 0 0 0 179757 261 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140735531445184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17769/statm: 118713 93700 195 433 0 118277 0
[pid=17769/tid=17770] ppid=17767 vsize=474852 CPUtime=900.15 cores=0,2,4,6
/proc/17769/task/17770/stat : 17770 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 78486 0 0 0 89762 253 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140185384424984 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17769/tid=17771] ppid=17767 vsize=474852 CPUtime=900.31 cores=0,2,4,6
/proc/17769/task/17771/stat : 17771 (pwbo2.0) R 17767 17769 15889 0 -1 4202560 13716 0 0 0 89995 36 0 0 20 0 3 0 275547174 486248448 93700 33554432000 4194304 5965102 140735531445664 140185373935976 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 474852

Child status: 0
Real time (s): 900.319
CPU time (s): 1800.51
CPU user time (s): 1797.59
CPU system time (s): 2.92155
CPU usage (%): 199.986
Max. virtual memory (cumulated for all children) (KiB): 474852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.59
system time used= 2.92156
maximum resident set size= 374804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92956
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= 212
involuntary context switches= 1926

runsolver used 2.83257 second user time and 4.22336 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 06:50:24
IDJOB=3703743
IDBENCH=2911
IDSOLVER=2279
FILE ID=node133/3703743-1338094224
RUNJOBID= node133-1338084137-15905
PBS_JOBID= 14624424
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= cef055af6c2a22a549e672ed9a55f2c8
RANDOM SEED=488542370

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.90
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.540
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.540
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:        29957024 kB
Buffers:          318176 kB
Cached:          1668284 kB
SwapCached:          104 kB
Active:           653360 kB
Inactive:        1439188 kB
Active(anon):      97124 kB
Inactive(anon):    11368 kB
Active(file):     556236 kB
Inactive(file):  1427820 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:              5444 kB
Writeback:            20 kB
AnonPages:        112852 kB
Mapped:            15104 kB
Shmem:               212 kB
Slab:             684624 kB
SReclaimable:     126760 kB
SUnreclaim:       557864 kB
KernelStack:        1504 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71720 MiB
End job on node133 at 2012-05-27 07:05:26