Trace number 4106813

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1795.44

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_4.opb
MD5SUMde244e44f140b74baa9d32bfcc24f10d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-67
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -84
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31508
Sum of products size (including duplicates)63016
Number of different products15754
Sum of products size31508

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106813-1466278220.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.63/0.77	c ... done. Wall clock time 0.651s.
1.63/0.77	c declared #vars     1000
1.63/0.77	c internal #vars     16754
1.63/0.77	c #constraints  33010
1.63/0.77	c constraints type 
1.63/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15754
1.63/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1002
1.63/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.63/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
1.63/0.77	c 33010 constraints processed.
1.63/0.77	c objective function length is 500 literals
9.14/6.80	c cleaning 2495 clauses out of 5000 with flag 77419/5000
14.12/11.45	c cleaning 4252 clauses out of 8506 with flag 97037/11001
21.92/19.21	c cleaning 5621 clauses out of 11253 with flag 119691/18000
31.14/28.46	c cleaning 6809 clauses out of 13633 with flag 143878/26001
41.40/38.67	c cleaning 7905 clauses out of 15824 with flag 170224/35001
52.69/49.86	c cleaning 8958 clauses out of 17919 with flag 200047/45001
64.69/61.80	c cleaning 9979 clauses out of 19961 with flag 230070/56001
77.59/74.73	c cleaning 10991 clauses out of 21982 with flag 262285/68001
92.28/89.47	c cleaning 11988 clauses out of 23990 with flag 298889/81000
108.68/105.80	c cleaning 12999 clauses out of 26002 with flag 338125/95000
126.29/123.42	c cleaning 13999 clauses out of 28003 with flag 381345/110000
144.90/142.04	c cleaning 14995 clauses out of 30005 with flag 426256/126001
165.18/162.32	c cleaning 16004 clauses out of 32010 with flag 471475/143001
185.59/182.76	c cleaning 17003 clauses out of 34006 with flag 518072/161001
209.63/206.62	c cleaning 18001 clauses out of 36003 with flag 567570/180001
235.83/232.80	c cleaning 19001 clauses out of 38002 with flag 621874/200001
263.63/260.63	c cleaning 20001 clauses out of 40001 with flag 680057/221001
292.44/289.41	c cleaning 20998 clauses out of 42000 with flag 742892/243001
321.63/318.62	c cleaning 22001 clauses out of 44002 with flag 808110/266001
352.01/348.80	c cleaning 23001 clauses out of 46001 with flag 874324/290001
383.71/380.46	c cleaning 23995 clauses out of 47999 with flag 941298/315000
414.81/411.53	c cleaning 25000 clauses out of 50004 with flag 1001532/341000
445.61/442.39	c cleaning 26000 clauses out of 52004 with flag 1065502/368000
476.30/473.07	c cleaning 26999 clauses out of 54004 with flag 1131782/396000
509.50/506.24	c cleaning 28001 clauses out of 56005 with flag 1196215/425000
543.60/540.35	c cleaning 29001 clauses out of 58004 with flag 1265284/455000
579.00/575.70	c cleaning 30001 clauses out of 60003 with flag 1339496/486000
615.80/612.54	c cleaning 31000 clauses out of 62002 with flag 1414494/518000
655.45/651.96	c cleaning 31998 clauses out of 64002 with flag 1491740/551000
695.65/692.12	c cleaning 32997 clauses out of 66004 with flag 1572906/585000
736.86/733.32	c cleaning 34002 clauses out of 68007 with flag 1654888/620000
778.25/774.77	c cleaning 35000 clauses out of 70005 with flag 1740447/656000
821.45/817.98	c cleaning 36002 clauses out of 72005 with flag 1828394/693000
865.96/862.41	c cleaning 36997 clauses out of 74003 with flag 1918016/731000
911.45/907.90	c cleaning 38000 clauses out of 76006 with flag 2006282/770000
962.90/959.14	c cleaning 39002 clauses out of 78006 with flag 2095739/810000
1013.31/1009.59	c cleaning 40003 clauses out of 80005 with flag 2192666/851001
1065.70/1061.92	c cleaning 41001 clauses out of 82002 with flag 2292005/893001
1120.40/1116.61	c cleaning 41997 clauses out of 84001 with flag 2392107/936001
1175.98/1172.27	c cleaning 42999 clauses out of 86004 with flag 2495757/980001
1231.88/1228.10	c cleaning 44001 clauses out of 88005 with flag 2601042/1025001
1296.63/1292.44	c cleaning 44997 clauses out of 90004 with flag 2705014/1071001
1358.22/1354.08	c cleaning 46002 clauses out of 92007 with flag 2811911/1118001
1419.61/1415.40	c cleaning 47000 clauses out of 94005 with flag 2921122/1166001
1480.60/1476.48	c cleaning 48000 clauses out of 96005 with flag 3031422/1215001
1542.89/1538.72	c cleaning 49000 clauses out of 98005 with flag 3144941/1265001
1609.89/1605.26	c cleaning 49998 clauses out of 100005 with flag 3259450/1316001
1681.58/1676.95	c cleaning 51003 clauses out of 102007 with flag 3377820/1368001
1749.28/1744.69	c cleaning 52000 clauses out of 104004 with flag 3498394/1421001
1800.07/1795.40	c starts		: 78
1800.07/1795.40	c conflicts		: 1461186
1800.07/1795.40	c decisions		: 1740653
1800.07/1795.40	c propagations		: 1121369958
1800.07/1795.40	c inspects		: 22769861637
1800.07/1795.40	c shortcuts		: 0
1800.07/1795.40	c learnt literals	: 0
1800.07/1795.40	c learnt binary clauses	: 19
1800.07/1795.40	c learnt ternary clauses	: 518
1800.07/1795.40	c learnt constraints	: 1461186
1800.07/1795.40	c ignored constraints	: 0
1800.07/1795.40	c root simplifications	: 0
1800.07/1795.40	c removed literals (reason simplification)	: 0
1800.07/1795.40	c reason swapping (by a shorter reason)	: 0
1800.07/1795.40	c Calls to reduceDB	: 49
1800.07/1795.40	c Number of update (reduction) of LBD	: 339
1800.07/1795.40	c Imported unit clauses	: 0
1800.07/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.40	c number of learned constraints concerned by reduction	: 0
1800.07/1795.40	c number of learning phase by resolution	: 0
1800.07/1795.40	c number of learning phase by cutting planes	: 0
1800.07/1795.40	c speed (assignments/second)	: 624853.7778639616
1800.07/1795.40	c non guided choices	0
1800.07/1795.41	c timeout
1800.07/1795.43	c learnt constraints type 
1800.07/1795.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.07/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92171
1800.07/1795.43	s UNKNOWN
1800.07/1795.43	c Total wall clock time (in seconds): 1795.308

