Trace number 4121334

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.68 1799.24

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n86-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMdcdc2dbdb086f956272aa7893b286a77
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 benchmark8.68468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129
Total number of constraints344
Number of constraints which are clauses344
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4121334-1467314185.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.046s.
0.10/0.15	c declared #vars     129
0.10/0.15	c #constraints  344
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 344
0.10/0.15	c 344 constraints processed.
0.66/0.43	c cleaning 2495 clauses out of 5000 with flag 21385/5000
1.05/0.63	c cleaning 4247 clauses out of 8505 with flag 49577/11000
1.25/0.88	c cleaning 5622 clauses out of 11258 with flag 84289/18000
1.66/1.28	c cleaning 6810 clauses out of 13636 with flag 121382/26000
2.16/1.76	c cleaning 7909 clauses out of 15826 with flag 165845/35000
2.67/2.27	c cleaning 8954 clauses out of 17918 with flag 214089/45001
3.46/3.02	c cleaning 9975 clauses out of 19963 with flag 267915/56000
4.36/3.93	c cleaning 10992 clauses out of 21989 with flag 322917/68001
5.66/5.24	c cleaning 11994 clauses out of 23996 with flag 386500/81000
7.07/6.64	c cleaning 12999 clauses out of 26002 with flag 444850/95000
8.66/8.23	c cleaning 13999 clauses out of 28003 with flag 504461/110000
10.57/10.16	c cleaning 14998 clauses out of 30004 with flag 572928/126000
12.77/12.34	c cleaning 16004 clauses out of 32007 with flag 653262/143001
14.97/14.58	c cleaning 16998 clauses out of 34003 with flag 738119/161001
17.87/17.48	c cleaning 17998 clauses out of 36004 with flag 847630/180000
20.27/19.90	c cleaning 18996 clauses out of 38007 with flag 949392/200001
22.96/22.58	c cleaning 20003 clauses out of 40011 with flag 1045368/221001
26.06/25.66	c cleaning 20994 clauses out of 42008 with flag 1155939/243001
29.86/29.42	c cleaning 22001 clauses out of 44013 with flag 1269747/266000
33.66/33.21	c cleaning 23001 clauses out of 46013 with flag 1381824/290001
38.46/38.01	c cleaning 24001 clauses out of 48011 with flag 1487293/315000
44.76/44.39	c cleaning 25000 clauses out of 50011 with flag 1597737/341001
51.16/50.76	c cleaning 26002 clauses out of 52011 with flag 1723413/368001
59.16/58.74	c cleaning 27000 clauses out of 54008 with flag 1836329/396000
64.56/64.14	c cleaning 27996 clauses out of 56008 with flag 1979539/425000
70.36/69.91	c cleaning 29000 clauses out of 58012 with flag 2128117/455000
77.46/77.09	c cleaning 29998 clauses out of 60013 with flag 2277537/486001
86.15/85.75	c cleaning 31002 clauses out of 62014 with flag 2433190/518000
95.76/95.37	c cleaning 32005 clauses out of 64013 with flag 2593553/551001
104.76/104.30	c cleaning 33002 clauses out of 66007 with flag 2759989/585000
113.00/112.58	c cleaning 33995 clauses out of 68006 with flag 2916893/620001
123.50/123.05	c cleaning 35000 clauses out of 70010 with flag 3073471/656000
133.40/132.98	c cleaning 36000 clauses out of 72010 with flag 3232050/693000
145.50/145.02	c cleaning 36997 clauses out of 74010 with flag 3395020/731000
159.11/158.61	c cleaning 37999 clauses out of 76014 with flag 3565862/770001
172.91/172.44	c cleaning 39003 clauses out of 78014 with flag 3740386/810000
188.62/188.17	c cleaning 40003 clauses out of 80011 with flag 3916620/851000
201.21/200.79	c cleaning 40996 clauses out of 82008 with flag 4114464/893000
214.91/214.42	c cleaning 42003 clauses out of 84012 with flag 4325430/936000
225.71/225.27	c cleaning 43003 clauses out of 86010 with flag 4517314/980001
236.80/236.34	c cleaning 43999 clauses out of 88006 with flag 4701471/1025000
250.21/249.73	c cleaning 45000 clauses out of 90007 with flag 4898933/1071000
273.32/272.83	c cleaning 45995 clauses out of 92007 with flag 5129035/1118000
299.21/298.73	c cleaning 47003 clauses out of 94013 with flag 5362540/1166001
320.02/319.58	c cleaning 47997 clauses out of 96010 with flag 5593919/1215001
349.13/348.68	c cleaning 48999 clauses out of 98013 with flag 5794722/1265001
381.93/381.49	c cleaning 50002 clauses out of 100014 with flag 6004038/1316001
420.24/419.79	c cleaning 51000 clauses out of 102012 with flag 6209537/1368001
463.14/462.64	c cleaning 52000 clauses out of 104012 with flag 6430476/1421001
507.05/506.54	c cleaning 53004 clauses out of 106012 with flag 6654577/1475001
537.36/536.90	c cleaning 53999 clauses out of 108007 with flag 6906587/1530000
566.15/565.57	c cleaning 55002 clauses out of 110009 with flag 7159430/1586001
599.55/598.90	c cleaning 55998 clauses out of 112007 with flag 7406141/1643001
634.55/633.98	c cleaning 57002 clauses out of 114009 with flag 7662811/1701001
665.36/664.71	c cleaning 58002 clauses out of 116007 with flag 7929294/1760001
702.77/702.16	c cleaning 58999 clauses out of 118005 with flag 8197166/1820001
745.49/744.87	c cleaning 60000 clauses out of 120006 with flag 8479140/1881001
796.70/796.05	c cleaning 60997 clauses out of 122005 with flag 8762970/1943000
847.71/847.06	c cleaning 61999 clauses out of 124008 with flag 9054135/2006000
901.21/900.55	c cleaning 62998 clauses out of 126010 with flag 9348814/2070001
955.71/955.09	c cleaning 64000 clauses out of 128011 with flag 9659656/2135000
1013.12/1012.48	c cleaning 65000 clauses out of 130012 with flag 9984466/2201001
1073.02/1072.38	c cleaning 66002 clauses out of 132011 with flag 10304226/2268000
1137.85/1137.19	c cleaning 67001 clauses out of 134009 with flag 10610795/2336000
1212.25/1211.55	c cleaning 68001 clauses out of 136009 with flag 10915736/2405001
1287.15/1286.46	c cleaning 68997 clauses out of 138007 with flag 11196997/2475000
1379.22/1378.45	c cleaning 70003 clauses out of 140011 with flag 11516531/2546001
1457.80/1457.02	c cleaning 71000 clauses out of 142007 with flag 11842279/2618000
1536.32/1535.52	c cleaning 71999 clauses out of 144007 with flag 12172547/2691000
1604.13/1603.36	c cleaning 72999 clauses out of 146009 with flag 12496486/2765001
1692.94/1692.17	c cleaning 74001 clauses out of 148009 with flag 12857190/2840000
1761.97/1761.13	c cleaning 74999 clauses out of 150009 with flag 13210181/2916001
1800.07/1799.20	c starts		: 6550
1800.07/1799.20	c conflicts		: 2970792
1800.07/1799.20	c decisions		: 3901316
1800.07/1799.20	c propagations		: 16985656
1800.07/1799.20	c inspects		: 37030027005
1800.07/1799.20	c shortcuts		: 0
1800.07/1799.20	c learnt literals	: 0
1800.07/1799.20	c learnt binary clauses	: 0
1800.07/1799.20	c learnt ternary clauses	: 4
1800.07/1799.20	c learnt constraints	: 2970792
1800.07/1799.20	c ignored constraints	: 0
1800.07/1799.20	c root simplifications	: 0
1800.07/1799.20	c removed literals (reason simplification)	: 0
1800.07/1799.20	c reason swapping (by a shorter reason)	: 0
1800.07/1799.20	c Calls to reduceDB	: 72
1800.07/1799.20	c Number of update (reduction) of LBD	: 200827
1800.07/1799.20	c Imported unit clauses	: 0
1800.07/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.20	c number of learned constraints concerned by reduction	: 0
1800.07/1799.20	c number of learning phase by resolution	: 0
1800.07/1799.20	c number of learning phase by cutting planes	: 0
1800.07/1799.20	c speed (assignments/second)	: 9441.459103415691
1800.07/1799.20	c non guided choices	593
1800.07/1799.20	c timeout
1800.07/1799.23	c learnt constraints type 
1800.07/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129802
1800.07/1799.23	s UNKNOWN
1800.07/1799.23	c Total wall clock time (in seconds): 1799.128

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-4121334-1467314185/watcher-4121334-1467314185 -o /tmp/evaluation-result-4121334-1467314185/solver-4121334-1467314185 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121334-1467314185.opb 

