Trace number 4257395

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11? (TO) 242.17999 240.011

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-561.xml
MD5SUM0151e8a579557b2b9e30bd86d2d74102
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1901
Number of constraints203
Number of domains2
Minimum domain size101
Maximum domain size178
Distribution of domain sizes[{"size":101,"count":1},{"size":178,"count":1900}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1800},{"degree":5,"count":100}]
Minimum constraint arity19
Maximum constraint arity1900
Distribution of constraint arities[{"arity":19,"count":200},{"arity":101,"count":1},{"arity":1900,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":100},{"type":"lex","count":1},{"type":"sum","count":100},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.33	
0.29/0.33	AbsCon 2 
0.29/0.33	
0.63/0.58	  Solving XCSP3-instance-4257395-1501660231 as a COP in -infty..+infty
0.63/0.58	  Loading variables...
1.25/0.74	  Loading constraints...
1.76/0.97	  Solver SolverBacktrack being built...
1.76/0.97	
2.44/1.28	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
2.44/1.28	
242.16/240.00	
242.16/240.00	s UNKNOWN

Verifier Data


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-4257395-1501660231/watcher-4257395-1501660231 -o /tmp/evaluation-result-4257395-1501660231/solver-4257395-1501660231 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16608 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257395-1501660231.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.09 2.08 2.32 3/195 17678
/proc/meminfo: memFree=31467076/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17678/stat : 17678 (runsolver) D 17675 17678 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14646185 24240128 106 18446744073709551615 4194304 4338465 140730283460288 140730283457928 139674081129175 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 35991552 140730283462815 140730283463238 140730283463238 140730283466698 0
/proc/17678/statm: 5918 106 53 36 0 2156 0

[startup+0.100341 s]
/proc/loadavg: 2.09 2.08 2.32 3/195 17678
/proc/meminfo: memFree=31467076/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=10019572 CPUtime=0.02 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 3605 0 0 0 1 1 0 0 20 0 8 0 14646185 10260041728 4821 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2504893 4821 2043 1 0 2494398 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10019572

[startup+0.200518 s]
/proc/loadavg: 2.09 2.08 2.32 3/195 17678
/proc/meminfo: memFree=31467076/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=10551180 CPUtime=0.1 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 5035 0 0 0 9 1 0 0 20 0 15 0 14646185 10804408320 7047 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2637795 7047 2771 1 0 2627269 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551180

[startup+0.300971 s]
/proc/loadavg: 2.09 2.08 2.32 3/195 17678
/proc/meminfo: memFree=31467076/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=10553264 CPUtime=0.29 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 8552 0 0 0 26 3 0 0 20 0 15 0 14646185 10806542336 9956 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2638316 9956 2946 1 0 2627269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10553264

[startup+0.700165 s]
/proc/loadavg: 2.09 2.08 2.32 3/195 17678
/proc/meminfo: memFree=31467076/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=10621952 CPUtime=1.25 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 12614 0 0 0 119 6 0 0 20 0 16 0 14646185 10876878848 34747 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2655488 34747 3076 1 0 2644422 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10621952

[startup+1.50068 s]
/proc/loadavg: 2.09 2.08 2.32 3/211 17694
/proc/meminfo: memFree=31271740/32770624 swapFree=0/242388
[pid=17678] ppid=17675 vsize=10624000 CPUtime=2.97 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 14045 0 0 0 285 12 0 0 20 0 16 0 14646185 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 53406 3111 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 1275 0 0 0 57 0 0 0 20 0 16 0 14646197 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.49 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) R 17675 17678 5091 0 -1 4202560 653 0 0 0 49 0 0 0 20 0 16 0 14646197 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921441320703 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.46 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 1795 0 0 0 46 0 0 0 20 0 16 0 14646197 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14646201 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=1.13 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 3041 0 0 0 110 3 0 0 20 0 16 0 14646218 10878976000 53406 18446744073709551615 4194304 4196468 140721124222192 139920941115856 139921063966285 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10624000

[startup+3.10068 s]
/proc/loadavg: 2.09 2.08 2.32 3/211 17694
/proc/meminfo: memFree=31271120/32770624 swapFree=0/242388
[pid=17678] ppid=17675 vsize=10624000 CPUtime=4.67 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 14115 0 0 0 454 13 0 0 20 0 16 0 14646185 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 53470 3112 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.58 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 1281 0 0 0 58 0 0 0 20 0 16 0 14646197 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.56 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) R 17675 17678 5091 0 -1 4202560 659 0 0 0 56 0 0 0 20 0 16 0 14646197 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921441851641 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.47 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 1827 0 0 0 47 0 0 0 20 0 16 0 14646197 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14646201 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=2.73 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 3067 0 0 0 270 3 0 0 20 0 16 0 14646218 10878976000 53470 18446744073709551615 4194304 4196468 140721124222192 139920941113568 139921064217475 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 10624000

