Trace number 4116145

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.65 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-6.opb
MD5SUM564ebea58475c77778ac65727939c734
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark49.9594
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4116145-1466952811.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.283s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9216
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 936
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9216 constraints processed.
1.61/1.08	c cleaning 2490 clauses out of 4998 with flag 15657/5001
2.40/1.76	c cleaning 4250 clauses out of 8507 with flag 37490/11000
3.20/2.52	c cleaning 5611 clauses out of 11257 with flag 65842/18000
4.12/3.41	c cleaning 6817 clauses out of 13648 with flag 100012/26002
5.13/4.46	c cleaning 7909 clauses out of 15829 with flag 139600/35000
6.33/5.63	c cleaning 8935 clauses out of 17920 with flag 186344/45000
7.62/6.96	c cleaning 9980 clauses out of 19985 with flag 241760/56000
9.12/8.44	c cleaning 10994 clauses out of 22005 with flag 303893/68000
10.74/10.03	c cleaning 11985 clauses out of 24011 with flag 371577/81000
12.53/11.81	c cleaning 12990 clauses out of 26026 with flag 446931/95000
14.43/13.74	c cleaning 13996 clauses out of 28036 with flag 529753/110000
16.63/15.91	c cleaning 15014 clauses out of 30041 with flag 618866/126001
18.93/18.25	c cleaning 15971 clauses out of 32026 with flag 713872/143000
21.43/20.76	c cleaning 17009 clauses out of 34055 with flag 818426/161000
24.23/23.55	c cleaning 17994 clauses out of 36046 with flag 928962/180000
27.13/26.50	c cleaning 19003 clauses out of 38052 with flag 1045419/200000
30.34/29.69	c cleaning 19996 clauses out of 40049 with flag 1171311/221000
33.74/33.05	c cleaning 21000 clauses out of 42053 with flag 1303441/243000
37.43/36.72	c cleaning 22018 clauses out of 44055 with flag 1442672/266002
41.23/40.54	c cleaning 23006 clauses out of 46039 with flag 1586749/290004
45.23/44.60	c cleaning 23967 clauses out of 48030 with flag 1739269/315001
49.74/49.04	c cleaning 25030 clauses out of 50063 with flag 1896311/341001
54.34/53.64	c cleaning 26017 clauses out of 52034 with flag 2060993/368002
59.08/58.34	c cleaning 27005 clauses out of 54016 with flag 2235489/396001
63.78/63.04	c cleaning 27980 clauses out of 56012 with flag 2415389/425002
68.77/68.01	c cleaning 29013 clauses out of 58030 with flag 2600064/455000
73.87/73.16	c cleaning 30002 clauses out of 60018 with flag 2794174/486001
79.17/78.47	c cleaning 30991 clauses out of 62015 with flag 2991942/518000
84.87/84.13	c cleaning 31987 clauses out of 64024 with flag 3199082/551000
90.77/90.06	c cleaning 32986 clauses out of 66037 with flag 3411716/585000
97.07/96.30	c cleaning 34008 clauses out of 68051 with flag 3631836/620000
103.57/102.83	c cleaning 35022 clauses out of 70044 with flag 3859027/656001
110.47/109.73	c cleaning 36011 clauses out of 72022 with flag 4090850/693001
117.77/117.01	c cleaning 36984 clauses out of 74010 with flag 4332807/731000
125.28/124.56	c cleaning 37985 clauses out of 76027 with flag 4579699/770001
133.18/132.41	c cleaning 39007 clauses out of 78041 with flag 4830456/810000
141.38/140.64	c cleaning 39995 clauses out of 80034 with flag 5091617/851000
149.41/148.69	c cleaning 40990 clauses out of 82039 with flag 5357848/893000
157.82/157.05	c cleaning 41985 clauses out of 84049 with flag 5633922/936000
166.52/165.70	c cleaning 43023 clauses out of 86065 with flag 5915389/980001
175.42/174.67	c cleaning 44009 clauses out of 88041 with flag 6200359/1025000
184.92/184.11	c cleaning 44984 clauses out of 90032 with flag 6496080/1071000
194.92/194.10	c cleaning 46014 clauses out of 92048 with flag 6796065/1118000
205.02/204.25	c cleaning 47010 clauses out of 94034 with flag 7100630/1166000
215.52/214.78	c cleaning 48014 clauses out of 96028 with flag 7414266/1215004
226.62/225.83	c cleaning 48995 clauses out of 98013 with flag 7734832/1265003
238.02/237.28	c cleaning 49970 clauses out of 100015 with flag 8064554/1316000
249.55/248.76	c cleaning 50992 clauses out of 102046 with flag 8401191/1368001
261.14/260.40	c cleaning 51999 clauses out of 104053 with flag 8742925/1421000
273.16/272.37	c cleaning 53010 clauses out of 106054 with flag 9090014/1475000
285.76/284.93	c cleaning 53993 clauses out of 108044 with flag 9448848/1530000
298.66/297.86	c cleaning 54996 clauses out of 110051 with flag 9809626/1586000
312.16/311.34	c cleaning 56022 clauses out of 112057 with flag 10179075/1643002
326.06/325.26	c cleaning 57009 clauses out of 114035 with flag 10548411/1701002
340.46/339.62	c cleaning 57989 clauses out of 116026 with flag 10937612/1760002
355.11/354.22	c cleaning 59001 clauses out of 118036 with flag 11328961/1820001
369.90/369.00	c cleaning 60012 clauses out of 120035 with flag 11725931/1881001
385.10/384.29	c cleaning 60970 clauses out of 122023 with flag 12132048/1943001
400.70/399.88	c cleaning 61987 clauses out of 124052 with flag 12539181/2006000
416.90/416.06	c cleaning 63010 clauses out of 126065 with flag 12952634/2070000
433.60/432.70	c cleaning 63992 clauses out of 128057 with flag 13372298/2135002
450.62/449.79	c cleaning 65022 clauses out of 130063 with flag 13797937/2201000
468.48/467.52	c cleaning 65989 clauses out of 132041 with flag 14235062/2268000
486.18/485.23	c cleaning 66994 clauses out of 134054 with flag 14680620/2336002
504.38/503.42	c cleaning 68015 clauses out of 136058 with flag 15130661/2405000
523.39/522.41	c cleaning 68999 clauses out of 138044 with flag 15581529/2475001
543.09/542.12	c cleaning 69985 clauses out of 140045 with flag 16044795/2546001
562.99/562.03	c cleaning 70994 clauses out of 142062 with flag 16513510/2618003
583.48/582.47	c cleaning 72000 clauses out of 144065 with flag 16989387/2691000
604.59/603.59	c cleaning 73019 clauses out of 146065 with flag 17474234/2765000
626.09/625.03	c cleaning 74009 clauses out of 148047 with flag 17961856/2840001
648.19/647.14	c cleaning 75017 clauses out of 150037 with flag 18463721/2916000
670.80/669.70	c cleaning 76005 clauses out of 152020 with flag 18966494/2993000
694.11/693.05	c cleaning 77004 clauses out of 154016 with flag 19476819/3071001
717.87/716.78	c cleaning 77973 clauses out of 156013 with flag 19996583/3150002
742.17/741.09	c cleaning 79000 clauses out of 158038 with flag 20517070/3230000
767.38/766.20	c cleaning 80000 clauses out of 160039 with flag 21043668/3311001
793.08/792.00	c cleaning 80972 clauses out of 162038 with flag 21576125/3393000
819.59/818.48	c cleaning 82025 clauses out of 164069 with flag 22112860/3476003
846.59/845.32	c cleaning 83005 clauses out of 166044 with flag 22654327/3560003
873.99/872.74	c cleaning 83990 clauses out of 168037 with flag 23208974/3645001
902.09/900.87	c cleaning 85007 clauses out of 170046 with flag 23767294/3731000
930.81/929.55	c cleaning 85987 clauses out of 172039 with flag 24336520/3818000
960.39/959.05	c cleaning 86986 clauses out of 174052 with flag 24906406/3906000
990.41/989.05	c cleaning 87990 clauses out of 176066 with flag 25493214/3995000
1020.80/1019.41	c cleaning 89039 clauses out of 178078 with flag 26081191/4085002
1051.91/1050.60	c cleaning 89989 clauses out of 180037 with flag 26676333/4176000
1083.72/1082.23	c cleaning 90985 clauses out of 182049 with flag 27285769/4268001
1116.12/1114.65	c cleaning 92014 clauses out of 184063 with flag 27894983/4361000
1149.22/1147.74	c cleaning 93003 clauses out of 186051 with flag 28509118/4455002
1183.04/1181.54	c cleaning 93999 clauses out of 188046 with flag 29132226/4550000
1218.03/1216.43	c cleaning 95001 clauses out of 190048 with flag 29751858/4646001
1253.25/1251.62	c cleaning 96013 clauses out of 192046 with flag 30379410/4743000
1289.76/1288.12	c cleaning 96998 clauses out of 194034 with flag 31019975/4841001
1327.47/1325.74	c cleaning 98012 clauses out of 196035 with flag 31667331/4940000
1364.38/1362.61	c cleaning 98981 clauses out of 198023 with flag 32324243/5040000
1402.69/1400.96	c cleaning 100013 clauses out of 200042 with flag 32981863/5141000
1441.80/1440.04	c cleaning 101007 clauses out of 202029 with flag 33644575/5243000
1482.02/1480.13	c cleaning 101999 clauses out of 204022 with flag 34317354/5346000
1522.92/1521.05	c cleaning 102993 clauses out of 206024 with flag 34993532/5450001
1565.13/1563.24	c cleaning 103984 clauses out of 208031 with flag 35675042/5555001
1607.80/1605.72	c cleaning 105014 clauses out of 210046 with flag 36369002/5661000
1650.41/1648.34	c cleaning 105993 clauses out of 212032 with flag 37063753/5768000
1694.03/1691.91	c cleaning 107004 clauses out of 214039 with flag 37766260/5876000
1738.99/1736.83	c cleaning 107990 clauses out of 216036 with flag 38476192/5985001
1784.10/1781.91	c cleaning 109023 clauses out of 218047 with flag 39188075/6095002
1800.00/1797.80	c starts		: 58859
1800.00/1797.80	c conflicts		: 6142582
1800.00/1797.80	c decisions		: 49971811
1800.00/1797.80	c propagations		: 806712111
1800.00/1797.80	c inspects		: 25734863659
1800.00/1797.80	c shortcuts		: 0
1800.00/1797.80	c learnt literals	: 3
1800.00/1797.80	c learnt binary clauses	: 83
1800.00/1797.80	c learnt ternary clauses	: 921
1800.00/1797.80	c learnt constraints	: 6142579
1800.00/1797.80	c ignored constraints	: 0
1800.00/1797.80	c root simplifications	: 0
1800.00/1797.80	c removed literals (reason simplification)	: 0
1800.00/1797.80	c reason swapping (by a shorter reason)	: 0
1800.00/1797.80	c Calls to reduceDB	: 106
1800.00/1797.80	c Number of update (reduction) of LBD	: 1312540
1800.00/1797.80	c Imported unit clauses	: 0
1800.00/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.80	c number of learned constraints concerned by reduction	: 0
1800.00/1797.80	c number of learning phase by resolution	: 0
1800.00/1797.80	c number of learning phase by cutting planes	: 0
1800.00/1797.80	c speed (assignments/second)	: 448822.69405295217
1800.00/1797.80	c non guided choices	8622
1800.00/1797.80	c timeout
1800.00/1797.83	c learnt constraints type 
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 156521
1800.00/1797.83	s UNKNOWN
1800.00/1797.83	c Total wall clock time (in seconds): 1797.717

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-4116145-1466952811/watcher-4116145-1466952811 -o /tmp/evaluation-result-4116145-1466952811/solver-4116145-1466952811 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116145-1466952811.opb 

