Trace number 4258045

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
sat4j-CSP 2017-07-05SAT (TO)1172 242.998 240.215

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-16.xml
MD5SUMe3af77ac2ce2de59a61fc382fed7941a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1429
Best CPU time to get the best result obtained on this benchmark59.399799
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.47/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.47/0.48	c This is free software under the dual EPL/GNU LGPL licenses.
0.47/0.48	c See www.sat4j.org for details.
0.47/0.48	c That software uses the Rhino library from the Mozilla project.
0.47/0.48	c version CUSTOM.v20170705
0.47/0.48	c java.runtime.name	Java(TM) SE Runtime Environment
0.47/0.48	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.47/0.48	c java.vm.version	25.131-b11
0.47/0.48	c java.vm.vendor	Oracle Corporation
0.47/0.48	c sun.arch.data.model	64
0.47/0.48	c java.version		1.8.0_131
0.47/0.48	c os.name		Linux
0.47/0.48	c os.version		3.10.0-514.16.1.el7.x86_64
0.47/0.48	c os.arch		amd64
0.47/0.48	c Free memory 		499604488
0.47/0.48	c Max memory 		7247757312
0.47/0.48	c Total memory 		504889344
0.47/0.48	c Number of processors 	4
0.47/0.48	c c --- Begin Solver configuration ---
0.47/0.48	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.47/0.48	c Learn all clauses as in MiniSAT
0.47/0.48	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.48	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.48	c No reason simplification
0.47/0.48	c Glucose 2.1 dynamic restart strategy
0.47/0.48	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.48	c timeout=2147483s
0.47/0.48	c DB Simplification allowed=false
0.47/0.48	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.47/0.48	c --- End Solver configuration ---
0.47/0.48	c constraints type 
0.47/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.47/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1281
0.47/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 62482
0.47/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.47/0.48	c 63865 constraints processed.
84.45/82.91	o 851
89.40/87.58	o 870
90.24/88.31	o 878
90.70/88.72	o 982
93.84/91.72	o 989
94.18/92.03	o 1047
94.28/92.15	o 1048
94.48/92.37	o 1070
94.78/92.67	o 1078
94.98/92.88	o 1112
97.59/95.48	o 1147
138.91/136.49	o 1148
165.03/162.54	o 1165
186.03/183.35	o 1172
242.98/240.20	c starts		: 749
242.98/240.20	c conflicts		: 128644
242.98/240.20	c decisions		: 427198
242.98/240.20	c propagations		: 911098896
242.98/240.20	c inspects		: 1385060303
242.98/240.20	c shortcuts		: 0
242.98/240.20	c learnt literals	: 552
242.98/240.20	c learnt binary clauses	: 92
242.98/240.20	c learnt ternary clauses	: 261
242.98/240.20	c learnt constraints	: 128092
242.98/240.20	c ignored constraints	: 0
242.98/240.20	c root simplifications	: 0
242.98/240.20	c removed literals (reason simplification)	: 0
242.98/240.20	c reason swapping (by a shorter reason)	: 0
242.98/240.20	c Calls to reduceDB	: 19
242.98/240.20	c Number of update (reduction) of LBD	: 33100
242.98/240.20	c Imported unit clauses	: 0
242.98/240.20	c number of reductions to clauses (during analyze)	: 0
242.98/240.20	c number of learned constraints concerned by reduction	: 0
242.98/240.20	c number of learning phase by resolution	: 0
242.98/240.20	c number of learning phase by cutting planes	: 0
242.98/240.20	c number of rounding to 1 operations	: 0
242.98/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
242.98/240.20	c number of reductions of the coefficients by power 2 	: 0
242.98/240.20	c number of right shift for reduction by power 2 	: 0
242.98/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
242.98/240.20	c speed (assignments/second)	: 3800869.7915797555
242.98/240.20	c non guided choices	6839
242.98/240.20	c learnt constraints type 
242.98/240.20	s SATISFIABLE
242.98/240.20	v <instantiation type="solution">
242.98/240.20	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
242.98/240.20	v 	<values> 1 0 0 0 1 0 1 0 0 0 1 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 1 </values>
242.98/240.20	v </instantiation>
242.98/240.20	

