Trace number 4263839

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
AbsCon-basic 2017-06-11SAT (TO)6 2520.1101 2514.6201

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
MD5SUM3d6808b330f5ae5835187fa3c31c3257
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.36/0.31	
0.36/0.31	AbsCon 2 
0.36/0.31	
1.55/0.85	  Solving XCSP3-instance-4263839-1502310941 as a COP in -infty..+infty
1.55/0.85	  Loading variables...
2.08/1.01	  Loading constraints...
2.72/1.31	  Solver SolverBacktrack being built...
2.72/1.31	
3.01/1.47	  Preprocessing : gac=true, ccks=0, filters=1833, revisions=0 (useless=0), AC=1833, removals=1833, inconsistent=false
3.01/1.47	
21.24/18.28	o 0
41.30/37.18	o 1
156.06/151.40	o 2
172.90/168.22	o 3
190.04/185.32	o 4
232.19/227.47	o 5
282.07/277.30	o 6
2520.09/2514.61	
2520.09/2514.61	v <instantiation id='sol7' type='solution' cost='6'>  <list> x b[][] </list>  <values> 6 487 484 0 483 482 0 479 255 250 473 258 250 472 260 251 472 258 250 469 267 251 465 269 251 463 262 251 458 264 252 453 267 252 446 270 257 446 270 256 443 274 256 443 272 255 443 271 261 440 271 261 433 270 266 426 278 267 426 277 264 425 279 263 422 281 262 411 280 266 408 276 274 404 277 274 400 303 296 400 303 296 387 310 302 387 307 303 386 378 0 386 332 282 373 334 285 372 320 304 367 333 294 365 322 306 363 357 279 363 344 292 363 337 287 362 330 305 362 322 306 354 322 317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
2520.09/2514.61	s SATISFIABLE

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4263839-1502310941/watcher-4263839-1502310941 -o /tmp/evaluation-result-4263839-1502310941/solver-4263839-1502310941 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263839-1502310941.xml 

pid=15696
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.74 1.52 1.56 2/199 15699
/proc/meminfo: memFree=30979580/32770624 swapFree=0/530344
[pid=15699] ppid=15696 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15699/stat : 15699 (runsolver) D 15696 15699 31388 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 78600271 24240128 106 18446744073709551615 4194304 4338465 140721611876496 140721611874136 140560568562391 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 15843328 140721611878560 140721611878985 140721611878985 140721611882442 0
/proc/15699/statm: 5918 106 53 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 1.74 1.52 1.56 2/199 15699
/proc/meminfo: memFree=30979580/32770624 swapFree=0/530344
[pid=15699] ppid=15696 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 4226 0 0 0 3 0 0 0 20 0 9 0 78600271 10395312128 5357 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2537918 5357 2155 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.201927 s]
/proc/loadavg: 1.74 1.52 1.56 2/199 15699
/proc/meminfo: memFree=30979580/32770624 swapFree=0/530344
[pid=15699] ppid=15696 vsize=10551180 CPUtime=0.15 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 5831 0 0 0 14 1 0 0 20 0 15 0 78600271 10804408320 7278 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2637795 7278 2806 1 0 2627261 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 10551180

[startup+0.303766 s]
/proc/loadavg: 1.74 1.52 1.56 2/199 15699
/proc/meminfo: memFree=30979580/32770624 swapFree=0/530344
[pid=15699] ppid=15696 vsize=10553264 CPUtime=0.36 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 9220 0 0 0 34 2 0 0 20 0 15 0 78600271 10806542336 11583 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2638316 11583 2974 1 0 2627261 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10553264

[startup+0.700282 s]
/proc/loadavg: 1.74 1.52 1.56 2/199 15699
/proc/meminfo: memFree=30979580/32770624 swapFree=0/530344
[pid=15699] ppid=15696 vsize=10621952 CPUtime=1.34 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 13776 0 0 0 128 6 0 0 20 0 16 0 78600271 10876878848 31410 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2655488 31410 3076 1 0 2644414 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10621952

[startup+1.50069 s]
/proc/loadavg: 1.74 1.52 1.56 6/215 15715
/proc/meminfo: memFree=30785168/32770624 swapFree=0/530372
[pid=15699] ppid=15696 vsize=10624000 CPUtime=3.3 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 15414 0 0 0 318 12 0 0 20 0 16 0 78600271 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 54755 3119 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 78600278 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=0.72 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) R 15696 15699 31388 0 -1 4202560 1517 0 0 0 72 0 0 0 20 0 16 0 78600281 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082866280944 140083352338448 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) R 15696 15699 31388 0 -1 4202560 1159 0 0 0 66 0 0 0 20 0 16 0 78600281 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082865228400 140083352696776 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.44 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 1952 0 0 0 43 1 0 0 20 0 16 0 78600281 10878976000 54755 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 54775 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 78600285 10878976000 54775 18446744073709551615 4194304 4196468 140729409135248 140082862070064 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=1.15 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 3039 0 0 0 111 4 0 0 20 0 16 0 78600302 10878976000 54775 18446744073709551615 4194304 4196468 140729409135248 140082858880768 140082997493650 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 10624000