Verifier Data

ERROR: no interpretation found !

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-4106813-1466278220/watcher-4106813-1466278220 -o /tmp/evaluation-result-4106813-1466278220/solver-4106813-1466278220 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106813-1466278220.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.13 2.10 3/195 22827
/proc/meminfo: memFree=30292588/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/22827/stat : 22827 (java) R 22824 22827 19848 0 -1 4202496 707 0 0 0 0 0 0 0 20 0 1 0 29870920 23793664 357 33554432000 1073741824 1073778376 140734776427488 140734776416552 213183937089 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 5809 369 283 9 0 128 0

[startup+0.100057 s]
/proc/loadavg: 2.21 2.13 2.10 3/195 22827
/proc/meminfo: memFree=30292588/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 29870920 9787879424 6042 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.21 2.13 2.10 3/195 22827
/proc/meminfo: memFree=30292588/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 4719 0 1 0 22 1 0 0 20 0 18 0 29870920 9787879424 6796 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2389619 6796 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.21 2.13 2.10 3/195 22827
/proc/meminfo: memFree=30292588/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 5999 0 1 0 42 1 0 0 20 0 18 0 29870920 9787879424 8702 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2389619 8702 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700249 s]
/proc/loadavg: 2.21 2.13 2.10 3/195 22827
/proc/meminfo: memFree=30292588/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 24697 0 1 0 157 6 0 0 20 0 18 0 29870920 9787879424 50371 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2389619 50371 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.35 2.16 2.11 5/214 22846
/proc/meminfo: memFree=30078228/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 30468 0 1 0 364 8 0 0 20 0 19 0 29870920 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2406260 55793 2283 9 0 2396937 0
[pid=22827/tid=22829] ppid=22824 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/22827/task/22829/stat : 22829 (java) R 22824 22827 19848 0 -1 4202560 2510 0 1 0 140 3 0 0 20 0 19 0 29870921 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733543308424 139733416895900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22827/tid=22830] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22830/stat : 22830 (java) S 22824 22827 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733387262632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22831] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22831/stat : 22831 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733386210088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22832] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22832/stat : 22832 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733385157544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22833] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22833/stat : 22833 (java) S 22824 22827 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733384105000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22834] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22834/stat : 22834 (java) S 22824 22827 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733383051432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22835] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22835/stat : 22835 (java) S 22824 22827 19848 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733381998888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22836] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22836/stat : 22836 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733380946344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22837] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22837/stat : 22837 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733379893800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22838] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22838/stat : 22838 (java) S 22824 22827 19848 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733367482984 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22839] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22839/stat : 22839 (java) S 22824 22827 19848 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733366429304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22840] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22840/stat : 22840 (java) S 22824 22827 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29870924 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733365376648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22841] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22841/stat : 22841 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733364325392 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22842] ppid=22824 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/22827/task/22842/stat : 22842 (java) S 22824 22827 19848 0 -1 4202560 14878 0 0 0 105 2 0 0 20 0 19 0 29870926 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733363271736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22843] ppid=22824 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/22827/task/22843/stat : 22843 (java) R 22824 22827 19848 0 -1 4202560 11692 0 0 0 104 2 0 0 20 0 19 0 29870926 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733362219072 139733545446592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22844] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22844/stat : 22844 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733361166840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22845] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22845/stat : 22845 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733360114504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 55793 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.35 2.16 2.11 3/214 22846
/proc/meminfo: memFree=30077724/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9625040 CPUtime=5.4 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 30549 0 1 0 532 8 0 0 20 0 19 0 29870920 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2406260 55797 2287 9 0 2396937 0
[pid=22827/tid=22829] ppid=22824 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/22827/task/22829/stat : 22829 (java) R 22824 22827 19848 0 -1 4202560 2511 0 1 0 300 3 0 0 20 0 19 0 29870921 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733543307632 139733416850848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22827/tid=22830] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22830/stat : 22830 (java) S 22824 22827 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733387262632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22831] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22831/stat : 22831 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733386210088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22832] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22832/stat : 22832 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733385157544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22833] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22833/stat : 22833 (java) S 22824 22827 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733384105000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22834] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22834/stat : 22834 (java) S 22824 22827 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733383051432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22835] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22835/stat : 22835 (java) S 22824 22827 19848 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733381998888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22836] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22836/stat : 22836 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733380946344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22837] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22837/stat : 22837 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733379893800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22838] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22838/stat : 22838 (java) S 22824 22827 19848 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733367482984 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22839] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22839/stat : 22839 (java) S 22824 22827 19848 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733366429304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22840] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22840/stat : 22840 (java) S 22824 22827 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29870924 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733365376648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22841] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22841/stat : 22841 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733364325392 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22842] ppid=22824 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/22827/task/22842/stat : 22842 (java) S 22824 22827 19848 0 -1 4202560 14878 0 0 0 105 2 0 0 20 0 19 0 29870926 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733363271736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22843] ppid=22824 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/22827/task/22843/stat : 22843 (java) S 22824 22827 19848 0 -1 4202560 11772 0 0 0 113 2 0 0 20 0 19 0 29870926 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733362219192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22844] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22844/stat : 22844 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733361166840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22845] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22845/stat : 22845 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733360114504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 55797 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.35 2.16 2.11 3/214 22846
/proc/meminfo: memFree=30094040/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9625040 CPUtime=8.61 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 30551 0 1 0 853 8 0 0 20 0 19 0 29870920 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2406260 51646 2287 9 0 2396937 0
[pid=22827/tid=22829] ppid=22824 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/22827/task/22829/stat : 22829 (java) R 22824 22827 19848 0 -1 4202560 2513 0 1 0 618 3 0 0 20 0 19 0 29870921 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733543307616 139733416988779 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22827/tid=22830] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22830/stat : 22830 (java) S 22824 22827 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733387262632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22831] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22831/stat : 22831 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733386210088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22832] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22832/stat : 22832 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733385157544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22833] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22833/stat : 22833 (java) S 22824 22827 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733384105000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22834] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22834/stat : 22834 (java) S 22824 22827 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733383051432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22835] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22835/stat : 22835 (java) S 22824 22827 19848 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733381998888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22836] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22836/stat : 22836 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733380946344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22837] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22837/stat : 22837 (java) S 22824 22827 19848 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29870922 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733379893800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22838] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22838/stat : 22838 (java) S 22824 22827 19848 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733367482984 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22839] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22839/stat : 22839 (java) S 22824 22827 19848 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733366429304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22840] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22840/stat : 22840 (java) S 22824 22827 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29870924 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733365376648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22841] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22841/stat : 22841 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733364325392 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22842] ppid=22824 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/22827/task/22842/stat : 22842 (java) S 22824 22827 19848 0 -1 4202560 14878 0 0 0 105 2 0 0 20 0 19 0 29870926 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733363271736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22843] ppid=22824 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/22827/task/22843/stat : 22843 (java) S 22824 22827 19848 0 -1 4202560 11772 0 0 0 113 2 0 0 20 0 19 0 29870926 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733362219192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22844] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22844/stat : 22844 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733361166840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22845] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22845/stat : 22845 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733360114504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 51646 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 9625040


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

