Trace number 4107961

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.01 1797.64

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12052_5-unsat.opb
MD5SUM2ff183c8695f0992ee4ac0210b2026e7
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 variables37752
Total number of constraints131628
Number of constraints which are clauses131008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint96
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 531
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-4107961-1466291443.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.37/1.00	c ... done. Wall clock time 0.881s.
1.37/1.00	c declared #vars     37752
1.55/1.00	c #constraints  131628
1.55/1.00	c constraints type 
1.55/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13821
1.55/1.00	c org.sat4j.specs.Constr$1 => 16280
1.55/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 94218
1.55/1.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 6689
1.55/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 620
1.55/1.00	c 131628 constraints processed.
3.62/2.70	c cleaning 2495 clauses out of 5000 with flag 26570/5000
5.40/4.36	c cleaning 4245 clauses out of 8505 with flag 63294/11000
7.20/6.19	c cleaning 5620 clauses out of 11260 with flag 110723/18000
9.61/8.53	c cleaning 6817 clauses out of 13643 with flag 171883/26003
12.23/11.19	c cleaning 7909 clauses out of 15822 with flag 235622/35000
15.12/14.03	c cleaning 8938 clauses out of 17914 with flag 303508/45001
18.43/17.38	c cleaning 9977 clauses out of 19976 with flag 381780/56001
22.13/21.02	c cleaning 10992 clauses out of 21999 with flag 468961/68002
26.33/25.27	c cleaning 11992 clauses out of 24008 with flag 562758/81003
30.63/29.54	c cleaning 12998 clauses out of 26013 with flag 667714/95000
35.12/34.08	c cleaning 13994 clauses out of 28014 with flag 782506/110000
40.12/39.02	c cleaning 15007 clauses out of 30020 with flag 896230/126000
45.23/44.17	c cleaning 15986 clauses out of 32013 with flag 1027780/143000
51.13/50.04	c cleaning 17005 clauses out of 34027 with flag 1177178/161000
56.93/55.89	c cleaning 17994 clauses out of 36022 with flag 1334400/180000
63.64/62.55	c cleaning 19009 clauses out of 38028 with flag 1503073/200000
70.34/69.28	c cleaning 20004 clauses out of 40020 with flag 1669236/221001
77.33/76.27	c cleaning 21007 clauses out of 42018 with flag 1841300/243003
84.76/83.64	c cleaning 21986 clauses out of 44007 with flag 2021694/266000
92.46/91.32	c cleaning 23002 clauses out of 46021 with flag 2213851/290000
100.67/99.57	c cleaning 23992 clauses out of 48021 with flag 2417581/315002
109.37/108.24	c cleaning 25005 clauses out of 50028 with flag 2624983/341002
118.47/117.37	c cleaning 25986 clauses out of 52021 with flag 2840564/368000
128.57/127.44	c cleaning 27015 clauses out of 54035 with flag 3056272/396000
138.88/137.72	c cleaning 27993 clauses out of 56020 with flag 3301641/425000
149.38/148.30	c cleaning 28995 clauses out of 58026 with flag 3526565/455000
160.28/159.10	c cleaning 29992 clauses out of 60030 with flag 3763160/486000
172.08/170.92	c cleaning 31004 clauses out of 62039 with flag 4027457/518001
183.89/182.71	c cleaning 32003 clauses out of 64034 with flag 4277117/551000
196.19/195.05	c cleaning 32997 clauses out of 66034 with flag 4538986/585003
208.89/207.77	c cleaning 34006 clauses out of 68036 with flag 4796766/620002
222.10/220.97	c cleaning 35004 clauses out of 70030 with flag 5073299/656002
236.20/235.01	c cleaning 35980 clauses out of 72024 with flag 5369055/693000
249.81/248.60	c cleaning 37017 clauses out of 74045 with flag 5668397/731001
263.91/262.64	c cleaning 38001 clauses out of 76028 with flag 5978471/770001
278.62/277.35	c cleaning 39002 clauses out of 78026 with flag 6275561/810001
294.21/292.94	c cleaning 40003 clauses out of 80024 with flag 6568680/851001
309.52/308.28	c cleaning 40997 clauses out of 82020 with flag 6865720/893000
324.92/323.69	c cleaning 42000 clauses out of 84023 with flag 7172355/936000
341.72/340.47	c cleaning 42992 clauses out of 86025 with flag 7499206/980002
358.93/357.68	c cleaning 44002 clauses out of 88031 with flag 7835001/1025000
376.03/374.76	c cleaning 45005 clauses out of 90029 with flag 8168427/1071000
395.24/393.93	c cleaning 45994 clauses out of 92024 with flag 8510701/1118000
413.53/412.28	c cleaning 46998 clauses out of 94030 with flag 8850775/1166000
433.43/432.10	c cleaning 48012 clauses out of 96032 with flag 9208026/1215000
453.94/452.64	c cleaning 48994 clauses out of 98021 with flag 9556007/1265001
474.64/473.33	c cleaning 50001 clauses out of 100027 with flag 9928655/1316001
496.14/494.66	c cleaning 50999 clauses out of 102027 with flag 10291153/1368002
519.15/517.66	c cleaning 52011 clauses out of 104027 with flag 10662072/1421001
542.86/541.39	c cleaning 52996 clauses out of 106015 with flag 11032308/1475000
567.75/566.28	c cleaning 53993 clauses out of 108020 with flag 11397312/1530001
593.75/592.23	c cleaning 54994 clauses out of 110027 with flag 11768356/1586001
619.15/617.65	c cleaning 55998 clauses out of 112031 with flag 12144972/1643000
645.46/643.96	c cleaning 56990 clauses out of 114033 with flag 12547727/1701000
672.86/671.37	c cleaning 58010 clauses out of 116044 with flag 12952014/1760001
700.66/699.18	c cleaning 59004 clauses out of 118033 with flag 13357064/1820000
728.25/726.79	c cleaning 59999 clauses out of 120031 with flag 13760952/1881002
758.76/757.29	c cleaning 60993 clauses out of 122032 with flag 14187980/1943002
788.47/786.94	c cleaning 62011 clauses out of 124037 with flag 14600717/2006000
818.57/817.07	c cleaning 63013 clauses out of 126027 with flag 15031313/2070001
850.78/849.24	c cleaning 64008 clauses out of 128015 with flag 15462798/2135002
884.00/882.48	c cleaning 64993 clauses out of 130005 with flag 15866203/2201000
918.11/916.50	c cleaning 65993 clauses out of 132016 with flag 16289525/2268004
951.51/949.97	c cleaning 67003 clauses out of 134020 with flag 16731065/2336001
986.52/984.91	c cleaning 68004 clauses out of 136017 with flag 17168278/2405001
1022.22/1020.61	c cleaning 69005 clauses out of 138012 with flag 17601545/2475001
1059.14/1057.58	c cleaning 70001 clauses out of 140009 with flag 18054945/2546003
1095.05/1093.41	c cleaning 70974 clauses out of 142005 with flag 18518553/2618001
1131.03/1129.17	c cleaning 72001 clauses out of 144031 with flag 18992951/2691001
1168.05/1166.11	c cleaning 73004 clauses out of 146029 with flag 19475025/2765000
1206.46/1204.51	c cleaning 73999 clauses out of 148026 with flag 19933681/2840001
1245.08/1243.19	c cleaning 75007 clauses out of 150026 with flag 20399074/2916000
1282.17/1280.20	c cleaning 75995 clauses out of 152020 with flag 20858625/2993001
1321.38/1319.48	c cleaning 76990 clauses out of 154024 with flag 21326372/3071000
1361.48/1359.57	c cleaning 78007 clauses out of 156035 with flag 21792657/3150001
1403.09/1401.12	c cleaning 79009 clauses out of 158029 with flag 22268925/3230002
1445.89/1443.92	c cleaning 80003 clauses out of 160018 with flag 22755924/3311000
1489.31/1487.38	c cleaning 81003 clauses out of 162016 with flag 23262579/3393002
1531.62/1529.66	c cleaning 81994 clauses out of 164011 with flag 23755845/3476000
1575.05/1573.01	c cleaning 82995 clauses out of 166017 with flag 24270683/3560000
1621.04/1619.09	c cleaning 83996 clauses out of 168023 with flag 24757222/3645001
1665.86/1663.89	c cleaning 84981 clauses out of 170026 with flag 25267644/3731000
1714.38/1712.35	c cleaning 86013 clauses out of 172049 with flag 25775585/3818004
1763.30/1760.91	c cleaning 86993 clauses out of 174032 with flag 26278081/3906000
1800.01/1797.60	c starts		: 16229
1800.01/1797.60	c conflicts		: 3972712
1800.01/1797.60	c decisions		: 6691486
1800.01/1797.60	c propagations		: 2923726644
1800.01/1797.60	c inspects		: 18665033927
1800.01/1797.60	c shortcuts		: 0
1800.01/1797.60	c learnt literals	: 12
1800.01/1797.60	c learnt binary clauses	: 76
1800.01/1797.60	c learnt ternary clauses	: 2042
1800.01/1797.60	c learnt constraints	: 3972700
1800.01/1797.60	c ignored constraints	: 0
1800.01/1797.60	c root simplifications	: 0
1800.01/1797.60	c removed literals (reason simplification)	: 0
1800.01/1797.60	c reason swapping (by a shorter reason)	: 0
1800.01/1797.60	c Calls to reduceDB	: 84
1800.01/1797.60	c Number of update (reduction) of LBD	: 1527015
1800.01/1797.60	c Imported unit clauses	: 0
1800.01/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.60	c number of learned constraints concerned by reduction	: 0
1800.01/1797.60	c number of learning phase by resolution	: 0
1800.01/1797.60	c number of learning phase by cutting planes	: 0
1800.01/1797.60	c speed (assignments/second)	: 1627418.1636621
1800.01/1797.60	c non guided choices	529
1800.01/1797.61	c timeout
1800.01/1797.63	c learnt constraints type 
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 76
1800.01/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153676
1800.01/1797.63	s UNKNOWN
1800.01/1797.63	c Total wall clock time (in seconds): 1797.516

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-4107961-1466291443/watcher-4107961-1466291443 -o /tmp/evaluation-result-4107961-1466291443/solver-4107961-1466291443 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107961-1466291443.opb 

