Trace number 4243769

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.1299 2394.45

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-066-4.xml
MD5SUMc25add2d506acc91b1dafe626b0f7e10
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.64946198
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":66}]
Minimum variable degree32
Maximum variable degree64
Distribution of variable degrees[{"degree":32,"count":1},{"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":4},{"degree":49,"count":2},{"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":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1056}]
Number of extensional constraints0
Number of intensional constraints1056
Distribution of constraint types[{"type":"intension","count":1056}]
Optimization problemNO
Type of objective

Solver Data

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

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

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: 7.41 7.14 6.06 6/199 29820
/proc/meminfo: memFree=23230732/32770624 swapFree=0/364352
[pid=29820] ppid=29817 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29820/stat : 29820 (runsolver) D 29817 29820 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51633342 24240128 107 18446744073709551615 4194304 4338465 140732666221152 140732666218792 139986063725271 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 38694912 140732666228871 140732666229321 140732666229321 140732666232778 0
/proc/29820/statm: 5918 107 54 36 0 2156 0

[startup+0.100115 s]
/proc/loadavg: 7.41 7.14 6.06 6/199 29820
/proc/meminfo: memFree=23230732/32770624 swapFree=0/364352
[pid=29820] ppid=29817 vsize=10151672 CPUtime=0.02 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 3874 0 0 0 2 0 0 0 20 0 9 0 51633342 10395312128 5015 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2537918 5015 2081 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200283 s]
/proc/loadavg: 7.41 7.14 6.06 6/199 29820
/proc/meminfo: memFree=23230732/32770624 swapFree=0/364352
[pid=29820] ppid=29817 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 4674 0 0 0 5 0 0 0 20 0 14 0 51633342 10736119808 5713 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2621123 5713 2576 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300292 s]
/proc/loadavg: 7.41 7.14 6.06 6/199 29820
/proc/meminfo: memFree=23230732/32770624 swapFree=0/364352
[pid=29820] ppid=29817 vsize=10551156 CPUtime=0.2 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 8071 0 0 0 18 2 0 0 20 0 15 0 51633342 10804383744 8278 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2637789 8278 2854 1 0 2627261 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.710169 s]
/proc/loadavg: 7.41 7.14 6.06 6/199 29820
/proc/meminfo: memFree=23230732/32770624 swapFree=0/364352
[pid=29820] ppid=29817 vsize=10551232 CPUtime=1.29 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 13354 0 0 0 124 5 0 0 20 0 15 0 51633342 10804461568 20770 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2637808 20770 3055 1 0 2627261 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 7.41 7.14 6.06 8/215 29836
/proc/meminfo: memFree=23120756/32770624 swapFree=0/364384
[pid=29820] ppid=29817 vsize=10619960 CPUtime=3.72 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 24298 0 0 0 364 8 0 0 20 0 16 0 51633342 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654990 35960 3077 1 0 2644443 0
[pid=29820/tid=29822] ppid=29817 vsize=10619960 CPUtime=1.33 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 7993 0 0 0 129 4 0 0 20 0 16 0 51633350 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139960417714760 139960053907735 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51633350 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 51633352 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51633352 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633352 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10619960 CPUtime=0.98 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) R 29817 29820 12906 0 -1 4202560 7096 0 0 0 98 0 0 0 20 0 16 0 51633355 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959973212360 139960393169411 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10619960 CPUtime=0.93 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) R 29817 29820 12906 0 -1 4202560 4742 0 0 0 92 1 0 0 20 0 16 0 51633355 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959972160088 139960393168584 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10619960 CPUtime=0.45 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 3028 0 0 0 44 1 0 0 20 0 16 0 51633355 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 51633363 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29836] ppid=29817 vsize=10619960 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29836/stat : 29836 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633428 10874839040 35960 18446744073709551615 4194304 4196468 140736995421568 139959967962544 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 10619960