Verifier Data

OK	1172

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-4258045-1501651899/watcher-4258045-1501651899 -o /tmp/evaluation-result-4258045-1501651899/solver-4258045-1501651899 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258045-1501651899.xml 

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

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: 1.98 2.23 2.85 3/195 9071
/proc/meminfo: memFree=31369964/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9071/stat : 9071 (runsolver) D 9068 9071 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 13812942 24240128 107 18446744073709551615 4194304 4338465 140735757205968 140735757203608 139936718287575 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 17559552 140735757213831 140735757214278 140735757214278 140735757217738 0
/proc/9071/statm: 5918 107 54 36 0 2156 0

[startup+0.100137 s]
/proc/loadavg: 1.98 2.23 2.85 3/195 9071
/proc/meminfo: memFree=31369964/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 3940 0 0 0 3 0 0 0 20 0 9 0 13812942 10395312128 5051 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2537918 5051 2114 1 0 2527423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.201411 s]
/proc/loadavg: 1.98 2.23 2.85 3/195 9071
/proc/meminfo: memFree=31369964/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=10551156 CPUtime=0.13 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 7565 0 0 0 11 2 0 0 20 0 15 0 13812942 10804383744 7454 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2637789 7454 2789 1 0 2627269 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551156

[startup+0.30022 s]
/proc/loadavg: 1.98 2.23 2.85 3/195 9071
/proc/meminfo: memFree=31369964/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=10551156 CPUtime=0.28 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 9245 0 0 0 25 3 0 0 20 0 15 0 13812942 10804383744 9325 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2637789 9325 2849 1 0 2627269 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10551156

[startup+0.700318 s]
/proc/loadavg: 1.98 2.23 2.85 3/195 9071
/proc/meminfo: memFree=31369964/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=10617796 CPUtime=1.36 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 13188 0 0 0 131 5 0 0 20 0 16 0 13812942 10872623104 19887 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 19887 3049 1 0 2643910 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10617796

[startup+1.50075 s]
/proc/loadavg: 1.98 2.23 2.85 3/211 9087
/proc/meminfo: memFree=31301124/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=10617796 CPUtime=2.46 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 16512 0 0 0 241 5 0 0 20 0 16 0 13812942 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 20479 3056 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=1.39 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 7907 0 0 0 136 3 0 0 20 0 16 0 13812949 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140034099082208 140033736944776 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20479 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812953 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10617796 CPUtime=0.51 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) R 9068 9071 5091 0 -1 4202560 3696 0 0 0 51 0 0 0 20 0 16 0 13812953 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034074510400 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) R 9068 9071 5091 0 -1 4202560 2182 0 0 0 36 0 0 0 20 0 16 0 13812953 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033653760976 140034076397602 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 1273 0 0 0 16 1 0 0 20 0 16 0 13812954 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812954 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 13812957 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9087] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9087/stat : 9087 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812992 10872623104 20480 18446744073709551615 4194304 4196468 140736742232848 140033582421296 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 10617796

[startup+3.10073 s]
/proc/loadavg: 1.98 2.23 2.85 3/211 9087
/proc/meminfo: memFree=31299264/32770624 swapFree=0/232292
[pid=9071] ppid=9068 vsize=10617796 CPUtime=4.26 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 16926 0 0 0 420 6 0 0 20 0 16 0 13812942 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 20628 3056 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=2.99 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 7916 0 0 0 296 3 0 0 20 0 16 0 13812949 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140034099090744 140033737042050 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812953 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10617796 CPUtime=0.62 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) S 9068 9071 5091 0 -1 1077944384 3925 0 0 0 62 0 0 0 20 0 16 0 13812953 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) S 9068 9071 5091 0 -1 1077944384 2340 0 0 0 43 0 0 0 20 0 16 0 13812953 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033653774448 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 1281 0 0 0 17 1 0 0 20 0 16 0 13812954 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812954 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 13812957 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9087] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9087/stat : 9087 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812992 10872623104 20628 18446744073709551615 4194304 4196468 140736742232848 140033582421296 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 10617796

