Trace number 3726035

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.5 901.419

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.858
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726035-1338656229.opb.
0.00/0.00	c Instance file HOME/instance-3726035-1338656229.opb
0.00/0.00	c File size is 2100 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 2553
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:      31                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 8                                                   |
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/901.41	c ===============================================================================
1800.20/901.41	c Wall Clock Time: 901.41 s
1800.20/901.41	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-3726035-1338656229/watcher-3726035-1338656229 -o /tmp/evaluation-result-3726035-1338656229/solver-3726035-1338656229 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726035-1338656229.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.84 3.97 3.90 4/178 23037
/proc/meminfo: memFree=27885780/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 798 0 0 0 0 0 0 0 20 0 3 0 331749642 166121472 749 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 40557 749 189 433 0 40121 0
[pid=23037/tid=23038] ppid=23035 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 3 0 331749642 166121472 750 33554432000 4194304 5964478 140734746406480 139721510726704 5143404 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=162228 CPUtime=0 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 3 0 331749642 166121472 750 33554432000 4194304 5964478 140734746406480 139721500236760 4389584 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.0533259 s]
/proc/loadavg: 3.84 3.97 3.90 4/178 23037
/proc/meminfo: memFree=27885780/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=162228 CPUtime=0.09 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 1111 0 0 0 9 0 0 0 20 0 3 0 331749642 166121472 1062 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 40557 1062 191 433 0 40121 0
[pid=23037/tid=23038] ppid=23035 vsize=162228 CPUtime=0.03 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) S 23035 23037 20635 0 -1 4202560 211 0 0 0 3 0 0 0 20 0 3 0 331749642 166121472 1062 33554432000 4194304 5964478 140734746406480 139721510725616 4570436 0 0 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=162228 CPUtime=0.03 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 165 0 0 0 3 0 0 0 20 0 3 0 331749642 166121472 1062 33554432000 4194304 5964478 140734746406480 139721500236080 4292977 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 162228

[startup+0.100325 s]
/proc/loadavg: 3.84 3.97 3.90 4/178 23037
/proc/meminfo: memFree=27885780/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=162228 CPUtime=0.18 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 1300 0 0 0 18 0 0 0 20 0 3 0 331749642 166121472 1251 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 40557 1251 191 433 0 40121 0
[pid=23037/tid=23038] ppid=23035 vsize=162228 CPUtime=0.08 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 324 0 0 0 8 0 0 0 20 0 3 0 331749642 166121472 1251 33554432000 4194304 5964478 140734746406480 139721510725616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=162228 CPUtime=0.08 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 241 0 0 0 8 0 0 0 20 0 3 0 331749642 166121472 1251 33554432000 4194304 5964478 140734746406480 139721500236080 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162228

[startup+0.300301 s]
/proc/loadavg: 3.84 3.97 3.90 4/178 23037
/proc/meminfo: memFree=27885780/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=162372 CPUtime=0.58 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 1804 0 0 0 58 0 0 0 20 0 3 0 331749642 166268928 1755 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 40593 1755 191 433 0 40157 0
[pid=23037/tid=23038] ppid=23035 vsize=162372 CPUtime=0.28 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 616 0 0 0 28 0 0 0 20 0 3 0 331749642 166268928 1755 33554432000 4194304 5964478 140734746406480 139721510725616 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=162372 CPUtime=0.28 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 453 0 0 0 28 0 0 0 20 0 3 0 331749642 166268928 1755 33554432000 4194304 5964478 140734746406480 139721500236080 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162372

[startup+0.700299 s]
/proc/loadavg: 3.84 3.97 3.90 4/178 23037
/proc/meminfo: memFree=27885780/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=162660 CPUtime=1.37 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 2356 0 0 0 137 0 0 0 20 0 3 0 331749642 166563840 2307 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 40665 2307 191 433 0 40229 0
[pid=23037/tid=23038] ppid=23035 vsize=162660 CPUtime=0.67 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 1084 0 0 0 67 0 0 0 20 0 3 0 331749642 166563840 2307 33554432000 4194304 5964478 140734746406480 139721510725616 4368945 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=162660 CPUtime=0.67 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) S 23035 23037 20635 0 -1 4202560 537 0 0 0 67 0 0 0 20 0 3 0 331749642 166563840 2307 33554432000 4194304 5964478 140734746406480 139721500236080 4570436 0 0 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 162660

