Trace number 4264558

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 2517.01

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-129.xml
MD5SUM98286cf95bf5397e70229f7335ae5343
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 benchmark2.92555
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size404
Maximum domain size404
Distribution of domain sizes[{"size":404,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.21/0.37	
0.21/0.37	AbsCon 2 
0.21/0.37	
0.55/0.58	  Solving XCSP3-instance-4264558-1502293468 as a CSP
0.55/0.58	  Loading variables...
0.77/0.65	  Loading constraints...
1.49/0.89	  Solver SolverBacktrack being built...
1.49/0.89	
1.81/0.92	  Preprocessing : gac=false, ccks=20580, filters=52, revisions=53 (useless=2), AC=3040, removals=3040, inconsistent=false
1.81/0.92	

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-4264558-1502293468/watcher-4264558-1502293468 -o /tmp/evaluation-result-4264558-1502293468/solver-4264558-1502293468 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9066 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264558-1502293468.xml 

pid=16329
running on 4 cores: 0,2,4,6

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.00 1.99 1.97 3/202 16332
/proc/meminfo: memFree=31086424/32770624 swapFree=0/413224
[pid=16332] ppid=16329 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16332/stat : 16332 (runsolver) D 16329 16332 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 128999761 24240128 106 18446744073709551615 4194304 4338465 140726900898112 140726900895752 139727819326167 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 33595392 140726900904096 140726900904521 140726900904521 140726900907978 0
/proc/16332/statm: 5918 106 53 36 0 2156 0

[startup+0.100189 s]
/proc/loadavg: 2.00 1.99 1.97 3/202 16332
/proc/meminfo: memFree=31086424/32770624 swapFree=0/413224
[pid=16332] ppid=16329 vsize=9936560 CPUtime=0.01 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 3488 0 0 0 1 0 0 0 20 0 6 0 128999761 10175037440 4143 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2484140 4209 1922 1 0 2473637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9936560

[startup+0.200356 s]
/proc/loadavg: 2.00 1.99 1.97 3/202 16332
/proc/meminfo: memFree=31086424/32770624 swapFree=0/413224
[pid=16332] ppid=16329 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 4912 0 0 0 4 1 0 0 20 0 14 0 128999761 10736119808 6464 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2621123 6464 2575 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300731 s]
/proc/loadavg: 2.00 1.99 1.97 3/202 16332
/proc/meminfo: memFree=31086424/32770624 swapFree=0/413224
[pid=16332] ppid=16329 vsize=10551180 CPUtime=0.21 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 8655 0 0 0 19 2 0 0 20 0 15 0 128999761 10804408320 9480 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2637795 9480 2869 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551180

[startup+0.701095 s]
/proc/loadavg: 2.00 1.99 1.97 3/202 16332
/proc/meminfo: memFree=31086424/32770624 swapFree=0/413224
[pid=16332] ppid=16329 vsize=10621952 CPUtime=1.11 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 14268 0 0 0 106 5 0 0 20 0 16 0 128999761 10876878848 20421 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2655488 20421 3084 1 0 2644414 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 10621952

[startup+1.50053 s]
/proc/loadavg: 2.00 1.99 1.97 5/218 16348
/proc/meminfo: memFree=30962208/32770624 swapFree=0/413244
[pid=16332] ppid=16329 vsize=10624000 CPUtime=2.63 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 15602 0 0 0 256 7 0 0 20 0 16 0 128999761 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 34452 3097 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 128999771 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.42 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 1427 0 0 0 42 0 0 0 20 0 16 0 128999774 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.43 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 1301 0 0 0 43 0 0 0 20 0 16 0 128999774 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.41 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 1930 0 0 0 40 1 0 0 20 0 16 0 128999774 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999781 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=1.12 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 3345 0 0 0 110 2 0 0 20 0 16 0 128999798 10878976000 34452 18446744073709551615 4194304 4196468 140723091293456 140501473751568 140502086237478 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 10624000

[startup+3.10054 s]
/proc/loadavg: 2.00 1.99 1.97 4/218 16348
/proc/meminfo: memFree=30960844/32770624 swapFree=0/413276
[pid=16332] ppid=16329 vsize=10624000 CPUtime=4.36 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 20010 0 0 0 428 8 0 0 20 0 16 0 128999761 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 35255 3097 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 128999771 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.49 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 2255 0 0 0 49 0 0 0 20 0 16 0 128999774 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.48 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 1871 0 0 0 48 0 0 0 20 0 16 0 128999774 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.43 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 2469 0 0 0 42 1 0 0 20 0 16 0 128999774 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 16 0 128999781 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=2.72 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 5765 0 0 0 269 3 0 0 20 0 16 0 128999798 10878976000 35255 18446744073709551615 4194304 4196468 140723091293456 140501473757864 140502089724352 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 10624000

[startup+6.30055 s]
/proc/loadavg: 2.00 1.99 1.97 3/218 16348
/proc/meminfo: memFree=30945332/32770624 swapFree=0/413284
[pid=16332] ppid=16329 vsize=10624000 CPUtime=7.73 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 23254 0 0 0 765 8 0 0 20 0 16 0 128999761 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 38955 3104 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 128999770 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 16 0 128999771 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.54 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 2381 0 0 0 54 0 0 0 20 0 16 0 128999774 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 3073 0 0 0 57 0 0 0 20 0 16 0 128999774 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.46 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 3169 0 0 0 45 1 0 0 20 0 16 0 128999774 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 16 0 128999781 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=5.91 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 6445 0 0 0 588 3 0 0 20 0 16 0 128999798 10878976000 38955 18446744073709551615 4194304 4196468 140723091293456 140501473756248 140502089758016 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.00 1.99 1.97 4/218 16348
/proc/meminfo: memFree=30909984/32770624 swapFree=0/413284
[pid=16332] ppid=16329 vsize=10624000 CPUtime=14.49 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 29701 0 0 0 1435 14 0 0 20 0 16 0 128999761 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 55687 3131 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 16 0 128999770 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 322 0 0 0 1 1 0 0 20 0 16 0 128999770 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 75 0 0 0 1 1 0 0 20 0 16 0 128999770 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 487 0 0 0 1 1 0 0 20 0 16 0 128999770 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 618 0 0 0 0 0 0 0 20 0 16 0 128999771 10878976000 55687 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0

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

/proc/meminfo: memFree=30765752/32770624 swapFree=0/413572
[pid=16332] ppid=16329 vsize=10624000 CPUtime=2385.28 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 51202 0 0 0 238483 45 0 0 20 0 16 0 128999761 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 70766 3141 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 636 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1704 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1775 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0.11 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 1796 0 0 0 9 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 2044 0 0 0 2 2 0 0 20 0 16 0 128999771 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 6430 0 0 0 81 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 7607 0 0 0 85 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 6189 0 0 0 50 1 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 1282 0 0 0 28 43 0 0 20 0 16 0 128999781 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=2381.58 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 14085 0 0 0 238153 5 0 0 20 0 16 0 128999798 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501473759168 140502089758051 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 2385.28
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 1.88 1.98 1.99 3/219 16678
/proc/meminfo: memFree=30748372/32770624 swapFree=0/413600
[pid=16332] ppid=16329 vsize=10624000 CPUtime=2445.3 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 51307 0 0 0 244484 46 0 0 20 0 16 0 128999761 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 70766 3141 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 636 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1704 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1775 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0.11 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 1796 0 0 0 9 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 2051 0 0 0 2 2 0 0 20 0 16 0 128999771 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 6438 0 0 0 81 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 7607 0 0 0 85 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 6189 0 0 0 50 1 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0.73 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 1313 0 0 0 29 44 0 0 20 0 16 0 128999781 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=2441.57 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 14144 0 0 0 244152 5 0 0 20 0 16 0 128999798 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501473759168 140502089777896 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 2445.3
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.96 1.99 1.99 3/216 16680
/proc/meminfo: memFree=30767088/32770624 swapFree=0/413592
[pid=16332] ppid=16329 vsize=10624000 CPUtime=2505.31 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 51415 0 0 0 250485 46 0 0 20 0 16 0 128999761 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 70766 3141 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 636 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1704 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1775 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0.11 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 1796 0 0 0 9 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 2058 0 0 0 2 2 0 0 20 0 16 0 128999771 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 6446 0 0 0 81 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 7609 0 0 0 85 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 6191 0 0 0 50 1 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0.74 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 1346 0 0 0 30 44 0 0 20 0 16 0 128999781 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=2501.57 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 14200 0 0 0 250152 5 0 0 20 0 16 0 128999798 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501473759168 140502089707136 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 2505.31
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2517 s]
/proc/loadavg: 1.97 1.99 1.99 3/215 16680
/proc/meminfo: memFree=30770452/32770624 swapFree=0/413588
[pid=16332] ppid=16329 vsize=10624000 CPUtime=2520.02 cores=0,2,4,6
/proc/16332/stat : 16332 (java) S 16329 16332 4525 0 -1 1077944320 51432 0 0 0 251955 47 0 0 20 0 16 0 128999761 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140723091276000 140502444764919 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
/proc/16332/statm: 2656000 70766 3141 1 0 2644926 0
[pid=16332/tid=16334] ppid=16329 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16332/task/16334/stat : 16334 (java) S 16329 16332 4525 0 -1 1077944384 6230 0 0 0 19 2 0 0 20 0 16 0 128999769 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502449007792 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16335] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16335/stat : 16335 (java) S 16329 16332 4525 0 -1 1077944384 636 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502407871120 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16336] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16336/stat : 16336 (java) S 16329 16332 4525 0 -1 1077944384 1704 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502054545936 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16337] ppid=16329 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/16332/task/16337/stat : 16337 (java) S 16329 16332 4525 0 -1 1077944384 1775 0 0 0 10 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502053493136 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16338] ppid=16329 vsize=10624000 CPUtime=0.11 cores=0,2,4,6
/proc/16332/task/16338/stat : 16338 (java) S 16329 16332 4525 0 -1 1077944384 1796 0 0 0 9 2 0 0 20 0 16 0 128999770 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502052440336 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16339] ppid=16329 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16332/task/16339/stat : 16339 (java) S 16329 16332 4525 0 -1 1077944384 2058 0 0 0 2 2 0 0 20 0 16 0 128999771 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502008863600 140502444776066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16340] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16340/stat : 16340 (java) S 16329 16332 4525 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502007809568 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16341] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16341/stat : 16341 (java) S 16329 16332 4525 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 128999772 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502006756720 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16342] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16342/stat : 16342 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502005705040 140502444783515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16343] ppid=16329 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/16332/task/16343/stat : 16343 (java) S 16329 16332 4525 0 -1 1077944384 6446 0 0 0 81 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140502004652400 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16344] ppid=16329 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16332/task/16344/stat : 16344 (java) S 16329 16332 4525 0 -1 1077944384 7609 0 0 0 85 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501480106224 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16345] ppid=16329 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/16332/task/16345/stat : 16345 (java) S 16329 16332 4525 0 -1 1077944384 6191 0 0 0 50 1 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501479053424 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16346] ppid=16329 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16332/task/16346/stat : 16346 (java) S 16329 16332 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 128999774 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501478000864 140502444775125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16347] ppid=16329 vsize=10624000 CPUtime=0.75 cores=0,2,4,6
/proc/16332/task/16347/stat : 16347 (java) S 16329 16332 4525 0 -1 1077944384 1348 0 0 0 30 45 0 0 20 0 16 0 128999781 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501476949168 140502444776066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
[pid=16332/tid=16348] ppid=16329 vsize=10624000 CPUtime=2516.27 cores=0,2,4,6
/proc/16332/task/16348/stat : 16348 (java) R 16329 16332 4525 0 -1 4202560 14215 0 0 0 251622 5 0 0 20 0 16 0 128999798 10878976000 70766 18446744073709551615 4194304 4196468 140723091293456 140501473759168 140502089707143 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30228480 140723091296717 140723091296846 140723091296846 140723091300303 0
Current children cumulated CPU time (s) 2520.02
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 16332 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2517.01
CPU time (s): 2520.03
CPU user time (s): 2519.56
CPU system time (s): 0.475057
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.56
system time used= 0.475057
maximum resident set size= 290760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57171
involuntary context switches= 4263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6106 second user time and 14.4314 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-09 17:30:05
IDJOB=4264558
IDBENCH=127922
IDSOLVER=2652
FILE ID=node132/4264558-1502293468
RUNJOBID= node132-1502257024-9066
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-129.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264558-1502293468/watcher-4264558-1502293468 -o /tmp/evaluation-result-4264558-1502293468/solver-4264558-1502293468 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9066 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264558-1502293468.xml

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

MD5SUM BENCH= 98286cf95bf5397e70229f7335ae5343
RANDOM SEED=909273805

node132.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.74
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.74
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.74
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.74
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:        31086464 kB
MemAvailable:   31822184 kB
Buffers:          269356 kB
Cached:           770088 kB
SwapCached:            0 kB
Active:           797884 kB
Inactive:         454044 kB
Active(anon):     212976 kB
Inactive(anon):    40820 kB
Active(file):     584908 kB
Inactive(file):   413224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7904 kB
Writeback:             0 kB
AnonPages:        211832 kB
Mapped:            67804 kB
Shmem:             41660 kB
Slab:             133212 kB
SReclaimable:     106848 kB
SUnreclaim:        26364 kB
KernelStack:        3616 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1173576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-09 18:12:02