[startup+6.30075 s]
/proc/loadavg: 2.00 2.06 2.31 3/211 17694
/proc/meminfo: memFree=31268564/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=10624000 CPUtime=8.1 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 17201 0 0 0 797 13 0 0 20 0 16 0 14646185 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 53834 3114 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 1990 0 0 0 71 0 0 0 20 0 16 0 14646197 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.64 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) S 17675 17678 5091 0 -1 1077944384 1435 0 0 0 64 0 0 0 20 0 16 0 14646197 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.49 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 2387 0 0 0 49 0 0 0 20 0 16 0 14646197 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 16 0 14646201 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=5.93 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 3756 0 0 0 590 3 0 0 20 0 16 0 14646218 10878976000 53834 18446744073709551615 4194304 4196468 140721124222192 139920941113552 139921064085910 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 10624000

[startup+12.7008 s]
/proc/loadavg: 1.92 2.04 2.30 3/211 17694
/proc/meminfo: memFree=31268316/32770624 swapFree=0/242400
[pid=17678] ppid=17675 vsize=10624000 CPUtime=14.52 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 18265 0 0 0 1439 13 0 0 20 0 16 0 14646185 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 53911 3114 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 336 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 53911 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0

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

/proc/meminfo: memFree=31264288/32770624 swapFree=0/242456
[pid=17678] ppid=17675 vsize=10624000 CPUtime=104.3 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 24122 0 0 0 10414 16 0 0 20 0 16 0 14646185 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 53942 3115 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.77 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 3894 0 0 0 77 0 0 0 20 0 16 0 14646197 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.69 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) S 17675 17678 5091 0 -1 1077944384 2845 0 0 0 69 0 0 0 20 0 16 0 14646197 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 3044 0 0 0 50 0 0 0 20 0 16 0 14646197 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 487 0 0 0 2 3 0 0 20 0 16 0 14646201 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=101.94 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 6287 0 0 0 10191 3 0 0 20 0 16 0 14646218 10878976000 53942 18446744073709551615 4194304 4196468 140721124222192 139920941116664 139921063965866 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 104.3
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 2.10 2.06 2.27 3/211 17699
/proc/meminfo: memFree=31262772/32770624 swapFree=0/242476
[pid=17678] ppid=17675 vsize=10624000 CPUtime=164.38 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 25713 0 0 0 16421 17 0 0 20 0 16 0 14646185 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 54286 3115 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.81 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 4901 0 0 0 81 0 0 0 20 0 16 0 14646197 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.69 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) S 17675 17678 5091 0 -1 1077944384 2849 0 0 0 69 0 0 0 20 0 16 0 14646197 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 3362 0 0 0 50 0 0 0 20 0 16 0 14646197 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 500 0 0 0 5 4 0 0 20 0 16 0 14646201 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=161.93 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 6536 0 0 0 16190 3 0 0 20 0 16 0 14646218 10878976000 54286 18446744073709551615 4194304 4196468 140721124222192 139920941116744 139921063966222 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 164.38
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 2.04 2.04 2.25 3/212 17716
/proc/meminfo: memFree=31260504/32770624 swapFree=0/242500
[pid=17678] ppid=17675 vsize=10624000 CPUtime=224.45 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 27295 0 0 0 22427 18 0 0 20 0 16 0 14646185 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 54303 3115 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 5401 0 0 0 83 0 0 0 20 0 16 0 14646197 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) S 17675 17678 5091 0 -1 1077944384 3262 0 0 0 71 0 0 0 20 0 16 0 14646197 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 3418 0 0 0 51 0 0 0 20 0 16 0 14646197 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 573 0 0 0 6 6 0 0 20 0 16 0 14646201 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=221.94 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 7033 0 0 0 22191 3 0 0 20 0 16 0 14646218 10878976000 54303 18446744073709551615 4194304 4196468 140721124222192 139920941116904 139921064530675 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 224.45
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.03 2.04 2.25 3/212 17795
/proc/meminfo: memFree=31541932/32770624 swapFree=0/242544
[pid=17678] ppid=17675 vsize=10624000 CPUtime=242.16 cores=0,2,4,6
/proc/17678/stat : 17678 (java) S 17675 17678 5091 0 -1 1077944320 27382 0 0 0 24198 18 0 0 20 0 16 0 14646185 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 140721124204736 139921456930551 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
/proc/17678/statm: 2656000 54304 3115 1 0 2644934 0
[pid=17678/tid=17680] ppid=17675 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17678/task/17680/stat : 17680 (java) S 17675 17678 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14646192 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139921461173424 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17681] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17681/stat : 17681 (java) S 17675 17678 5091 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139921387350416 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17682] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17682/stat : 17682 (java) S 17675 17678 5091 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139921386297616 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17683] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17683/stat : 17683 (java) S 17675 17678 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 14646193 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139921385245328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17684] ppid=17675 vsize=10624000 CPUtime=0.01 cores=0,2,4,6
/proc/17678/task/17684/stat : 17684 (java) S 17675 17678 5091 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 16 0 14646193 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139921384192528 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17685] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17685/stat : 17685 (java) S 17675 17678 5091 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 16 0 14646194 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920952728176 139921456941698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17686] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17686/stat : 17686 (java) S 17675 17678 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920951674144 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17687] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17687/stat : 17687 (java) S 17675 17678 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14646195 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920950621808 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17688] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17688/stat : 17688 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920949570128 139921456949147 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17689] ppid=17675 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/17678/task/17689/stat : 17689 (java) S 17675 17678 5091 0 -1 1077944384 5401 0 0 0 83 0 0 0 20 0 16 0 14646197 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920948516976 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17690] ppid=17675 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/17678/task/17690/stat : 17690 (java) S 17675 17678 5091 0 -1 1077944384 3329 0 0 0 71 0 0 0 20 0 16 0 14646197 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920947464176 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17691] ppid=17675 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17678/task/17691/stat : 17691 (java) S 17675 17678 5091 0 -1 1077944384 3418 0 0 0 51 0 0 0 20 0 16 0 14646197 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920946411888 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17692] ppid=17675 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17678/task/17692/stat : 17692 (java) S 17675 17678 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14646197 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920945359328 139921456940757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17693] ppid=17675 vsize=10624000 CPUtime=0.12 cores=0,2,4,6
/proc/17678/task/17693/stat : 17693 (java) S 17675 17678 5091 0 -1 1077944384 573 0 0 0 6 6 0 0 20 0 16 0 14646201 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920944307120 139921456941698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
[pid=17678/tid=17694] ppid=17675 vsize=10624000 CPUtime=239.63 cores=0,2,4,6
/proc/17678/task/17694/stat : 17694 (java) R 17675 17678 5091 0 -1 4202560 7053 0 0 0 23960 3 0 0 20 0 16 0 14646218 10878976000 54304 18446744073709551615 4194304 4196468 140721124222192 139920941115160 139921064085675 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6848512 140721124229578 140721124229707 140721124229707 140721124233167 0
Current children cumulated CPU time (s) 242.16
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 17678 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.011
CPU time (s): 242.18
CPU user time (s): 241.989
CPU system time (s): 0.191107
CPU usage (%): 100.904
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.989
system time used= 0.191107
maximum resident set size= 217904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7350
involuntary context switches= 81

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0357 second user time and 1.50917 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 09:36:31
IDJOB=4257395
IDBENCH=137885
IDSOLVER=2642
FILE ID=node129/4257395-1501660231
RUNJOBID= node129-1501657935-16608
PBS_JOBID= 
Free space on /tmp= 61768 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-561.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257395-1501660231/watcher-4257395-1501660231 -o /tmp/evaluation-result-4257395-1501660231/solver-4257395-1501660231 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16608 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257395-1501660231.xml

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

MD5SUM BENCH= 0151e8a579557b2b9e30bd86d2d74102
RANDOM SEED=364471355

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31467080 kB
MemAvailable:   31662100 kB
Buffers:          128444 kB
Cached:           347044 kB
SwapCached:            0 kB
Active:           644348 kB
Inactive:         250932 kB
Active(anon):     419956 kB
Inactive(anon):     8532 kB
Active(file):     224392 kB
Inactive(file):   242400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:        419704 kB
Mapped:            42420 kB
Shmem:              8872 kB
Slab:             113096 kB
SReclaimable:      88124 kB
SUnreclaim:        24972 kB
KernelStack:        3456 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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= 61760 MiB
End job on node129 at 2017-08-02 09:40:31