Trace number 4258342

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-05? (TO) 256.91299 240.23199

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-09.xml
MD5SUM8b7c2ee38e8603aaa2c4683b1141c0f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark251.87801
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size38
Maximum domain size45
Distribution of domain sizes[{"size":38,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

25.51/11.64	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
25.51/11.64	c This is free software under the dual EPL/GNU LGPL licenses.
25.51/11.64	c See www.sat4j.org for details.
25.51/11.64	c That software uses the Rhino library from the Mozilla project.
25.51/11.64	c version CUSTOM.v20170705
25.51/11.64	c java.runtime.name	Java(TM) SE Runtime Environment
25.51/11.64	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
25.51/11.64	c java.vm.version	25.131-b11
25.51/11.64	c java.vm.vendor	Oracle Corporation
25.51/11.64	c sun.arch.data.model	64
25.51/11.64	c java.version		1.8.0_131
25.51/11.64	c os.name		Linux
25.51/11.64	c os.version		3.10.0-514.16.1.el7.x86_64
25.51/11.64	c os.arch		amd64
25.51/11.64	c Free memory 		499604488
25.51/11.64	c Max memory 		7247757312
25.51/11.64	c Total memory 		504889344
25.51/11.64	c Number of processors 	4
25.51/11.64	c c --- Begin Solver configuration ---
25.51/11.64	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
25.51/11.64	c Learn all clauses as in MiniSAT
25.51/11.64	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
25.51/11.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
25.51/11.64	c No reason simplification
25.51/11.64	c Glucose 2.1 dynamic restart strategy
25.51/11.64	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
25.51/11.64	c timeout=2147483s
25.51/11.64	c DB Simplification allowed=false
25.51/11.64	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
25.51/11.64	c --- End Solver configuration ---
25.51/11.64	c constraints type 
25.51/11.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
25.51/11.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11449350
25.51/11.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1069020
25.51/11.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 90
25.51/11.64	c 12518640 constraints processed.
256.87/240.20	c starts		: 521
256.87/240.20	c conflicts		: 228024
256.87/240.20	c decisions		: 36891527
256.87/240.20	c propagations		: 1015980526
256.87/240.20	c inspects		: 1324343004
256.87/240.20	c shortcuts		: 0
256.87/240.20	c learnt literals	: 0
256.87/240.20	c learnt binary clauses	: 420
256.87/240.20	c learnt ternary clauses	: 656
256.87/240.20	c learnt constraints	: 228024
256.87/240.20	c ignored constraints	: 0
256.87/240.20	c root simplifications	: 0
256.87/240.20	c removed literals (reason simplification)	: 0
256.87/240.20	c reason swapping (by a shorter reason)	: 0
256.87/240.20	c Calls to reduceDB	: 17
256.87/240.20	c Number of update (reduction) of LBD	: 189045
256.87/240.20	c Imported unit clauses	: 0
256.87/240.20	c number of reductions to clauses (during analyze)	: 0
256.87/240.20	c number of learned constraints concerned by reduction	: 0
256.87/240.20	c number of learning phase by resolution	: 0
256.87/240.20	c number of learning phase by cutting planes	: 0
256.87/240.20	c number of rounding to 1 operations	: 0
256.87/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
256.87/240.20	c number of reductions of the coefficients by power 2 	: 0
256.87/240.20	c number of right shift for reduction by power 2 	: 0
256.87/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
256.87/240.20	c speed (assignments/second)	: 4446148.607488578
256.87/240.20	c non guided choices	6238350
256.87/240.21	c learnt constraints type 
256.87/240.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 420
256.87/240.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28174
256.87/240.21	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-4258342-1501654688/watcher-4258342-1501654688 -o /tmp/evaluation-result-4258342-1501654688/solver-4258342-1501654688 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258342-1501654688.xml 

pid=11752
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.07 2.27 2.43 3/197 11755
/proc/meminfo: memFree=29500672/32770624 swapFree=0/235704
[pid=11755] ppid=11752 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/11755/stat : 11755 (runsolver) D 11752 11755 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14091895 24240128 107 18446744073709551615 4194304 4338465 140733358527360 140733358525000 140304455320279 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 25546752 140733358530695 140733358531142 140733358531142 140733358534602 0
/proc/11755/statm: 5918 107 54 36 0 2156 0

[startup+0.100064 s]
/proc/loadavg: 2.07 2.27 2.43 3/197 11755
/proc/meminfo: memFree=29500672/32770624 swapFree=0/235704
[pid=11755] ppid=11752 vsize=10151672 CPUtime=0.04 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 3879 0 0 0 3 1 0 0 20 0 9 0 14091895 10395312128 4984 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2537918 4984 2114 1 0 2527423 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.20215 s]
/proc/loadavg: 2.07 2.27 2.43 3/197 11755
/proc/meminfo: memFree=29500672/32770624 swapFree=0/235704
[pid=11755] ppid=11752 vsize=10551156 CPUtime=0.08 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 4861 0 0 0 7 1 0 0 20 0 15 0 14091895 10804383744 6890 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2637789 6890 2741 1 0 2627269 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300269 s]
/proc/loadavg: 2.07 2.27 2.43 3/197 11755
/proc/meminfo: memFree=29500672/32770624 swapFree=0/235704
[pid=11755] ppid=11752 vsize=10551156 CPUtime=0.23 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 7946 0 0 0 20 3 0 0 20 0 15 0 14091895 10804383744 9197 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2637789 9197 2864 1 0 2627269 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700772 s]
/proc/loadavg: 2.07 2.27 2.43 3/197 11755
/proc/meminfo: memFree=29500672/32770624 swapFree=0/235704
[pid=11755] ppid=11752 vsize=10551232 CPUtime=1.39 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 12521 0 0 0 134 5 0 0 20 0 15 0 14091895 10804461568 22877 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2637808 22877 3046 1 0 2627269 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10551232

