Trace number 4264699

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)3 2520.05 2514.8101

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-11-11.xml
MD5SUMbb123246d746538548fb2ce23858e0c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints3026
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree102
Maximum variable degree102
Distribution of variable degrees[{"degree":102,"count":121}]
Minimum constraint arity4
Maximum constraint arity121
Distribution of constraint arities[{"arity":4,"count":3025},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints3025
Distribution of constraint types[{"type":"intension","count":3025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.26/0.35	
0.26/0.35	AbsCon 2 
0.26/0.35	
1.33/0.77	  Solving XCSP3-instance-4264699-1502323852 as a COP in -infty..+infty
1.33/0.77	  Loading variables...
1.67/0.83	  Loading constraints...
4.31/1.67	  Solver SolverBacktrack being built...
4.31/1.67	
4.64/1.71	  Preprocessing : gac=false, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
4.64/1.71	
6.75/3.41	o 4
7.22/3.61	o 3
2520.03/2514.80	
2520.03/2514.80	v <instantiation id='sol2' type='solution' cost='3'>  <list> x[][] </list>  <values> 0 0 0 1 1 1 1 2 2 3 3 0 1 2 0 1 3 3 1 2 0 1 1 2 0 2 3 2 2 1 1 0 0 1 2 2 0 2 0 1 2 0 1 1 2 0 1 1 2 0 0 1 3 0 2 2 0 2 0 0 2 1 1 3 3 0 2 1 1 2 0 0 1 2 1 2 3 2 2 0 3 0 1 0 1 0 1 3 2 3 1 0 3 1 0 0 2 3 1 2 3 1 3 1 0 3 0 3 1 0 2 3 3 1 0 3 2 0 1 0 1 </values>  </instantiation>
2520.03/2514.80	s SATISFIABLE

Verifier Data

OK	3

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

pid=19255
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: 2.05 2.11 2.03 3/200 19258
/proc/meminfo: memFree=29746968/32770624 swapFree=0/533868
[pid=19258] ppid=19255 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19258/stat : 19258 (runsolver) D 19255 19258 31388 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 79891410 24240128 106 18446744073709551615 4194304 4338465 140720792941056 140720792938696 140248046052055 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 10481664 140720792948896 140720792949321 140720792949321 140720792952778 0
/proc/19258/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.05 2.11 2.03 3/200 19258
/proc/meminfo: memFree=29746968/32770624 swapFree=0/533868
[pid=19258] ppid=19255 vsize=9936560 CPUtime=0.01 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 3510 0 0 0 1 0 0 0 20 0 6 0 79891410 10175037440 3711 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2484140 3711 1922 1 0 2473637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9936560

[startup+0.200324 s]
/proc/loadavg: 2.05 2.11 2.03 3/200 19258
/proc/meminfo: memFree=29746968/32770624 swapFree=0/533868
[pid=19258] ppid=19255 vsize=10551180 CPUtime=0.08 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 5374 0 0 0 7 1 0 0 20 0 15 0 79891410 10804408320 6900 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2637795 6900 2675 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551180

[startup+0.30031 s]
/proc/loadavg: 2.05 2.11 2.03 3/200 19258
/proc/meminfo: memFree=29746968/32770624 swapFree=0/533868
[pid=19258] ppid=19255 vsize=10553264 CPUtime=0.26 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 8986 0 0 0 23 3 0 0 20 0 15 0 79891410 10806542336 9807 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2638316 9807 2912 1 0 2627261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10553264

[startup+0.700511 s]
/proc/loadavg: 2.05 2.11 2.03 3/200 19258
/proc/meminfo: memFree=29746968/32770624 swapFree=0/533868
[pid=19258] ppid=19255 vsize=10621952 CPUtime=1.33 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 13759 0 0 0 128 5 0 0 20 0 16 0 79891410 10876878848 24983 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2655488 24983 3067 1 0 2644414 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10621952

[startup+1.5007 s]
/proc/loadavg: 2.21 2.14 2.04 5/216 19274
/proc/meminfo: memFree=29581688/32770624 swapFree=0/533648
[pid=19258] ppid=19255 vsize=10621952 CPUtime=3.95 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 17298 0 0 0 386 9 0 0 20 0 16 0 79891410 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2655488 53483 3119 1 0 2644414 0
[pid=19258/tid=19260] ppid=19255 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 16 0 79891419 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 79891419 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 79891419 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 79891419 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 79891420 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10621952 CPUtime=1 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) R 19255 19258 31388 0 -1 4202560 2157 0 0 0 100 0 0 0 20 0 16 0 79891423 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257450217432 140257939626079 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10621952 CPUtime=1 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) R 19255 19258 31388 0 -1 4202560 1668 0 0 0 99 1 0 0 20 0 16 0 79891423 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257449159872 140257936121832 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10621952 CPUtime=0.54 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 2689 0 0 0 53 1 0 0 20 0 16 0 79891423 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79891428 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10621952 CPUtime=1.11 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 3004 0 0 0 108 3 0 0 20 0 16 0 79891445 10876878848 53483 18446744073709551615 4194304 4196468 140731764038496 140257442818656 140257601816711 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 10621952

[startup+3.1007 s]
/proc/loadavg: 2.21 2.14 2.04 4/216 19274
/proc/meminfo: memFree=29480248/32770624 swapFree=0/533648
[pid=19258] ppid=19255 vsize=10624000 CPUtime=6.43 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 20526 0 0 0 627 16 0 0 20 0 16 0 79891410 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 70376 3130 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 136 0 0 0 4 2 0 0 20 0 16 0 79891419 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 16 0 79891419 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 132 0 0 0 5 1 0 0 20 0 16 0 79891419 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 48 0 0 0 3 1 0 0 20 0 16 0 79891419 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10624000 CPUtime=1.31 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 31388 0 -1 1077944384 2233 0 0 0 131 0 0 0 20 0 16 0 79891423 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257450224240 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10624000 CPUtime=1.35 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 31388 0 -1 1077944384 2240 0 0 0 134 1 0 0 20 0 16 0 79891423 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257449171440 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10624000 CPUtime=0.64 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 2864 0 0 0 63 1 0 0 20 0 16 0 79891423 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 79891428 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10624000 CPUtime=2.63 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 5056 0 0 0 259 4 0 0 20 0 16 0 79891445 10878976000 70376 18446744073709551615 4194304 4196468 140731764038496 140257442823032 140257605719077 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 10624000

[startup+6.30064 s]
/proc/loadavg: 2.21 2.14 2.04 3/216 19274
/proc/meminfo: memFree=29475936/32770624 swapFree=0/533644
[pid=19258] ppid=19255 vsize=10624000 CPUtime=10.55 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 28327 0 0 0 1038 17 0 0 20 0 16 0 79891410 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 70302 3131 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 136 0 0 0 4 2 0 0 20 0 16 0 79891419 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 16 0 79891419 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 132 0 0 0 5 1 0 0 20 0 16 0 79891419 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 48 0 0 0 3 1 0 0 20 0 16 0 79891419 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10624000 CPUtime=1.76 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 31388 0 -1 1077944384 5388 0 0 0 176 0 0 0 20 0 16 0 79891423 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257450224240 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10624000 CPUtime=1.75 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 31388 0 -1 1077944384 4053 0 0 0 174 1 0 0 20 0 16 0 79891423 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257449171440 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10624000 CPUtime=0.69 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 3751 0 0 0 68 1 0 0 20 0 16 0 79891423 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 79891428 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10624000 CPUtime=5.83 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 6836 0 0 0 579 4 0 0 20 0 16 0 79891445 10878976000 70302 18446744073709551615 4194304 4196468 140731764038496 140257442822856 140257605718117 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.18 2.14 2.04 3/216 19274
/proc/meminfo: memFree=29475852/32770624 swapFree=0/533640
[pid=19258] ppid=19255 vsize=10624000 CPUtime=17.01 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 30474 0 0 0 1684 17 0 0 20 0 16 0 79891410 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 70362 3132 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 136 0 0 0 4 2 0 0 20 0 16 0 79891419 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 102 0 0 0 3 0 0 0 20 0 16 0 79891419 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 132 0 0 0 5 1 0 0 20 0 16 0 79891419 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 48 0 0 0 3 1 0 0 20 0 16 0 79891419 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 70362 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0

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

/proc/meminfo: memFree=30406164/32770624 swapFree=0/533964
[pid=19258] ppid=19255 vsize=10624000 CPUtime=2387.49 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 59752 0 0 0 238696 53 0 0 20 0 16 0 79891410 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 123226 3142 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 1060 0 0 0 7 4 0 0 20 0 16 0 79891419 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 308 0 0 0 7 2 0 0 20 0 16 0 79891419 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 307 0 0 0 9 3 0 0 20 0 16 0 79891419 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 575 0 0 0 7 3 0 0 20 0 16 0 79891419 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 1291 0 0 0 1 2 0 0 20 0 16 0 79891420 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10624000 CPUtime=1.81 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 31388 0 -1 1077944384 7151 0 0 0 180 1 0 0 20 0 16 0 79891423 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257450224240 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10624000 CPUtime=1.82 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 31388 0 -1 1077944384 5650 0 0 0 181 1 0 0 20 0 16 0 79891423 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257449171440 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 8168 0 0 0 72 1 0 0 20 0 16 0 79891423 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10624000 CPUtime=0.54 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 1157 0 0 0 23 31 0 0 20 0 16 0 79891428 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10624000 CPUtime=2381.84 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 26457 0 0 0 238178 6 0 0 20 0 16 0 79891445 10878976000 123226 18446744073709551615 4194304 4196468 140731764038496 140257442823552 140257605570074 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 2387.49
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.00 2.05 2.19 3/215 19610
/proc/meminfo: memFree=30385684/32770624 swapFree=0/533992
[pid=19258] ppid=19255 vsize=10624000 CPUtime=2447.51 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 60211 0 0 0 244697 54 0 0 20 0 16 0 79891410 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 128346 3142 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 1060 0 0 0 7 4 0 0 20 0 16 0 79891419 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 308 0 0 0 7 2 0 0 20 0 16 0 79891419 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 307 0 0 0 9 3 0 0 20 0 16 0 79891419 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 575 0 0 0 7 3 0 0 20 0 16 0 79891419 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 1298 0 0 0 1 2 0 0 20 0 16 0 79891420 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10624000 CPUtime=1.81 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 31388 0 -1 1077944384 7159 0 0 0 180 1 0 0 20 0 16 0 79891423 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257450224240 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10624000 CPUtime=1.82 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 31388 0 -1 1077944384 5652 0 0 0 181 1 0 0 20 0 16 0 79891423 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257449171440 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 8170 0 0 0 72 1 0 0 20 0 16 0 79891423 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10624000 CPUtime=0.55 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 1188 0 0 0 24 31 0 0 20 0 16 0 79891428 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10624000 CPUtime=2441.85 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 26866 0 0 0 244178 7 0 0 20 0 16 0 79891445 10878976000 128346 18446744073709551615 4194304 4196468 140731764038496 140257442823552 140257606430883 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 2447.51
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.18 3/215 19612
/proc/meminfo: memFree=30369020/32770624 swapFree=0/534004
[pid=19258] ppid=19255 vsize=10624000 CPUtime=2507.52 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 60501 0 0 0 250697 55 0 0 20 0 16 0 79891410 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 132442 3142 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 1060 0 0 0 7 4 0 0 20 0 16 0 79891419 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 308 0 0 0 7 2 0 0 20 0 16 0 79891419 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 307 0 0 0 9 3 0 0 20 0 16 0 79891419 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 575 0 0 0 7 3 0 0 20 0 16 0 79891419 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 1298 0 0 0 1 2 0 0 20 0 16 0 79891420 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10624000 CPUtime=1.81 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 31388 0 -1 1077944384 7159 0 0 0 180 1 0 0 20 0 16 0 79891423 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257450224240 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10624000 CPUtime=1.82 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 31388 0 -1 1077944384 5652 0 0 0 181 1 0 0 20 0 16 0 79891423 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257449171440 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 8170 0 0 0 72 1 0 0 20 0 16 0 79891423 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10624000 CPUtime=0.56 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 1192 0 0 0 24 32 0 0 20 0 16 0 79891428 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10624000 CPUtime=2501.85 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 27152 0 0 0 250178 7 0 0 20 0 16 0 79891445 10878976000 132442 18446744073709551615 4194304 4196468 140731764038496 140257442823552 140257605548679 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 2507.52
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.8 s]
/proc/loadavg: 2.00 2.04 2.18 3/215 19612
/proc/meminfo: memFree=30364924/32770624 swapFree=0/534000
[pid=19258] ppid=19255 vsize=10624000 CPUtime=2520.03 cores=1,3,5,7
/proc/19258/stat : 19258 (java) S 19255 19258 31388 0 -1 1077944320 60893 0 0 0 251948 55 0 0 20 0 16 0 79891410 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140731764021040 140257958104823 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
/proc/19258/statm: 2656000 133466 3142 1 0 2644926 0
[pid=19258/tid=19260] ppid=19255 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/19258/task/19260/stat : 19260 (java) S 19255 19258 31388 0 -1 1077944384 6272 0 0 0 19 2 0 0 20 0 16 0 79891418 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257962347696 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19261] ppid=19255 vsize=10624000 CPUtime=0.11 cores=1,3,5,7
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 31388 0 -1 1077944384 1060 0 0 0 7 4 0 0 20 0 16 0 79891419 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257929948048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19262] ppid=19255 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 31388 0 -1 1077944384 308 0 0 0 7 2 0 0 20 0 16 0 79891419 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257568217872 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19263] ppid=19255 vsize=10624000 CPUtime=0.12 cores=1,3,5,7
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 31388 0 -1 1077944384 307 0 0 0 9 3 0 0 20 0 16 0 79891419 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257567165584 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19264] ppid=19255 vsize=10624000 CPUtime=0.1 cores=1,3,5,7
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 31388 0 -1 1077944384 575 0 0 0 7 3 0 0 20 0 16 0 79891419 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257566112784 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19265] ppid=19255 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 31388 0 -1 1077944384 1305 0 0 0 1 2 0 0 20 0 16 0 79891420 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257454434416 140257958115970 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19266] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79891420 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257453380384 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19267] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 79891421 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257452328048 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19268] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257451276368 140257958123419 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19269] ppid=19255 vsize=10624000 CPUtime=1.81 cores=1,3,5,7
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 31388 0 -1 1077944384 7167 0 0 0 180 1 0 0 20 0 16 0 79891423 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257450224240 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19270] ppid=19255 vsize=10624000 CPUtime=1.82 cores=1,3,5,7
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 31388 0 -1 1077944384 5654 0 0 0 181 1 0 0 20 0 16 0 79891423 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257449171440 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19271] ppid=19255 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 31388 0 -1 1077944384 8172 0 0 0 72 1 0 0 20 0 16 0 79891423 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257448119152 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19272] ppid=19255 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79891423 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257447066592 140257958115029 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19273] ppid=19255 vsize=10624000 CPUtime=0.57 cores=1,3,5,7
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 31388 0 -1 1077944384 1221 0 0 0 25 32 0 0 20 0 16 0 79891428 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257446013360 140257958115970 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
[pid=19258/tid=19274] ppid=19255 vsize=10624000 CPUtime=2514.35 cores=1,3,5,7
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 31388 0 -1 4202560 27496 0 0 0 251428 7 0 0 20 0 16 0 79891445 10878976000 133466 18446744073709551615 4194304 4196468 140731764038496 140257442823552 140257606430427 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39223296 140731764044237 140731764044366 140731764044366 140731764047823 0
Current children cumulated CPU time (s) 2520.03
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 19258 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2514.81
CPU time (s): 2520.05
CPU user time (s): 2519.49
CPU system time (s): 0.556066
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.49
system time used= 0.556066
maximum resident set size= 543088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57217
involuntary context switches= 922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.438 second user time and 14.4997 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-10 01:56:55
IDJOB=4264699
IDBENCH=139726
IDSOLVER=2652
FILE ID=node134/4264699-1502323852
RUNJOBID= node134-1502258125-5061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-11-11.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264699-1502323852/watcher-4264699-1502323852 -o /tmp/evaluation-result-4264699-1502323852/solver-4264699-1502323852 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264699-1502323852.xml

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
RANDOM SEED=471303679

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:        29746708 kB
MemAvailable:   30612848 kB
Buffers:          263432 kB
Cached:           897096 kB
SwapCached:            0 kB
Active:          2024252 kB
Inactive:         565092 kB
Active(anon):    1430404 kB
Inactive(anon):    31224 kB
Active(file):     593848 kB
Inactive(file):   533868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7672 kB
Writeback:             0 kB
AnonPages:       1427932 kB
Mapped:            59188 kB
Shmem:             33468 kB
Slab:             134900 kB
SReclaimable:     108516 kB
SUnreclaim:        26384 kB
KernelStack:        3536 kB
PageTables:         7472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3130588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 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-10 02:38:50