pid=14198
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.12 2.08 2.02 3/194 14201
/proc/meminfo: memFree=31058288/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 10449846 98570240 977 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 24065 977 743 9 0 16771 0
[pid=14201/tid=14202] ppid=14198 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10449847 98570240 977 33554432000 1073741824 1073778376 140736340415824 140663031979560 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.12 2.08 2.02 3/194 14201
/proc/meminfo: memFree=31058288/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 10449846 9787879424 6081 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2389619 6081 2154 9 0 2380296 0
[pid=14201/tid=14202] ppid=14198 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 10449847 9787879424 6081 33554432000 1073741824 1073778376 140736340415824 140663031983008 140662880199376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.12 2.08 2.02 3/194 14201
/proc/meminfo: memFree=31058288/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 6689 0 1 0 27 1 0 0 20 0 19 0 10449846 9856040960 7695 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 7695 2227 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 19 0 10449847 9856040960 7695 33554432000 1073741824 1073778376 140736340415824 140663031984768 140662880159633 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300374 s]
/proc/loadavg: 2.12 2.08 2.02 3/194 14201
/proc/meminfo: memFree=31058288/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 7114 0 1 0 48 1 0 0 20 0 19 0 10449846 9856040960 8089 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 8089 2242 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 19 0 10449847 9856040960 8089 33554432000 1073741824 1073778376 140736340415824 140663031984216 140662880189759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700364 s]
/proc/loadavg: 2.12 2.08 2.02 3/194 14201
/proc/meminfo: memFree=31058288/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 12781 0 1 0 113 2 0 0 20 0 19 0 10449846 9856040960 11000 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 11000 2254 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2399 0 1 0 67 0 0 0 20 0 19 0 10449847 9856040960 11000 33554432000 1073741824 1073778376 140736340415824 140663031984216 140662880514742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.12 2.08 2.02 3/213 14220
/proc/meminfo: memFree=31020444/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 12795 0 1 0 194 2 0 0 20 0 19 0 10449846 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 12035 2256 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2402 0 1 0 147 0 0 0 20 0 19 0 10449847 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140663031984408 140662880558531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14204] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14204/stat : 14204 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140663004437416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14205] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14205/stat : 14205 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140663003384872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14206] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14206/stat : 14206 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140663002331816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14207] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14207/stat : 14207 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140663001279272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14208] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14208/stat : 14208 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140663000226216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14209] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14209/stat : 14209 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662999173672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14210] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14210/stat : 14210 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662869108904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14211] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14211/stat : 14211 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662868056360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14212] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14212/stat : 14212 (java) S 14198 14201 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662385109864 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14201/task/14217/stat : 14217 (java) S 14198 14201 12722 0 -1 4202560 7160 0 0 0 28 0 0 0 20 0 19 0 10449852 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662379846072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14218] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14218/stat : 14218 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662378793208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14219] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14219/stat : 14219 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662377740872 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14220] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14220/stat : 14220 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449862 9856040960 12035 33554432000 1073741824 1073778376 140736340415824 140662376687144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.12 2.08 2.02 3/213 14220
/proc/meminfo: memFree=31015976/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 12797 0 1 0 354 2 0 0 20 0 19 0 10449846 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 13059 2256 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2404 0 1 0 307 0 0 0 20 0 19 0 10449847 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140663031975616 140662880343392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14204] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14204/stat : 14204 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140663004437416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14205] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14205/stat : 14205 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140663003384872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14206] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14206/stat : 14206 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140663002331816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14207] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14207/stat : 14207 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140663001279272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14208] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14208/stat : 14208 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140663000226216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14209] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14209/stat : 14209 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662999173672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14210] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14210/stat : 14210 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662869108904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14211] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14211/stat : 14211 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662868056360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14212] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14212/stat : 14212 (java) S 14198 14201 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662385109864 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/14201/task/14217/stat : 14217 (java) S 14198 14201 12722 0 -1 4202560 7160 0 0 0 28 0 0 0 20 0 19 0 10449852 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662379846072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14218] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14218/stat : 14218 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662378793208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14219] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14219/stat : 14219 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662377740872 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14220] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14220/stat : 14220 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449862 9856040960 13059 33554432000 1073741824 1073778376 140736340415824 140662376687144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.11 2.08 2.02 3/213 14220
/proc/meminfo: memFree=31009956/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 12801 0 1 0 674 2 0 0 20 0 19 0 10449846 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 13921 2257 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2407 0 1 0 627 0 0 0 20 0 19 0 10449847 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140663031975616 140662880514477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14204] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14204/stat : 14204 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140663004437416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14205] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14205/stat : 14205 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140663003384872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14206] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14206/stat : 14206 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140663002331816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14207] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14207/stat : 14207 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140663001279272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14208] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14208/stat : 14208 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140663000226216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14209] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14209/stat : 14209 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662999173672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14210] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14210/stat : 14210 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662869108904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14211] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14211/stat : 14211 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10449848 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662868056360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14212] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14212/stat : 14212 (java) S 14198 14201 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662385109864 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 13921 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.28 cores=0,2,4,6

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

