Trace number 4121422

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1798.84

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-26.cnf.gz-extracted.pb.metafix.opb
MD5SUM98b683eecf8a67bb0b44ca0cd164de8d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121422-1467314509.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.022s.
0.09/0.14	c declared #vars     105
0.09/0.14	c #constraints  104
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.09/0.14	c 104 constraints processed.
0.67/0.46	c cleaning 2495 clauses out of 5000 with flag 30477/5000
1.13/0.70	c cleaning 4240 clauses out of 8505 with flag 69946/11000
1.43/1.08	c cleaning 5620 clauses out of 11265 with flag 120970/18000
2.04/1.68	c cleaning 6816 clauses out of 13647 with flag 183404/26002
2.76/2.36	c cleaning 7908 clauses out of 15830 with flag 246266/35001
3.45/3.09	c cleaning 8958 clauses out of 17923 with flag 313486/45002
4.36/3.91	c cleaning 9972 clauses out of 19964 with flag 388505/56001
5.26/4.80	c cleaning 10991 clauses out of 21991 with flag 477918/68000
6.36/5.94	c cleaning 11986 clauses out of 24000 with flag 570250/81000
7.66/7.22	c cleaning 12999 clauses out of 26014 with flag 673741/95000
9.16/8.74	c cleaning 13995 clauses out of 28017 with flag 786230/110002
10.86/10.41	c cleaning 14999 clauses out of 30020 with flag 901370/126000
12.66/12.25	c cleaning 16004 clauses out of 32021 with flag 1036491/143000
14.76/14.39	c cleaning 17002 clauses out of 34018 with flag 1178980/161001
17.15/16.74	c cleaning 17999 clauses out of 36015 with flag 1333224/180000
19.65/19.26	c cleaning 19005 clauses out of 38016 with flag 1493857/200000
22.35/21.98	c cleaning 20004 clauses out of 40011 with flag 1662413/221000
25.36/24.91	c cleaning 21002 clauses out of 42009 with flag 1833707/243002
28.56/28.18	c cleaning 22001 clauses out of 44008 with flag 2024197/266003
32.06/31.65	c cleaning 22985 clauses out of 46004 with flag 2202634/290000
36.25/35.80	c cleaning 24005 clauses out of 48021 with flag 2403725/315002
40.25/39.86	c cleaning 25000 clauses out of 50014 with flag 2593072/341000
44.85/44.41	c cleaning 25996 clauses out of 52014 with flag 2813705/368000
49.45/49.07	c cleaning 27005 clauses out of 54019 with flag 3012701/396001
54.55/54.14	c cleaning 27996 clauses out of 56014 with flag 3231562/425001
59.97/59.54	c cleaning 29000 clauses out of 58017 with flag 3462248/455000
65.95/65.52	c cleaning 30000 clauses out of 60017 with flag 3702189/486000
72.15/71.77	c cleaning 31008 clauses out of 62017 with flag 3942695/518000
78.85/78.46	c cleaning 32004 clauses out of 64011 with flag 4190275/551002
86.04/85.60	c cleaning 32997 clauses out of 66005 with flag 4462482/585000
93.84/93.47	c cleaning 33995 clauses out of 68008 with flag 4732348/620000
101.54/101.12	c cleaning 35004 clauses out of 70018 with flag 5007183/656005
110.64/110.20	c cleaning 35996 clauses out of 72009 with flag 5301207/693000
119.94/119.59	c cleaning 36996 clauses out of 74015 with flag 5599545/731002
130.04/129.63	c cleaning 37999 clauses out of 76018 with flag 5904555/770001
140.35/139.92	c cleaning 39002 clauses out of 78018 with flag 6221423/810000
151.05/150.63	c cleaning 40001 clauses out of 80019 with flag 6536560/851003
162.06/161.62	c cleaning 40996 clauses out of 82016 with flag 6844521/893001
174.26/173.83	c cleaning 42004 clauses out of 84019 with flag 7182111/936000
186.06/185.68	c cleaning 43005 clauses out of 86017 with flag 7515170/980002
198.22/197.73	c cleaning 43998 clauses out of 88010 with flag 7853612/1025000
210.63/210.20	c cleaning 44991 clauses out of 90012 with flag 8212463/1071000
223.22/222.78	c cleaning 45999 clauses out of 92021 with flag 8560020/1118000
238.93/238.46	c cleaning 47001 clauses out of 94022 with flag 8939316/1166000
253.54/253.02	c cleaning 48006 clauses out of 96022 with flag 9313789/1215001
268.54/268.07	c cleaning 49000 clauses out of 98016 with flag 9701680/1265001
284.54/284.04	c cleaning 50005 clauses out of 100015 with flag 10076376/1316000
300.24/299.79	c cleaning 50998 clauses out of 102010 with flag 10455234/1368000
317.75/317.26	c cleaning 51990 clauses out of 104012 with flag 10830749/1421000
336.66/336.18	c cleaning 52998 clauses out of 106022 with flag 11255900/1475000
356.36/355.80	c cleaning 54004 clauses out of 108024 with flag 11712529/1530000
376.47/375.97	c cleaning 55005 clauses out of 110022 with flag 12137762/1586002
395.97/395.49	c cleaning 56003 clauses out of 112015 with flag 12545218/1643000
418.38/417.87	c cleaning 57001 clauses out of 114013 with flag 12996666/1701001
442.49/441.91	c cleaning 58001 clauses out of 116014 with flag 13462490/1760003
469.50/468.98	c cleaning 58994 clauses out of 118010 with flag 13912200/1820000
495.82/495.23	c cleaning 59996 clauses out of 120016 with flag 14361420/1881000
521.52/520.95	c cleaning 61004 clauses out of 122020 with flag 14793780/1943000
547.92/547.34	c cleaning 61993 clauses out of 124016 with flag 15251787/2006000
573.09/572.43	c cleaning 63002 clauses out of 126024 with flag 15732673/2070001
600.20/599.57	c cleaning 64004 clauses out of 128021 with flag 16210284/2135000
628.90/628.21	c cleaning 65002 clauses out of 130017 with flag 16709562/2201000
657.60/656.95	c cleaning 65997 clauses out of 132015 with flag 17190600/2268000
690.02/689.32	c cleaning 66999 clauses out of 134020 with flag 17700095/2336002
720.44/719.76	c cleaning 68007 clauses out of 136019 with flag 18231970/2405000
755.55/754.85	c cleaning 68992 clauses out of 138012 with flag 18761311/2475000
791.57/790.90	c cleaning 70000 clauses out of 140020 with flag 19294668/2546000
826.79/826.09	c cleaning 70997 clauses out of 142022 with flag 19829733/2618002
864.61/863.81	c cleaning 72000 clauses out of 144023 with flag 20407434/2691000
905.33/904.51	c cleaning 73001 clauses out of 146023 with flag 20969707/2765000
945.96/945.13	c cleaning 73999 clauses out of 148023 with flag 21523847/2840001
986.59/985.79	c cleaning 75008 clauses out of 150025 with flag 22080617/2916002
1029.61/1028.74	c cleaning 75999 clauses out of 152016 with flag 22639606/2993001
1076.54/1075.67	c cleaning 77005 clauses out of 154017 with flag 23206828/3071001
1120.21/1119.27	c cleaning 78000 clauses out of 156011 with flag 23795104/3150000
1165.53/1164.59	c cleaning 79003 clauses out of 158012 with flag 24384680/3230001
1211.04/1210.08	c cleaning 79997 clauses out of 160009 with flag 24974277/3311001
1258.85/1257.82	c cleaning 80998 clauses out of 162011 with flag 25582445/3393000
1308.97/1308.00	c cleaning 81996 clauses out of 164015 with flag 26187600/3476002
1363.16/1362.10	c cleaning 83003 clauses out of 166020 with flag 26820180/3560003
1419.28/1418.27	c cleaning 83998 clauses out of 168015 with flag 27456679/3645001
1473.39/1472.33	c cleaning 84996 clauses out of 170016 with flag 28096185/3731000
1530.12/1529.10	c cleaning 86004 clauses out of 172020 with flag 28733590/3818000
1587.53/1586.45	c cleaning 87004 clauses out of 174016 with flag 29397282/3906000
1648.14/1647.07	c cleaning 87998 clauses out of 176013 with flag 30058850/3995001
1711.46/1710.31	c cleaning 88999 clauses out of 178015 with flag 30724693/4085001
1779.59/1778.43	c cleaning 89998 clauses out of 180015 with flag 31380170/4176000
1800.06/1798.80	c starts		: 2584
1800.06/1798.80	c conflicts		: 4217933
1800.06/1798.80	c decisions		: 5530583
1800.06/1798.80	c propagations		: 75719254
1800.06/1798.80	c inspects		: 43297746380
1800.06/1798.80	c shortcuts		: 0
1800.06/1798.80	c learnt literals	: 0
1800.06/1798.80	c learnt binary clauses	: 0
1800.06/1798.80	c learnt ternary clauses	: 0
1800.06/1798.80	c learnt constraints	: 4217933
1800.06/1798.80	c ignored constraints	: 0
1800.06/1798.80	c root simplifications	: 0
1800.06/1798.80	c removed literals (reason simplification)	: 0
1800.06/1798.80	c reason swapping (by a shorter reason)	: 0
1800.06/1798.80	c Calls to reduceDB	: 87
1800.06/1798.80	c Number of update (reduction) of LBD	: 1554855
1800.06/1798.80	c Imported unit clauses	: 0
1800.06/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.80	c number of learned constraints concerned by reduction	: 0
1800.06/1798.80	c number of learning phase by resolution	: 0
1800.06/1798.80	c number of learning phase by cutting planes	: 0
1800.06/1798.80	c speed (assignments/second)	: 42097.500700519944
1800.06/1798.80	c non guided choices	50
1800.06/1798.80	c timeout
1800.06/1798.83	c learnt constraints type 
1800.06/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131951
1800.06/1798.83	s UNKNOWN
1800.06/1798.83	c Total wall clock time (in seconds): 1798.715

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-4121422-1467314509/watcher-4121422-1467314509 -o /tmp/evaluation-result-4121422-1467314509/solver-4121422-1467314509 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121422-1467314509.opb 

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

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.28 2.03 2.02 3/194 24813
/proc/meminfo: memFree=29719832/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24813/stat : 24813 (java) R 24810 24813 20692 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 12418303 2560000 47 33554432000 1073741824 1073778376 140737465098464 140733753875112 219504799015 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 625 47 37 9 0 29 0