[startup+1.50032 s]
/proc/loadavg: 3.84 3.97 3.90 5/181 23040
/proc/meminfo: memFree=27876564/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=163308 CPUtime=2.95 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 3099 0 0 0 295 0 0 0 20 0 3 0 331749642 167227392 3050 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 40827 3050 191 433 0 40391 0
[pid=23037/tid=23038] ppid=23035 vsize=163308 CPUtime=1.47 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 1589 0 0 0 147 0 0 0 20 0 3 0 331749642 167227392 3050 33554432000 4194304 5964478 140734746406480 139721510725616 4403367 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=163308 CPUtime=1.46 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 775 0 0 0 146 0 0 0 20 0 3 0 331749642 167227392 3050 33554432000 4194304 5964478 140734746406480 139721500236080 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 163308

[startup+3.10034 s]
/proc/loadavg: 3.77 3.95 3.90 5/181 23040
/proc/meminfo: memFree=27872224/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=164836 CPUtime=6.14 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 4368 0 0 0 613 1 0 0 20 0 3 0 331749642 168792064 4319 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 41209 4319 191 433 0 40773 0
[pid=23037/tid=23038] ppid=23035 vsize=164836 CPUtime=3.07 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 2635 0 0 0 307 0 0 0 20 0 3 0 331749642 168792064 4319 33554432000 4194304 5964478 140734746406480 139721510725616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=164836 CPUtime=3.04 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 998 0 0 0 304 0 0 0 20 0 3 0 331749642 168792064 4319 33554432000 4194304 5964478 140734746406480 139721500236080 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 164836

[startup+6.30033 s]
/proc/loadavg: 3.77 3.95 3.90 5/181 23040
/proc/meminfo: memFree=27863792/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=168208 CPUtime=12.5 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 6150 0 0 0 1248 2 0 0 20 0 3 0 331749642 172244992 6101 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 42052 6101 191 433 0 41616 0
[pid=23037/tid=23038] ppid=23035 vsize=168208 CPUtime=6.27 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 3785 0 0 0 625 2 0 0 20 0 3 0 331749642 172244992 6101 33554432000 4194304 5964478 140734746406480 139721510725144 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=168208 CPUtime=6.21 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 1630 0 0 0 621 0 0 0 20 0 3 0 331749642 172244992 6101 33554432000 4194304 5964478 140734746406480 139721500236136 4379248 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 168208

[startup+12.7004 s]
/proc/loadavg: 3.81 3.95 3.90 5/181 23040
/proc/meminfo: memFree=27853648/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=172528 CPUtime=25.24 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 8472 0 0 0 2521 3 0 0 20 0 3 0 331749642 176668672 8423 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 43132 8423 191 433 0 42696 0
[pid=23037/tid=23038] ppid=23035 vsize=172528 CPUtime=12.66 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 5791 0 0 0 1264 2 0 0 20 0 3 0 331749642 176668672 8423 33554432000 4194304 5964478 140734746406480 139721510725536 4400432 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=172528 CPUtime=12.56 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 1946 0 0 0 1256 0 0 0 20 0 3 0 331749642 176668672 8423 33554432000 4194304 5964478 140734746406480 139721500236080 4400422 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 172528

[startup+25.5004 s]
/proc/loadavg: 3.84 3.95 3.90 5/181 23040
/proc/meminfo: memFree=27839596/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=177272 CPUtime=50.74 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 11875 0 0 0 5069 5 0 0 20 0 3 0 331749642 181526528 11826 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 44318 11826 191 433 0 43882 0
[pid=23037/tid=23038] ppid=23035 vsize=177272 CPUtime=25.47 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 8742 0 0 0 2542 5 0 0 20 0 3 0 331749642 181526528 11826 33554432000 4194304 5964478 140734746406480 139721510725672 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=177272 CPUtime=25.27 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 2398 0 0 0 2525 2 0 0 20 0 3 0 331749642 181526528 11826 33554432000 4194304 5964478 140734746406480 139721500236080 4399912 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 177272

[startup+51.1004 s]
/proc/loadavg: 3.89 3.95 3.90 5/181 23040
/proc/meminfo: memFree=27820504/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=186980 CPUtime=101.8 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 16788 0 0 0 10171 9 0 0 20 0 3 0 331749642 191467520 16739 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 46745 16739 191 433 0 46309 0
[pid=23037/tid=23038] ppid=23035 vsize=186980 CPUtime=51.06 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 13159 0 0 0 5098 8 0 0 20 0 3 0 331749642 191467520 16739 33554432000 4194304 5964478 140734746406480 139721510725728 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=186980 CPUtime=50.73 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 2894 0 0 0 5070 3 0 0 20 0 3 0 331749642 191467520 16739 33554432000 4194304 5964478 140734746406480 139721500236080 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 186980