[startup+3.10068 s]
/proc/loadavg: 1.74 1.52 1.56 3/215 15715
/proc/meminfo: memFree=30770464/32770624 swapFree=0/530372
[pid=15699] ppid=15696 vsize=10624000 CPUtime=5.75 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 15840 0 0 0 562 13 0 0 20 0 16 0 78600271 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 55173 3125 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 78600278 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=1.09 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) D 15696 15699 31388 0 -1 4202560 1584 0 0 0 109 0 0 0 20 0 16 0 78600281 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082866281240 140083354454431 0 4 1 16800974 18446744072100924549 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=1.09 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) D 15696 15699 31388 0 -1 4202560 1365 0 0 0 109 0 0 0 20 0 16 0 78600281 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082865228696 140083354454431 0 4 1 16800974 18446744072100924549 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 2052 0 0 0 48 1 0 0 20 0 16 0 78600281 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) D 15696 15699 31388 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 78600285 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082862069984 140083359386382 0 4 1 16800974 18446744072100924549 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=2.76 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 3091 0 0 0 271 5 0 0 20 0 16 0 78600302 10878976000 55173 18446744073709551615 4194304 4196468 140729409135248 140082858879544 140082998219564 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 10624000

[startup+6.30061 s]
/proc/loadavg: 1.68 1.51 1.55 3/214 15715
/proc/meminfo: memFree=30766196/32770624 swapFree=0/530372
[pid=15699] ppid=15696 vsize=10624000 CPUtime=9.13 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 21872 0 0 0 899 14 0 0 20 0 16 0 78600271 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 56055 3127 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 16 0 78600278 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=1.13 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 31388 0 -1 1077944384 2991 0 0 0 113 0 0 0 20 0 16 0 78600281 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082866280944 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=1.19 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 31388 0 -1 1077944384 2506 0 0 0 119 0 0 0 20 0 16 0 78600281 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082865228400 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 2567 0 0 0 51 1 0 0 20 0 16 0 78600281 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 31388 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 16 0 78600285 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082862070064 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=5.95 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 5748 0 0 0 589 6 0 0 20 0 16 0 78600302 10878976000 56055 18446744073709551615 4194304 4196468 140729409135248 140082858867280 140082998011817 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.71 1.52 1.56 3/214 15715
/proc/meminfo: memFree=30766448/32770624 swapFree=0/530368
[pid=15699] ppid=15696 vsize=10624000 CPUtime=15.63 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 24310 0 0 0 1549 14 0 0 20 0 16 0 78600271 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 56123 3127 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 16 0 78600278 10878976000 56123 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0

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

