Trace number 4243767

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.0901 2395.04

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-067-4.xml
MD5SUM22c6c6446a04b334dd8f238e60106d6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":67}]
Minimum variable degree33
Maximum variable degree65
Distribution of variable degrees[{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":4},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1089}]
Number of extensional constraints0
Number of intensional constraints1089
Distribution of constraint types[{"type":"intension","count":1089}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 5.05 6.33 5.91 2/204 29940
/proc/meminfo: memFree=31326252/32770624 swapFree=0/364416
[pid=29940] ppid=29937 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29940/stat : 29940 (runsolver) D 29937 29940 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51647440 24240128 108 18446744073709551615 4194304 4338465 140728519200304 140728519197944 140234806502103 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 39190528 140728519209095 140728519209545 140728519209545 140728519213002 0
/proc/29940/statm: 5918 108 54 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 5.05 6.33 5.91 2/204 29940
/proc/meminfo: memFree=31326252/32770624 swapFree=0/364416
[pid=29940] ppid=29937 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29940/stat : 29940 (runsolver) D 29937 29940 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51647440 24240128 108 18446744073709551615 4194304 4338465 140728519200304 140728519197944 140234806502103 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 39190528 140728519209095 140728519209545 140728519209545 140728519213002 0
/proc/29940/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200319 s]
/proc/loadavg: 5.05 6.33 5.91 2/204 29940
/proc/meminfo: memFree=31326252/32770624 swapFree=0/364416
[pid=29940] ppid=29937 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 4795 0 0 0 5 0 0 0 20 0 14 0 51647440 10736119808 5838 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2621123 5838 2565 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.303518 s]
/proc/loadavg: 5.05 6.33 5.91 2/204 29940
/proc/meminfo: memFree=31326252/32770624 swapFree=0/364416
[pid=29940] ppid=29937 vsize=10551156 CPUtime=0.2 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 8125 0 0 0 18 2 0 0 20 0 15 0 51647440 10804383744 8294 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2637789 8294 2863 1 0 2627261 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700558 s]
/proc/loadavg: 5.05 6.33 5.91 2/204 29940
/proc/meminfo: memFree=31326252/32770624 swapFree=0/364416
[pid=29940] ppid=29937 vsize=10551232 CPUtime=1.28 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 13259 0 0 0 124 4 0 0 20 0 15 0 51647440 10804461568 20150 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2637808 20150 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 5.05 6.33 5.91 5/220 29956
/proc/meminfo: memFree=31219896/32770624 swapFree=0/364436
[pid=29940] ppid=29937 vsize=10619940 CPUtime=3.7 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 22682 0 0 0 364 6 0 0 20 0 16 0 51647440 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654985 34666 3083 1 0 2644438 0
[pid=29940/tid=29942] ppid=29937 vsize=10619940 CPUtime=1.34 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 7651 0 0 0 131 3 0 0 20 0 16 0 51647451 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139789133546616 139788725071906 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647451 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647452 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 51647453 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51647453 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647454 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10619940 CPUtime=0.89 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 4000 0 0 0 89 0 0 0 20 0 16 0 51647456 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10619940 CPUtime=0.99 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) R 29937 29940 12906 0 -1 4202560 6868 0 0 0 98 1 0 0 20 0 16 0 51647456 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788365561544 139789110831169 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10619940 CPUtime=0.45 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 2772 0 0 0 44 1 0 0 20 0 16 0 51647456 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647461 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29956] ppid=29937 vsize=10619940 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29956/stat : 29956 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647526 10874818560 34666 18446744073709551615 4194304 4196468 140727783281904 139788361369008 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 10619940