[startup+102.307 s]
/proc/loadavg: 3.88 3.93 3.90 5/181 23081
/proc/meminfo: memFree=27868408/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=198184 CPUtime=203.98 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 23961 0 0 0 20384 14 0 0 20 0 3 0 331749642 202940416 25055 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 49546 25055 191 433 0 49110 0
[pid=23037/tid=23038] ppid=23035 vsize=198184 CPUtime=102.24 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 19487 0 0 0 10211 13 0 0 20 0 3 0 331749642 202940416 25055 33554432000 4194304 5964478 140734746406480 139721510725536 4400422 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=198184 CPUtime=101.75 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 3739 0 0 0 10170 5 0 0 20 0 3 0 331749642 202940416 25055 33554432000 4194304 5964478 140734746406480 139721500236192 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 198184

[startup+162.3 s]
/proc/loadavg: 3.95 3.94 3.90 5/181 23081
/proc/meminfo: memFree=27798580/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=273912 CPUtime=323.79 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 30348 0 0 0 32359 20 0 0 20 0 3 0 331749642 280485888 31444 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 68478 31444 191 433 0 68042 0
[pid=23037/tid=23038] ppid=23035 vsize=273912 CPUtime=162.22 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 25321 0 0 0 16204 18 0 0 20 0 3 0 331749642 280485888 31444 33554432000 4194304 5964478 140734746406480 139721510725672 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=273912 CPUtime=161.58 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 4292 0 0 0 16151 7 0 0 20 0 3 0 331749642 280485888 31444 33554432000 4194304 5964478 140734746406480 139721500236136 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 323.79
Current children cumulated vsize (KiB) 273912

[startup+222.3 s]
/proc/loadavg: 4.06 3.96 3.91 5/182 23084
/proc/meminfo: memFree=27745744/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=287852 CPUtime=443.59 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 36226 0 0 0 44336 23 0 0 20 0 3 0 331749642 294760448 37833 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 71963 37833 191 433 0 71527 0
[pid=23037/tid=23038] ppid=23035 vsize=287852 CPUtime=222.21 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 30690 0 0 0 22199 22 0 0 20 0 3 0 331749642 294760448 37833 33554432000 4194304 5964478 140734746406480 139721510725144 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=287852 CPUtime=221.42 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 4801 0 0 0 22134 8 0 0 20 0 3 0 331749642 294760448 37833 33554432000 4194304 5964478 140734746406480 139721500236192 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 443.59
Current children cumulated vsize (KiB) 287852

[startup+282.3 s]
/proc/loadavg: 4.02 3.97 3.91 5/182 23108
/proc/meminfo: memFree=27705472/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=293016 CPUtime=563.39 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 41325 0 0 0 56314 25 0 0 20 0 3 0 331749642 300048384 42932 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 73254 42932 191 433 0 72818 0
[pid=23037/tid=23038] ppid=23035 vsize=293016 CPUtime=282.2 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 35492 0 0 0 28195 25 0 0 20 0 3 0 331749642 300048384 42932 33554432000 4194304 5964478 140734746406480 139721510725672 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=293016 CPUtime=281.24 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 5098 0 0 0 28115 9 0 0 20 0 3 0 331749642 300048384 42932 33554432000 4194304 5964478 140734746406480 139721500236192 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 563.39
Current children cumulated vsize (KiB) 293016