pid=24692
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.01 2.06 2.07 3/195 24695
/proc/meminfo: memFree=30118140/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/24695/stat : 24695 (java) R 24692 24695 19848 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 31193208 278528 33 33554432000 1073741824 1073778376 140733529711792 140734215266792 213183982887 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 68 33 25 9 0 25 0

[startup+0.100139 s]
/proc/loadavg: 2.01 2.06 2.07 3/195 24695
/proc/meminfo: memFree=30118140/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 4474 0 1 0 8 1 0 0 20 0 18 0 31193208 9787879424 5582 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2389619 5582 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 2.01 2.06 2.07 3/195 24695
/proc/meminfo: memFree=30118140/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 4783 0 1 0 23 1 0 0 20 0 18 0 31193208 9787879424 6343 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2389619 6343 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.01 2.06 2.07 3/195 24695
/proc/meminfo: memFree=30118140/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 6377 0 1 0 45 1 0 0 20 0 18 0 31193208 9787879424 8403 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2389619 8403 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 2.01 2.06 2.07 3/195 24695
/proc/meminfo: memFree=30118140/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 7652 0 1 0 106 4 0 0 20 0 18 0 31193208 9787879424 40315 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2389619 40315 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.09 2.08 2.08 5/214 24714
/proc/meminfo: memFree=29946264/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 10639 0 1 0 233 7 0 0 20 0 19 0 31193208 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2406260 45970 2276 9 0 2396937 0
[pid=24695/tid=24697] ppid=24692 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/24695/task/24697/stat : 24697 (java) R 24692 24695 19848 0 -1 4202560 2526 0 1 0 139 3 0 0 20 0 19 0 31193209 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213907057544 140213778775562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24698] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24698/stat : 24698 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213751113896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24699] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24699/stat : 24699 (java) S 24692 24695 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213750061352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24700] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24700/stat : 24700 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213749008808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24701] ppid=24692 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24695/task/24701/stat : 24701 (java) S 24692 24695 19848 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213747956264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24702] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24702/stat : 24702 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213746903720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24703] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24703/stat : 24703 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213745851176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24704] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24704/stat : 24704 (java) S 24692 24695 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213744798632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24705] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24705/stat : 24705 (java) S 24692 24695 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213743746088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24706] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24706/stat : 24706 (java) S 24692 24695 19848 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31193211 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213731334248 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24707] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24707/stat : 24707 (java) S 24692 24695 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213730280568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24708] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24708/stat : 24708 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213729227912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24709] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24709/stat : 24709 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213728176656 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24710] ppid=24692 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/24695/task/24710/stat : 24710 (java) S 24692 24695 19848 0 -1 4202560 3516 0 0 0 40 0 0 0 20 0 19 0 31193214 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213727124024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24711] ppid=24692 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/24695/task/24711/stat : 24711 (java) S 24692 24695 19848 0 -1 4202560 3193 0 0 0 40 0 0 0 20 0 19 0 31193214 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213726071480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24712] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24712/stat : 24712 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213725019128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24713] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24713/stat : 24713 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213723966792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 45970 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.09 2.08 2.08 3/214 24714
/proc/meminfo: memFree=29942172/32872528 swapFree=877060/942468
[pid=24695] ppid=24692 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 11688 0 1 0 408 8 0 0 20 0 19 0 31193208 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2406260 46499 2284 9 0 2396937 0
[pid=24695/tid=24697] ppid=24692 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/24695/task/24697/stat : 24697 (java) R 24692 24695 19848 0 -1 4202560 2528 0 1 0 298 3 0 0 20 0 19 0 31193209 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213907059240 140213779462367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24698] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24698/stat : 24698 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213751113896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24699] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24699/stat : 24699 (java) S 24692 24695 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213750061352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24700] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24700/stat : 24700 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213749008808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24701] ppid=24692 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24695/task/24701/stat : 24701 (java) S 24692 24695 19848 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213747956264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24702] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24702/stat : 24702 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213746903720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24703] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24703/stat : 24703 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213745851176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24704] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24704/stat : 24704 (java) S 24692 24695 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213744798632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24705] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24705/stat : 24705 (java) S 24692 24695 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213743746088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24706] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24706/stat : 24706 (java) S 24692 24695 19848 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31193211 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213731334248 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24707] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24707/stat : 24707 (java) S 24692 24695 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213730280568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24708] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24708/stat : 24708 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213729227912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24709] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24709/stat : 24709 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213728176656 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24710] ppid=24692 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/24695/task/24710/stat : 24710 (java) S 24692 24695 19848 0 -1 4202560 3530 0 0 0 46 0 0 0 20 0 19 0 31193214 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213727124024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24711] ppid=24692 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24695/task/24711/stat : 24711 (java) S 24692 24695 19848 0 -1 4202560 4226 0 0 0 48 1 0 0 20 0 19 0 31193214 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213726071480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24712] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24712/stat : 24712 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213725019128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24713] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24713/stat : 24713 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213723966792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 46499 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.16 2.09 2.08 3/214 24714
/proc/meminfo: memFree=29940304/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9625040 CPUtime=7.41 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 11690 0 1 0 733 8 0 0 20 0 19 0 31193208 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2406260 46436 2284 9 0 2396937 0
[pid=24695/tid=24697] ppid=24692 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/24695/task/24697/stat : 24697 (java) R 24692 24695 19848 0 -1 4202560 2530 0 1 0 618 3 0 0 20 0 19 0 31193209 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213907059192 140213779555035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24698] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24698/stat : 24698 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213751113896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24699] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24699/stat : 24699 (java) S 24692 24695 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213750061352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24700] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24700/stat : 24700 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213749008808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24701] ppid=24692 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/24695/task/24701/stat : 24701 (java) S 24692 24695 19848 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213747956264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24702] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24702/stat : 24702 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213746903720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24703] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24703/stat : 24703 (java) S 24692 24695 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213745851176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24704] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24704/stat : 24704 (java) S 24692 24695 19848 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213744798632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24705] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24705/stat : 24705 (java) S 24692 24695 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31193210 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213743746088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24706] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24706/stat : 24706 (java) S 24692 24695 19848 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31193211 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213731334248 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24707] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24707/stat : 24707 (java) S 24692 24695 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213730280568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24708] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24708/stat : 24708 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213729227912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24709] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24709/stat : 24709 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213728176656 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24710] ppid=24692 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/24695/task/24710/stat : 24710 (java) S 24692 24695 19848 0 -1 4202560 3530 0 0 0 48 0 0 0 20 0 19 0 31193214 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213727124024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24711] ppid=24692 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/24695/task/24711/stat : 24711 (java) S 24692 24695 19848 0 -1 4202560 4226 0 0 0 51 1 0 0 20 0 19 0 31193214 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213726071480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24712] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24712/stat : 24712 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213725019128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24713] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24713/stat : 24713 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213723966792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 46436 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040


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

