Trace number 4122550

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 1798.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n70-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM7d2498d0a7515b1181199674a59fa247
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.475926
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 constraints280
Number of constraints which are clauses280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122550-1467317029.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.04s.
0.09/0.15	c declared #vars     105
0.09/0.15	c #constraints  280
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 280
0.09/0.15	c 280 constraints processed.
0.66/0.47	c cleaning 2499 clauses out of 5001 with flag 23498/5001
1.12/0.70	c cleaning 4244 clauses out of 8501 with flag 49752/11000
1.42/1.09	c cleaning 5621 clauses out of 11257 with flag 79505/18000
1.93/1.58	c cleaning 6815 clauses out of 13637 with flag 116134/26001
2.65/2.21	c cleaning 7904 clauses out of 15821 with flag 158708/35000
3.44/3.00	c cleaning 8958 clauses out of 17917 with flag 210734/45000
4.34/3.94	c cleaning 9977 clauses out of 19959 with flag 267548/56000
5.35/4.98	c cleaning 10990 clauses out of 21983 with flag 324449/68001
6.55/6.19	c cleaning 11992 clauses out of 23993 with flag 385638/81001
8.35/7.91	c cleaning 12995 clauses out of 26000 with flag 455318/95000
10.55/10.16	c cleaning 14001 clauses out of 28005 with flag 531156/110000
13.05/12.64	c cleaning 15002 clauses out of 30005 with flag 612900/126001
16.15/15.70	c cleaning 16002 clauses out of 32003 with flag 702991/143001
18.85/18.40	c cleaning 16998 clauses out of 34001 with flag 793733/161001
21.75/21.38	c cleaning 18000 clauses out of 36003 with flag 889191/180001
25.05/24.67	c cleaning 19000 clauses out of 38003 with flag 986614/200001
28.74/28.38	c cleaning 20001 clauses out of 40002 with flag 1087836/221000
32.64/32.24	c cleaning 20997 clauses out of 42002 with flag 1198696/243001
36.94/36.55	c cleaning 22001 clauses out of 44005 with flag 1310654/266001
41.64/41.25	c cleaning 23000 clauses out of 46004 with flag 1427316/290001
46.84/46.47	c cleaning 24002 clauses out of 48003 with flag 1544178/315000
52.34/51.96	c cleaning 24995 clauses out of 50002 with flag 1671121/341001
58.64/58.21	c cleaning 25999 clauses out of 52006 with flag 1808795/368000
65.35/64.93	c cleaning 27000 clauses out of 54007 with flag 1952215/396000
71.95/71.60	c cleaning 28003 clauses out of 56007 with flag 2097160/425000
79.55/79.18	c cleaning 29000 clauses out of 58004 with flag 2245869/455000
87.45/87.06	c cleaning 30000 clauses out of 60004 with flag 2400167/486000
96.74/96.31	c cleaning 31001 clauses out of 62004 with flag 2563676/518000
106.64/106.24	c cleaning 31998 clauses out of 64004 with flag 2732395/551001
118.25/117.86	c cleaning 33001 clauses out of 66006 with flag 2904627/585001
130.25/129.81	c cleaning 33999 clauses out of 68005 with flag 3082332/620001
145.84/145.40	c cleaning 35000 clauses out of 70005 with flag 3280345/656000
158.44/158.01	c cleaning 36000 clauses out of 72006 with flag 3471057/693001
171.44/171.00	c cleaning 37001 clauses out of 74005 with flag 3667304/731000
185.36/184.98	c cleaning 38000 clauses out of 76005 with flag 3868198/770001
200.35/199.98	c cleaning 39002 clauses out of 78005 with flag 4076403/810001
216.35/215.93	c cleaning 39997 clauses out of 80002 with flag 4286704/851000
236.96/236.60	c cleaning 41001 clauses out of 82006 with flag 4502009/893001
256.74/256.30	c cleaning 42002 clauses out of 84005 with flag 4716578/936001
275.45/274.96	c cleaning 42998 clauses out of 86003 with flag 4939496/980001
298.25/297.79	c cleaning 43996 clauses out of 88004 with flag 5177217/1025000
323.45/322.93	c cleaning 45001 clauses out of 90008 with flag 5415741/1071000
348.66/348.19	c cleaning 46002 clauses out of 92007 with flag 5660817/1118000
374.25/373.76	c cleaning 46999 clauses out of 94005 with flag 5908242/1166000
400.96/400.43	c cleaning 47998 clauses out of 96007 with flag 6162620/1215001
430.85/430.35	c cleaning 48999 clauses out of 98008 with flag 6425186/1265000
460.37/459.81	c cleaning 50004 clauses out of 100009 with flag 6687835/1316000
482.67/482.17	c cleaning 51000 clauses out of 102005 with flag 6952246/1368000
510.69/509.76	c cleaning 51998 clauses out of 104006 with flag 7226731/1421001
546.62/545.67	c cleaning 53000 clauses out of 106008 with flag 7516049/1475001
583.62/582.65	c cleaning 54004 clauses out of 108008 with flag 7807222/1530001
622.23/621.22	c cleaning 54995 clauses out of 110003 with flag 8102298/1586000
663.65/662.63	c cleaning 56003 clauses out of 112008 with flag 8385964/1643000
710.45/709.47	c cleaning 57002 clauses out of 114006 with flag 8680736/1701001
756.70/755.68	c cleaning 57998 clauses out of 116003 with flag 8992736/1760001
804.83/803.71	c cleaning 58999 clauses out of 118004 with flag 9307147/1820000
857.83/856.75	c cleaning 59997 clauses out of 120005 with flag 9627346/1881000
906.87/905.77	c cleaning 61001 clauses out of 122008 with flag 9949648/1943000
954.78/953.69	c cleaning 62001 clauses out of 124007 with flag 10285222/2006000
1004.29/1003.15	c cleaning 62998 clauses out of 126006 with flag 10615285/2070000
1057.00/1055.83	c cleaning 64001 clauses out of 128008 with flag 10952186/2135000
1111.40/1110.20	c cleaning 65001 clauses out of 130007 with flag 11294089/2201000
1168.42/1167.24	c cleaning 65997 clauses out of 132007 with flag 11640959/2268001
1226.46/1225.22	c cleaning 67003 clauses out of 134009 with flag 11992404/2336000
1287.86/1286.61	c cleaning 68000 clauses out of 136006 with flag 12350695/2405000
1351.58/1350.32	c cleaning 68999 clauses out of 138006 with flag 12710893/2475000
1417.59/1416.31	c cleaning 69999 clauses out of 140008 with flag 13076122/2546001
1488.99/1487.71	c cleaning 71004 clauses out of 142008 with flag 13462100/2618000
1558.39/1557.20	c cleaning 71996 clauses out of 144004 with flag 13845267/2691000
1631.06/1629.74	c cleaning 72997 clauses out of 146007 with flag 14234939/2765000
1706.85/1705.59	c cleaning 74005 clauses out of 148010 with flag 14594337/2840000
1784.51/1783.11	c cleaning 75001 clauses out of 150005 with flag 14960492/2916000
1800.00/1798.61	c starts		: 1160
1800.00/1798.61	c conflicts		: 2945146
1800.00/1798.61	c timeout
1800.00/1798.61	c decisions		: 3978414
1800.00/1798.61	c propagations		: 35101060
1800.00/1798.61	c inspects		: 39656372467
1800.00/1798.61	c shortcuts		: 0
1800.00/1798.61	c learnt literals	: 2
1800.00/1798.61	c learnt binary clauses	: 4
1800.00/1798.61	c learnt ternary clauses	: 12
1800.00/1798.61	c learnt constraints	: 2945144
1800.00/1798.61	c ignored constraints	: 0
1800.00/1798.61	c root simplifications	: 0
1800.00/1798.61	c removed literals (reason simplification)	: 0
1800.00/1798.61	c reason swapping (by a shorter reason)	: 0
1800.00/1798.61	c Calls to reduceDB	: 72
1800.00/1798.61	c Number of update (reduction) of LBD	: 106875
1800.00/1798.61	c Imported unit clauses	: 0
1800.00/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.61	c number of learned constraints concerned by reduction	: 0
1800.00/1798.61	c number of learning phase by resolution	: 0
1800.00/1798.61	c number of learning phase by cutting planes	: 0
1800.00/1798.61	c speed (assignments/second)	: 19517.34127348196
1800.00/1798.61	c non guided choices	103
1800.00/1798.64	c learnt constraints type 
1800.00/1798.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.00/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104146
1800.00/1798.64	s UNKNOWN
1800.00/1798.64	c Total wall clock time (in seconds): 1798.526

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-4122550-1467317029/watcher-4122550-1467317029 -o /tmp/evaluation-result-4122550-1467317029/solver-4122550-1467317029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122550-1467317029.opb 

