Trace number 4264225

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 NameAnswerCPU timeWall clock time
AbsCon-basic 2017-06-11? (TO) 2520.03 2512.6101

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.071172997
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.24/0.36	
0.24/0.36	AbsCon 2 
0.24/0.36	
0.58/0.59	  Solving XCSP3-instance-4264225-1502305529 as a CSP
0.58/0.59	  Loading variables...
0.84/0.62	  Loading constraints...
1.17/0.72	  Solver SolverBacktrack being built...
1.17/0.72	
1.17/0.76	  Preprocessing : gac=true, ccks=40, filters=173, revisions=62 (useless=61), AC=234, removals=234, inconsistent=false
1.17/0.76	

Verifier Data

One s line expected

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-4264225-1502305529/watcher-4264225-1502305529 -o /tmp/evaluation-result-4264225-1502305529/solver-4264225-1502305529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7907 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264225-1502305529.xml 

pid=18663
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.08 2.05 2.05 4/203 18666
/proc/meminfo: memFree=30670912/32770624 swapFree=0/384240
[pid=18666] ppid=18663 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18666/stat : 18666 (runsolver) D 18663 18666 1774 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 78368121 24240128 107 18446744073709551615 4194304 4338465 140733825823376 140733825821016 140595819340503 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 14180352 140733825831072 140733825831497 140733825831497 140733825834954 0
/proc/18666/statm: 5918 107 54 36 0 2156 0

[startup+0.100137 s]
/proc/loadavg: 2.08 2.05 2.05 4/203 18666
/proc/meminfo: memFree=30670912/32770624 swapFree=0/384240
[pid=18666] ppid=18663 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 3377 0 0 0 0 0 0 0 20 0 6 0 78368121 10175037440 4053 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2484140 4053 1910 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200773 s]
/proc/loadavg: 2.08 2.05 2.05 4/203 18666
/proc/meminfo: memFree=30670912/32770624 swapFree=0/384240
[pid=18666] ppid=18663 vsize=10551180 CPUtime=0.07 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 4976 0 0 0 6 1 0 0 20 0 15 0 78368121 10804408320 6479 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2637795 6479 2602 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.302195 s]
/proc/loadavg: 2.08 2.05 2.05 4/203 18666
/proc/meminfo: memFree=30670912/32770624 swapFree=0/384240
[pid=18666] ppid=18663 vsize=10551180 CPUtime=0.24 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 8753 0 0 0 22 2 0 0 20 0 15 0 78368121 10804408320 9612 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2637795 9612 2886 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551180

[startup+0.708349 s]
/proc/loadavg: 2.08 2.05 2.05 4/203 18666
/proc/meminfo: memFree=30670912/32770624 swapFree=0/384240
[pid=18666] ppid=18663 vsize=10621952 CPUtime=1.17 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 13767 0 0 0 112 5 0 0 20 0 16 0 78368121 10876878848 19320 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2655488 19320 3091 1 0 2644414 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10621952

[startup+1.50067 s]
/proc/loadavg: 2.00 2.03 2.04 3/219 18682
/proc/meminfo: memFree=30562952/32770624 swapFree=0/384284
[pid=18666] ppid=18663 vsize=10624000 CPUtime=2.75 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 19851 0 0 0 266 9 0 0 20 0 16 0 78368121 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 38097 3105 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 78368130 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 78368130 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 78368130 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 78368130 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 78368131 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 2827 0 0 0 46 1 0 0 20 0 16 0 78368134 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 1719 0 0 0 51 1 0 0 20 0 16 0 78368134 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.39 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 1991 0 0 0 39 0 0 0 20 0 16 0 78368134 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 78368140 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=1.13 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 5731 0 0 0 110 3 0 0 20 0 16 0 78368157 10878976000 38097 18446744073709551615 4194304 4196468 140732748623344 140642747077560 140642885974797 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 10624000

[startup+3.10069 s]
/proc/loadavg: 2.00 2.03 2.04 3/219 18682
/proc/meminfo: memFree=30476472/32770624 swapFree=0/384284
[pid=18666] ppid=18663 vsize=10624000 CPUtime=4.43 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 23194 0 0 0 433 10 0 0 20 0 16 0 78368121 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 51521 3127 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 16 0 78368130 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 16 0 78368130 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 78368130 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 16 0 78368130 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 16 0 78368131 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 3042 0 0 0 47 1 0 0 20 0 16 0 78368134 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.54 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 2226 0 0 0 53 1 0 0 20 0 16 0 78368134 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 3053 0 0 0 40 0 0 0 20 0 16 0 78368134 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 78368140 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=2.72 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 6136 0 0 0 268 4 0 0 20 0 16 0 78368157 10878976000 51521 18446744073709551615 4194304 4196468 140732748623344 140642747076528 140642885691032 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 10624000