[startup+6.30065 s]
/proc/loadavg: 1.99 2.23 2.85 3/211 9087
/proc/meminfo: memFree=31299568/32770624 swapFree=0/232308
[pid=9071] ppid=9068 vsize=10617796 CPUtime=7.47 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 17896 0 0 0 741 6 0 0 20 0 16 0 13812942 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 20771 3058 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=6.19 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 8160 0 0 0 616 3 0 0 20 0 16 0 13812949 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140034099089744 140033737042354 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812953 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10617796 CPUtime=0.62 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) S 9068 9071 5091 0 -1 1077944384 4035 0 0 0 62 0 0 0 20 0 16 0 13812953 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10617796 CPUtime=0.44 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) S 9068 9071 5091 0 -1 1077944384 2344 0 0 0 44 0 0 0 20 0 16 0 13812953 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033653774448 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 1284 0 0 0 17 1 0 0 20 0 16 0 13812954 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812954 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 16 0 13812957 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9087] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9087/stat : 9087 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812992 10872623104 20771 18446744073709551615 4194304 4196468 140736742232848 140033582421296 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 10617796

[startup+12.7006 s]
/proc/loadavg: 1.99 2.23 2.85 3/211 9087
/proc/meminfo: memFree=31248280/32770624 swapFree=0/232320
[pid=9071] ppid=9068 vsize=10617796 CPUtime=14.16 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 22976 0 0 0 1410 6 0 0 20 0 16 0 13812942 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 22205 3063 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=12.59 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 8810 0 0 0 1256 3 0 0 20 0 16 0 13812949 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140034099090712 140033736743040 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13812949 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 22205 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0

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