[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 186404 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.36
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.16 2.11 3/213 24819
/proc/meminfo: memFree=29404208/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9625040 CPUtime=1724.38 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 13099 0 1 0 172369 69 0 0 20 0 19 0 31193208 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2406260 186873 2285 9 0 2396937 0
[pid=24695/tid=24697] ppid=24692 vsize=9625040 CPUtime=1717.64 cores=1,3,5,7
/proc/24695/task/24697/stat : 24697 (java) R 24692 24695 19848 0 -1 4202560 2704 0 1 0 171728 36 0 0 20 0 19 0 31193209 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213907050288 140213779429419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24698] ppid=24692 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24695/task/24698/stat : 24698 (java) S 24692 24695 19848 0 -1 4202560 90 0 0 0 7 4 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213751113896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24699] ppid=24692 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/24695/task/24699/stat : 24699 (java) S 24692 24695 19848 0 -1 4202560 74 0 0 0 5 3 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213750061352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24700] ppid=24692 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/24695/task/24700/stat : 24700 (java) S 24692 24695 19848 0 -1 4202560 68 0 0 0 5 3 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213749008808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24701] ppid=24692 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24695/task/24701/stat : 24701 (java) S 24692 24695 19848 0 -1 4202560 101 0 0 0 10 4 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213747956264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24702] ppid=24692 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/24695/task/24702/stat : 24702 (java) S 24692 24695 19848 0 -1 4202560 56 0 0 0 5 1 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213746903720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24703] ppid=24692 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/24695/task/24703/stat : 24703 (java) S 24692 24695 19848 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213745851176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24704] ppid=24692 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24695/task/24704/stat : 24704 (java) S 24692 24695 19848 0 -1 4202560 121 0 0 0 10 4 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213744798632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24705] ppid=24692 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24695/task/24705/stat : 24705 (java) S 24692 24695 19848 0 -1 4202560 115 0 0 0 8 4 0 0 20 0 19 0 31193210 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213743746088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24706] ppid=24692 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24695/task/24706/stat : 24706 (java) S 24692 24695 19848 0 -1 4202560 557 0 0 0 0 2 0 0 20 0 19 0 31193211 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213731334248 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24707] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24707/stat : 24707 (java) S 24692 24695 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213730280568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24708] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24708/stat : 24708 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213729227912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24709] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24709/stat : 24709 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213728176656 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24710] ppid=24692 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24695/task/24710/stat : 24710 (java) S 24692 24695 19848 0 -1 4202560 3569 0 0 0 53 0 0 0 20 0 19 0 31193214 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213727124024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24711] ppid=24692 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24695/task/24711/stat : 24711 (java) S 24692 24695 19848 0 -1 4202560 4226 0 0 0 52 1 0 0 20 0 19 0 31193214 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213726071480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24712] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24712/stat : 24712 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213725019128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24713] ppid=24692 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/24695/task/24713/stat : 24713 (java) S 24692 24695 19848 0 -1 4202560 99 0 0 0 29 36 0 0 20 0 19 0 31193214 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213723966792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 186873 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.16 2.10 4/214 24824
/proc/meminfo: memFree=29125212/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9625040 CPUtime=1784.7 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 13453 0 1 0 178386 84 0 0 20 0 19 0 31193208 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2406260 217197 2285 9 0 2396937 0
[pid=24695/tid=24697] ppid=24692 vsize=9625040 CPUtime=1777.38 cores=1,3,5,7
/proc/24695/task/24697/stat : 24697 (java) R 24692 24695 19848 0 -1 4202560 2705 0 1 0 177701 37 0 0 20 0 19 0 31193209 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213907050288 140213779445540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24698] ppid=24692 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24695/task/24698/stat : 24698 (java) S 24692 24695 19848 0 -1 4202560 124 0 0 0 10 5 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213751113896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24699] ppid=24692 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24695/task/24699/stat : 24699 (java) S 24692 24695 19848 0 -1 4202560 140 0 0 0 9 4 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213750061352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24700] ppid=24692 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24695/task/24700/stat : 24700 (java) S 24692 24695 19848 0 -1 4202560 107 0 0 0 8 5 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213749008808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24701] ppid=24692 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24695/task/24701/stat : 24701 (java) S 24692 24695 19848 0 -1 4202560 150 0 0 0 15 7 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213747956264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24702] ppid=24692 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24695/task/24702/stat : 24702 (java) S 24692 24695 19848 0 -1 4202560 87 0 0 0 8 3 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213746903720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24703] ppid=24692 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24695/task/24703/stat : 24703 (java) S 24692 24695 19848 0 -1 4202560 91 0 0 0 8 4 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213745851176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24704] ppid=24692 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24695/task/24704/stat : 24704 (java) S 24692 24695 19848 0 -1 4202560 162 0 0 0 12 6 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213744798632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24705] ppid=24692 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24695/task/24705/stat : 24705 (java) S 24692 24695 19848 0 -1 4202560 143 0 0 0 12 6 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213743746088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24706] ppid=24692 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24695/task/24706/stat : 24706 (java) S 24692 24695 19848 0 -1 4202560 586 0 0 0 0 2 0 0 20 0 19 0 31193211 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213731334248 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24707] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24707/stat : 24707 (java) S 24692 24695 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213730280568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24708] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24708/stat : 24708 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213729227912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24709] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24709/stat : 24709 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213728176656 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24710] ppid=24692 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24695/task/24710/stat : 24710 (java) S 24692 24695 19848 0 -1 4202560 3569 0 0 0 53 0 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213727124024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24711] ppid=24692 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24695/task/24711/stat : 24711 (java) S 24692 24695 19848 0 -1 4202560 4226 0 0 0 52 1 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213726071480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24712] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24712/stat : 24712 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213725019128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24713] ppid=24692 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/24695/task/24713/stat : 24713 (java) S 24692 24695 19848 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213723966792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.19 2.15 2.10 3/214 24824
/proc/meminfo: memFree=29125216/32872528 swapFree=877056/942464
[pid=24695] ppid=24692 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/24695/stat : 24695 (java) S 24692 24695 19848 0 -1 4202496 13453 0 1 0 179916 85 0 0 20 0 19 0 31193208 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140733529702928 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24695/statm: 2406260 217197 2285 9 0 2396937 0
[pid=24695/tid=24697] ppid=24692 vsize=9625040 CPUtime=1792.64 cores=1,3,5,7
/proc/24695/task/24697/stat : 24697 (java) R 24692 24695 19848 0 -1 4202560 2705 0 1 0 179227 37 0 0 20 0 19 0 31193209 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213907050288 140213779429553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24695/tid=24698] ppid=24692 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24695/task/24698/stat : 24698 (java) S 24692 24695 19848 0 -1 4202560 124 0 0 0 10 5 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213751113896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24699] ppid=24692 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24695/task/24699/stat : 24699 (java) S 24692 24695 19848 0 -1 4202560 140 0 0 0 9 4 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213750061352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24700] ppid=24692 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24695/task/24700/stat : 24700 (java) S 24692 24695 19848 0 -1 4202560 107 0 0 0 8 5 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213749008808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24701] ppid=24692 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24695/task/24701/stat : 24701 (java) S 24692 24695 19848 0 -1 4202560 150 0 0 0 15 7 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213747956264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24702] ppid=24692 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24695/task/24702/stat : 24702 (java) S 24692 24695 19848 0 -1 4202560 87 0 0 0 8 3 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213746903720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24703] ppid=24692 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/24695/task/24703/stat : 24703 (java) S 24692 24695 19848 0 -1 4202560 91 0 0 0 8 4 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213745851176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24704] ppid=24692 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24695/task/24704/stat : 24704 (java) S 24692 24695 19848 0 -1 4202560 162 0 0 0 12 6 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213744798632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24705] ppid=24692 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24695/task/24705/stat : 24705 (java) S 24692 24695 19848 0 -1 4202560 143 0 0 0 12 6 0 0 20 0 19 0 31193210 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213743746088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24706] ppid=24692 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24695/task/24706/stat : 24706 (java) S 24692 24695 19848 0 -1 4202560 586 0 0 0 0 2 0 0 20 0 19 0 31193211 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213731334248 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24707] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24707/stat : 24707 (java) S 24692 24695 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213730280568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24708] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24708/stat : 24708 (java) S 24692 24695 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31193212 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213729227912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24709] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24709/stat : 24709 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213728176656 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24710] ppid=24692 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24695/task/24710/stat : 24710 (java) S 24692 24695 19848 0 -1 4202560 3569 0 0 0 53 0 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213727124024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24695/tid=24711] ppid=24692 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/24695/task/24711/stat : 24711 (java) S 24692 24695 19848 0 -1 4202560 4226 0 0 0 52 1 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213726071480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24712] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24712/stat : 24712 (java) S 24692 24695 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213725019128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24695/tid=24713] ppid=24692 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/24695/task/24713/stat : 24713 (java) S 24692 24695 19848 0 -1 4202560 103 0 0 0 31 38 0 0 20 0 19 0 31193214 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213723966792 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24695/tid=24714] ppid=24692 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24695/task/24714/stat : 24714 (java) S 24692 24695 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31193315 9856040960 217197 33554432000 1073741824 1073778376 140733529711792 140213722862376 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 24695 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 24695 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=638173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=322798
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.64
CPU time (s): 1800.01
CPU user time (s): 1799.16
CPU system time (s): 0.85
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.3228
maximum resident set size= 868928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13493
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= 38186
involuntary context switches= 2549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4234 second user time and 14.0619 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-19 01:10:43
IDJOB=4107961
IDBENCH=74340
IDSOLVER=2546
FILE ID=node113/4107961-1466291443
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 2ff183c8695f0992ee4ac0210b2026e7
RANDOM SEED=1459216876

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30118676 kB
Buffers:          130016 kB
Cached:           315420 kB
SwapCached:         1896 kB
Active:           719800 kB
Inactive:         343396 kB
Active(anon):     618056 kB
Inactive(anon):     2024 kB
Active(file):     101744 kB
Inactive(file):   341372 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              4496 kB
Writeback:             0 kB
AnonPages:       1563472 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             606952 kB
SReclaimable:      50464 kB
SUnreclaim:       556488 kB
KernelStack:        1576 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2584876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 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= 71692 MiB
End job on node113 at 2016-06-19 01:40:41