[startup+0.100111 s]
/proc/loadavg: 2.28 2.03 2.02 3/194 24813
/proc/meminfo: memFree=29719832/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 12418303 9787879424 6034 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.28 2.03 2.02 3/194 24813
/proc/meminfo: memFree=29719832/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 7193 0 1 0 27 1 0 0 20 0 19 0 12418303 9856040960 7952 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 7952 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300295 s]
/proc/loadavg: 2.28 2.03 2.02 3/194 24813
/proc/meminfo: memFree=29719832/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 8317 0 1 0 52 2 0 0 20 0 19 0 12418303 9856040960 8405 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 8405 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700243 s]
/proc/loadavg: 2.28 2.03 2.02 3/194 24813
/proc/meminfo: memFree=29719832/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10362 0 1 0 111 2 0 0 20 0 19 0 12418303 9856040960 8986 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 8986 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.28 2.03 2.02 3/213 24832
/proc/meminfo: memFree=29687596/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10365 0 1 0 192 2 0 0 20 0 19 0 12418303 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 9499 2241 9 0 2396937 0
[pid=24813/tid=24815] ppid=24810 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/24813/task/24815/stat : 24815 (java) R 24810 24813 20692 0 -1 4202560 2399 0 1 0 145 1 0 0 20 0 19 0 12418303 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830610602664 139830462205395 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24816] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24816/stat : 24816 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830583056808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24817] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24817/stat : 24817 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830582004264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24818] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24818/stat : 24818 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830580951208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24813/tid=24819] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24819/stat : 24819 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830450759976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24820] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24820/stat : 24820 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830449707944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24821] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24821/stat : 24821 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830448655400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24822] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24822/stat : 24822 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830447602344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24823] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24823/stat : 24823 (java) S 24810 24813 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139830446549800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24824] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24824/stat : 24824 (java) S 24810 24813 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829964036456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24825] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24825/stat : 24825 (java) S 24810 24813 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829962982776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24826] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24826/stat : 24826 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829961929608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24827] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24827/stat : 24827 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829960878352 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24828] ppid=24810 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24813/task/24828/stat : 24828 (java) S 24810 24813 20692 0 -1 4202560 3416 0 0 0 24 0 0 0 20 0 19 0 12418309 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829959826232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24829] ppid=24810 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24813/task/24829/stat : 24829 (java) S 24810 24813 20692 0 -1 4202560 3280 0 0 0 19 0 0 0 20 0 19 0 12418309 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829958773688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24830] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24830/stat : 24830 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829957720824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24831] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24831/stat : 24831 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829956668488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 9499 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.26 2.03 2.02 3/213 24832
/proc/meminfo: memFree=29683128/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10367 0 1 0 353 2 0 0 20 0 19 0 12418303 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 10012 2241 9 0 2396937 0
[pid=24813/tid=24815] ppid=24810 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/24813/task/24815/stat : 24815 (java) R 24810 24813 20692 0 -1 4202560 2400 0 1 0 305 1 0 0 20 0 19 0 12418303 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830610595536 139830462205400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24816] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24816/stat : 24816 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830583056808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24817] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24817/stat : 24817 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830582004264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24818] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24818/stat : 24818 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830580951208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24813/tid=24819] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24819/stat : 24819 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830450759976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24820] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24820/stat : 24820 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830449707944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24821] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24821/stat : 24821 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830448655400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24822] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24822/stat : 24822 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830447602344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24823] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24823/stat : 24823 (java) S 24810 24813 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139830446549800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24824] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24824/stat : 24824 (java) S 24810 24813 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829964036456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24825] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24825/stat : 24825 (java) S 24810 24813 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829962982776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24826] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24826/stat : 24826 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829961929608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24827] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24827/stat : 24827 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829960878352 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24828] ppid=24810 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/24813/task/24828/stat : 24828 (java) S 24810 24813 20692 0 -1 4202560 3417 0 0 0 25 0 0 0 20 0 19 0 12418309 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829959826232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24829] ppid=24810 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24813/task/24829/stat : 24829 (java) S 24810 24813 20692 0 -1 4202560 3280 0 0 0 19 0 0 0 20 0 19 0 12418309 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829958773688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24830] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24830/stat : 24830 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829957720824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24831] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24831/stat : 24831 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829956668488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 10012 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.26 2.03 2.02 3/212 24832
/proc/meminfo: memFree=29678680/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10372 0 1 0 673 3 0 0 20 0 19 0 12418303 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 10935 2242 9 0 2396937 0
[pid=24813/tid=24815] ppid=24810 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/24813/task/24815/stat : 24815 (java) R 24810 24813 20692 0 -1 4202560 2404 0 1 0 624 1 0 0 20 0 19 0 12418303 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830610595536 139830462164374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24816] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24816/stat : 24816 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830583056808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24817] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24817/stat : 24817 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830582004264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24818] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24818/stat : 24818 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830580951208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24813/tid=24819] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24819/stat : 24819 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830450759976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24820] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24820/stat : 24820 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830449707944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24821] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24821/stat : 24821 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830448655400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24822] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24822/stat : 24822 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830447602344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24823] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24823/stat : 24823 (java) S 24810 24813 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12418305 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139830446549800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24824] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24824/stat : 24824 (java) S 24810 24813 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829964036456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24825] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24825/stat : 24825 (java) S 24810 24813 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829962982776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24826] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24826/stat : 24826 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829961929608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24827] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24827/stat : 24827 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829960878352 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24828] ppid=24810 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/24813/task/24828/stat : 24828 (java) S 24810 24813 20692 0 -1 4202560 3417 0 0 0 25 0 0 0 20 0 19 0 12418309 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829959826232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24829] ppid=24810 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24813/task/24829/stat : 24829 (java) S 24810 24813 20692 0 -1 4202560 3280 0 0 0 19 0 0 0 20 0 19 0 12418309 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829958773688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24830] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24830/stat : 24830 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829957720824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24831] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24831/stat : 24831 (java) S 24810 24813 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829956668488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 10935 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.46
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.22 2.13 3/214 25004
/proc/meminfo: memFree=29361364/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=1723.46 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10762 0 1 0 172291 55 0 0 20 0 19 0 12418303 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 51959 2257 9 0 2396937 0
[pid=24813/tid=24815] ppid=24810 vsize=9625040 CPUtime=1717.71 cores=1,3,5,7
/proc/24813/task/24815/stat : 24815 (java) R 24810 24813 20692 0 -1 4202560 2465 0 1 0 171742 29 0 0 20 0 19 0 12418303 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830610595536 139830462205395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24816] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24816/stat : 24816 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830583056808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24817] ppid=24810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24813/task/24817/stat : 24817 (java) S 24810 24813 20692 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830582004264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24818] ppid=24810 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24813/task/24818/stat : 24818 (java) S 24810 24813 20692 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830580951208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24819] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24819/stat : 24819 (java) S 24810 24813 20692 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830450759976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24820] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24820/stat : 24820 (java) S 24810 24813 20692 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830449707944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24813/tid=24821] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24821/stat : 24821 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830448655400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24822] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24822/stat : 24822 (java) S 24810 24813 20692 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830447602344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24823] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24823/stat : 24823 (java) S 24810 24813 20692 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830446549800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24824] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24824/stat : 24824 (java) S 24810 24813 20692 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 12418306 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829964036456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24825] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24825/stat : 24825 (java) S 24810 24813 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829962982776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24826] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24826/stat : 24826 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829961929608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24827] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24827/stat : 24827 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829960878352 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24828] ppid=24810 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24813/task/24828/stat : 24828 (java) S 24810 24813 20692 0 -1 4202560 3561 0 0 0 28 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829959826232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24829] ppid=24810 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24813/task/24829/stat : 24829 (java) S 24810 24813 20692 0 -1 4202560 3280 0 0 0 19 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829958773688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24830] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24830/stat : 24830 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829957720824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24831] ppid=24810 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/24813/task/24831/stat : 24831 (java) S 24810 24813 20692 0 -1 4202560 100 0 0 0 29 43 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829956668488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.23 2.14 3/213 25005
/proc/meminfo: memFree=29360876/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=1783.5 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10766 0 1 0 178292 58 0 0 20 0 19 0 12418303 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 51959 2257 9 0 2396937 0
[pid=24813/tid=24815] ppid=24810 vsize=9625040 CPUtime=1777.56 cores=1,3,5,7
/proc/24813/task/24815/stat : 24815 (java) R 24810 24813 20692 0 -1 4202560 2465 0 1 0 177726 30 0 0 20 0 19 0 12418303 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830610595536 139830462205419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24816] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24816/stat : 24816 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830583056808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24817] ppid=24810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24813/task/24817/stat : 24817 (java) S 24810 24813 20692 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830582004264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24818] ppid=24810 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24813/task/24818/stat : 24818 (java) S 24810 24813 20692 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830580951208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24819] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24819/stat : 24819 (java) S 24810 24813 20692 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830450759976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24820] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24820/stat : 24820 (java) S 24810 24813 20692 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830449707944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24813/tid=24821] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24821/stat : 24821 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830448655400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24822] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24822/stat : 24822 (java) S 24810 24813 20692 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830447602344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24823] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24823/stat : 24823 (java) S 24810 24813 20692 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139830446549800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24824] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24824/stat : 24824 (java) S 24810 24813 20692 0 -1 4202560 13 0 0 0 0 2 0 0 20 0 19 0 12418306 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829964036456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24825] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24825/stat : 24825 (java) S 24810 24813 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829962982776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24826] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24826/stat : 24826 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829961929608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24827] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24827/stat : 24827 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829960878352 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24828] ppid=24810 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24813/task/24828/stat : 24828 (java) S 24810 24813 20692 0 -1 4202560 3561 0 0 0 28 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829959826232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24829] ppid=24810 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24813/task/24829/stat : 24829 (java) S 24810 24813 20692 0 -1 4202560 3280 0 0 0 19 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829958773688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24830] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24830/stat : 24830 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829957720824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24831] ppid=24810 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/24813/task/24831/stat : 24831 (java) S 24810 24813 20692 0 -1 4202560 104 0 0 0 30 45 0 0 20 0 19 0 12418309 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829956668488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 51959 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.26 2.23 2.14 3/213 25006
/proc/meminfo: memFree=29360864/32872528 swapFree=13208/1155804
[pid=24813] ppid=24810 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/24813/stat : 24813 (java) S 24810 24813 20692 0 -1 4202496 10770 0 1 0 179948 58 0 0 20 0 19 0 12418303 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 140737465089600 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24813/statm: 2406260 51960 2257 9 0 2396937 0
[pid=24813/tid=24815] ppid=24810 vsize=9625040 CPUtime=1793.99 cores=1,3,5,7
/proc/24813/task/24815/stat : 24815 (java) R 24810 24813 20692 0 -1 4202560 2466 0 1 0 179369 30 0 0 20 0 19 0 12418303 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830610603232 139830462205395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24816] ppid=24810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24813/task/24816/stat : 24816 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830583056808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24817] ppid=24810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/24813/task/24817/stat : 24817 (java) S 24810 24813 20692 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830582004264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24818] ppid=24810 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24813/task/24818/stat : 24818 (java) S 24810 24813 20692 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830580951208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24819] ppid=24810 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24813/task/24819/stat : 24819 (java) S 24810 24813 20692 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830450759976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24820] ppid=24810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24813/task/24820/stat : 24820 (java) S 24810 24813 20692 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830449707944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24821] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24821/stat : 24821 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830448655400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24822] ppid=24810 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24813/task/24822/stat : 24822 (java) S 24810 24813 20692 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830447602344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24813/tid=24823] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24823/stat : 24823 (java) S 24810 24813 20692 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 12418305 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139830446549800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24824] ppid=24810 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24813/task/24824/stat : 24824 (java) S 24810 24813 20692 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 12418306 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829964036456 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24825] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24825/stat : 24825 (java) S 24810 24813 20692 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829962982776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24826] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24826/stat : 24826 (java) S 24810 24813 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12418306 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829961929608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24827] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24827/stat : 24827 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829960878352 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24828] ppid=24810 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24813/task/24828/stat : 24828 (java) S 24810 24813 20692 0 -1 4202560 3561 0 0 0 28 0 0 0 20 0 19 0 12418309 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829959826232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24813/tid=24829] ppid=24810 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24813/task/24829/stat : 24829 (java) S 24810 24813 20692 0 -1 4202560 3280 0 0 0 19 0 0 0 20 0 19 0 12418309 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829958773688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24830] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24830/stat : 24830 (java) S 24810 24813 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12418309 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829957720824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24813/tid=24831] ppid=24810 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/24813/task/24831/stat : 24831 (java) S 24810 24813 20692 0 -1 4202560 104 0 0 0 31 45 0 0 20 0 19 0 12418309 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829956668488 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24813/tid=24832] ppid=24810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24813/task/24832/stat : 24832 (java) S 24810 24813 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12418317 9856040960 51960 33554432000 1073741824 1073778376 140737465098464 139829955613736 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 24813 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 24813 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=878137
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=911861
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.06
CPU user time (s): 1799.48
CPU system time (s): 0.58
CPU usage (%): 100.068
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 0.911861
maximum resident set size= 207996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10815
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38078
involuntary context switches= 3523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97348 second user time and 14.4118 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:21:49
IDJOB=4121422
IDBENCH=110476
IDSOLVER=2546
FILE ID=node114/4121422-1467314509
RUNJOBID= node114-1467314247-24371
PBS_JOBID= 20005267
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-26.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121422-1467314509/watcher-4121422-1467314509 -o /tmp/evaluation-result-4121422-1467314509/solver-4121422-1467314509 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121422-1467314509.opb

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

MD5SUM BENCH= 98b683eecf8a67bb0b44ca0cd164de8d
RANDOM SEED=640966169

node114.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.752
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.50
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.752
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.752
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.55
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.752
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.752
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.752
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.56
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.752
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.56
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.752
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29720360 kB
Buffers:          138200 kB
Cached:          1041988 kB
SwapCached:            0 kB
Active:           315124 kB
Inactive:         920348 kB
Active(anon):      51668 kB
Inactive(anon):     6048 kB
Active(file):     263456 kB
Inactive(file):   914300 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1468 kB
Writeback:             0 kB
AnonPages:       1263920 kB
Mapped:            22096 kB
Shmem:               204 kB
Slab:             610792 kB
SReclaimable:      54884 kB
SUnreclaim:       555908 kB
KernelStack:        1760 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1849792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1222656 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= 71668 MiB
End job on node114 at 2016-06-30 21:51:48