[startup+6.30065 s]
/proc/loadavg: 2.00 2.03 2.04 4/219 18682
/proc/meminfo: memFree=30464336/32770624 swapFree=0/384284
[pid=18666] ppid=18663 vsize=10624000 CPUtime=7.72 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 24330 0 0 0 761 11 0 0 20 0 16 0 78368121 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 53713 3128 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 313 0 0 0 2 0 0 0 20 0 16 0 78368130 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 16 0 78368130 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 83 0 0 0 2 0 0 0 20 0 16 0 78368130 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 80 0 0 0 3 0 0 0 20 0 16 0 78368130 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 16 0 78368131 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.5 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 3250 0 0 0 49 1 0 0 20 0 16 0 78368134 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.54 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 2226 0 0 0 53 1 0 0 20 0 16 0 78368134 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.4 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 3060 0 0 0 40 0 0 0 20 0 16 0 78368134 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 16 0 78368140 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=5.89 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 6714 0 0 0 585 4 0 0 20 0 16 0 78368157 10878976000 53713 18446744073709551615 4194304 4196468 140732748623344 140642747079776 140642885621932 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.00 2.03 2.04 3/219 18683
/proc/meminfo: memFree=30466080/32770624 swapFree=0/384276
[pid=18666] ppid=18663 vsize=10624000 CPUtime=14.24 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 26331 0 0 0 1413 11 0 0 20 0 16 0 78368121 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 54134 3133 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 391 0 0 0 6 0 0 0 20 0 16 0 78368130 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 428 0 0 0 6 0 0 0 20 0 16 0 78368130 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 455 0 0 0 6 0 0 0 20 0 16 0 78368130 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 434 0 0 0 6 0 0 0 20 0 16 0 78368130 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 16 0 78368131 10878976000 54134 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0

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