[startup+3.10075 s]
/proc/loadavg: 5.05 6.33 5.91 3/220 29956
/proc/meminfo: memFree=31194704/32770624 swapFree=0/364436
[pid=29940] ppid=29937 vsize=10617796 CPUtime=5.8 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 26174 0 0 0 574 6 0 0 20 0 16 0 51647440 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654449 36837 3087 1 0 2643902 0
[pid=29940/tid=29942] ppid=29937 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 8079 0 0 0 291 3 0 0 20 0 16 0 51647451 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139789133546112 139788725071350 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647452 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647454 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 4273 0 0 0 102 0 0 0 20 0 16 0 51647456 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10617796 CPUtime=1.35 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) S 29937 29940 12906 0 -1 1077944384 9518 0 0 0 134 1 0 0 20 0 16 0 51647456 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788365580528 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10617796 CPUtime=0.46 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 2849 0 0 0 45 1 0 0 20 0 16 0 51647456 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51647461 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29956] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29956/stat : 29956 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647526 10872623104 36837 18446744073709551615 4194304 4196468 140727783281904 139788361369008 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 10617796

[startup+6.30075 s]
/proc/loadavg: 4.81 6.26 5.89 3/220 29956
/proc/meminfo: memFree=31189888/32770624 swapFree=0/364440
[pid=29940] ppid=29937 vsize=10617796 CPUtime=9.02 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 27633 0 0 0 895 7 0 0 20 0 16 0 51647440 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654449 37867 3091 1 0 2643902 0
[pid=29940/tid=29942] ppid=29937 vsize=10617796 CPUtime=6.14 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 8266 0 0 0 611 3 0 0 20 0 16 0 51647451 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139789133545952 139788725050670 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647452 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647454 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 4274 0 0 0 102 0 0 0 20 0 16 0 51647456 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10617796 CPUtime=1.36 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) S 29937 29940 12906 0 -1 1077944384 9532 0 0 0 135 1 0 0 20 0 16 0 51647456 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788365580528 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10617796 CPUtime=0.46 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 2850 0 0 0 45 1 0 0 20 0 16 0 51647456 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 1043 0 0 0 0 0 0 0 20 0 16 0 51647461 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29956] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29956/stat : 29956 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647526 10872623104 37867 18446744073709551615 4194304 4196468 140727783281904 139788361369008 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 10617796

[startup+12.7008 s]
/proc/loadavg: 4.58 6.19 5.87 3/220 29956
/proc/meminfo: memFree=31179280/32770624 swapFree=0/364440
[pid=29940] ppid=29937 vsize=10617796 CPUtime=15.42 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 28451 0 0 0 1535 7 0 0 20 0 16 0 51647440 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654449 40435 3091 1 0 2643902 0
[pid=29940/tid=29942] ppid=29937 vsize=10617796 CPUtime=12.53 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 8535 0 0 0 1250 3 0 0 20 0 16 0 51647451 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 139789133548392 139788725071906 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647451 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51647452 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 40435 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0

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

[startup+2322.3 s]
/proc/loadavg: 3.29 2.40 2.47 6/218 30176
/proc/meminfo: memFree=23030836/32770624 swapFree=0/365252
[pid=29940] ppid=29937 vsize=10617796 CPUtime=2327.48 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 46218 0 0 0 232664 84 0 0 20 0 16 0 51647440 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654449 102470 3128 1 0 2643902 0
[pid=29940/tid=29942] ppid=29937 vsize=10617796 CPUtime=2321.97 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 14391 0 0 0 232193 4 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789133548912 139788725071906 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 1552 0 0 0 18 5 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 1331 0 0 0 18 5 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2035 0 0 0 17 6 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 1911 0 0 0 18 5 0 0 20 0 16 0 51647452 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 1975 0 0 0 5 2 0 0 20 0 16 0 51647453 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51647454 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10617796 CPUtime=1.08 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 5130 0 0 0 107 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) S 29937 29940 12906 0 -1 1077944384 10606 0 0 0 138 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788365580528 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 3967 0 0 0 47 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10617796 CPUtime=1.47 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 1875 0 0 0 80 67 0 0 20 0 16 0 51647461 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29956] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29956/stat : 29956 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647526 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788361369008 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 2327.48
Current children cumulated vsize (KiB) 10617796

