Trace number 4084532

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.55 1797.34

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084532-1465273708.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
1.45/0.90	c ... done. Wall clock time 0.783s.
1.45/0.90	c declared #vars     32186
1.45/0.90	c #constraints  107047
1.45/0.90	c constraints type 
1.45/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1.45/0.90	c org.sat4j.specs.Constr$1 => 13774
1.45/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1.45/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 5291
1.45/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1.45/0.90	c 107047 constraints processed.
3.24/2.35	c cleaning 2498 clauses out of 5000 with flag 24190/5000
4.79/3.84	c cleaning 4244 clauses out of 8502 with flag 59553/11000
7.02/6.09	c cleaning 5623 clauses out of 11259 with flag 103303/18001
9.91/8.67	c cleaning 6814 clauses out of 13636 with flag 151514/26001
12.60/10.98	c cleaning 7890 clauses out of 15821 with flag 208980/35000
15.66/13.99	c cleaning 8959 clauses out of 17932 with flag 266608/45001
18.47/16.79	c cleaning 9977 clauses out of 19972 with flag 333496/56000
22.06/20.34	c cleaning 10986 clauses out of 21995 with flag 415869/68000
25.56/23.84	c cleaning 11992 clauses out of 24010 with flag 513983/81001
29.56/27.87	c cleaning 13003 clauses out of 26017 with flag 614704/95000
34.26/32.56	c cleaning 14007 clauses out of 28015 with flag 723060/110001
39.36/37.66	c cleaning 14996 clauses out of 30007 with flag 840904/126000
44.62/42.80	c cleaning 16008 clauses out of 32015 with flag 963388/143004
50.43/48.64	c cleaning 16995 clauses out of 34003 with flag 1089291/161000
56.42/54.65	c cleaning 17994 clauses out of 36008 with flag 1223404/180000
62.72/60.94	c cleaning 18998 clauses out of 38015 with flag 1374617/200001
69.22/67.41	c cleaning 20005 clauses out of 40017 with flag 1520881/221001
76.02/74.20	c cleaning 21003 clauses out of 42011 with flag 1675847/243000
83.72/81.94	c cleaning 21999 clauses out of 44009 with flag 1845358/266001
91.52/89.71	c cleaning 23003 clauses out of 46009 with flag 2024511/290000
99.32/97.54	c cleaning 23995 clauses out of 48007 with flag 2223530/315001
108.31/106.57	c cleaning 24994 clauses out of 50013 with flag 2409914/341002
117.91/116.14	c cleaning 26000 clauses out of 52018 with flag 2602666/368001
127.01/125.27	c cleaning 27004 clauses out of 54017 with flag 2799797/396000
137.61/135.80	c cleaning 27990 clauses out of 56013 with flag 3017226/425000
148.10/146.34	c cleaning 28997 clauses out of 58025 with flag 3237925/455002
159.11/157.31	c cleaning 30006 clauses out of 60026 with flag 3457053/486000
170.21/168.47	c cleaning 30992 clauses out of 62020 with flag 3709684/518000
181.70/179.97	c cleaning 31997 clauses out of 64028 with flag 3964063/551000
194.41/192.64	c cleaning 33012 clauses out of 66032 with flag 4222107/585001
207.50/205.79	c cleaning 34002 clauses out of 68019 with flag 4486424/620000
220.30/218.53	c cleaning 35002 clauses out of 70018 with flag 4771017/656001
234.19/232.43	c cleaning 36010 clauses out of 72023 with flag 5056978/693008
248.20/246.45	c cleaning 36992 clauses out of 74006 with flag 5331542/731001
263.59/261.90	c cleaning 38001 clauses out of 76013 with flag 5609068/770000
279.20/277.44	c cleaning 38993 clauses out of 78013 with flag 5886793/810001
294.39/292.60	c cleaning 39987 clauses out of 80019 with flag 6188617/851000
310.61/308.72	c cleaning 41007 clauses out of 82033 with flag 6500325/893001
326.21/324.34	c cleaning 42003 clauses out of 84027 with flag 6829286/936002
342.81/340.96	c cleaning 42996 clauses out of 86022 with flag 7149989/980000
360.71/358.82	c cleaning 43995 clauses out of 88026 with flag 7466135/1025000
378.01/376.15	c cleaning 44999 clauses out of 90031 with flag 7792943/1071000
397.32/395.45	c cleaning 46008 clauses out of 92033 with flag 8125351/1118001
416.62/414.76	c cleaning 47000 clauses out of 94024 with flag 8463903/1166000
436.52/434.64	c cleaning 48008 clauses out of 96025 with flag 8804905/1215001
457.11/455.27	c cleaning 49001 clauses out of 98016 with flag 9149045/1265000
478.72/476.87	c cleaning 49995 clauses out of 100016 with flag 9486443/1316001
498.62/496.74	c cleaning 50990 clauses out of 102022 with flag 9856764/1368002
519.72/517.86	c cleaning 52011 clauses out of 104030 with flag 10237389/1421000
542.53/540.63	c cleaning 53007 clauses out of 106019 with flag 10609241/1475000
564.14/562.29	c cleaning 54001 clauses out of 108014 with flag 11031661/1530002
589.14/587.28	c cleaning 54983 clauses out of 110011 with flag 11412498/1586000
613.47/611.45	c cleaning 56011 clauses out of 112028 with flag 11808160/1643000
638.07/636.08	c cleaning 56995 clauses out of 114018 with flag 12216046/1701001
663.86/661.87	c cleaning 58003 clauses out of 116022 with flag 12630733/1760000
691.06/689.08	c cleaning 59011 clauses out of 118022 with flag 13038248/1820003
719.16/717.12	c cleaning 59994 clauses out of 120010 with flag 13437004/1881002
747.65/745.63	c cleaning 60997 clauses out of 122017 with flag 13869750/1943003
776.55/774.51	c cleaning 61996 clauses out of 124018 with flag 14306726/2006001
805.95/803.91	c cleaning 63004 clauses out of 126021 with flag 14754502/2070000
836.45/834.47	c cleaning 63992 clauses out of 128019 with flag 15180534/2135002
868.16/866.17	c cleaning 65005 clauses out of 130025 with flag 15611646/2201000
901.17/899.18	c cleaning 65997 clauses out of 132020 with flag 16073496/2268000
934.40/932.23	c cleaning 67003 clauses out of 134024 with flag 16533916/2336001
966.30/964.17	c cleaning 67995 clauses out of 136022 with flag 17011813/2405002
999.60/997.48	c cleaning 69009 clauses out of 138025 with flag 17483898/2475000
1034.39/1032.28	c cleaning 70004 clauses out of 140016 with flag 18008303/2546000
1070.98/1068.81	c cleaning 70991 clauses out of 142012 with flag 18472300/2618000
1105.68/1103.52	c cleaning 72002 clauses out of 144022 with flag 18990405/2691001
1143.08/1140.91	c cleaning 72999 clauses out of 146019 with flag 19493289/2765000
1181.37/1179.20	c cleaning 74011 clauses out of 148021 with flag 19992374/2840001
1221.86/1219.73	c cleaning 75006 clauses out of 150011 with flag 20491034/2916002
1260.66/1258.34	c cleaning 75993 clauses out of 152003 with flag 21040777/2993000
1301.05/1298.75	c cleaning 76992 clauses out of 154010 with flag 21550466/3071000
1341.56/1339.27	c cleaning 77999 clauses out of 156020 with flag 22113179/3150002
1384.07/1381.79	c cleaning 78988 clauses out of 158019 with flag 22656738/3230000
1426.87/1424.57	c cleaning 80008 clauses out of 160031 with flag 23242873/3311000
1470.78/1468.41	c cleaning 80995 clauses out of 162023 with flag 23776374/3393000
1515.69/1513.34	c cleaning 82005 clauses out of 164028 with flag 24319700/3476000
1559.85/1557.21	c cleaning 82997 clauses out of 166023 with flag 24884767/3560000
1605.48/1602.90	c cleaning 84004 clauses out of 168027 with flag 25456973/3645001
1653.38/1650.75	c cleaning 85007 clauses out of 170023 with flag 26021045/3731001
1702.99/1700.37	c cleaning 85988 clauses out of 172015 with flag 26570041/3818000
1751.31/1748.69	c cleaning 87010 clauses out of 174027 with flag 27124931/3906000
1800.01/1797.30	c starts		: 18958
1800.01/1797.30	c conflicts		: 3993173
1800.01/1797.30	c decisions		: 6731771
1800.01/1797.30	c propagations		: 2927633105
1800.01/1797.30	c inspects		: 19479848634
1800.01/1797.30	c shortcuts		: 0
1800.01/1797.30	c learnt literals	: 0
1800.01/1797.30	c learnt binary clauses	: 24
1800.01/1797.30	c learnt ternary clauses	: 3525
1800.01/1797.30	c learnt constraints	: 3993173
1800.01/1797.30	c ignored constraints	: 0
1800.01/1797.30	c root simplifications	: 0
1800.01/1797.30	c removed literals (reason simplification)	: 0
1800.01/1797.30	c reason swapping (by a shorter reason)	: 0
1800.01/1797.30	c Calls to reduceDB	: 84
1800.01/1797.30	c Number of update (reduction) of LBD	: 1405813
1800.01/1797.30	c Imported unit clauses	: 0
1800.01/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.30	c number of learned constraints concerned by reduction	: 0
1800.01/1797.30	c number of learning phase by resolution	: 0
1800.01/1797.30	c number of learning phase by cutting planes	: 0
1800.01/1797.30	c speed (assignments/second)	: 1629765.0545299281
1800.01/1797.30	c non guided choices	36
1800.01/1797.31	c timeout
1800.01/1797.33	c learnt constraints type 
1800.01/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.01/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174167
1800.01/1797.33	s UNKNOWN
1800.01/1797.33	c Total wall clock time (in seconds): 1797.218

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-4084532-1465273708/watcher-4084532-1465273708 -o /tmp/evaluation-result-4084532-1465273708/solver-4084532-1465273708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084532-1465273708.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 10896
/proc/meminfo: memFree=30066380/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/10896/stat : 10896 (java) R 10893 10896 5680 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 109305483 3653632 52 33554432000 1073741824 1073778376 140735209380880 140735209378008 271778409716 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 1408 55 43 9 0 30 0