[startup+342.3 s]
/proc/loadavg: 4.01 3.97 3.91 5/181 23108
/proc/meminfo: memFree=27666124/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=299588 CPUtime=683.23 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 44643 0 0 0 68296 27 0 0 20 0 3 0 331749642 306778112 47068 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 74897 47068 191 433 0 74461 0
[pid=23037/tid=23038] ppid=23035 vsize=299588 CPUtime=342.19 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 38702 0 0 0 34191 28 0 0 20 0 3 0 331749642 306778112 47068 33554432000 4194304 5964478 140734746406480 139721510725640 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=299588 CPUtime=341.12 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 5206 0 0 0 34102 10 0 0 20 0 3 0 331749642 306778112 47068 33554432000 4194304 5964478 140734746406480 139721500236136 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 683.23
Current children cumulated vsize (KiB) 299588

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23108
/proc/meminfo: memFree=27635972/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=306744 CPUtime=803.14 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 47774 0 0 0 80283 31 0 0 20 0 3 0 331749642 314105856 50199 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 76686 50199 191 433 0 76250 0
[pid=23037/tid=23038] ppid=23035 vsize=306744 CPUtime=402.19 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 40966 0 0 0 40189 30 0 0 20 0 3 0 331749642 314105856 50199 33554432000 4194304 5964478 140734746406480 139721510725144 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=306744 CPUtime=401.05 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 6073 0 0 0 40091 14 0 0 20 0 3 0 331749642 314105856 50199 33554432000 4194304 5964478 140734746406480 139721500236136 4379248 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.14
Current children cumulated vsize (KiB) 306744

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27745764/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=312760 CPUtime=922.98 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 51288 0 0 0 92265 33 0 0 20 0 3 0 331749642 320266240 53713 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 78190 53713 191 433 0 77754 0
[pid=23037/tid=23038] ppid=23035 vsize=312760 CPUtime=462.18 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 44462 0 0 0 46185 33 0 0 20 0 3 0 331749642 320266240 53713 33554432000 4194304 5964478 140734746406480 139721510725640 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=312760 CPUtime=460.9 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 6091 0 0 0 46075 15 0 0 20 0 3 0 331749642 320266240 53713 33554432000 4194304 5964478 140734746406480 139721500236192 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 922.98
Current children cumulated vsize (KiB) 312760

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.91 5/181 23148
/proc/meminfo: memFree=27692968/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=381740 CPUtime=1042.81 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 54335 0 0 0 104247 34 0 0 20 0 3 0 331749642 390901760 57350 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 95435 57350 191 433 0 94999 0
[pid=23037/tid=23038] ppid=23035 vsize=381740 CPUtime=522.17 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 47378 0 0 0 52183 34 0 0 20 0 3 0 331749642 390901760 57350 33554432000 4194304 5964478 140734746406480 139721510725144 4400784 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=381740 CPUtime=520.77 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 6222 0 0 0 52061 16 0 0 20 0 3 0 331749642 390901760 57350 33554432000 4194304 5964478 140734746406480 139721500236136 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1042.81
Current children cumulated vsize (KiB) 381740

[startup+582.3 s]
/proc/loadavg: 4.06 3.99 3.92 5/180 23148
/proc/meminfo: memFree=27653924/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=383116 CPUtime=1162.66 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 57240 0 0 0 116231 35 0 0 20 0 3 0 331749642 392310784 60255 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 95779 60255 191 433 0 95343 0
[pid=23037/tid=23038] ppid=23035 vsize=383116 CPUtime=582.17 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 50145 0 0 0 58182 35 0 0 20 0 3 0 331749642 392310784 60255 33554432000 4194304 5964478 140734746406480 139721510725144 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=383116 CPUtime=580.64 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 6360 0 0 0 58047 17 0 0 20 0 3 0 331749642 392310784 60255 33554432000 4194304 5964478 140734746406480 139721500236192 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1162.66
Current children cumulated vsize (KiB) 383116