[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14201/task/14217/stat : 14217 (java) S 14198 14201 12722 0 -1 4202560 7163 0 0 0 30 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662379846072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14218] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14218/stat : 14218 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662378793208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14219] ppid=14198 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/14201/task/14219/stat : 14219 (java) S 14198 14201 12722 0 -1 4202560 96 0 0 0 32 27 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662377740872 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14220] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14220/stat : 14220 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449862 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662376687144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.13
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.09 2.01 3/213 14717
/proc/meminfo: memFree=30945484/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=1723.15 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 13060 0 1 0 172281 34 0 0 20 0 19 0 10449846 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 54678 2271 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=1722.14 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2467 0 1 0 172182 32 0 0 20 0 19 0 10449847 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663031975616 140662880558531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14204] ppid=14198 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14201/task/14204/stat : 14204 (java) S 14198 14201 12722 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663004437416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14205] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14205/stat : 14205 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663003384872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14206] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14206/stat : 14206 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663002331816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14207] ppid=14198 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14201/task/14207/stat : 14207 (java) S 14198 14201 12722 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663001279272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14208] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14208/stat : 14208 (java) S 14198 14201 12722 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663000226216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14209] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14209/stat : 14209 (java) S 14198 14201 12722 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662999173672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14210] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14210/stat : 14210 (java) S 14198 14201 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662869108904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14211] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14211/stat : 14211 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662868056360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14212] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14212/stat : 14212 (java) S 14198 14201 12722 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662385109864 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14201/task/14217/stat : 14217 (java) S 14198 14201 12722 0 -1 4202560 7163 0 0 0 30 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662379846072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14218] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14218/stat : 14218 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662378793208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14219] ppid=14198 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/14201/task/14219/stat : 14219 (java) S 14198 14201 12722 0 -1 4202560 100 0 0 0 34 28 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662377740872 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14220] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14220/stat : 14220 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449862 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662376687144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/213 14718
/proc/meminfo: memFree=30920536/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=1783.17 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 13064 0 1 0 178281 36 0 0 20 0 19 0 10449846 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 54678 2271 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=1782.15 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2467 0 1 0 178182 33 0 0 20 0 19 0 10449847 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663031975616 140662880558531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14204] ppid=14198 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14201/task/14204/stat : 14204 (java) S 14198 14201 12722 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663004437416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14205] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14205/stat : 14205 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663003384872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14206] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14206/stat : 14206 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663002331816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14207] ppid=14198 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14201/task/14207/stat : 14207 (java) S 14198 14201 12722 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663001279272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14208] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14208/stat : 14208 (java) S 14198 14201 12722 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663000226216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14209] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14209/stat : 14209 (java) S 14198 14201 12722 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662999173672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14210] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14210/stat : 14210 (java) S 14198 14201 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662869108904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14211] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14211/stat : 14211 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662868056360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14212] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14212/stat : 14212 (java) S 14198 14201 12722 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662385109864 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14201/task/14217/stat : 14217 (java) S 14198 14201 12722 0 -1 4202560 7163 0 0 0 30 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662379846072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14218] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14218/stat : 14218 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662378793208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14219] ppid=14198 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14201/task/14219/stat : 14219 (java) S 14198 14201 12722 0 -1 4202560 104 0 0 0 35 29 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662377740872 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14220] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14220/stat : 14220 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449862 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662376687144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.13 2.09 2.02 3/213 14718
/proc/meminfo: memFree=30914272/32872528 swapFree=171816/177948
[pid=14201] ppid=14198 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/14201/stat : 14201 (java) S 14198 14201 12722 0 -1 4202496 13064 0 1 0 179971 36 0 0 20 0 19 0 10449846 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140736340406960 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14201/statm: 2406260 54678 2271 9 0 2396937 0
[pid=14201/tid=14202] ppid=14198 vsize=9625040 CPUtime=1799.05 cores=0,2,4,6
/proc/14201/task/14202/stat : 14202 (java) R 14198 14201 12722 0 -1 4202560 2467 0 1 0 179872 33 0 0 20 0 19 0 10449847 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663031975616 140662880558531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14204] ppid=14198 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/14201/task/14204/stat : 14204 (java) S 14198 14201 12722 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663004437416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14205] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14205/stat : 14205 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663003384872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14206] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14206/stat : 14206 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663002331816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14207] ppid=14198 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14201/task/14207/stat : 14207 (java) S 14198 14201 12722 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663001279272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14208] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14208/stat : 14208 (java) S 14198 14201 12722 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140663000226216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14209] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14209/stat : 14209 (java) S 14198 14201 12722 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662999173672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14210] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14210/stat : 14210 (java) S 14198 14201 12722 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662869108904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14211] ppid=14198 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14201/task/14211/stat : 14211 (java) S 14198 14201 12722 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 10449848 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662868056360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14201/tid=14212] ppid=14198 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/14201/task/14212/stat : 14212 (java) S 14198 14201 12722 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662385109864 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14213] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14213/stat : 14213 (java) S 14198 14201 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662384056184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14214] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14214/stat : 14214 (java) S 14198 14201 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10449849 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662383003016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14215] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14215/stat : 14215 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662381951760 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14216] ppid=14198 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/14201/task/14216/stat : 14216 (java) S 14198 14201 12722 0 -1 4202560 1962 0 0 0 18 0 0 0 20 0 19 0 10449851 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662380898616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14201/tid=14217] ppid=14198 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14201/task/14217/stat : 14217 (java) S 14198 14201 12722 0 -1 4202560 7163 0 0 0 30 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662379846072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14218] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14218/stat : 14218 (java) S 14198 14201 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662378793208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14201/tid=14219] ppid=14198 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/14201/task/14219/stat : 14219 (java) S 14198 14201 12722 0 -1 4202560 104 0 0 0 36 30 0 0 20 0 19 0 10449852 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662377740872 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14201/tid=14220] ppid=14198 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14201/task/14220/stat : 14220 (java) S 14198 14201 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10449862 9856040960 54678 33554432000 1073741824 1073778376 140736340415824 140662376687144 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14201 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.24
CPU time (s): 1800.68
CPU user time (s): 1799.9
CPU system time (s): 0.781881
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.781881
maximum resident set size= 218872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13111
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38057
involuntary context switches= 6793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9703 second user time and 13.284 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:16:25
IDJOB=4121334
IDBENCH=110409
IDSOLVER=2546
FILE ID=node105/4121334-1467314185
RUNJOBID= node105-1467308726-12738
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-n86-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121334-1467314185/watcher-4121334-1467314185 -o /tmp/evaluation-result-4121334-1467314185/solver-4121334-1467314185 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121334-1467314185.opb

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

MD5SUM BENCH= dcdc2dbdb086f956272aa7893b286a77
RANDOM SEED=1376218990

node105.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.487
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	: 5332.97
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.487
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.487
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.487
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.487
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.487
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.487
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.487
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31058188 kB
Buffers:          144876 kB
Cached:           540248 kB
SwapCached:            0 kB
Active:           465164 kB
Inactive:         420412 kB
Active(anon):     195320 kB
Inactive(anon):     7948 kB
Active(file):     269844 kB
Inactive(file):   412464 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        395212 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             611400 kB
SReclaimable:      55004 kB
SUnreclaim:       556396 kB
KernelStack:        1760 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71728 MiB
End job on node105 at 2016-06-30 21:46:24