[startup+0.100162 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 10896
/proc/meminfo: memFree=30066380/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 109305483 9787879424 6037 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 10896
/proc/meminfo: memFree=30066380/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 4693 0 1 0 23 1 0 0 20 0 18 0 109305483 9787879424 6772 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2389619 6772 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 10896
/proc/meminfo: memFree=30066380/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 6155 0 1 0 45 2 0 0 20 0 18 0 109305483 9787879424 8794 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2389619 8794 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 2.04 2.05 2.07 3/194 10896
/proc/meminfo: memFree=30066380/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9558476 CPUtime=1.15 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 7534 0 1 0 112 3 0 0 20 0 18 0 109305483 9787879424 41202 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2389619 41202 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.04 2.05 2.07 3/213 10915
/proc/meminfo: memFree=29904280/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9625040 CPUtime=2.36 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 11385 0 1 0 232 4 0 0 20 0 19 0 109305483 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2406260 42690 2276 9 0 2396937 0
[pid=10896/tid=10898] ppid=10893 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/10896/task/10898/stat : 10898 (java) R 10893 10896 5680 0 -1 4202560 2479 0 1 0 142 3 0 0 20 0 19 0 109305484 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140391102123992 140390955719565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10899] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10899/stat : 10899 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140391074577448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10900] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10900/stat : 10900 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140391073524648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10901] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10901/stat : 10901 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390943992616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10902] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10902/stat : 10902 (java) S 10893 10896 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390942939816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10903] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10903/stat : 10903 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390941887016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10904] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10904/stat : 10904 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390940834216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10905] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10905/stat : 10905 (java) S 10893 10896 5680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390939781416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10906] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10906/stat : 10906 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390468413608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10907] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10907/stat : 10907 (java) S 10893 10896 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390456216552 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) S 10893 10896 5680 0 -1 4202560 5514 0 0 0 45 0 0 0 20 0 19 0 109305489 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390452005304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 2026 0 0 0 36 0 0 0 20 0 19 0 109305489 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 42690 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.04 2.05 2.07 3/213 10915
/proc/meminfo: memFree=29903528/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 11497 0 1 0 403 4 0 0 20 0 19 0 109305483 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2406260 42716 2284 9 0 2396937 0
[pid=10896/tid=10898] ppid=10893 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/10896/task/10898/stat : 10898 (java) R 10893 10896 5680 0 -1 4202560 2480 0 1 0 302 3 0 0 20 0 19 0 109305484 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140391102122448 140390955842837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10899] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10899/stat : 10899 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140391074577448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10900] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10900/stat : 10900 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140391073524648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10901] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10901/stat : 10901 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390943992616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10902] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10902/stat : 10902 (java) S 10893 10896 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390942939816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10903] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10903/stat : 10903 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390941887016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10904] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10904/stat : 10904 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390940834216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10905] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10905/stat : 10905 (java) S 10893 10896 5680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390939781416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10906] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10906/stat : 10906 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390468413608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10907] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10907/stat : 10907 (java) S 10893 10896 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390456216552 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) S 10893 10896 5680 0 -1 4202560 5540 0 0 0 53 0 0 0 20 0 19 0 109305489 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390452005304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 2111 0 0 0 39 0 0 0 20 0 19 0 109305489 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 42716 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.04 2.05 2.07 4/213 10915
/proc/meminfo: memFree=29899460/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9625040 CPUtime=7.57 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 16986 0 1 0 752 5 0 0 20 0 19 0 109305483 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2406260 45964 2284 9 0 2396937 0
[pid=10896/tid=10898] ppid=10893 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/10896/task/10898/stat : 10898 (java) R 10893 10896 5680 0 -1 4202560 2485 0 1 0 622 3 0 0 20 0 19 0 109305484 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140391102124440 140390955751363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10899] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10899/stat : 10899 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140391074577448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10900] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10900/stat : 10900 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140391073524648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10901] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10901/stat : 10901 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390943992616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10902] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10902/stat : 10902 (java) S 10893 10896 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109305485 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390942939816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10903] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10903/stat : 10903 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390941887016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10904] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10904/stat : 10904 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390940834216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10905] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10905/stat : 10905 (java) S 10893 10896 5680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390939781416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10906] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10906/stat : 10906 (java) S 10893 10896 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109305486 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390468413608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10907] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10907/stat : 10907 (java) S 10893 10896 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390456216552 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 45964 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 45965 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) R 10893 10896 5680 0 -1 4202560 10793 0 0 0 80 1 0 0 20 0 19 0 109305489 9856040960 45965 33554432000 1073741824 1073778376 140735209380880 140390452005184 271787199646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 2343 0 0 0 42 0 0 0 20 0 19 0 109305489 9856040960 45965 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 45965 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 45965 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 45965 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9625040


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