[startup+3.10063 s]
/proc/loadavg: 7.41 7.14 6.06 9/215 29836
/proc/meminfo: memFree=23087524/32770624 swapFree=0/364384
[pid=29820] ppid=29817 vsize=10617796 CPUtime=6.35 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 28189 0 0 0 627 8 0 0 20 0 16 0 51633342 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654449 38597 3087 1 0 2643902 0
[pid=29820/tid=29822] ppid=29817 vsize=10617796 CPUtime=2.93 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 8291 0 0 0 289 4 0 0 20 0 16 0 51633350 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139960417719240 139960053867158 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) S 29817 29820 12906 0 -1 1077944384 9206 0 0 0 148 1 0 0 20 0 16 0 51633355 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959973226864 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10617796 CPUtime=1.45 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) S 29817 29820 12906 0 -1 1077944384 6178 0 0 0 144 1 0 0 20 0 16 0 51633355 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959972174064 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 3074 0 0 0 44 1 0 0 20 0 16 0 51633355 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 51633363 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29836] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29836/stat : 29836 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633428 10872623104 38597 18446744073709551615 4194304 4196468 140736995421568 139959967962544 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 10617796

[startup+6.30065 s]
/proc/loadavg: 7.14 7.09 6.04 6/215 29836
/proc/meminfo: memFree=23089168/32770624 swapFree=0/364384
[pid=29820] ppid=29817 vsize=10617796 CPUtime=9.57 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 29533 0 0 0 948 9 0 0 20 0 16 0 51633342 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654449 38485 3091 1 0 2643902 0
[pid=29820/tid=29822] ppid=29817 vsize=10617796 CPUtime=6.13 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 8383 0 0 0 609 4 0 0 20 0 16 0 51633350 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139960417718816 139960053866211 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) S 29817 29820 12906 0 -1 1077944384 9206 0 0 0 148 1 0 0 20 0 16 0 51633355 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959973226864 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10617796 CPUtime=1.46 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) S 29817 29820 12906 0 -1 1077944384 6187 0 0 0 145 1 0 0 20 0 16 0 51633355 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959972174064 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10617796 CPUtime=0.46 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 3074 0 0 0 45 1 0 0 20 0 16 0 51633355 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 1093 0 0 0 0 0 0 0 20 0 16 0 51633363 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29836] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29836/stat : 29836 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633428 10872623104 38485 18446744073709551615 4194304 4196468 140736995421568 139959967962544 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 6.97 7.05 6.04 6/215 29836
/proc/meminfo: memFree=23078964/32770624 swapFree=0/364384
[pid=29820] ppid=29817 vsize=10617796 CPUtime=15.97 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 30366 0 0 0 1588 9 0 0 20 0 16 0 51633342 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654449 41089 3091 1 0 2643902 0
[pid=29820/tid=29822] ppid=29817 vsize=10617796 CPUtime=12.52 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 8638 0 0 0 1248 4 0 0 20 0 16 0 51633350 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 139960417721192 139960053907735 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 51633350 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 41089 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0

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

[startup+2322.3 s]
/proc/loadavg: 2.13 2.07 2.40 3/215 30078
/proc/meminfo: memFree=30689832/32770624 swapFree=0/365100
[pid=29820] ppid=29817 vsize=10617796 CPUtime=2328.11 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 49897 0 0 0 232697 114 0 0 20 0 16 0 51633342 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654449 115530 3127 1 0 2643902 0
[pid=29820/tid=29822] ppid=29817 vsize=10617796 CPUtime=2321.97 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 15926 0 0 0 232189 8 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960417721776 139960053866264 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1570 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1449 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1734 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 1692 0 0 0 22 6 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 1954 0 0 0 3 3 0 0 20 0 16 0 51633352 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10617796 CPUtime=1.53 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) S 29817 29820 12906 0 -1 1077944384 10298 0 0 0 152 1 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959973226864 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) S 29817 29820 12906 0 -1 1077944384 7331 0 0 0 148 1 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959972174064 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10617796 CPUtime=0.47 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 4325 0 0 0 46 1 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10617796 CPUtime=1.35 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 2162 0 0 0 57 78 0 0 20 0 16 0 51633363 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29836] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29836/stat : 29836 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633428 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959967962544 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 2328.11
Current children cumulated vsize (KiB) 10617796