[startup+642.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27613608/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=395944 CPUtime=1282.53 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 60990 0 0 0 128216 37 0 0 20 0 3 0 331749642 405446656 64005 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 98986 64005 191 433 0 98550 0
[pid=23037/tid=23038] ppid=23035 vsize=395944 CPUtime=642.17 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 53570 0 0 0 64179 38 0 0 20 0 3 0 331749642 405446656 64005 33554432000 4194304 5964478 140734746406480 139721510725640 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=395944 CPUtime=640.54 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 6685 0 0 0 64036 18 0 0 20 0 3 0 331749642 405446656 64005 33554432000 4194304 5964478 140734746406480 139721500236192 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1282.53
Current children cumulated vsize (KiB) 395944

[startup+702.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27570168/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=406920 CPUtime=1402.4 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 65238 0 0 0 140200 40 0 0 20 0 3 0 331749642 416686080 69183 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 101730 69183 191 433 0 101294 0
[pid=23037/tid=23038] ppid=23035 vsize=406920 CPUtime=702.15 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 57743 0 0 0 70173 42 0 0 20 0 3 0 331749642 416686080 69183 33554432000 4194304 5964478 140734746406480 139721510725144 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=406920 CPUtime=700.44 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 6760 0 0 0 70025 19 0 0 20 0 3 0 331749642 416686080 69183 33554432000 4194304 5964478 140734746406480 139721500236192 4400628 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1402.4
Current children cumulated vsize (KiB) 406920

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 23149
/proc/meminfo: memFree=27540608/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=409784 CPUtime=1522.34 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 67206 0 0 0 152191 43 0 0 20 0 3 0 331749642 419618816 71490 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 102446 71490 191 433 0 102010 0
[pid=23037/tid=23038] ppid=23035 vsize=409784 CPUtime=762.15 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 59201 0 0 0 76170 45 0 0 20 0 3 0 331749642 419618816 71490 33554432000 4194304 5964478 140734746406480 139721510725728 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=409784 CPUtime=760.4 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 7270 0 0 0 76019 21 0 0 20 0 3 0 331749642 419618816 71490 33554432000 4194304 5964478 140734746406480 139721500236192 4399938 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1522.34
Current children cumulated vsize (KiB) 409784

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/182 23152
/proc/meminfo: memFree=27513488/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=409784 CPUtime=1642.17 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 69974 0 0 0 164173 44 0 0 20 0 3 0 331749642 419618816 74258 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 102446 74258 191 433 0 102010 0
[pid=23037/tid=23038] ppid=23035 vsize=409784 CPUtime=822.14 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 61939 0 0 0 82167 47 0 0 20 0 3 0 331749642 419618816 74258 33554432000 4194304 5964478 140734746406480 139721510725144 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=409784 CPUtime=820.26 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 7300 0 0 0 82004 22 0 0 20 0 3 0 331749642 419618816 74258 33554432000 4194304 5964478 140734746406480 139721500236192 4399975 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1642.17
Current children cumulated vsize (KiB) 409784

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 23152
/proc/meminfo: memFree=27474516/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=411160 CPUtime=1762.03 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 72516 0 0 0 176158 45 0 0 20 0 3 0 331749642 421027840 77305 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 102790 77305 191 433 0 102354 0
[pid=23037/tid=23038] ppid=23035 vsize=411160 CPUtime=882.14 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 64481 0 0 0 88165 49 0 0 20 0 3 0 331749642 421027840 77305 33554432000 4194304 5964478 140734746406480 139721510725144 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=411160 CPUtime=880.14 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 7300 0 0 0 87991 23 0 0 20 0 3 0 331749642 421027840 77305 33554432000 4194304 5964478 140734746406480 139721500236192 4399912 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1762.03
Current children cumulated vsize (KiB) 411160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.4 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 23153
/proc/meminfo: memFree=27461620/32873648 swapFree=6852/6852
[pid=23037] ppid=23035 vsize=411400 CPUtime=1800.2 cores=1,3,5,7
/proc/23037/stat : 23037 (pwbo2.02) S 23035 23037 20635 0 -1 4202496 73557 0 0 0 179974 46 0 0 20 0 3 0 331749642 421273600 78346 33554432000 4194304 5964478 140734746406480 140734746406000 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23037/statm: 102850 78346 191 433 0 102414 0
[pid=23037/tid=23038] ppid=23035 vsize=411400 CPUtime=901.24 cores=1,3,5,7
/proc/23037/task/23038/stat : 23038 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 65469 0 0 0 90074 50 0 0 20 0 3 0 331749642 421273600 78346 33554432000 4194304 5964478 140734746406480 139721510725536 4399923 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23037/tid=23039] ppid=23035 vsize=411400 CPUtime=899.21 cores=1,3,5,7
/proc/23037/task/23039/stat : 23039 (pwbo2.02) R 23035 23037 20635 0 -1 4202560 7353 0 0 0 89898 23 0 0 20 0 3 0 331749642 421273600 78346 33554432000 4194304 5964478 140734746406480 139721500236192 4399938 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 411400

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

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

Child status: 0
Real time (s): 901.419
CPU time (s): 1800.5
CPU user time (s): 1799.74
CPU system time (s): 0.760884
CPU usage (%): 199.74
Max. virtual memory (cumulated for all children) (KiB): 411400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.760884
maximum resident set size= 313388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73558
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= 629
involuntary context switches= 2232

runsolver used 3.9534 second user time and 3.45247 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-02 18:57:09
IDJOB=3726035
IDBENCH=2905
IDSOLVER=2309
FILE ID=node115/3726035-1338656229
RUNJOBID= node115-1338651714-22298
PBS_JOBID= 14636465
Free space on /tmp= 70824 MiB

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

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1488551137

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        27886036 kB
Buffers:          556800 kB
Cached:          3372088 kB
SwapCached:          964 kB
Active:          1980940 kB
Inactive:        2101316 kB
Active(anon):     145604 kB
Inactive(anon):     9824 kB
Active(file):    1835336 kB
Inactive(file):  2091492 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106432 kB
Dirty:              5524 kB
Writeback:             0 kB
AnonPages:        158688 kB
Mapped:            12544 kB
Shmem:                96 kB
Slab:             767392 kB
SReclaimable:     211688 kB
SUnreclaim:       555704 kB
KernelStack:        1464 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     161608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 70820 MiB
End job on node115 at 2012-06-02 19:12:12