[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) S 10893 10896 5680 0 -1 4202560 10852 0 0 0 92 2 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390452005304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 7539 0 0 0 80 1 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 97 0 0 0 23 30 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.99
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.18 2.12 3/213 11153
/proc/meminfo: memFree=27508552/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9625040 CPUtime=1725 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 23524 0 1 0 172430 70 0 0 20 0 19 0 109305483 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2406260 148980 2285 9 0 2396937 0
[pid=10896/tid=10898] ppid=10893 vsize=9625040 CPUtime=1721.69 cores=1,3,5,7
/proc/10896/task/10898/stat : 10898 (java) R 10893 10896 5680 0 -1 4202560 2552 0 1 0 172136 33 0 0 20 0 19 0 109305484 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391102115632 140390955714049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10899] ppid=10893 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10896/task/10899/stat : 10899 (java) S 10893 10896 5680 0 -1 4202560 95 0 0 0 8 3 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391074577448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10900] ppid=10893 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10896/task/10900/stat : 10900 (java) S 10893 10896 5680 0 -1 4202560 172 0 0 0 15 6 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391073524648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10901] ppid=10893 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10896/task/10901/stat : 10901 (java) S 10893 10896 5680 0 -1 4202560 139 0 0 0 8 4 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390943992616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10902] ppid=10893 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10896/task/10902/stat : 10902 (java) S 10893 10896 5680 0 -1 4202560 199 0 0 0 11 5 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390942939816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10903] ppid=10893 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10896/task/10903/stat : 10903 (java) S 10893 10896 5680 0 -1 4202560 206 0 0 0 14 5 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390941887016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10904] ppid=10893 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10896/task/10904/stat : 10904 (java) S 10893 10896 5680 0 -1 4202560 62 0 0 0 9 3 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390940834216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10905] ppid=10893 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10896/task/10905/stat : 10905 (java) S 10893 10896 5680 0 -1 4202560 66 0 0 0 9 4 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390939781416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10906] ppid=10893 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/10896/task/10906/stat : 10906 (java) S 10893 10896 5680 0 -1 4202560 104 0 0 0 10 4 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390468413608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10907] ppid=10893 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10896/task/10907/stat : 10907 (java) S 10893 10896 5680 0 -1 4202560 181 0 0 0 1 1 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390456216552 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) S 10893 10896 5680 0 -1 4202560 10852 0 0 0 92 2 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390452005304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 7539 0 0 0 80 1 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 99 0 0 0 24 31 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.16 2.11 4/213 11154
/proc/meminfo: memFree=27508048/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9625040 CPUtime=1785.01 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 23528 0 1 0 178430 71 0 0 20 0 19 0 109305483 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2406260 148980 2285 9 0 2396937 0
[pid=10896/tid=10898] ppid=10893 vsize=9625040 CPUtime=1781.69 cores=1,3,5,7
/proc/10896/task/10898/stat : 10898 (java) R 10893 10896 5680 0 -1 4202560 2552 0 1 0 178135 34 0 0 20 0 19 0 109305484 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391102115632 140390955709220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10899] ppid=10893 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10896/task/10899/stat : 10899 (java) S 10893 10896 5680 0 -1 4202560 95 0 0 0 8 3 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391074577448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10900] ppid=10893 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10896/task/10900/stat : 10900 (java) S 10893 10896 5680 0 -1 4202560 172 0 0 0 15 6 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391073524648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10901] ppid=10893 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10896/task/10901/stat : 10901 (java) S 10893 10896 5680 0 -1 4202560 139 0 0 0 8 4 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390943992616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10902] ppid=10893 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10896/task/10902/stat : 10902 (java) S 10893 10896 5680 0 -1 4202560 199 0 0 0 11 5 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390942939816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10903] ppid=10893 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10896/task/10903/stat : 10903 (java) S 10893 10896 5680 0 -1 4202560 206 0 0 0 14 5 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390941887016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10904] ppid=10893 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10896/task/10904/stat : 10904 (java) S 10893 10896 5680 0 -1 4202560 62 0 0 0 9 3 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390940834216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10905] ppid=10893 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10896/task/10905/stat : 10905 (java) S 10893 10896 5680 0 -1 4202560 66 0 0 0 9 4 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390939781416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10906] ppid=10893 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/10896/task/10906/stat : 10906 (java) S 10893 10896 5680 0 -1 4202560 104 0 0 0 10 4 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390468413608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10907] ppid=10893 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10896/task/10907/stat : 10907 (java) S 10893 10896 5680 0 -1 4202560 181 0 0 0 1 1 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390456216552 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) S 10893 10896 5680 0 -1 4202560 10852 0 0 0 92 2 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390452005304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 7539 0 0 0 80 1 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.15 2.17 2.11 3/213 11154
/proc/meminfo: memFree=27508052/32872528 swapFree=13072/1184284
[pid=10896] ppid=10893 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/10896/stat : 10896 (java) S 10893 10896 5680 0 -1 4202496 23528 0 1 0 179930 71 0 0 20 0 19 0 109305483 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140735209372016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10896/statm: 2406260 148980 2285 9 0 2396937 0
[pid=10896/tid=10898] ppid=10893 vsize=9625040 CPUtime=1796.69 cores=1,3,5,7
/proc/10896/task/10898/stat : 10898 (java) R 10893 10896 5680 0 -1 4202560 2552 0 1 0 179635 34 0 0 20 0 19 0 109305484 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391102115632 140390955709163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10899] ppid=10893 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/10896/task/10899/stat : 10899 (java) S 10893 10896 5680 0 -1 4202560 95 0 0 0 8 3 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391074577448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10900] ppid=10893 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10896/task/10900/stat : 10900 (java) S 10893 10896 5680 0 -1 4202560 172 0 0 0 15 6 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140391073524648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10901] ppid=10893 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10896/task/10901/stat : 10901 (java) S 10893 10896 5680 0 -1 4202560 139 0 0 0 8 4 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390943992616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10902] ppid=10893 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10896/task/10902/stat : 10902 (java) S 10893 10896 5680 0 -1 4202560 199 0 0 0 11 5 0 0 20 0 19 0 109305485 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390942939816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10896/tid=10903] ppid=10893 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10896/task/10903/stat : 10903 (java) S 10893 10896 5680 0 -1 4202560 206 0 0 0 14 5 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390941887016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10904] ppid=10893 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10896/task/10904/stat : 10904 (java) S 10893 10896 5680 0 -1 4202560 62 0 0 0 9 3 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390940834216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10905] ppid=10893 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/10896/task/10905/stat : 10905 (java) S 10893 10896 5680 0 -1 4202560 66 0 0 0 9 4 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390939781416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10906] ppid=10893 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/10896/task/10906/stat : 10906 (java) S 10893 10896 5680 0 -1 4202560 104 0 0 0 10 4 0 0 20 0 19 0 109305486 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390468413608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10907] ppid=10893 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10896/task/10907/stat : 10907 (java) S 10893 10896 5680 0 -1 4202560 181 0 0 0 1 1 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390456216552 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10908] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10908/stat : 10908 (java) S 10893 10896 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390455162616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10909] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (java) S 10893 10896 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109305487 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390454109704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10910] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10910/stat : 10910 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390453058192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10896/tid=10911] ppid=10893 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/10896/task/10911/stat : 10911 (java) S 10893 10896 5680 0 -1 4202560 10852 0 0 0 92 2 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390452005304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10912] ppid=10893 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10896/task/10912/stat : 10912 (java) S 10893 10896 5680 0 -1 4202560 7539 0 0 0 80 1 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390450952504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10913] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10913/stat : 10913 (java) S 10893 10896 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390449899896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10896/tid=10914] ppid=10893 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10896/task/10914/stat : 10914 (java) S 10893 10896 5680 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 109305489 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390448847304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10896/tid=10915] ppid=10893 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10915/stat : 10915 (java) S 10893 10896 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109305579 9856040960 148980 33554432000 1073741824 1073778376 140735209380880 140390447695528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 10896 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.34
CPU time (s): 1800.55
CPU user time (s): 1799.36
CPU system time (s): 1.19082
CPU usage (%): 100.179
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 1.19082
maximum resident set size= 596036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38231
involuntary context switches= 23571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2433 second user time and 12.874 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 06:28:28
IDJOB=4084532
IDBENCH=73961
IDSOLVER=2546
FILE ID=node115/4084532-1465273708
RUNJOBID= node115-1465253623-5697
PBS_JOBID= 19843266
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084532-1465273708/watcher-4084532-1465273708 -o /tmp/evaluation-result-4084532-1465273708/solver-4084532-1465273708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084532-1465273708.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=269855244

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        30066652 kB
Buffers:           98812 kB
Cached:           263844 kB
SwapCached:         2020 kB
Active:           577588 kB
Inactive:         276052 kB
Active(anon):     491480 kB
Inactive(anon):     2100 kB
Active(file):      86108 kB
Inactive(file):   273952 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:              3948 kB
Writeback:             0 kB
AnonPages:       1691176 kB
Mapped:            16356 kB
Shmem:                 0 kB
Slab:             616228 kB
SReclaimable:      59596 kB
SUnreclaim:       556632 kB
KernelStack:        1584 kB
PageTables:         7280 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1658880 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= 71732 MiB
End job on node115 at 2016-06-07 06:58:25