Trace number 4120294

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMbacd93c99a4c884997cc7607aec955fe
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 benchmark20.9268
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints336
Number of constraints which are clauses336
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.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-4120294-1467310757.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.045s.
0.09/0.15	c declared #vars     126
0.09/0.15	c #constraints  336
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.09/0.15	c 336 constraints processed.
0.73/0.50	c cleaning 2496 clauses out of 5001 with flag 13443/5001
1.08/0.76	c cleaning 4245 clauses out of 8505 with flag 29724/11001
1.61/1.25	c cleaning 5627 clauses out of 11259 with flag 52796/18000
2.11/1.72	c cleaning 6807 clauses out of 13632 with flag 76493/26000
2.84/2.48	c cleaning 7906 clauses out of 15826 with flag 105419/35001
3.85/3.41	c cleaning 8953 clauses out of 17921 with flag 139572/45002
4.54/4.16	c cleaning 9978 clauses out of 19967 with flag 181047/56001
5.84/5.46	c cleaning 10989 clauses out of 21988 with flag 210663/68000
7.14/6.74	c cleaning 11994 clauses out of 23999 with flag 253689/81000
9.14/8.75	c cleaning 12997 clauses out of 26005 with flag 296497/95000
11.95/11.53	c cleaning 13995 clauses out of 28008 with flag 333360/110000
15.15/14.70	c cleaning 15001 clauses out of 30014 with flag 378584/126001
18.06/17.69	c cleaning 16004 clauses out of 32012 with flag 431224/143000
21.55/21.12	c cleaning 17002 clauses out of 34008 with flag 480193/161000
24.55/24.19	c cleaning 17999 clauses out of 36006 with flag 542349/180000
28.15/27.78	c cleaning 18999 clauses out of 38007 with flag 609314/200000
31.26/30.81	c cleaning 19997 clauses out of 40009 with flag 677423/221001
34.25/33.83	c cleaning 20997 clauses out of 42012 with flag 737665/243001
36.25/35.81	c cleaning 22002 clauses out of 44014 with flag 826016/266000
38.55/38.14	c cleaning 23005 clauses out of 46013 with flag 927981/290001
41.47/41.00	c cleaning 23997 clauses out of 48008 with flag 1056879/315001
44.57/44.16	c cleaning 24999 clauses out of 50011 with flag 1161258/341001
49.17/48.70	c cleaning 25999 clauses out of 52012 with flag 1260718/368001
54.97/54.54	c cleaning 26997 clauses out of 54012 with flag 1363393/396000
61.77/61.39	c cleaning 28001 clauses out of 56016 with flag 1468620/425001
70.26/69.89	c cleaning 28998 clauses out of 58015 with flag 1575868/455001
79.67/79.21	c cleaning 30002 clauses out of 60016 with flag 1691621/486000
90.06/89.69	c cleaning 30994 clauses out of 62014 with flag 1810005/518000
97.56/97.16	c cleaning 32004 clauses out of 64021 with flag 1952793/551001
107.86/107.48	c cleaning 32999 clauses out of 66017 with flag 2088162/585001
116.86/116.40	c cleaning 34003 clauses out of 68017 with flag 2238229/620000
125.46/125.07	c cleaning 35005 clauses out of 70015 with flag 2400689/656001
134.16/133.70	c cleaning 36000 clauses out of 72010 with flag 2565253/693001
143.16/142.75	c cleaning 36998 clauses out of 74010 with flag 2744710/731001
153.06/152.68	c cleaning 38000 clauses out of 76011 with flag 2906221/770000
163.96/163.58	c cleaning 38998 clauses out of 78011 with flag 3047884/810000
175.47/175.04	c cleaning 39996 clauses out of 80013 with flag 3193245/851000
187.96/187.52	c cleaning 41006 clauses out of 82018 with flag 3364356/893001
199.67/199.27	c cleaning 42000 clauses out of 84012 with flag 3570489/936001
211.56/211.18	c cleaning 43003 clauses out of 86011 with flag 3753595/980000
225.26/224.84	c cleaning 43998 clauses out of 88008 with flag 3960672/1025000
238.29/237.87	c cleaning 45002 clauses out of 90011 with flag 4161800/1071001
256.40/255.92	c cleaning 45994 clauses out of 92008 with flag 4330474/1118000
277.50/277.01	c cleaning 46999 clauses out of 94014 with flag 4505918/1166000
301.80/301.40	c cleaning 48000 clauses out of 96015 with flag 4684156/1215000
319.31/318.84	c cleaning 49001 clauses out of 98016 with flag 4894362/1265001
335.41/334.96	c cleaning 50001 clauses out of 100015 with flag 5106129/1316001
352.81/352.35	c cleaning 51000 clauses out of 102014 with flag 5331561/1368001
371.01/370.57	c cleaning 52001 clauses out of 104013 with flag 5523516/1421000
390.71/390.24	c cleaning 52998 clauses out of 106012 with flag 5708174/1475000
411.81/411.35	c cleaning 54001 clauses out of 108015 with flag 5945125/1530001
440.31/439.87	c cleaning 55001 clauses out of 110014 with flag 6146487/1586001
475.52/475.00	c cleaning 56004 clauses out of 112013 with flag 6344621/1643001
511.63/511.11	c cleaning 57000 clauses out of 114009 with flag 6568377/1701001
542.13/541.62	c cleaning 57997 clauses out of 116008 with flag 6803797/1760000
572.53/572.01	c cleaning 59001 clauses out of 118012 with flag 7074957/1820001
600.43/599.94	c cleaning 59997 clauses out of 120010 with flag 7333993/1881000
627.03/626.51	c cleaning 60999 clauses out of 122013 with flag 7597363/1943000
659.08/658.59	c cleaning 62006 clauses out of 124015 with flag 7868611/2006001
689.48/688.99	c cleaning 62999 clauses out of 126009 with flag 8161692/2070001
721.10/720.51	c cleaning 64000 clauses out of 128010 with flag 8430705/2135001
754.99/754.46	c cleaning 64997 clauses out of 130009 with flag 8698838/2201000
785.99/785.47	c cleaning 66002 clauses out of 132012 with flag 8984507/2268000
823.31/822.71	c cleaning 66999 clauses out of 134011 with flag 9250452/2336001
864.61/864.04	c cleaning 68002 clauses out of 136011 with flag 9515390/2405000
913.64/913.09	c cleaning 68998 clauses out of 138010 with flag 9776360/2475001
971.73/971.17	c cleaning 70003 clauses out of 140011 with flag 10062526/2546000
1015.44/1014.87	c cleaning 70995 clauses out of 142008 with flag 10361857/2618000
1066.86/1066.20	c cleaning 71999 clauses out of 144014 with flag 10652582/2691001
1133.47/1132.89	c cleaning 73000 clauses out of 146014 with flag 10986694/2765000
1215.49/1214.87	c cleaning 74001 clauses out of 148014 with flag 11350011/2840000
1269.00/1268.40	c cleaning 75000 clauses out of 150013 with flag 11666342/2916000
1338.55/1337.83	c cleaning 76004 clauses out of 152014 with flag 11965433/2993001
1402.17/1401.43	c cleaning 77002 clauses out of 154009 with flag 12277236/3071000
1469.37/1468.61	c cleaning 77999 clauses out of 156008 with flag 12600078/3150001
1543.89/1543.12	c cleaning 78995 clauses out of 158008 with flag 12930083/3230000
1620.20/1619.42	c cleaning 80002 clauses out of 160013 with flag 13259405/3311000
1695.21/1694.45	c cleaning 80999 clauses out of 162011 with flag 13589415/3393000
1762.33/1761.51	c cleaning 82000 clauses out of 164012 with flag 13911578/3476000
1800.04/1799.20	c starts		: 2273
1800.04/1799.20	c conflicts		: 3525233
1800.04/1799.20	c decisions		: 4640456
1800.04/1799.20	c propagations		: 39522593
1800.04/1799.20	c inspects		: 42749265530
1800.04/1799.20	c shortcuts		: 0
1800.04/1799.20	c learnt literals	: 0
1800.04/1799.20	c learnt binary clauses	: 0
1800.04/1799.20	c learnt ternary clauses	: 7
1800.04/1799.20	c learnt constraints	: 3525233
1800.04/1799.20	c ignored constraints	: 0
1800.04/1799.20	c root simplifications	: 0
1800.04/1799.20	c removed literals (reason simplification)	: 0
1800.04/1799.20	c reason swapping (by a shorter reason)	: 0
1800.04/1799.20	c Calls to reduceDB	: 79
1800.04/1799.20	c Number of update (reduction) of LBD	: 335825
1800.04/1799.20	c timeout
1800.04/1799.20	c Imported unit clauses	: 0
1800.04/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.04/1799.20	c number of learned constraints concerned by reduction	: 0
1800.04/1799.20	c number of learning phase by resolution	: 0
1800.04/1799.20	c number of learning phase by cutting planes	: 0
1800.04/1799.20	c speed (assignments/second)	: 21968.616735073218
1800.04/1799.20	c non guided choices	1195
1800.04/1799.23	c learnt constraints type 
1800.04/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131246
1800.04/1799.23	s UNKNOWN
1800.04/1799.23	c Total wall clock time (in seconds): 1799.122

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-4120294-1467310757/watcher-4120294-1467310757 -o /tmp/evaluation-result-4120294-1467310757/solver-4120294-1467310757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120294-1467310757.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB

[startup+0 s]
/proc/loadavg: 2.25 2.07 2.02 3/192 14706
/proc/meminfo: memFree=29994224/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/14706/stat : 14706 (runsolver) R 14703 12018 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 1 0 10101679 24911872 50 33554432000 4194304 4338465 140734490862784 140734490860320 227515850128 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/14706/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.10006 s]
/proc/loadavg: 2.25 2.07 2.02 3/192 14706
/proc/meminfo: memFree=29994224/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 4471 0 1 0 8 1 0 0 20 0 18 0 10101679 9787879424 5581 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2389619 5581 2131 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.25 2.07 2.02 3/192 14706
/proc/meminfo: memFree=29994224/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 6834 0 1 0 25 1 0 0 20 0 19 0 10101679 9856040960 7370 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 7370 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30028 s]
/proc/loadavg: 2.25 2.07 2.02 3/192 14706
/proc/meminfo: memFree=29994224/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 7234 0 1 0 46 2 0 0 20 0 19 0 10101679 9856040960 7960 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 7960 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700185 s]
/proc/loadavg: 2.25 2.07 2.02 3/192 14706
/proc/meminfo: memFree=29994224/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 9779 0 1 0 106 2 0 0 20 0 19 0 10101679 9856040960 8308 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 8308 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50069 s]
/proc/loadavg: 2.25 2.07 2.02 3/211 14725
/proc/meminfo: memFree=29967532/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 9787 0 1 0 189 2 0 0 20 0 19 0 10101679 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 8826 2257 9 0 2396937 0
[pid=14706/tid=14708] ppid=14703 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14706/task/14708/stat : 14708 (java) R 14703 14706 12018 0 -1 4202560 2455 0 1 0 145 1 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415427230264 140415367397497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14709] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14709/stat : 14709 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415271123752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14710] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14710/stat : 14710 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415270070952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14711] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14711/stat : 14711 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415269018664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14712] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14712/stat : 14712 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415267965864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14713] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14713/stat : 14713 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415266912552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14714] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14714/stat : 14714 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415265859752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14715] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14715/stat : 14715 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415264807464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14716] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14716/stat : 14716 (java) S 14703 14706 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415263754664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14717] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14717/stat : 14717 (java) S 14703 14706 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101682 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415251344104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14718] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14718/stat : 14718 (java) S 14703 14706 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415250290168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14719] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14719/stat : 14719 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415249237768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14720] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14720/stat : 14720 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415248186256 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14721] ppid=14703 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14706/task/14721/stat : 14721 (java) S 14703 14706 12018 0 -1 4202560 2108 0 0 0 18 0 0 0 20 0 19 0 10101685 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415247132856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14722] ppid=14703 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14706/task/14722/stat : 14722 (java) S 14703 14706 12018 0 -1 4202560 3951 0 0 0 22 0 0 0 20 0 19 0 10101685 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415246080056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14723] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14723/stat : 14723 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415245027960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14724] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14724/stat : 14724 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415243975368 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 8826 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 2.25 2.07 2.02 3/211 14725
/proc/meminfo: memFree=29964988/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 9819 0 1 0 352 2 0 0 20 0 19 0 10101679 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 10391 2257 9 0 2396937 0
[pid=14706/tid=14708] ppid=14703 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14706/task/14708/stat : 14708 (java) R 14703 14706 12018 0 -1 4202560 2458 0 1 0 305 1 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415427223248 140415367358481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14709] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14709/stat : 14709 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415271123752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14710] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14710/stat : 14710 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415270070952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14711] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14711/stat : 14711 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415269018664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14712] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14712/stat : 14712 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415267965864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14713] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14713/stat : 14713 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415266912552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14714] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14714/stat : 14714 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415265859752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14715] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14715/stat : 14715 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415264807464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14716] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14716/stat : 14716 (java) S 14703 14706 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415263754664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14717] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14717/stat : 14717 (java) S 14703 14706 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101682 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415251344104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14718] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14718/stat : 14718 (java) S 14703 14706 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415250290168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14719] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14719/stat : 14719 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415249237768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14720] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14720/stat : 14720 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415248186256 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14721] ppid=14703 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14706/task/14721/stat : 14721 (java) S 14703 14706 12018 0 -1 4202560 2137 0 0 0 21 0 0 0 20 0 19 0 10101685 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415247132856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14722] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14722/stat : 14722 (java) S 14703 14706 12018 0 -1 4202560 3951 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415246080056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14723] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14723/stat : 14723 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415245027960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14724] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14724/stat : 14724 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415243975368 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 10391 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30071 s]
/proc/loadavg: 2.23 2.07 2.02 3/211 14725
/proc/meminfo: memFree=29925736/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 9838 0 1 0 672 2 0 0 20 0 19 0 10101679 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 19096 2258 9 0 2396937 0
[pid=14706/tid=14708] ppid=14703 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14706/task/14708/stat : 14708 (java) R 14703 14706 12018 0 -1 4202560 2476 0 1 0 624 1 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415427223248 140415367397443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14709] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14709/stat : 14709 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415271123752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14710] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14710/stat : 14710 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415270070952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14711] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14711/stat : 14711 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415269018664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14712] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14712/stat : 14712 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415267965864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14713] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14713/stat : 14713 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415266912552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14714] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14714/stat : 14714 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415265859752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14715] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14715/stat : 14715 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415264807464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14716] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14716/stat : 14716 (java) S 14703 14706 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415263754664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14717] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14717/stat : 14717 (java) S 14703 14706 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101682 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415251344104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14718] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14718/stat : 14718 (java) S 14703 14706 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415250290168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14719] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14719/stat : 14719 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415249237768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14720] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14720/stat : 14720 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415248186256 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14721] ppid=14703 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14706/task/14721/stat : 14721 (java) S 14703 14706 12018 0 -1 4202560 2137 0 0 0 21 0 0 0 20 0 19 0 10101685 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415247132856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14722] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14722/stat : 14722 (java) S 14703 14706 12018 0 -1 4202560 3951 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415246080056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14723] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14723/stat : 14723 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415245027960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14724] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14724/stat : 14724 (java) S 14703 14706 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415243975368 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 19096 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.11
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.33 2.22 2.14 3/211 14899
/proc/meminfo: memFree=29797208/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=1723.12 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 10374 0 1 0 172280 32 0 0 20 0 19 0 10101679 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 52726 2272 9 0 2396937 0
[pid=14706/tid=14708] ppid=14703 vsize=9625040 CPUtime=1717.8 cores=1,3,5,7
/proc/14706/task/14708/stat : 14708 (java) R 14703 14706 12018 0 -1 4202560 2523 0 1 0 171752 28 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415427223248 140415367397443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14709] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14709/stat : 14709 (java) S 14703 14706 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415271123752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14710] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14710/stat : 14710 (java) S 14703 14706 12018 0 -1 4202560 51 0 0 0 2 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415270070952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14711] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14711/stat : 14711 (java) S 14703 14706 12018 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415269018664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14712] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14712/stat : 14712 (java) S 14703 14706 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415267965864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14713] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14713/stat : 14713 (java) S 14703 14706 12018 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415266912552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14714] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14714/stat : 14714 (java) S 14703 14706 12018 0 -1 4202560 134 0 0 0 1 1 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415265859752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14715] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14715/stat : 14715 (java) S 14703 14706 12018 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415264807464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14716] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14716/stat : 14716 (java) S 14703 14706 12018 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415263754664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14717] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14717/stat : 14717 (java) S 14703 14706 12018 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 10101682 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415251344104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14718] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14718/stat : 14718 (java) S 14703 14706 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415250290168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14719] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14719/stat : 14719 (java) S 14703 14706 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415249237768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14720] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14720/stat : 14720 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415248186256 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14721] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14721/stat : 14721 (java) S 14703 14706 12018 0 -1 4202560 2144 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415247132856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14722] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14722/stat : 14722 (java) S 14703 14706 12018 0 -1 4202560 3951 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415246080056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14723] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14723/stat : 14723 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415245027960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14724] ppid=14703 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14706/task/14724/stat : 14724 (java) S 14703 14706 12018 0 -1 4202560 100 0 0 0 30 31 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415243975368 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.20 2.14 4/211 14900
/proc/meminfo: memFree=29796468/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=1783.13 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 10378 0 1 0 178280 33 0 0 20 0 19 0 10101679 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 52726 2272 9 0 2396937 0
[pid=14706/tid=14708] ppid=14703 vsize=9625040 CPUtime=1777.65 cores=1,3,5,7
/proc/14706/task/14708/stat : 14708 (java) R 14703 14706 12018 0 -1 4202560 2523 0 1 0 177736 29 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415427223248 140415367397443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14709] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14709/stat : 14709 (java) S 14703 14706 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415271123752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14710] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14710/stat : 14710 (java) S 14703 14706 12018 0 -1 4202560 51 0 0 0 2 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415270070952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14711] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14711/stat : 14711 (java) S 14703 14706 12018 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415269018664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14712] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14712/stat : 14712 (java) S 14703 14706 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415267965864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14713] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14713/stat : 14713 (java) S 14703 14706 12018 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415266912552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14714] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14714/stat : 14714 (java) S 14703 14706 12018 0 -1 4202560 134 0 0 0 1 1 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415265859752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14715] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14715/stat : 14715 (java) S 14703 14706 12018 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415264807464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14716] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14716/stat : 14716 (java) S 14703 14706 12018 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415263754664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14717] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14717/stat : 14717 (java) S 14703 14706 12018 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 10101682 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415251344104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14718] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14718/stat : 14718 (java) S 14703 14706 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415250290168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14719] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14719/stat : 14719 (java) S 14703 14706 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415249237768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14720] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14720/stat : 14720 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415248186256 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14721] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14721/stat : 14721 (java) S 14703 14706 12018 0 -1 4202560 2144 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415247132856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14722] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14722/stat : 14722 (java) S 14703 14706 12018 0 -1 4202560 3951 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415246080056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14723] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14723/stat : 14723 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415245027960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14724] ppid=14703 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/14706/task/14724/stat : 14724 (java) S 14703 14706 12018 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415243975368 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.24 2.21 2.14 3/211 14900
/proc/meminfo: memFree=29796592/32872528 swapFree=1299868/1463388
[pid=14706] ppid=14703 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/14706/stat : 14706 (java) S 14703 14706 12018 0 -1 4202496 10378 0 1 0 179970 34 0 0 20 0 19 0 10101679 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140734812578528 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14706/statm: 2406260 52726 2272 9 0 2396937 0
[pid=14706/tid=14708] ppid=14703 vsize=9625040 CPUtime=1794.5 cores=1,3,5,7
/proc/14706/task/14708/stat : 14708 (java) R 14703 14706 12018 0 -1 4202560 2523 0 1 0 179421 29 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415427223248 140415367358700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14709] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14709/stat : 14709 (java) S 14703 14706 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415271123752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14710] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14710/stat : 14710 (java) S 14703 14706 12018 0 -1 4202560 51 0 0 0 2 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415270070952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14711] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14711/stat : 14711 (java) S 14703 14706 12018 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415269018664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14712] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14712/stat : 14712 (java) S 14703 14706 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415267965864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14706/tid=14713] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14713/stat : 14713 (java) S 14703 14706 12018 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415266912552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14714] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14714/stat : 14714 (java) S 14703 14706 12018 0 -1 4202560 134 0 0 0 1 1 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415265859752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14706/tid=14715] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14715/stat : 14715 (java) S 14703 14706 12018 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415264807464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14716] ppid=14703 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14706/task/14716/stat : 14716 (java) S 14703 14706 12018 0 -1 4202560 60 0 0 0 1 0 0 0 20 0 19 0 10101681 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415263754664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14717] ppid=14703 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14706/task/14717/stat : 14717 (java) S 14703 14706 12018 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 10101682 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415251344104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14718] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14718/stat : 14718 (java) S 14703 14706 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415250290168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14719] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14719/stat : 14719 (java) S 14703 14706 12018 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10101683 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415249237768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14720] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14720/stat : 14720 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415248186256 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14721] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14721/stat : 14721 (java) S 14703 14706 12018 0 -1 4202560 2144 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415247132856 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14706/tid=14722] ppid=14703 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14706/task/14722/stat : 14722 (java) S 14703 14706 12018 0 -1 4202560 3951 0 0 0 23 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415246080056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14723] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14723/stat : 14723 (java) S 14703 14706 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415245027960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14724] ppid=14703 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/14706/task/14724/stat : 14724 (java) S 14703 14706 12018 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 10101685 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415243975368 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14706/tid=14725] ppid=14703 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14706/task/14725/stat : 14725 (java) S 14703 14706 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101695 9856040960 52726 33554432000 1073741824 1073778376 140734812587392 140415242921384 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 14706 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 14706 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=227084
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=773882
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.24
CPU time (s): 1800.04
CPU user time (s): 1799.7
CPU system time (s): 0.34
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.23
system time used= 0.773882
maximum resident set size= 211060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10424
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38102
involuntary context switches= 1970

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0535 second user time and 13.022 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:19:17
IDJOB=4120294
IDBENCH=109865
IDSOLVER=2546
FILE ID=node121/4120294-1467310757
RUNJOBID= node121-1467310545-14395
PBS_JOBID= 20005265
Free space on /tmp= 71700 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-n84-d3-i2-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-4120294-1467310757/watcher-4120294-1467310757 -o /tmp/evaluation-result-4120294-1467310757/solver-4120294-1467310757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120294-1467310757.opb

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

MD5SUM BENCH= bacd93c99a4c884997cc7607aec955fe
RANDOM SEED=54078897

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29994860 kB
Buffers:          116660 kB
Cached:           337180 kB
SwapCached:            0 kB
Active:           432588 kB
Inactive:         225804 kB
Active(anon):     192840 kB
Inactive(anon):    14568 kB
Active(file):     239748 kB
Inactive(file):   211236 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       1680592 kB
Mapped:            21968 kB
Shmem:               204 kB
Slab:             609844 kB
SReclaimable:      53956 kB
SUnreclaim:       555888 kB
KernelStack:        1576 kB
PageTables:         8112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2144848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71700 MiB
End job on node121 at 2016-06-30 20:49:16