[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.98
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.20 2.13 3/213 22951
/proc/meminfo: memFree=28573612/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9625040 CPUtime=1726.98 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 34877 0 1 0 172548 150 0 0 20 0 19 0 29870920 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2406260 365245 2299 9 0 2396937 0
[pid=22827/tid=22829] ppid=22824 vsize=9625040 CPUtime=1716.52 cores=0,2,4,6
/proc/22827/task/22829/stat : 22829 (java) R 22824 22827 19848 0 -1 4202560 2868 0 1 0 171616 36 0 0 20 0 19 0 29870921 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733543300800 139733416988799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22830] ppid=22824 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22827/task/22830/stat : 22830 (java) S 22824 22827 19848 0 -1 4202560 361 0 0 0 23 18 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733387262632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22831] ppid=22824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22827/task/22831/stat : 22831 (java) S 22824 22827 19848 0 -1 4202560 314 0 0 0 15 14 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733386210088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22832] ppid=22824 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22827/task/22832/stat : 22832 (java) S 22824 22827 19848 0 -1 4202560 298 0 0 0 15 13 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733385157544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22833] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22833/stat : 22833 (java) S 22824 22827 19848 0 -1 4202560 359 0 0 0 21 16 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733384105000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22834] ppid=22824 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22827/task/22834/stat : 22834 (java) S 22824 22827 19848 0 -1 4202560 488 0 0 0 18 16 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733383051432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22835] ppid=22824 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22827/task/22835/stat : 22835 (java) S 22824 22827 19848 0 -1 4202560 261 0 0 0 18 14 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733381998888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22836] ppid=22824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22827/task/22836/stat : 22836 (java) S 22824 22827 19848 0 -1 4202560 298 0 0 0 17 12 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733380946344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22837] ppid=22824 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22827/task/22837/stat : 22837 (java) S 22824 22827 19848 0 -1 4202560 407 0 0 0 24 18 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733379893800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22838] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22838/stat : 22838 (java) S 22824 22827 19848 0 -1 4202560 908 0 0 0 36 1 0 0 20 0 19 0 29870923 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733367482984 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22827/tid=22839] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22839/stat : 22839 (java) S 22824 22827 19848 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733366429304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22840] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22840/stat : 22840 (java) S 22824 22827 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29870924 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733365376648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22841] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22841/stat : 22841 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733364325392 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22842] ppid=22824 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/22827/task/22842/stat : 22842 (java) S 22824 22827 19848 0 -1 4202560 14879 0 0 0 108 2 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733363271736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22843] ppid=22824 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/22827/task/22843/stat : 22843 (java) S 22824 22827 19848 0 -1 4202560 12072 0 0 0 158 2 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733362219192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22844] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22844/stat : 22844 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733361166840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22845] ppid=22824 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/22827/task/22845/stat : 22845 (java) S 22824 22827 19848 0 -1 4202560 99 0 0 0 18 17 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733360114504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.19 2.12 3/214 22955
/proc/meminfo: memFree=28586760/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9625040 CPUtime=1786.96 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 34881 0 1 0 178546 150 0 0 20 0 19 0 29870920 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2406260 365245 2299 9 0 2396937 0
[pid=22827/tid=22829] ppid=22824 vsize=9625040 CPUtime=1776.35 cores=0,2,4,6
/proc/22827/task/22829/stat : 22829 (java) R 22824 22827 19848 0 -1 4202560 2868 0 1 0 177599 36 0 0 20 0 19 0 29870921 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733543300800 139733416988908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22830] ppid=22824 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22827/task/22830/stat : 22830 (java) S 22824 22827 19848 0 -1 4202560 361 0 0 0 23 18 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733387262632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22831] ppid=22824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22827/task/22831/stat : 22831 (java) S 22824 22827 19848 0 -1 4202560 314 0 0 0 15 14 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733386210088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22832] ppid=22824 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22827/task/22832/stat : 22832 (java) S 22824 22827 19848 0 -1 4202560 298 0 0 0 15 13 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733385157544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22833] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22833/stat : 22833 (java) S 22824 22827 19848 0 -1 4202560 359 0 0 0 21 16 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733384105000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22834] ppid=22824 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22827/task/22834/stat : 22834 (java) S 22824 22827 19848 0 -1 4202560 488 0 0 0 18 16 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733383051432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22835] ppid=22824 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22827/task/22835/stat : 22835 (java) S 22824 22827 19848 0 -1 4202560 261 0 0 0 18 14 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733381998888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22836] ppid=22824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22827/task/22836/stat : 22836 (java) S 22824 22827 19848 0 -1 4202560 298 0 0 0 17 12 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733380946344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22837] ppid=22824 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22827/task/22837/stat : 22837 (java) S 22824 22827 19848 0 -1 4202560 407 0 0 0 24 18 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733379893800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22838] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22838/stat : 22838 (java) S 22824 22827 19848 0 -1 4202560 908 0 0 0 36 1 0 0 20 0 19 0 29870923 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733367482984 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22827/tid=22839] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22839/stat : 22839 (java) S 22824 22827 19848 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733366429304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22840] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22840/stat : 22840 (java) S 22824 22827 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29870924 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733365376648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22841] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22841/stat : 22841 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733364325392 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22842] ppid=22824 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/22827/task/22842/stat : 22842 (java) S 22824 22827 19848 0 -1 4202560 14879 0 0 0 108 2 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733363271736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22843] ppid=22824 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/22827/task/22843/stat : 22843 (java) S 22824 22827 19848 0 -1 4202560 12072 0 0 0 158 2 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733362219192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22844] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22844/stat : 22844 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733361166840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22845] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22845/stat : 22845 (java) S 22824 22827 19848 0 -1 4202560 103 0 0 0 19 18 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733360114504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.13 2.18 2.12 3/214 22956
/proc/meminfo: memFree=28539700/32872528 swapFree=877056/942464
[pid=22827] ppid=22824 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/22827/stat : 22827 (java) S 22824 22827 19848 0 -1 4202496 34881 0 1 0 179856 151 0 0 20 0 19 0 29870920 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 140734776418624 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22827/statm: 2406260 365245 2299 9 0 2396937 0
[pid=22827/tid=22829] ppid=22824 vsize=9625040 CPUtime=1789.41 cores=0,2,4,6
/proc/22827/task/22829/stat : 22829 (java) R 22824 22827 19848 0 -1 4202560 2868 0 1 0 178904 37 0 0 20 0 19 0 29870921 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733543300800 139733416988867 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22830] ppid=22824 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22827/task/22830/stat : 22830 (java) S 22824 22827 19848 0 -1 4202560 361 0 0 0 23 18 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733387262632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22831] ppid=22824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22827/task/22831/stat : 22831 (java) S 22824 22827 19848 0 -1 4202560 314 0 0 0 15 14 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733386210088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22832] ppid=22824 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/22827/task/22832/stat : 22832 (java) S 22824 22827 19848 0 -1 4202560 298 0 0 0 15 13 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733385157544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22833] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22833/stat : 22833 (java) S 22824 22827 19848 0 -1 4202560 359 0 0 0 21 16 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733384105000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22834] ppid=22824 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/22827/task/22834/stat : 22834 (java) S 22824 22827 19848 0 -1 4202560 488 0 0 0 18 16 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733383051432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22835] ppid=22824 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22827/task/22835/stat : 22835 (java) S 22824 22827 19848 0 -1 4202560 261 0 0 0 18 14 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733381998888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22827/tid=22836] ppid=22824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/22827/task/22836/stat : 22836 (java) S 22824 22827 19848 0 -1 4202560 298 0 0 0 17 12 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733380946344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22837] ppid=22824 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/22827/task/22837/stat : 22837 (java) S 22824 22827 19848 0 -1 4202560 407 0 0 0 24 18 0 0 20 0 19 0 29870922 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733379893800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22838] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22838/stat : 22838 (java) S 22824 22827 19848 0 -1 4202560 908 0 0 0 36 1 0 0 20 0 19 0 29870923 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733367482984 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22827/tid=22839] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22839/stat : 22839 (java) S 22824 22827 19848 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29870923 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733366429304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22840] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22840/stat : 22840 (java) S 22824 22827 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29870924 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733365376648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22841] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22841/stat : 22841 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733364325392 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22842] ppid=22824 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/22827/task/22842/stat : 22842 (java) S 22824 22827 19848 0 -1 4202560 14879 0 0 0 108 2 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733363271736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22843] ppid=22824 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/22827/task/22843/stat : 22843 (java) S 22824 22827 19848 0 -1 4202560 12072 0 0 0 158 2 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733362219192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22844] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22844/stat : 22844 (java) S 22824 22827 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733361166840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22827/tid=22845] ppid=22824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22827/task/22845/stat : 22845 (java) S 22824 22827 19848 0 -1 4202560 103 0 0 0 19 18 0 0 20 0 19 0 29870926 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733360114504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22827/tid=22846] ppid=22824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22827/task/22846/stat : 22846 (java) S 22824 22827 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29870999 9856040960 365245 33554432000 1073741824 1073778376 140734776427488 139733359060264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22827 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=958276
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=951703
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.44
CPU time (s): 1800.07
CPU user time (s): 1798.56
CPU system time (s): 1.51
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 1.9517
maximum resident set size= 1461096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34916
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38285
involuntary context switches= 19611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6314 second user time and 12.5251 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 21:30:20
IDJOB=4106813
IDBENCH=48272
IDSOLVER=2546
FILE ID=node113/4106813-1466278220
RUNJOBID= node113-1466265808-19864
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106813-1466278220/watcher-4106813-1466278220 -o /tmp/evaluation-result-4106813-1466278220/solver-4106813-1466278220 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106813-1466278220.opb

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

MD5SUM BENCH= de244e44f140b74baa9d32bfcc24f10d
RANDOM SEED=398108047

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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
cpu MHz		: 2666.799
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 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 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 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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2666.799
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 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 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 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
cpu MHz		: 2666.799
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2666.799
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30293380 kB
Buffers:          119108 kB
Cached:           285768 kB
SwapCached:         1896 kB
Active:           579900 kB
Inactive:         315300 kB
Active(anon):     490416 kB
Inactive(anon):     2024 kB
Active(file):      89484 kB
Inactive(file):   313276 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       1476820 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             606428 kB
SReclaimable:      50108 kB
SUnreclaim:       556320 kB
KernelStack:        1656 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1559968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node113 at 2016-06-18 22:00:15