[startup+1.50072 s]
/proc/loadavg: 2.07 2.27 2.43 5/212 11770
/proc/meminfo: memFree=29295344/32770624 swapFree=0/235680
[pid=11755] ppid=11752 vsize=10551232 CPUtime=3.69 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 16769 0 0 0 354 15 0 0 20 0 15 0 14091895 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2637808 74461 3091 1 0 2627269 0
[pid=11755/tid=11757] ppid=11752 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 5091 0 -1 4202560 7014 0 0 0 120 5 0 0 20 0 15 0 14091901 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139822153013648 139821741328426 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10551232 CPUtime=0.06 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 147 0 0 0 5 1 0 0 20 0 15 0 14091901 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 144 0 0 0 7 1 0 0 20 0 15 0 14091901 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10551232 CPUtime=0.05 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 44 0 0 0 4 1 0 0 20 0 15 0 14091901 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 127 0 0 0 7 1 0 0 20 0 15 0 14091901 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14091906 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10551232 CPUtime=0.87 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 3906 0 0 0 87 0 0 0 20 0 15 0 14091906 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10551232 CPUtime=0.91 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 2347 0 0 0 91 0 0 0 20 0 15 0 14091906 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 1598 0 0 0 29 0 0 0 20 0 15 0 14091906 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14091906 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14091913 10804461568 74461 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 10551232

[startup+3.10118 s]
/proc/loadavg: 2.07 2.27 2.43 3/212 11770
/proc/meminfo: memFree=28975676/32770624 swapFree=0/235680
[pid=11755] ppid=11752 vsize=10551232 CPUtime=6.86 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 19312 0 0 0 635 51 0 0 20 0 15 0 14091895 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2637808 231779 3096 1 0 2627269 0
[pid=11755/tid=11757] ppid=11752 vsize=10551232 CPUtime=2.32 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) S 11752 11755 5091 0 -1 1077944384 7439 0 0 0 223 9 0 0 20 0 15 0 14091901 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139822153021344 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10551232 CPUtime=0.58 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) R 11752 11755 5091 0 -1 4202560 507 0 0 0 49 9 0 0 20 0 15 0 14091901 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822141416167 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10551232 CPUtime=0.61 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) R 11752 11755 5091 0 -1 4202560 655 0 0 0 51 10 0 0 20 0 15 0 14091901 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822133739042 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10551232 CPUtime=0.57 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) R 11752 11755 5091 0 -1 4202560 298 0 0 0 48 9 0 0 20 0 15 0 14091901 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139822077103008 139822141416167 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10551232 CPUtime=0.6 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) R 11752 11755 5091 0 -1 4202560 585 0 0 0 51 9 0 0 20 0 15 0 14091901 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139822076050776 139822130384607 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 600 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139821189128544 139822148798165 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14091906 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10551232 CPUtime=0.89 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 3907 0 0 0 88 1 0 0 20 0 15 0 14091906 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10551232 CPUtime=0.91 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 2347 0 0 0 91 0 0 0 20 0 15 0 14091906 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 1616 0 0 0 29 0 0 0 20 0 15 0 14091906 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14091906 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14091913 10804461568 231779 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 10551232