[startup+2382.3 s]
/proc/loadavg: 3.80 2.68 2.56 6/215 30178
/proc/meminfo: memFree=22836316/32770624 swapFree=0/365256
[pid=29940] ppid=29937 vsize=10617796 CPUtime=2387.51 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 46353 0 0 0 238666 85 0 0 20 0 16 0 51647440 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654449 102470 3128 1 0 2643902 0
[pid=29940/tid=29942] ppid=29937 vsize=10617796 CPUtime=2381.98 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 14522 0 0 0 238194 4 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789133548912 139788725071906 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 1552 0 0 0 18 5 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 1331 0 0 0 18 5 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2035 0 0 0 17 6 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 1911 0 0 0 18 5 0 0 20 0 16 0 51647452 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 1975 0 0 0 5 2 0 0 20 0 16 0 51647453 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51647454 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10617796 CPUtime=1.08 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 5130 0 0 0 107 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) S 29937 29940 12906 0 -1 1077944384 10606 0 0 0 138 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788365580528 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 3967 0 0 0 47 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10617796 CPUtime=1.5 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 1879 0 0 0 81 69 0 0 20 0 16 0 51647461 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29956] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29956/stat : 29956 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647526 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788361369008 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 2387.51
Current children cumulated vsize (KiB) 10617796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.81 s]
/proc/loadavg: 4.06 2.79 2.60 6/215 30178
/proc/meminfo: memFree=22836440/32770624 swapFree=0/365264
[pid=29940] ppid=29937 vsize=10617796 CPUtime=2400.04 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 46359 0 0 0 239918 86 0 0 20 0 16 0 51647440 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2654449 102470 3128 1 0 2643902 0
[pid=29940/tid=29942] ppid=29937 vsize=10617796 CPUtime=2394.48 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) R 29937 29940 12906 0 -1 4202560 14526 0 0 0 239444 4 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789133548912 139788725071906 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 1552 0 0 0 18 5 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 1331 0 0 0 18 5 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2035 0 0 0 17 6 0 0 20 0 16 0 51647451 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10617796 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 1911 0 0 0 18 5 0 0 20 0 16 0 51647452 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10617796 CPUtime=0.07 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 1975 0 0 0 5 2 0 0 20 0 16 0 51647453 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 51647453 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51647454 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10617796 CPUtime=1.08 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 5130 0 0 0 107 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) S 29937 29940 12906 0 -1 1077944384 10606 0 0 0 138 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788365580528 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10617796 CPUtime=0.48 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 3967 0 0 0 47 1 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51647456 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10617796 CPUtime=1.52 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 1881 0 0 0 82 70 0 0 20 0 16 0 51647461 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29956] ppid=29937 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29956/stat : 29956 (java) S 29937 29940 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51647526 10872623104 102470 18446744073709551615 4194304 4196468 140727783281904 139788361369008 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 2400.04
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 29940 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2395 s]
/proc/loadavg: 4.06 2.79 2.60 6/215 30178
/proc/meminfo: memFree=22836440/32770624 swapFree=0/365264
[pid=29940] ppid=29937 vsize=10817488 CPUtime=2400.04 cores=0,2,4,6
/proc/29940/stat : 29940 (java) S 29937 29940 12906 0 -1 1077944320 46778 0 0 0 239918 86 0 0 20 0 17 0 51647440 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 140727783264448 139789129309943 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
/proc/29940/statm: 2704372 102522 3130 1 0 2693825 0
[pid=29940/tid=29942] ppid=29937 vsize=10817488 CPUtime=2394.49 cores=0,2,4,6
/proc/29940/task/29942/stat : 29942 (java) S 29937 29940 12906 0 -1 1077944384 14561 0 0 0 239445 4 0 0 20 0 17 0 51647451 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139789133552816 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29943] ppid=29937 vsize=10817488 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29943/stat : 29943 (java) S 29937 29940 12906 0 -1 1077944384 1552 0 0 0 18 5 0 0 20 0 17 0 51647451 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139789059730064 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29944] ppid=29937 vsize=10817488 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29944/stat : 29944 (java) S 29937 29940 12906 0 -1 1077944384 1331 0 0 0 18 5 0 0 20 0 17 0 51647451 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139789058677264 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29945] ppid=29937 vsize=10817488 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29945/stat : 29945 (java) S 29937 29940 12906 0 -1 1077944384 2035 0 0 0 17 6 0 0 20 0 17 0 51647451 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139789057624464 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29946] ppid=29937 vsize=10817488 CPUtime=0.23 cores=0,2,4,6
/proc/29940/task/29946/stat : 29946 (java) S 29937 29940 12906 0 -1 1077944384 1911 0 0 0 18 5 0 0 20 0 17 0 51647452 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139789056571664 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29947] ppid=29937 vsize=10817488 CPUtime=0.07 cores=0,2,4,6
/proc/29940/task/29947/stat : 29947 (java) S 29937 29940 12906 0 -1 1077944384 1975 0 0 0 5 2 0 0 20 0 17 0 51647453 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788438604656 139789129321090 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29948] ppid=29937 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29948/stat : 29948 (java) S 29937 29940 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 51647453 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788437550624 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29949] ppid=29937 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29949/stat : 29949 (java) S 29937 29940 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51647454 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788436497776 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29950] ppid=29937 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29950/stat : 29950 (java) S 29937 29940 12906 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 17 0 51647456 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788367685968 139789129328539 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29951] ppid=29937 vsize=10817488 CPUtime=1.08 cores=0,2,4,6
/proc/29940/task/29951/stat : 29951 (java) S 29937 29940 12906 0 -1 1077944384 5130 0 0 0 107 1 0 0 20 0 17 0 51647456 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788366633328 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29952] ppid=29937 vsize=10817488 CPUtime=1.39 cores=0,2,4,6
/proc/29940/task/29952/stat : 29952 (java) S 29937 29940 12906 0 -1 1077944384 10606 0 0 0 138 1 0 0 20 0 17 0 51647456 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788365580528 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29953] ppid=29937 vsize=10817488 CPUtime=0.48 cores=0,2,4,6
/proc/29940/task/29953/stat : 29953 (java) S 29937 29940 12906 0 -1 1077944384 4027 0 0 0 47 1 0 0 20 0 17 0 51647456 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788364527728 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29954] ppid=29937 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/29940/task/29954/stat : 29954 (java) S 29937 29940 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51647456 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788363475168 139789129320149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
[pid=29940/tid=29955] ppid=29937 vsize=10817488 CPUtime=1.52 cores=0,2,4,6
/proc/29940/task/29955/stat : 29955 (java) S 29937 29940 12906 0 -1 1077944384 1881 0 0 0 82 70 0 0 20 0 17 0 51647461 11077107712 102522 18446744073709551615 4194304 4196468 140727783281904 139788362423472 139789129321090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24662016 140727783285173 140727783285326 140727783285326 140727783288783 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 2395.04
CPU time (s): 2400.09
CPU user time (s): 2399.23
CPU system time (s): 0.866218
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.23
system time used= 0.866218
maximum resident set size= 410388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54224
involuntary context switches= 2086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6115 second user time and 15.8514 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 11:02:08
IDJOB=4243767
IDBENCH=140599
IDSOLVER=2623
FILE ID=node135/4243767-1502097365
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243767-1502097365/watcher-4243767-1502097365 -o /tmp/evaluation-result-4243767-1502097365/solver-4243767-1502097365 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243767-1502097365.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=503148289

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31327152 kB
MemAvailable:   31776244 kB
Buffers:          224328 kB
Cached:           512888 kB
SwapCached:            0 kB
Active:           624560 kB
Inactive:         389388 kB
Active(anon):     276876 kB
Inactive(anon):    24972 kB
Active(file):     347684 kB
Inactive(file):   364416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:        283952 kB
Mapped:            52664 kB
Shmem:             25344 kB
Slab:             132564 kB
SReclaimable:     105652 kB
SUnreclaim:        26912 kB
KernelStack:        3856 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 11:42:03