/proc/meminfo: memFree=30008740/32770624 swapFree=0/384672
[pid=18666] ppid=18663 vsize=10624000 CPUtime=2389.4 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 67133 0 0 0 238839 101 0 0 20 0 16 0 78368121 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 36802 3134 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=1.93 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 4968 0 0 0 177 16 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=1.94 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 2691 0 0 0 175 19 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=1.95 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 3394 0 0 0 177 18 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=1.93 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 3399 0 0 0 178 15 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=2.28 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 5976 0 0 0 213 15 0 0 20 0 16 0 78368131 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 5135 0 0 0 52 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 4694 0 0 0 60 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 8472 0 0 0 44 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0.5 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 1049 0 0 0 18 32 0 0 20 0 16 0 78368140 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=2376.97 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 19738 0 0 0 237687 10 0 0 20 0 16 0 78368157 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642747079760 140642885691122 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 2389.4
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 1.46 1.52 1.65 3/216 19039
/proc/meminfo: memFree=30012020/32770624 swapFree=0/384676
[pid=18666] ppid=18663 vsize=10624000 CPUtime=2449.55 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 67980 0 0 0 244852 103 0 0 20 0 16 0 78368121 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 36802 3134 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 4970 0 0 0 182 16 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=1.99 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 2697 0 0 0 180 19 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=2 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 3446 0 0 0 182 18 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=1.98 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 3764 0 0 0 182 16 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=2.35 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 6153 0 0 0 219 16 0 0 20 0 16 0 78368131 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 5137 0 0 0 52 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 4696 0 0 0 60 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 8474 0 0 0 44 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 1066 0 0 0 19 33 0 0 20 0 16 0 78368140 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=2436.83 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 19960 0 0 0 243673 10 0 0 20 0 16 0 78368157 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642747079760 140642886568644 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 2449.55
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.60 1.55 1.65 3/216 19041
/proc/meminfo: memFree=30012120/32770624 swapFree=0/384668
[pid=18666] ppid=18663 vsize=10624000 CPUtime=2509.68 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 68087 0 0 0 250863 105 0 0 20 0 16 0 78368121 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 36802 3134 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 4970 0 0 0 187 16 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 2697 0 0 0 184 19 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=2.04 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 3446 0 0 0 186 18 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 3764 0 0 0 186 17 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=2.4 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 6158 0 0 0 224 16 0 0 20 0 16 0 78368131 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 5137 0 0 0 52 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 4696 0 0 0 60 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 8474 0 0 0 44 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 1070 0 0 0 20 33 0 0 20 0 16 0 78368140 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=2496.71 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 20058 0 0 0 249661 10 0 0 20 0 16 0 78368157 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642747079888 140642886062368 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 2509.68
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.6 s]
/proc/loadavg: 1.66 1.56 1.66 3/216 19041
/proc/meminfo: memFree=30012236/32770624 swapFree=0/384664
[pid=18666] ppid=18663 vsize=10624000 CPUtime=2520.01 cores=1,3,5,7
/proc/18666/stat : 18666 (java) S 18663 18666 1774 0 -1 1077944320 68112 0 0 0 251896 105 0 0 20 0 16 0 78368121 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140732748605888 140643262299895 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
/proc/18666/statm: 2656000 36802 3134 1 0 2644926 0
[pid=18666/tid=18668] ppid=18663 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/18666/task/18668/stat : 18668 (java) S 18663 18666 1774 0 -1 1077944384 6207 0 0 0 19 2 0 0 20 0 16 0 78368129 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643266542768 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18669] ppid=18663 vsize=10624000 CPUtime=2.04 cores=1,3,5,7
/proc/18666/task/18669/stat : 18669 (java) S 18663 18666 1774 0 -1 1077944384 4970 0 0 0 188 16 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643203337104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18670] ppid=18663 vsize=10624000 CPUtime=2.04 cores=1,3,5,7
/proc/18666/task/18670/stat : 18670 (java) S 18663 18666 1774 0 -1 1077944384 2697 0 0 0 185 19 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140643202284304 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18671] ppid=18663 vsize=10624000 CPUtime=2.05 cores=1,3,5,7
/proc/18666/task/18671/stat : 18671 (java) S 18663 18666 1774 0 -1 1077944384 3446 0 0 0 187 18 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642871012496 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18672] ppid=18663 vsize=10624000 CPUtime=2.04 cores=1,3,5,7
/proc/18666/task/18672/stat : 18672 (java) S 18663 18666 1774 0 -1 1077944384 3764 0 0 0 187 17 0 0 20 0 16 0 78368130 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642869959696 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18673] ppid=18663 vsize=10624000 CPUtime=2.41 cores=1,3,5,7
/proc/18666/task/18673/stat : 18673 (java) S 18663 18666 1774 0 -1 1077944384 6160 0 0 0 225 16 0 0 20 0 16 0 78368131 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642758690928 140643262311042 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18674] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18674/stat : 18674 (java) S 18663 18666 1774 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642757636896 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18675] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18675/stat : 18675 (java) S 18663 18666 1774 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 78368132 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642756584560 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18676] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18676/stat : 18676 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642755532880 140643262318491 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18677] ppid=18663 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/18666/task/18677/stat : 18677 (java) S 18663 18666 1774 0 -1 1077944384 5137 0 0 0 52 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642754480752 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18678] ppid=18663 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/18666/task/18678/stat : 18678 (java) S 18663 18666 1774 0 -1 1077944384 4696 0 0 0 60 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642753427952 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18679] ppid=18663 vsize=10624000 CPUtime=0.45 cores=1,3,5,7
/proc/18666/task/18679/stat : 18679 (java) S 18663 18666 1774 0 -1 1077944384 8474 0 0 0 44 1 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642752375664 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18680] ppid=18663 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/18666/task/18680/stat : 18680 (java) S 18663 18666 1774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78368134 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642751323104 140643262310101 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18681] ppid=18663 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/18666/task/18681/stat : 18681 (java) S 18663 18666 1774 0 -1 1077944384 1072 0 0 0 20 33 0 0 20 0 16 0 78368140 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642750269872 140643262311042 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
[pid=18666/tid=18682] ppid=18663 vsize=10624000 CPUtime=2506.98 cores=1,3,5,7
/proc/18666/task/18682/stat : 18682 (java) R 18663 18666 1774 0 -1 4202560 20079 0 0 0 250688 10 0 0 20 0 16 0 78368157 10878976000 36802 18446744073709551615 4194304 4196468 140732748623344 140642747079760 140642885690936 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12484608 140732748624333 140732748624462 140732748624462 140732748627919 0
Current children cumulated CPU time (s) 2520.01
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 18666 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2512.61
CPU time (s): 2520.03
CPU user time (s): 2518.97
CPU system time (s): 1.0602
CPU usage (%): 100.295
Max. virtual memory (cumulated for all children) (KiB): 10625024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.97
system time used= 1.0602
maximum resident set size= 218668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68289
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117409
involuntary context switches= 4976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.413 second user time and 15.4418 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-09 20:51:22
IDJOB=4264225
IDBENCH=134531
IDSOLVER=2652
FILE ID=node133/4264225-1502305529
RUNJOBID= node133-1502259076-7907
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264225-1502305529/watcher-4264225-1502305529 -o /tmp/evaluation-result-4264225-1502305529/solver-4264225-1502305529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502259076-7907 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264225-1502305529.xml

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

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=581609120

node133.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.17
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.17
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.17
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.17
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:        30670912 kB
MemAvailable:   31407556 kB
Buffers:          267364 kB
Cached:           765528 kB
SwapCached:            0 kB
Active:          1250812 kB
Inactive:         417352 kB
Active(anon):     635752 kB
Inactive(anon):    33112 kB
Active(file):     615060 kB
Inactive(file):   384240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7848 kB
Writeback:             4 kB
AnonPages:        635268 kB
Mapped:            59840 kB
Shmem:             33468 kB
Slab:             132712 kB
SReclaimable:     106360 kB
SUnreclaim:        26352 kB
KernelStack:        3568 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1552972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node133 at 2017-08-09 21:33:14