pid=20249
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.30 2.25 2.25 4/194 20252
/proc/meminfo: memFree=29136584/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/20252/stat : 20252 (java) D 20249 20252 17519 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 12652536 2560000 46 33554432000 1073741824 1073778376 140736421425216 140736421422344 213410475303 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 625 46 37 9 0 29 0

[startup+0.100116 s]
/proc/loadavg: 2.30 2.25 2.25 4/194 20252
/proc/meminfo: memFree=29136584/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 12652536 9787879424 6029 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.30 2.25 2.25 4/194 20252
/proc/meminfo: memFree=29136584/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 6831 0 1 0 25 1 0 0 20 0 19 0 12652536 9856040960 7898 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 7898 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300277 s]
/proc/loadavg: 2.30 2.25 2.25 4/194 20252
/proc/meminfo: memFree=29136584/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 7384 0 1 0 50 2 0 0 20 0 19 0 12652536 9856040960 8055 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 8055 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700231 s]
/proc/loadavg: 2.30 2.25 2.25 4/194 20252
/proc/meminfo: memFree=29136584/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 9184 0 1 0 110 2 0 0 20 0 19 0 12652536 9856040960 8640 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 8640 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.30 2.25 2.25 4/213 20271
/proc/meminfo: memFree=29107768/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 9189 0 1 0 191 2 0 0 20 0 19 0 12652536 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 9155 2257 9 0 2396937 0
[pid=20252/tid=20254] ppid=20249 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/20252/task/20254/stat : 20254 (java) R 20249 20252 17519 0 -1 4202560 2411 0 1 0 146 0 0 0 20 0 19 0 12652537 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944163057328 139944010351740 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20255] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20255/stat : 20255 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944135518760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20256] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20256/stat : 20256 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944134465960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20257] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20257/stat : 20257 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944133413160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20258] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20258/stat : 20258 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944132360360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20259] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20259/stat : 20259 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944131308584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20260] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20260/stat : 20260 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944130255784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20261] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20261/stat : 20261 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139944129202984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20262] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20262/stat : 20262 (java) S 20249 20252 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943998958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20263] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20263/stat : 20263 (java) S 20249 20252 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12652539 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943516010984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20264] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20264/stat : 20264 (java) S 20249 20252 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943514957048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20265] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20265/stat : 20265 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943513904136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20266] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20266/stat : 20266 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943512852624 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20267] ppid=20249 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20252/task/20267/stat : 20267 (java) S 20249 20252 17519 0 -1 4202560 1527 0 0 0 16 0 0 0 20 0 19 0 12652542 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943511800760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20268] ppid=20249 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20252/task/20268/stat : 20268 (java) S 20249 20252 17519 0 -1 4202560 3979 0 0 0 26 1 0 0 20 0 19 0 12652542 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943510747960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20269] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20269/stat : 20269 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943509695352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20270] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20270/stat : 20270 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943508642760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 9155 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.30 2.25 2.25 3/213 20271
/proc/meminfo: memFree=29105348/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 9208 0 1 0 352 2 0 0 20 0 19 0 12652536 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 10180 2257 9 0 2396937 0
[pid=20252/tid=20254] ppid=20249 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/20252/task/20254/stat : 20254 (java) R 20249 20252 17519 0 -1 4202560 2413 0 1 0 305 0 0 0 20 0 19 0 12652537 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944163057328 139944010433227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20255] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20255/stat : 20255 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944135518760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20256] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20256/stat : 20256 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944134465960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20257] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20257/stat : 20257 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944133413160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20258] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20258/stat : 20258 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944132360360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20259] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20259/stat : 20259 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944131308584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20260] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20260/stat : 20260 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944130255784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20261] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20261/stat : 20261 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139944129202984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20262] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20262/stat : 20262 (java) S 20249 20252 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943998958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20263] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20263/stat : 20263 (java) S 20249 20252 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12652539 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943516010984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20264] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20264/stat : 20264 (java) S 20249 20252 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943514957048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20265] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20265/stat : 20265 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943513904136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20266] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20266/stat : 20266 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943512852624 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20267] ppid=20249 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20252/task/20267/stat : 20267 (java) S 20249 20252 17519 0 -1 4202560 1544 0 0 0 17 0 0 0 20 0 19 0 12652542 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943511800760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20268] ppid=20249 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20252/task/20268/stat : 20268 (java) S 20249 20252 17519 0 -1 4202560 3979 0 0 0 26 1 0 0 20 0 19 0 12652542 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943510747960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20269] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20269/stat : 20269 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943509695352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20270] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20270/stat : 20270 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943508642760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 10180 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.27 2.24 2.25 3/213 20271
/proc/meminfo: memFree=29099208/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 9212 0 1 0 672 3 0 0 20 0 19 0 12652536 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 11019 2258 9 0 2396937 0
[pid=20252/tid=20254] ppid=20249 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/20252/task/20254/stat : 20254 (java) R 20249 20252 17519 0 -1 4202560 2416 0 1 0 624 1 0 0 20 0 19 0 12652537 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944163057328 139944010351971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20255] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20255/stat : 20255 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944135518760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20256] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20256/stat : 20256 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944134465960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20257] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20257/stat : 20257 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944133413160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20258] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20258/stat : 20258 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944132360360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20259] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20259/stat : 20259 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944131308584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20260] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20260/stat : 20260 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944130255784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20261] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20261/stat : 20261 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139944129202984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20262] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20262/stat : 20262 (java) S 20249 20252 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943998958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20263] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20263/stat : 20263 (java) S 20249 20252 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12652539 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943516010984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20264] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20264/stat : 20264 (java) S 20249 20252 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943514957048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20265] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20265/stat : 20265 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943513904136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20266] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20266/stat : 20266 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943512852624 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20267] ppid=20249 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20252/task/20267/stat : 20267 (java) S 20249 20252 17519 0 -1 4202560 1544 0 0 0 17 0 0 0 20 0 19 0 12652542 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943511800760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20268] ppid=20249 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20252/task/20268/stat : 20268 (java) S 20249 20252 17519 0 -1 4202560 3979 0 0 0 26 1 0 0 20 0 19 0 12652542 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943510747960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20269] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20269/stat : 20269 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943509695352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20270] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20270/stat : 20270 (java) S 20249 20252 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943508642760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 11019 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1663.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.28 1.24 1.52 2/188 20411
/proc/meminfo: memFree=29153864/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=1723.66 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 17178 0 1 0 172336 30 0 0 20 0 19 0 12652536 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 51070 2272 9 0 2396937 0
[pid=20252/tid=20254] ppid=20249 vsize=9625040 CPUtime=1717.81 cores=0,2,4,6
/proc/20252/task/20254/stat : 20254 (java) R 20249 20252 17519 0 -1 4202560 2487 0 1 0 171752 29 0 0 20 0 19 0 12652537 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944163064224 139944010620332 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20255] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20255/stat : 20255 (java) S 20249 20252 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944135518760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20256] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20256/stat : 20256 (java) S 20249 20252 17519 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944134465960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20257] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20257/stat : 20257 (java) S 20249 20252 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944133413160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20258] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20258/stat : 20258 (java) S 20249 20252 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944132360360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20259] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20259/stat : 20259 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944131308584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20260] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20260/stat : 20260 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944130255784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20261] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20261/stat : 20261 (java) S 20249 20252 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139944129202984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20262] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20262/stat : 20262 (java) S 20249 20252 17519 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943998958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20263] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20263/stat : 20263 (java) S 20249 20252 17519 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 12652539 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943516010984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20264] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20264/stat : 20264 (java) S 20249 20252 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943514957048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20265] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20265/stat : 20265 (java) S 20249 20252 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943513904136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20266] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20266/stat : 20266 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943512852624 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20267] ppid=20249 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/20252/task/20267/stat : 20267 (java) S 20249 20252 17519 0 -1 4202560 9263 0 0 0 79 1 0 0 20 0 19 0 12652542 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943511800760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20268] ppid=20249 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/20252/task/20268/stat : 20268 (java) S 20249 20252 17519 0 -1 4202560 3979 0 0 0 26 2 0 0 20 0 19 0 12652542 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943510747960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20269] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20269/stat : 20269 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943509695352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20270] ppid=20249 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/20252/task/20270/stat : 20270 (java) S 20249 20252 17519 0 -1 4202560 100 0 0 0 31 34 0 0 20 0 19 0 12652542 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943508642760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 51070 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1723.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.15 1.21 1.49 2/188 20412
/proc/meminfo: memFree=29145932/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=1783.7 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 17199 0 1 0 178339 31 0 0 20 0 19 0 12652536 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 53118 2272 9 0 2396937 0
[pid=20252/tid=20254] ppid=20249 vsize=9625040 CPUtime=1777.63 cores=0,2,4,6
/proc/20252/task/20254/stat : 20254 (java) R 20249 20252 17519 0 -1 4202560 2488 0 1 0 177733 30 0 0 20 0 19 0 12652537 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944163065024 139944010192822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20255] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20255/stat : 20255 (java) S 20249 20252 17519 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944135518760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20256] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20256/stat : 20256 (java) S 20249 20252 17519 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944134465960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20257] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20257/stat : 20257 (java) S 20249 20252 17519 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944133413160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20258] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20258/stat : 20258 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944132360360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20259] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20259/stat : 20259 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944131308584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20260] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20260/stat : 20260 (java) S 20249 20252 17519 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944130255784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20261] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20261/stat : 20261 (java) S 20249 20252 17519 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139944129202984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20262] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20262/stat : 20262 (java) S 20249 20252 17519 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943998958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20263] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20263/stat : 20263 (java) S 20249 20252 17519 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 12652539 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943516010984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20264] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20264/stat : 20264 (java) S 20249 20252 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943514957048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20265] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20265/stat : 20265 (java) S 20249 20252 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943513904136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20266] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20266/stat : 20266 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943512852624 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20267] ppid=20249 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/20252/task/20267/stat : 20267 (java) S 20249 20252 17519 0 -1 4202560 9263 0 0 0 79 1 0 0 20 0 19 0 12652542 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943511800760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20268] ppid=20249 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/20252/task/20268/stat : 20268 (java) S 20249 20252 17519 0 -1 4202560 3979 0 0 0 26 2 0 0 20 0 19 0 12652542 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943510747960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20269] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20269/stat : 20269 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943509695352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20270] ppid=20249 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20252/task/20270/stat : 20270 (java) S 20249 20252 17519 0 -1 4202560 104 0 0 0 32 35 0 0 20 0 19 0 12652542 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943508642760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 53118 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1783.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 1.27 1.23 1.49 2/188 20413
/proc/meminfo: memFree=29144140/32872528 swapFree=1391980/1569808
[pid=20252] ppid=20249 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/20252/stat : 20252 (java) S 20249 20252 17519 0 -1 4202496 17199 0 1 0 179969 31 0 0 20 0 19 0 12652536 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 140736421416352 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20252/statm: 2406260 53513 2272 9 0 2396937 0
[pid=20252/tid=20254] ppid=20249 vsize=9625040 CPUtime=1793.89 cores=0,2,4,6
/proc/20252/task/20254/stat : 20254 (java) R 20249 20252 17519 0 -1 4202560 2488 0 1 0 179359 30 0 0 20 0 19 0 12652537 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944163057328 139944010620332 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20255] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20255/stat : 20255 (java) S 20249 20252 17519 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944135518760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20256] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20256/stat : 20256 (java) S 20249 20252 17519 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944134465960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20257] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20257/stat : 20257 (java) S 20249 20252 17519 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944133413160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20258] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20258/stat : 20258 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944132360360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20259] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20259/stat : 20259 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944131308584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20260] ppid=20249 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20252/task/20260/stat : 20260 (java) S 20249 20252 17519 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944130255784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20261] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20261/stat : 20261 (java) S 20249 20252 17519 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139944129202984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20262] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20262/stat : 20262 (java) S 20249 20252 17519 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12652538 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943998958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20252/tid=20263] ppid=20249 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20252/task/20263/stat : 20263 (java) S 20249 20252 17519 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 12652539 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943516010984 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20264] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20264/stat : 20264 (java) S 20249 20252 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943514957048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20265] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20265/stat : 20265 (java) S 20249 20252 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12652540 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943513904136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20266] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20266/stat : 20266 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943512852624 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20252/tid=20267] ppid=20249 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/20252/task/20267/stat : 20267 (java) S 20249 20252 17519 0 -1 4202560 9263 0 0 0 79 1 0 0 20 0 19 0 12652542 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943511800760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20268] ppid=20249 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/20252/task/20268/stat : 20268 (java) S 20249 20252 17519 0 -1 4202560 3979 0 0 0 26 2 0 0 20 0 19 0 12652542 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943510747960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20269] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20269/stat : 20269 (java) S 20249 20252 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12652542 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943509695352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20252/tid=20270] ppid=20249 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/20252/task/20270/stat : 20270 (java) S 20249 20252 17519 0 -1 4202560 104 0 0 0 32 36 0 0 20 0 19 0 12652542 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943508642760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20252/tid=20271] ppid=20249 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20252/task/20271/stat : 20271 (java) S 20249 20252 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12652552 9856040960 53513 33554432000 1073741824 1073778376 140736421425216 139943507588264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 20252 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 20252 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=277076
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=843871
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.65
CPU time (s): 1800
CPU user time (s): 1799.69
CPU system time (s): 0.31
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.28
system time used= 0.843871
maximum resident set size= 214204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17244
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38156
involuntary context switches= 2875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0672 second user time and 12.2101 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 22:03:49
IDJOB=4122550
IDBENCH=111162
IDSOLVER=2546
FILE ID=node140/4122550-1467317029
RUNJOBID= node140-1467308852-17535
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n70-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122550-1467317029/watcher-4122550-1467317029 -o /tmp/evaluation-result-4122550-1467317029/solver-4122550-1467317029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122550-1467317029.opb

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

MD5SUM BENCH= 7d2498d0a7515b1181199674a59fa247
RANDOM SEED=770243429

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.708
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.55
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.708
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29136756 kB
Buffers:          150280 kB
Cached:          1045896 kB
SwapCached:            0 kB
Active:           470744 kB
Inactive:         954476 kB
Active(anon):     223020 kB
Inactive(anon):     8448 kB
Active(file):     247724 kB
Inactive(file):   946028 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               424 kB
Writeback:             0 kB
AnonPages:       1817064 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             607856 kB
SReclaimable:      51992 kB
SUnreclaim:       555864 kB
KernelStack:        1760 kB
PageTables:         7948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2269540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 71652 MiB
End job on node140 at 2016-06-30 22:33:48