[startup+6.30076 s]
/proc/loadavg: 2.07 2.26 2.43 3/212 11770
/proc/meminfo: memFree=28471848/32770624 swapFree=0/235688
[pid=11755] ppid=11752 vsize=10551232 CPUtime=13.25 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 25678 0 0 0 1236 89 0 0 20 0 15 0 14091895 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2637808 368095 3109 1 0 2627269 0
[pid=11755/tid=11757] ppid=11752 vsize=10551232 CPUtime=4.04 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 5091 0 -1 4202560 9169 0 0 0 393 11 0 0 20 0 15 0 14091901 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139822153022112 139821740753854 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10551232 CPUtime=1.53 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 1674 0 0 0 134 19 0 0 20 0 15 0 14091901 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10551232 CPUtime=1.55 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 1733 0 0 0 136 19 0 0 20 0 15 0 14091901 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10551232 CPUtime=1.5 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 1309 0 0 0 134 16 0 0 20 0 15 0 14091901 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10551232 CPUtime=1.54 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 1101 0 0 0 135 19 0 0 20 0 15 0 14091901 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10551232 CPUtime=0.53 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 1237 0 0 0 53 0 0 0 20 0 15 0 14091903 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 14091903 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14091906 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10551232 CPUtime=1.13 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 4015 0 0 0 112 1 0 0 20 0 15 0 14091906 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10551232 CPUtime=1.04 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 2357 0 0 0 104 0 0 0 20 0 15 0 14091906 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 1704 0 0 0 30 0 0 0 20 0 15 0 14091906 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14091906 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 14091913 10804461568 368095 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 2.06 2.26 2.43 3/213 11771
/proc/meminfo: memFree=27325048/32770624 swapFree=0/235700
[pid=11755] ppid=11752 vsize=10617796 CPUtime=27.78 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 39158 0 0 0 2652 126 0 0 20 0 16 0 14091895 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2654449 546260 3126 1 0 2643910 0
[pid=11755/tid=11757] ppid=11752 vsize=10617796 CPUtime=6.97 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 5091 0 -1 4202560 11099 0 0 0 682 15 0 0 20 0 16 0 14091901 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139822153024352 139821742074353 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10617796 CPUtime=3.87 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 2732 0 0 0 358 29 0 0 20 0 16 0 14091901 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10617796 CPUtime=3.88 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 3440 0 0 0 362 26 0 0 20 0 16 0 14091901 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10617796 CPUtime=3.82 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 2017 0 0 0 357 25 0 0 20 0 16 0 14091901 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10617796 CPUtime=3.86 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 2660 0 0 0 360 26 0 0 20 0 16 0 14091901 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 3709 0 0 0 166 0 0 0 20 0 16 0 14091903 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 546260 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0

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