[startup+162.301 s]
/proc/loadavg: 2.10 2.17 2.73 3/212 9185
/proc/meminfo: memFree=31502096/32770624 swapFree=0/232472
[pid=9071] ppid=9068 vsize=10617796 CPUtime=164.83 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 31856 0 0 0 16454 29 0 0 20 0 16 0 13812942 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 78725 3101 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=162.1 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 11086 0 0 0 16205 5 0 0 20 0 16 0 13812949 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140034099089888 140033737804111 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 232 0 0 0 4 4 0 0 20 0 16 0 13812949 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 142 0 0 0 4 4 0 0 20 0 16 0 13812949 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 208 0 0 0 4 4 0 0 20 0 16 0 13812949 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 340 0 0 0 4 4 0 0 20 0 16 0 13812949 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 633 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812953 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) S 9068 9071 5091 0 -1 1077944384 7411 0 0 0 101 0 0 0 20 0 16 0 13812953 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10617796 CPUtime=1.01 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) S 9068 9071 5091 0 -1 1077944384 6973 0 0 0 100 1 0 0 20 0 16 0 13812953 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033653774448 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10617796 CPUtime=0.24 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 2719 0 0 0 23 1 0 0 20 0 16 0 13812954 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812954 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10617796 CPUtime=0.07 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 689 0 0 0 3 4 0 0 20 0 16 0 13812957 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9087] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9087/stat : 9087 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812992 10872623104 78725 18446744073709551615 4194304 4196468 140736742232848 140033582421296 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 164.83
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 1.90 2.11 2.67 3/212 9264
/proc/meminfo: memFree=31381424/32770624 swapFree=0/232544
[pid=9071] ppid=9068 vsize=10617796 CPUtime=225.21 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 35378 0 0 0 22478 43 0 0 20 0 16 0 13812942 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 101275 3101 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=222.03 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 11367 0 0 0 22198 5 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140034099090312 140033737805264 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 371 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 304 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 363 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 764 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 780 0 0 0 1 0 0 0 20 0 16 0 13812951 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812953 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10617796 CPUtime=1.09 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) S 9068 9071 5091 0 -1 1077944384 8678 0 0 0 109 0 0 0 20 0 16 0 13812953 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10617796 CPUtime=1.05 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) S 9068 9071 5091 0 -1 1077944384 7914 0 0 0 104 1 0 0 20 0 16 0 13812953 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033653774448 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10617796 CPUtime=0.24 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 2722 0 0 0 23 1 0 0 20 0 16 0 13812954 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812954 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 692 0 0 0 5 5 0 0 20 0 16 0 13812957 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9087] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9087/stat : 9087 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812992 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033582421296 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 225.21
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.93 2.10 2.66 3/212 9265
/proc/meminfo: memFree=31284732/32770624 swapFree=0/232572
[pid=9071] ppid=9068 vsize=10617796 CPUtime=242.94 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 35404 0 0 0 24250 44 0 0 20 0 16 0 13812942 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2654449 101275 3101 1 0 2643910 0
[pid=9071/tid=9073] ppid=9068 vsize=10617796 CPUtime=239.72 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) R 9068 9071 5091 0 -1 4202560 11369 0 0 0 23967 5 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140034099090376 140033737805912 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 371 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 304 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 363 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10617796 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 764 0 0 0 8 7 0 0 20 0 16 0 13812949 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10617796 CPUtime=0.01 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 780 0 0 0 1 0 0 0 20 0 16 0 13812951 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13812951 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812953 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10617796 CPUtime=1.13 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) S 9068 9071 5091 0 -1 1077944384 8702 0 0 0 112 1 0 0 20 0 16 0 13812953 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10617796 CPUtime=1.05 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) S 9068 9071 5091 0 -1 1077944384 7914 0 0 0 104 1 0 0 20 0 16 0 13812953 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033653774448 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10617796 CPUtime=0.24 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 2722 0 0 0 23 1 0 0 20 0 16 0 13812954 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13812954 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10617796 CPUtime=0.11 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 692 0 0 0 5 6 0 0 20 0 16 0 13812957 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9087] ppid=9068 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9087/stat : 9087 (java) S 9068 9071 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13812992 10872623104 101275 18446744073709551615 4194304 4196468 140736742232848 140033582421296 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 242.94
Current children cumulated vsize (KiB) 10617796

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 9071 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.93 2.10 2.66 3/212 9265
/proc/meminfo: memFree=31284732/32770624 swapFree=0/232572
[pid=9071] ppid=9068 vsize=10817488 CPUtime=242.98 cores=1,3,5,7
/proc/9071/stat : 9071 (java) S 9068 9071 5091 0 -1 1077944320 35892 0 0 0 24254 44 0 0 20 0 17 0 13812942 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140736742215392 140034094853879 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
/proc/9071/statm: 2704372 101327 3103 1 0 2693833 0
[pid=9071/tid=9073] ppid=9068 vsize=10817488 CPUtime=239.75 cores=1,3,5,7
/proc/9071/task/9073/stat : 9073 (java) S 9068 9071 5091 0 -1 1077944384 11382 0 0 0 23970 5 0 0 20 0 17 0 13812949 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140034099096752 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9074] ppid=9068 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9074/stat : 9074 (java) S 9068 9071 5091 0 -1 1077944384 371 0 0 0 8 7 0 0 20 0 17 0 13812949 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140034055751952 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9075] ppid=9068 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9075/stat : 9075 (java) S 9068 9071 5091 0 -1 1077944384 304 0 0 0 8 7 0 0 20 0 17 0 13812949 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140034054699408 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9076] ppid=9068 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9076/stat : 9076 (java) S 9068 9071 5091 0 -1 1077944384 363 0 0 0 8 7 0 0 20 0 17 0 13812949 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033703991824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9077] ppid=9068 vsize=10817488 CPUtime=0.15 cores=1,3,5,7
/proc/9071/task/9077/stat : 9077 (java) S 9068 9071 5091 0 -1 1077944384 764 0 0 0 8 7 0 0 20 0 17 0 13812949 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033702939280 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9078] ppid=9068 vsize=10817488 CPUtime=0.01 cores=1,3,5,7
/proc/9071/task/9078/stat : 9078 (java) S 9068 9071 5091 0 -1 1077944384 780 0 0 0 1 0 0 0 20 0 17 0 13812951 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033659038192 140034094865026 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9079] ppid=9068 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9079/stat : 9079 (java) S 9068 9071 5091 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 13812951 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033657984416 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9080] ppid=9068 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9080/stat : 9080 (java) S 9068 9071 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 13812951 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033656931824 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9081] ppid=9068 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9081/stat : 9081 (java) S 9068 9071 5091 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 13812953 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033655880400 140034094872475 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9082] ppid=9068 vsize=10817488 CPUtime=1.13 cores=1,3,5,7
/proc/9071/task/9082/stat : 9082 (java) S 9068 9071 5091 0 -1 1077944384 8721 0 0 0 112 1 0 0 20 0 17 0 13812953 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033654826992 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9083] ppid=9068 vsize=10817488 CPUtime=1.05 cores=1,3,5,7
/proc/9071/task/9083/stat : 9083 (java) S 9068 9071 5091 0 -1 1077944384 7939 0 0 0 104 1 0 0 20 0 17 0 13812953 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033653774448 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9084] ppid=9068 vsize=10817488 CPUtime=0.24 cores=1,3,5,7
/proc/9071/task/9084/stat : 9084 (java) S 9068 9071 5091 0 -1 1077944384 2806 0 0 0 23 1 0 0 20 0 17 0 13812954 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033652721904 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9085] ppid=9068 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9071/task/9085/stat : 9085 (java) S 9068 9071 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13812954 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033651669600 140034094864085 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
[pid=9071/tid=9086] ppid=9068 vsize=10817488 CPUtime=0.11 cores=1,3,5,7
/proc/9071/task/9086/stat : 9086 (java) S 9068 9071 5091 0 -1 1077944384 692 0 0 0 5 6 0 0 20 0 17 0 13812957 11077107712 101327 18446744073709551615 4194304 4196468 140736742232848 140033583475504 140034094865026 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34656256 140736742240690 140736742240843 140736742240843 140736742244303 0
Current children cumulated CPU time (s) 242.98
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.215
CPU time (s): 242.998
CPU user time (s): 242.549
CPU system time (s): 0.449206
CPU usage (%): 101.159
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.549
system time used= 0.449206
maximum resident set size= 405664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36204
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= 6930
involuntary context switches= 116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20081 second user time and 1.50102 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:17:39
IDJOB=4258045
IDBENCH=133446
IDSOLVER=2643
FILE ID=node129/4258045-1501651899
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258045-1501651899/watcher-4258045-1501651899 -o /tmp/evaluation-result-4258045-1501651899/solver-4258045-1501651899 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258045-1501651899.xml

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

MD5SUM BENCH= e3af77ac2ce2de59a61fc382fed7941a
RANDOM SEED=2048483021

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:        31369704 kB
MemAvailable:   31529080 kB
Buffers:          122508 kB
Cached:           317968 kB
SwapCached:            0 kB
Active:           755460 kB
Inactive:         240824 kB
Active(anon):     556140 kB
Inactive(anon):     8532 kB
Active(file):     199320 kB
Inactive(file):   232292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:        510248 kB
Mapped:            42356 kB
Shmem:              8872 kB
Slab:             112460 kB
SReclaimable:      87200 kB
SUnreclaim:        25260 kB
KernelStack:        3744 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1261956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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= 61772 MiB
End job on node129 at 2017-08-02 07:21:39