[startup+2382.3 s]
/proc/loadavg: 2.05 2.06 2.38 3/215 30080
/proc/meminfo: memFree=30689460/32770624 swapFree=0/365128
[pid=29820] ppid=29817 vsize=10617796 CPUtime=2388.15 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 50288 0 0 0 238700 115 0 0 20 0 16 0 51633342 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654449 115530 3127 1 0 2643902 0
[pid=29820/tid=29822] ppid=29817 vsize=10617796 CPUtime=2381.98 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 16127 0 0 0 238189 9 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960417718816 139960053867424 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1570 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1449 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1734 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 1692 0 0 0 22 6 0 0 20 0 16 0 51633350 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 1978 0 0 0 3 3 0 0 20 0 16 0 51633352 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10617796 CPUtime=1.53 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) S 29817 29820 12906 0 -1 1077944384 10300 0 0 0 152 1 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959973226864 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) S 29817 29820 12906 0 -1 1077944384 7482 0 0 0 148 1 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959972174064 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10617796 CPUtime=0.47 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 4329 0 0 0 46 1 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10617796 CPUtime=1.38 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 2171 0 0 0 58 80 0 0 20 0 16 0 51633363 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29836] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29836/stat : 29836 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633428 10872623104 115530 18446744073709551615 4194304 4196468 140736995421568 139959967962544 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 2388.15
Current children cumulated vsize (KiB) 10617796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.2 s]
/proc/loadavg: 2.04 2.06 2.38 3/215 30080
/proc/meminfo: memFree=30689460/32770624 swapFree=0/365136
[pid=29820] ppid=29817 vsize=10617796 CPUtime=2400.06 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 50350 0 0 0 239890 116 0 0 20 0 16 0 51633342 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2654449 115531 3127 1 0 2643902 0
[pid=29820/tid=29822] ppid=29817 vsize=10617796 CPUtime=2393.88 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) R 29817 29820 12906 0 -1 4202560 16133 0 0 0 239379 9 0 0 20 0 16 0 51633350 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139960417719624 139960053867686 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1570 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1449 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10617796 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1734 0 0 0 22 7 0 0 20 0 16 0 51633350 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10617796 CPUtime=0.28 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 1692 0 0 0 22 6 0 0 20 0 16 0 51633350 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10617796 CPUtime=0.06 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 1978 0 0 0 3 3 0 0 20 0 16 0 51633352 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 51633352 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10617796 CPUtime=1.53 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) S 29817 29820 12906 0 -1 1077944384 10353 0 0 0 152 1 0 0 20 0 16 0 51633355 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959973226864 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10617796 CPUtime=1.49 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) S 29817 29820 12906 0 -1 1077944384 7482 0 0 0 148 1 0 0 20 0 16 0 51633355 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959972174064 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10617796 CPUtime=0.47 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 4329 0 0 0 46 1 0 0 20 0 16 0 51633355 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51633355 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10617796 CPUtime=1.39 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 2174 0 0 0 59 80 0 0 20 0 16 0 51633363 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29836] ppid=29817 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29836/stat : 29836 (java) S 29817 29820 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51633428 10872623104 115531 18446744073709551615 4194304 4196468 140736995421568 139959967962544 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 2400.06
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 29820 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2394.4 s]
/proc/loadavg: 2.04 2.06 2.38 3/215 30080
/proc/meminfo: memFree=30689460/32770624 swapFree=0/365136
[pid=29820] ppid=29817 vsize=10817488 CPUtime=2400.07 cores=1,3,5,7
/proc/29820/stat : 29820 (java) S 29817 29820 12906 0 -1 1077944320 50614 0 0 0 239891 116 0 0 20 0 17 0 51633342 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 140736995404112 139960413482743 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
/proc/29820/statm: 2704372 115568 3130 1 0 2693825 0
[pid=29820/tid=29822] ppid=29817 vsize=10817488 CPUtime=2393.89 cores=1,3,5,7
/proc/29820/task/29822/stat : 29822 (java) S 29817 29820 12906 0 -1 1077944384 16149 0 0 0 239380 9 0 0 20 0 17 0 51633350 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139960417725616 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29823] ppid=29817 vsize=10817488 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29823/stat : 29823 (java) S 29817 29820 12906 0 -1 1077944384 1570 0 0 0 22 7 0 0 20 0 17 0 51633350 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139960370449040 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29824] ppid=29817 vsize=10817488 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29824/stat : 29824 (java) S 29817 29820 12906 0 -1 1077944384 1449 0 0 0 22 7 0 0 20 0 17 0 51633350 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139960369396240 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29825] ppid=29817 vsize=10817488 CPUtime=0.29 cores=1,3,5,7
/proc/29820/task/29825/stat : 29825 (java) S 29817 29820 12906 0 -1 1077944384 1734 0 0 0 22 7 0 0 20 0 17 0 51633350 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139960022391184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29826] ppid=29817 vsize=10817488 CPUtime=0.28 cores=1,3,5,7
/proc/29820/task/29826/stat : 29826 (java) S 29817 29820 12906 0 -1 1077944384 1692 0 0 0 22 6 0 0 20 0 17 0 51633350 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139960021338384 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29827] ppid=29817 vsize=10817488 CPUtime=0.06 cores=1,3,5,7
/proc/29820/task/29827/stat : 29827 (java) S 29817 29820 12906 0 -1 1077944384 1979 0 0 0 3 3 0 0 20 0 17 0 51633352 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959977438064 139960413493890 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29828] ppid=29817 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29828/stat : 29828 (java) S 29817 29820 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 51633352 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959976384032 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29829] ppid=29817 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29829/stat : 29829 (java) S 29817 29820 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51633352 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959975331184 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29830] ppid=29817 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29830/stat : 29830 (java) S 29817 29820 12906 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 17 0 51633355 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959974279504 139960413501339 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29831] ppid=29817 vsize=10817488 CPUtime=1.53 cores=1,3,5,7
/proc/29820/task/29831/stat : 29831 (java) S 29817 29820 12906 0 -1 1077944384 10353 0 0 0 152 1 0 0 20 0 17 0 51633355 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959973226864 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29832] ppid=29817 vsize=10817488 CPUtime=1.49 cores=1,3,5,7
/proc/29820/task/29832/stat : 29832 (java) S 29817 29820 12906 0 -1 1077944384 7482 0 0 0 148 1 0 0 20 0 17 0 51633355 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959972174064 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29833] ppid=29817 vsize=10817488 CPUtime=0.47 cores=1,3,5,7
/proc/29820/task/29833/stat : 29833 (java) S 29817 29820 12906 0 -1 1077944384 4346 0 0 0 46 1 0 0 20 0 17 0 51633355 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959971121264 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29834] ppid=29817 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29820/task/29834/stat : 29834 (java) S 29817 29820 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51633355 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959970068704 139960413492949 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
[pid=29820/tid=29835] ppid=29817 vsize=10817488 CPUtime=1.39 cores=1,3,5,7
/proc/29820/task/29835/stat : 29835 (java) S 29817 29820 12906 0 -1 1077944384 2174 0 0 0 59 80 0 0 20 0 17 0 51633363 11077107712 115568 18446744073709551615 4194304 4196468 140736995421568 139959969017008 139960413493890 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18448384 140736995426741 140736995426894 140736995426894 140736995430351 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 2394.45
CPU time (s): 2400.13
CPU user time (s): 2398.96
CPU system time (s): 1.16621
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.96
system time used= 1.16621
maximum resident set size= 462696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51006
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54174
involuntary context switches= 1110

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4731 second user time and 14.3854 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:59:47
IDJOB=4243769
IDBENCH=140598
IDSOLVER=2623
FILE ID=node135/4243769-1502097224
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= c25add2d506acc91b1dafe626b0f7e10
RANDOM SEED=1156232783

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:        23231260 kB
MemAvailable:   23681088 kB
Buffers:          224232 kB
Cached:           513944 kB
SwapCached:            0 kB
Active:          8706684 kB
Inactive:         389324 kB
Active(anon):    8358196 kB
Inactive(anon):    24972 kB
Active(file):     348488 kB
Inactive(file):   364352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1736 kB
Writeback:             0 kB
AnonPages:       8365880 kB
Mapped:            51496 kB
Shmem:             25344 kB
Slab:             132624 kB
SReclaimable:     105648 kB
SUnreclaim:        26976 kB
KernelStack:        3776 kB
PageTables:        21120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7196672 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:39:41