[startup+162.301 s]
/proc/loadavg: 1.99 2.14 2.36 3/211 11858
/proc/meminfo: memFree=26813632/32770624 swapFree=0/235816
[pid=11755] ppid=11752 vsize=10617796 CPUtime=179.11 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 56186 0 0 0 17773 138 0 0 20 0 16 0 14091895 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2654449 571694 3136 1 0 2643910 0
[pid=11755/tid=11757] ppid=11752 vsize=10617796 CPUtime=156.23 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 5091 0 -1 4202560 17513 0 0 0 15607 16 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822153024456 139821742617443 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10617796 CPUtime=4.2 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 3272 0 0 0 390 30 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10617796 CPUtime=4.21 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 5167 0 0 0 393 28 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10617796 CPUtime=4.15 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 2854 0 0 0 388 27 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10617796 CPUtime=4.19 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 3924 0 0 0 391 28 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10617796 CPUtime=1.66 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 4029 0 0 0 166 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10617796 CPUtime=1.83 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 8122 0 0 0 182 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10617796 CPUtime=2.07 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 6345 0 0 0 206 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10617796 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 3169 0 0 0 39 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 373 0 0 0 5 4 0 0 20 0 16 0 14091913 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11771] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11771/stat : 11771 (java) S 11752 11755 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14093065 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820977328944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 179.11
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.00 2.12 2.34 3/211 11860
/proc/meminfo: memFree=26670232/32770624 swapFree=0/235856
[pid=11755] ppid=11752 vsize=10617796 CPUtime=239.16 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 59131 0 0 0 23776 140 0 0 20 0 16 0 14091895 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2654449 571694 3136 1 0 2643910 0
[pid=11755/tid=11757] ppid=11752 vsize=10617796 CPUtime=216.24 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 5091 0 -1 4202560 20399 0 0 0 21608 16 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822153024456 139821742073792 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10617796 CPUtime=4.2 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 3272 0 0 0 390 30 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10617796 CPUtime=4.21 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 5167 0 0 0 393 28 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10617796 CPUtime=4.15 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 2854 0 0 0 388 27 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10617796 CPUtime=4.19 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 3924 0 0 0 391 28 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10617796 CPUtime=1.67 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 4038 0 0 0 166 1 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10617796 CPUtime=1.83 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 8125 0 0 0 182 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10617796 CPUtime=2.07 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 6352 0 0 0 206 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10617796 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 3173 0 0 0 39 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10617796 CPUtime=0.13 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 409 0 0 0 7 6 0 0 20 0 16 0 14091913 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11771] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11771/stat : 11771 (java) S 11752 11755 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14093065 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820977328944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 239.16
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.00 2.11 2.33 3/211 11860
/proc/meminfo: memFree=26670232/32770624 swapFree=0/235868
[pid=11755] ppid=11752 vsize=10617796 CPUtime=256.86 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 59444 0 0 0 25546 140 0 0 20 0 16 0 14091895 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2654449 571694 3136 1 0 2643910 0
[pid=11755/tid=11757] ppid=11752 vsize=10617796 CPUtime=233.93 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) R 11752 11755 5091 0 -1 4202560 20702 0 0 0 23377 16 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822153024456 139821742867220 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10617796 CPUtime=4.2 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 3272 0 0 0 390 30 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10617796 CPUtime=4.21 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 5167 0 0 0 393 28 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10617796 CPUtime=4.15 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 2854 0 0 0 388 27 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10617796 CPUtime=4.19 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 3924 0 0 0 391 28 0 0 20 0 16 0 14091901 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10617796 CPUtime=1.67 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 4040 0 0 0 166 1 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 14091903 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10617796 CPUtime=1.83 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 8127 0 0 0 182 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10617796 CPUtime=2.07 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 6354 0 0 0 206 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10617796 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 3175 0 0 0 39 1 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14091906 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 411 0 0 0 8 6 0 0 20 0 16 0 14091913 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11771] ppid=11752 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11771/stat : 11771 (java) S 11752 11755 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14093065 10872623104 571694 18446744073709551615 4194304 4196468 140728651085408 139820977328944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 256.86
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 11755 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.00 2.11 2.33 3/211 11860
/proc/meminfo: memFree=26670232/32770624 swapFree=0/235868
[pid=11755] ppid=11752 vsize=10817488 CPUtime=256.87 cores=0,2,4,6
/proc/11755/stat : 11755 (java) S 11752 11755 5091 0 -1 1077944320 60217 0 0 0 25547 140 0 0 20 0 17 0 14091895 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 140728651067952 139822148787959 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
/proc/11755/statm: 2704372 571751 3138 1 0 2693833 0
[pid=11755/tid=11757] ppid=11752 vsize=10817488 CPUtime=233.94 cores=0,2,4,6
/proc/11755/task/11757/stat : 11757 (java) S 11752 11755 5091 0 -1 1077944384 20751 0 0 0 23378 16 0 0 20 0 17 0 14091901 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139822153030832 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11758] ppid=11752 vsize=10817488 CPUtime=4.2 cores=0,2,4,6
/proc/11755/task/11758/stat : 11758 (java) S 11752 11755 5091 0 -1 1077944384 3272 0 0 0 390 30 0 0 20 0 17 0 14091901 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139822079208208 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11759] ppid=11752 vsize=10817488 CPUtime=4.21 cores=0,2,4,6
/proc/11755/task/11759/stat : 11759 (java) S 11752 11755 5091 0 -1 1077944384 5167 0 0 0 393 28 0 0 20 0 17 0 14091901 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139822078155664 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11760] ppid=11752 vsize=10817488 CPUtime=4.15 cores=0,2,4,6
/proc/11755/task/11760/stat : 11760 (java) S 11752 11755 5091 0 -1 1077944384 2854 0 0 0 388 27 0 0 20 0 17 0 14091901 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139822077103120 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11761] ppid=11752 vsize=10817488 CPUtime=4.19 cores=0,2,4,6
/proc/11755/task/11761/stat : 11761 (java) S 11752 11755 5091 0 -1 1077944384 3924 0 0 0 391 28 0 0 20 0 17 0 14091901 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139822076050576 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11762] ppid=11752 vsize=10817488 CPUtime=1.67 cores=0,2,4,6
/proc/11755/task/11762/stat : 11762 (java) S 11752 11755 5091 0 -1 1077944384 4077 0 0 0 166 1 0 0 20 0 17 0 14091903 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139821189130224 139822148799106 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11763] ppid=11752 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11763/stat : 11763 (java) S 11752 11755 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 14091903 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139821188076512 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11764] ppid=11752 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11764/stat : 11764 (java) S 11752 11755 5091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 14091903 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139821187023872 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11765] ppid=11752 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11765/stat : 11765 (java) S 11752 11755 5091 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 14091906 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139821185972432 139822148806555 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11766] ppid=11752 vsize=10817488 CPUtime=1.83 cores=0,2,4,6
/proc/11755/task/11766/stat : 11766 (java) S 11752 11755 5091 0 -1 1077944384 8127 0 0 0 182 1 0 0 20 0 17 0 14091906 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139820982594032 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11767] ppid=11752 vsize=10817488 CPUtime=2.07 cores=0,2,4,6
/proc/11755/task/11767/stat : 11767 (java) S 11752 11755 5091 0 -1 1077944384 6354 0 0 0 206 1 0 0 20 0 17 0 14091906 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139820981541488 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11768] ppid=11752 vsize=10817488 CPUtime=0.4 cores=0,2,4,6
/proc/11755/task/11768/stat : 11768 (java) S 11752 11755 5091 0 -1 1077944384 3361 0 0 0 39 1 0 0 20 0 17 0 14091906 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139820980488944 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11769] ppid=11752 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/11755/task/11769/stat : 11769 (java) S 11752 11755 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14091906 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139820979436640 139822148798165 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
[pid=11755/tid=11770] ppid=11752 vsize=10817488 CPUtime=0.14 cores=0,2,4,6
/proc/11755/task/11770/stat : 11770 (java) S 11752 11755 5091 0 -1 1077944384 411 0 0 0 8 6 0 0 20 0 17 0 14091913 11077107712 571751 18446744073709551615 4194304 4196468 140728651085408 139820978383152 139822148799106 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30859264 140728651088306 140728651088459 140728651088459 140728651091919 0
Current children cumulated CPU time (s) 256.87
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.232
CPU time (s): 256.913
CPU user time (s): 255.494
CPU system time (s): 1.41858
CPU usage (%): 106.944
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.494
system time used= 1.41858
maximum resident set size= 2287380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60949
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= 7643
involuntary context switches= 304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11975 second user time and 1.49595 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 08:04:08
IDJOB=4258342
IDBENCH=135727
IDSOLVER=2643
FILE ID=node129/4258342-1501654688
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-30-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258342-1501654688/watcher-4258342-1501654688 -o /tmp/evaluation-result-4258342-1501654688/solver-4258342-1501654688 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258342-1501654688.xml

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

MD5SUM BENCH= 8b7c2ee38e8603aaa2c4683b1141c0f0
RANDOM SEED=592904647

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:        29501240 kB
MemAvailable:   29664756 kB
Buffers:          124748 kB
Cached:           319668 kB
SwapCached:            0 kB
Active:          2613964 kB
Inactive:         244236 kB
Active(anon):    2414108 kB
Inactive(anon):     8532 kB
Active(file):     199856 kB
Inactive(file):   235704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             4 kB
AnonPages:       2413584 kB
Mapped:            42376 kB
Shmem:              8872 kB
Slab:             112576 kB
SReclaimable:      87580 kB
SUnreclaim:        24996 kB
KernelStack:        3456 kB
PageTables:         9428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3748596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2289664 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 08:08:09