pid=20498
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.23 2.26 2.20 3/193 20501
/proc/meminfo: memFree=30004872/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20501/stat : 20501 (java) D 20498 20501 19053 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 28320263 9515008 182 33554432000 1073741824 1073778376 140735341074480 140735341065512 260190322357 0 0 4096 0 18446744072100556068 0 0 17 0 0 0 0 0 0
/proc/20501/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.26 2.20 3/193 20501
/proc/meminfo: memFree=30004872/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 4421 0 1 0 8 1 0 0 20 0 18 0 28320263 9787879424 6040 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.23 2.26 2.20 3/193 20501
/proc/meminfo: memFree=30004872/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 4869 0 1 0 25 1 0 0 20 0 18 0 28320263 9787879424 6912 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2389619 6912 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 2.23 2.26 2.20 3/193 20501
/proc/meminfo: memFree=30004872/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 5819 0 1 0 47 2 0 0 20 0 18 0 28320263 9787879424 8995 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2389619 8995 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 2.23 2.26 2.20 3/193 20501
/proc/meminfo: memFree=30004872/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 8913 0 1 0 128 2 0 0 20 0 19 0 28320263 9856040960 14876 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 14876 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.23 2.26 2.20 4/212 20520
/proc/meminfo: memFree=29953828/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 9116 0 1 0 214 2 0 0 20 0 19 0 28320263 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 15400 2270 9 0 2396937 0
[pid=20501/tid=20503] ppid=20498 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/20501/task/20503/stat : 20503 (java) R 20498 20501 19053 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 19 0 28320265 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139712155384192 139712015165607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20504] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20504/stat : 20504 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139712133487016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20505] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20505/stat : 20505 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711930690088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20506] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20506/stat : 20506 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711929637032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20507] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20507/stat : 20507 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711928584488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20508] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20508/stat : 20508 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711927532456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20509] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20509/stat : 20509 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711926479912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20510] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20510/stat : 20510 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711925426856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20511] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20511/stat : 20511 (java) S 20498 20501 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711924374312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20512] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20512/stat : 20512 (java) S 20498 20501 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711912175976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 34 0 0 0 20 0 19 0 28320270 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 2623 0 0 0 33 0 0 0 20 0 19 0 28320270 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 15400 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.23 2.26 2.20 3/212 20520
/proc/meminfo: memFree=29951532/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 9118 0 1 0 378 3 0 0 20 0 19 0 28320263 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 15912 2270 9 0 2396937 0
[pid=20501/tid=20503] ppid=20498 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/20501/task/20503/stat : 20503 (java) R 20498 20501 19053 0 -1 4202560 2425 0 1 0 304 2 0 0 20 0 19 0 28320265 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139712155386184 139712015165603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20504] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20504/stat : 20504 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139712133487016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20505] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20505/stat : 20505 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711930690088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20506] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20506/stat : 20506 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711929637032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20507] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20507/stat : 20507 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711928584488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20508] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20508/stat : 20508 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711927532456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20509] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20509/stat : 20509 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711926479912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20510] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20510/stat : 20510 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711925426856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20511] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20511/stat : 20511 (java) S 20498 20501 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711924374312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20512] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20512/stat : 20512 (java) S 20498 20501 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711912175976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 2623 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 15912 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.29 2.27 2.20 3/213 20521
/proc/meminfo: memFree=29942408/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=7.02 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 9124 0 1 0 699 3 0 0 20 0 19 0 28320263 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 17831 2271 9 0 2396937 0
[pid=20501/tid=20503] ppid=20498 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/20501/task/20503/stat : 20503 (java) R 20498 20501 19053 0 -1 4202560 2430 0 1 0 624 3 0 0 20 0 19 0 28320265 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139712155386280 139712015233482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20504] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20504/stat : 20504 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139712133487016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20505] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20505/stat : 20505 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711930690088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20506] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20506/stat : 20506 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711929637032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20507] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20507/stat : 20507 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711928584488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20508] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20508/stat : 20508 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711927532456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20509] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20509/stat : 20509 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711926479912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20510] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20510/stat : 20510 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711925426856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20511] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20511/stat : 20511 (java) S 20498 20501 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28320266 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711924374312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20512] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20512/stat : 20512 (java) S 20498 20501 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711912175976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 2623 0 0 0 37 0 0 0 20 0 19 0 28320270 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 17831 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 3178 0 0 0 41 0 0 0 20 0 19 0 28320270 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 98 0 0 0 41 28 0 0 20 0 19 0 28320270 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 95669 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.25 2.19 3/213 20652
/proc/meminfo: memFree=29652544/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=1724.49 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 10873 0 1 0 172398 51 0 0 20 0 19 0 28320263 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 98227 2285 9 0 2396937 0
[pid=20501/tid=20503] ppid=20498 vsize=9625040 CPUtime=1721.75 cores=0,2,4,6
/proc/20501/task/20503/stat : 20503 (java) R 20498 20501 19053 0 -1 4202560 2490 0 1 0 172145 30 0 0 20 0 19 0 28320265 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139712155385120 139712015215040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20504] ppid=20498 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20501/task/20504/stat : 20504 (java) S 20498 20501 19053 0 -1 4202560 131 0 0 0 14 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139712133487016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20505] ppid=20498 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20501/task/20505/stat : 20505 (java) S 20498 20501 19053 0 -1 4202560 160 0 0 0 15 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711930690088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20506] ppid=20498 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20501/task/20506/stat : 20506 (java) S 20498 20501 19053 0 -1 4202560 90 0 0 0 13 4 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711929637032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20507] ppid=20498 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20501/task/20507/stat : 20507 (java) S 20498 20501 19053 0 -1 4202560 164 0 0 0 17 4 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711928584488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20508] ppid=20498 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20501/task/20508/stat : 20508 (java) S 20498 20501 19053 0 -1 4202560 85 0 0 0 15 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711927532456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20509] ppid=20498 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20501/task/20509/stat : 20509 (java) S 20498 20501 19053 0 -1 4202560 42 0 0 0 12 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711926479912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20510] ppid=20498 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20501/task/20510/stat : 20510 (java) S 20498 20501 19053 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711925426856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20511] ppid=20498 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20501/task/20511/stat : 20511 (java) S 20498 20501 19053 0 -1 4202560 164 0 0 0 21 5 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711924374312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20512] ppid=20498 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20501/task/20512/stat : 20512 (java) S 20498 20501 19053 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711912175976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 3178 0 0 0 41 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 100 0 0 0 44 28 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.27 2.20 3/213 20653
/proc/meminfo: memFree=29652264/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=1784.5 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 10877 0 1 0 178398 52 0 0 20 0 19 0 28320263 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 98227 2285 9 0 2396937 0
[pid=20501/tid=20503] ppid=20498 vsize=9625040 CPUtime=1781.76 cores=0,2,4,6
/proc/20501/task/20503/stat : 20503 (java) R 20498 20501 19053 0 -1 4202560 2490 0 1 0 178145 31 0 0 20 0 19 0 28320265 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139712155377440 139712015248138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20504] ppid=20498 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20501/task/20504/stat : 20504 (java) S 20498 20501 19053 0 -1 4202560 131 0 0 0 14 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139712133487016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20505] ppid=20498 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20501/task/20505/stat : 20505 (java) S 20498 20501 19053 0 -1 4202560 160 0 0 0 15 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711930690088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20506] ppid=20498 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20501/task/20506/stat : 20506 (java) S 20498 20501 19053 0 -1 4202560 90 0 0 0 13 4 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711929637032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20507] ppid=20498 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20501/task/20507/stat : 20507 (java) S 20498 20501 19053 0 -1 4202560 164 0 0 0 17 4 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711928584488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20508] ppid=20498 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20501/task/20508/stat : 20508 (java) S 20498 20501 19053 0 -1 4202560 85 0 0 0 15 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711927532456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20509] ppid=20498 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20501/task/20509/stat : 20509 (java) S 20498 20501 19053 0 -1 4202560 42 0 0 0 12 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711926479912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20510] ppid=20498 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20501/task/20510/stat : 20510 (java) S 20498 20501 19053 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711925426856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20511] ppid=20498 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20501/task/20511/stat : 20511 (java) S 20498 20501 19053 0 -1 4202560 164 0 0 0 21 5 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711924374312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20512] ppid=20498 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20501/task/20512/stat : 20512 (java) S 20498 20501 19053 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711912175976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 3178 0 0 0 41 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 104 0 0 0 45 30 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.35 2.28 2.20 3/213 20653
/proc/meminfo: memFree=29652144/32872528 swapFree=1643088/1798432
[pid=20501] ppid=20498 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/20501/stat : 20501 (java) S 20498 20501 19053 0 -1 4202496 10877 0 1 0 179948 52 0 0 20 0 19 0 28320263 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 140736823101744 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20501/statm: 2406260 98227 2285 9 0 2396937 0
[pid=20501/tid=20503] ppid=20498 vsize=9625040 CPUtime=1797.26 cores=0,2,4,6
/proc/20501/task/20503/stat : 20503 (java) R 20498 20501 19053 0 -1 4202560 2490 0 1 0 179695 31 0 0 20 0 19 0 28320265 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139712155377440 139712015248138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20504] ppid=20498 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20501/task/20504/stat : 20504 (java) S 20498 20501 19053 0 -1 4202560 131 0 0 0 14 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139712133487016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20505] ppid=20498 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20501/task/20505/stat : 20505 (java) S 20498 20501 19053 0 -1 4202560 160 0 0 0 15 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711930690088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20506] ppid=20498 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20501/task/20506/stat : 20506 (java) S 20498 20501 19053 0 -1 4202560 90 0 0 0 13 4 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711929637032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20507] ppid=20498 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20501/task/20507/stat : 20507 (java) S 20498 20501 19053 0 -1 4202560 164 0 0 0 17 4 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711928584488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20508] ppid=20498 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20501/task/20508/stat : 20508 (java) S 20498 20501 19053 0 -1 4202560 85 0 0 0 15 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711927532456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20509] ppid=20498 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20501/task/20509/stat : 20509 (java) S 20498 20501 19053 0 -1 4202560 42 0 0 0 12 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711926479912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20501/tid=20510] ppid=20498 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20501/task/20510/stat : 20510 (java) S 20498 20501 19053 0 -1 4202560 150 0 0 0 18 3 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711925426856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20511] ppid=20498 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20501/task/20511/stat : 20511 (java) S 20498 20501 19053 0 -1 4202560 164 0 0 0 21 5 0 0 20 0 19 0 28320266 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711924374312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20512] ppid=20498 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/20501/task/20512/stat : 20512 (java) S 20498 20501 19053 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711912175976 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20513] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20513/stat : 20513 (java) S 20498 20501 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711911122296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20514] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20514/stat : 20514 (java) S 20498 20501 19053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28320267 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711910069128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20515] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20515/stat : 20515 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711909017872 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20516] ppid=20498 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/20501/task/20516/stat : 20516 (java) S 20498 20501 19053 0 -1 4202560 2794 0 0 0 36 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711907965752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20501/tid=20517] ppid=20498 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/20501/task/20517/stat : 20517 (java) S 20498 20501 19053 0 -1 4202560 3178 0 0 0 41 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711906913208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20518] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20518/stat : 20518 (java) S 20498 20501 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711905860344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20501/tid=20519] ppid=20498 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/20501/task/20519/stat : 20519 (java) S 20498 20501 19053 0 -1 4202560 104 0 0 0 46 30 0 0 20 0 19 0 28320270 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711904808008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20501/tid=20520] ppid=20498 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20501/task/20520/stat : 20520 (java) S 20498 20501 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28320305 9856040960 98227 33554432000 1073741824 1073778376 140736823110608 139711903654952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.65
CPU user time (s): 1799.62
CPU system time (s): 1.03184
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 1.03184
maximum resident set size= 393024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10911
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38458
involuntary context switches= 3555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1033 second user time and 13.031 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 16:53:31
IDJOB=4116145
IDBENCH=109433
IDSOLVER=2546
FILE ID=node123/4116145-1466952811
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116145-1466952811/watcher-4116145-1466952811 -o /tmp/evaluation-result-4116145-1466952811/solver-4116145-1466952811 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116145-1466952811.opb

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

MD5SUM BENCH= 564ebea58475c77778ac65727939c734
RANDOM SEED=457630706

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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:        30005400 kB
Buffers:           14760 kB
Cached:           109228 kB
SwapCached:         1776 kB
Active:           267692 kB
Inactive:         100612 kB
Active(anon):     245636 kB
Inactive(anon):      924 kB
Active(file):      22056 kB
Inactive(file):    99688 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       2060868 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565152 kB
SReclaimable:       9212 kB
SUnreclaim:       555940 kB
KernelStack:        1768 kB
PageTables:         8316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2523984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 17:23:29