[pid=15699] ppid=15696 vsize=10624000 CPUtime=2387.74 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 61141 0 0 0 238734 40 0 0 20 0 16 0 78600271 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 62017 3138 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 1136 0 0 0 1 1 0 0 20 0 16 0 78600278 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=2.19 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 31388 0 -1 1077944384 12930 0 0 0 218 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082866280944 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 31388 0 -1 1077944384 10147 0 0 0 202 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082865228400 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 10705 0 0 0 64 2 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 31388 0 -1 1077944384 948 0 0 0 18 28 0 0 20 0 16 0 78600285 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082862070064 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=2382.03 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 17611 0 0 0 238196 7 0 0 20 0 16 0 78600302 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082858879864 140082998053048 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 2387.74
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.01 2.00 1.89 3/218 15974
/proc/meminfo: memFree=30559256/32770624 swapFree=0/530760
[pid=15699] ppid=15696 vsize=10624000 CPUtime=2447.76 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 61203 0 0 0 244735 41 0 0 20 0 16 0 78600271 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 62017 3138 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 1136 0 0 0 1 1 0 0 20 0 16 0 78600278 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=2.19 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 31388 0 -1 1077944384 12930 0 0 0 218 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082866280944 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 31388 0 -1 1077944384 10147 0 0 0 202 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082865228400 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 10705 0 0 0 64 2 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 31388 0 -1 1077944384 952 0 0 0 19 28 0 0 20 0 16 0 78600285 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082862070064 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=2442.03 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 17669 0 0 0 244196 7 0 0 20 0 16 0 78600302 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082858879864 140082997404613 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 2447.76
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/214 15976
/proc/meminfo: memFree=30563184/32770624 swapFree=0/530772
[pid=15699] ppid=15696 vsize=10624000 CPUtime=2507.78 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 61581 0 0 0 250736 42 0 0 20 0 16 0 78600271 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 62017 3138 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 1143 0 0 0 1 1 0 0 20 0 16 0 78600278 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=2.19 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 31388 0 -1 1077944384 12938 0 0 0 218 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082866280944 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 31388 0 -1 1077944384 10149 0 0 0 202 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082865228400 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 10707 0 0 0 64 2 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 31388 0 -1 1077944384 983 0 0 0 19 29 0 0 20 0 16 0 78600285 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082862070064 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=2502.03 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 17997 0 0 0 250196 7 0 0 20 0 16 0 78600302 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082858879864 140082997404608 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 2507.78
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.6 s]
/proc/loadavg: 2.00 2.00 1.90 3/214 15976
/proc/meminfo: memFree=30563432/32770624 swapFree=0/530768
[pid=15699] ppid=15696 vsize=10624000 CPUtime=2520.09 cores=1,3,5,7
/proc/15699/stat : 15699 (java) S 15696 15699 31388 0 -1 1077944320 61583 0 0 0 251967 42 0 0 20 0 16 0 78600271 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140729409117792 140083374530295 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
/proc/15699/statm: 2656000 62017 3138 1 0 2644926 0
[pid=15699/tid=15701] ppid=15696 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/15699/task/15701/stat : 15701 (java) S 15696 15699 31388 0 -1 1077944384 6207 0 0 0 19 1 0 0 20 0 16 0 78600276 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083378773168 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15702] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15702/stat : 15702 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083315567376 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15703] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15703/stat : 15703 (java) S 15696 15699 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083314514832 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15704] ppid=15696 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/15699/task/15704/stat : 15704 (java) S 15696 15699 31388 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083313462288 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15705] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15705/stat : 15705 (java) S 15696 15699 31388 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 78600277 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140083312409744 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15706] ppid=15696 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/15699/task/15706/stat : 15706 (java) S 15696 15699 31388 0 -1 1077944384 1143 0 0 0 1 1 0 0 20 0 16 0 78600278 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082870491120 140083374541442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15707] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15707/stat : 15707 (java) S 15696 15699 31388 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082869437344 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15708] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15708/stat : 15708 (java) S 15696 15699 31388 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 78600279 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082868384752 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15709] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15709/stat : 15709 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082867333328 140083374548891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15710] ppid=15696 vsize=10624000 CPUtime=2.19 cores=1,3,5,7
/proc/15699/task/15710/stat : 15710 (java) S 15696 15699 31388 0 -1 1077944384 12938 0 0 0 218 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082866280944 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15711] ppid=15696 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/15699/task/15711/stat : 15711 (java) S 15696 15699 31388 0 -1 1077944384 10149 0 0 0 202 1 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082865228400 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15712] ppid=15696 vsize=10624000 CPUtime=0.66 cores=1,3,5,7
/proc/15699/task/15712/stat : 15712 (java) S 15696 15699 31388 0 -1 1077944384 10707 0 0 0 64 2 0 0 20 0 16 0 78600281 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082864175856 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15713] ppid=15696 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/15699/task/15713/stat : 15713 (java) S 15696 15699 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78600282 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082863123552 140083374540501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15714] ppid=15696 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/15699/task/15714/stat : 15714 (java) S 15696 15699 31388 0 -1 1077944384 985 0 0 0 19 30 0 0 20 0 16 0 78600285 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082862070064 140083374541442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
[pid=15699/tid=15715] ppid=15696 vsize=10624000 CPUtime=2514.34 cores=1,3,5,7
/proc/15699/task/15715/stat : 15715 (java) R 15696 15699 31388 0 -1 4202560 17997 0 0 0 251427 7 0 0 20 0 16 0 78600302 10878976000 62017 18446744073709551615 4194304 4196468 140729409135248 140082858879864 140082998864500 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20062208 140729409139149 140729409139278 140729409139278 140729409142735 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 10624000

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15699 sig 9
??? kill -15699 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2514.62
CPU time (s): 2520.11
CPU user time (s): 2519.68
CPU system time (s): 0.428056
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.68
system time used= 0.428056
maximum resident set size= 248784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57505
involuntary context switches= 827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3287 second user time and 13.517 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-09 22:21:44
IDJOB=4263839
IDBENCH=135971
IDSOLVER=2652
FILE ID=node134/4263839-1502310941
RUNJOBID= node134-1502258125-5061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263839-1502310941/watcher-4263839-1502310941 -o /tmp/evaluation-result-4263839-1502310941/solver-4263839-1502310941 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263839-1502310941.xml

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

MD5SUM BENCH= 3d6808b330f5ae5835187fa3c31c3257
RANDOM SEED=400185661

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30979108 kB
MemAvailable:   31836340 kB
Buffers:          260332 kB
Cached:           892008 kB
SwapCached:            0 kB
Active:           796396 kB
Inactive:         561576 kB
Active(anon):     207740 kB
Inactive(anon):    31224 kB
Active(file):     588656 kB
Inactive(file):   530352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8444 kB
Writeback:             0 kB
AnonPages:        254260 kB
Mapped:            58988 kB
Shmem:             33468 kB
Slab:             134484 kB
SReclaimable:     108120 kB
SUnreclaim:        26364 kB
KernelStack:        3776 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1042816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-09 23:03:39