Trace number 4084675

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 1784.84

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
MD5SUM13010ca91734567bf39d8d1f9ccac492
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark0.309952
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084675-1465261862.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.46/0.37	c ... done. Wall clock time 0.258s.
0.46/0.37	c declared #vars     400
0.46/0.37	c internal #vars     2924
0.46/0.37	c #constraints  5651
0.46/0.37	c constraints type 
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.46/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.46/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
0.46/0.37	c 5651 constraints processed.
1.92/1.04	c cleaning 2491 clauses out of 5001 with flag 12656/5001
2.47/1.53	c cleaning 4218 clauses out of 8510 with flag 25685/11001
3.18/2.15	c cleaning 5639 clauses out of 11291 with flag 43581/18000
4.20/3.08	c cleaning 6827 clauses out of 13661 with flag 62552/26009
5.01/3.82	c cleaning 7896 clauses out of 15826 with flag 83830/35001
5.81/4.68	c cleaning 8982 clauses out of 17963 with flag 106258/45034
6.73/5.55	c cleaning 9933 clauses out of 19947 with flag 131888/56000
7.72/6.60	c cleaning 10966 clauses out of 22014 with flag 160269/68000
8.98/7.76	c cleaning 12004 clauses out of 24049 with flag 196142/81001
10.28/9.02	c cleaning 12987 clauses out of 26045 with flag 236403/95001
11.38/10.19	c cleaning 14001 clauses out of 28058 with flag 284287/110001
12.78/11.55	c cleaning 15012 clauses out of 30056 with flag 339333/126000
14.78/13.56	c cleaning 16027 clauses out of 32055 with flag 390215/143011
16.98/15.79	c cleaning 16971 clauses out of 34017 with flag 438650/161000
19.85/18.41	c cleaning 18002 clauses out of 36046 with flag 486076/180000
22.65/21.27	c cleaning 18984 clauses out of 38045 with flag 535819/200001
25.76/24.38	c cleaning 20024 clauses out of 40060 with flag 585069/221000
29.35/27.92	c cleaning 20995 clauses out of 42036 with flag 637364/243000
33.25/31.85	c cleaning 22008 clauses out of 44041 with flag 690888/266000
37.73/36.12	c cleaning 22971 clauses out of 46033 with flag 747786/290000
42.44/40.89	c cleaning 24012 clauses out of 48062 with flag 805541/315000
47.53/45.96	c cleaning 24998 clauses out of 50050 with flag 864859/341000
54.37/52.52	c cleaning 26026 clauses out of 52064 with flag 926845/368012
60.18/58.33	c cleaning 26988 clauses out of 54026 with flag 991586/396000
65.07/63.24	c cleaning 27993 clauses out of 56038 with flag 1066584/425000
68.75/66.85	c cleaning 29001 clauses out of 58048 with flag 1160595/455003
74.64/72.73	c cleaning 29968 clauses out of 60045 with flag 1248911/486001
81.73/79.85	c cleaning 30999 clauses out of 62076 with flag 1331458/518000
90.03/87.96	c cleaning 32034 clauses out of 64077 with flag 1415745/551000
98.83/96.73	c cleaning 32992 clauses out of 66043 with flag 1498922/585000
108.33/106.28	c cleaning 34011 clauses out of 68052 with flag 1584098/620001
119.40/117.05	c cleaning 35012 clauses out of 70040 with flag 1669920/656000
131.11/128.73	c cleaning 35993 clauses out of 72028 with flag 1755786/693000
143.75/141.17	c cleaning 36976 clauses out of 74035 with flag 1842143/731000
152.96/150.33	c cleaning 37997 clauses out of 76059 with flag 1937827/770000
160.18/157.34	c cleaning 39003 clauses out of 78062 with flag 2060368/810000
171.04/168.11	c cleaning 40007 clauses out of 80059 with flag 2169074/851000
182.95/180.02	c cleaning 41032 clauses out of 82067 with flag 2275499/893015
195.77/192.80	c cleaning 41986 clauses out of 84021 with flag 2382843/936001
210.59/207.46	c cleaning 43016 clauses out of 86034 with flag 2491108/980000
225.30/222.20	c cleaning 43990 clauses out of 88018 with flag 2597784/1025000
241.80/238.53	c cleaning 45019 clauses out of 90039 with flag 2700891/1071011
250.47/247.16	c cleaning 45958 clauses out of 92010 with flag 2834209/1118001
264.79/261.38	c cleaning 46979 clauses out of 94051 with flag 2962714/1166000
281.30/277.73	c cleaning 47995 clauses out of 96078 with flag 3085743/1215006
298.60/295.08	c cleaning 49022 clauses out of 98078 with flag 3210567/1265001
317.87/314.23	c cleaning 50014 clauses out of 100055 with flag 3337595/1316000
338.38/334.67	c cleaning 51019 clauses out of 102041 with flag 3457677/1368000
352.10/348.22	c cleaning 51986 clauses out of 104022 with flag 3619884/1421000
362.44/358.57	c cleaning 52987 clauses out of 106037 with flag 3812042/1475001
370.54/366.43	c cleaning 53994 clauses out of 108049 with flag 3992013/1530000
378.22/374.06	c cleaning 55016 clauses out of 110055 with flag 4169209/1586000
390.62/386.35	c cleaning 55980 clauses out of 112040 with flag 4377570/1643001
404.77/400.46	c cleaning 57019 clauses out of 114064 with flag 4580896/1701005
419.83/415.42	c cleaning 58009 clauses out of 116040 with flag 4792036/1760000
437.88/433.40	c cleaning 59002 clauses out of 118041 with flag 5003916/1820010
456.17/451.54	c cleaning 59978 clauses out of 120030 with flag 5214932/1881001
474.04/469.21	c cleaning 60991 clauses out of 122051 with flag 5429393/1943000
495.33/490.41	c cleaning 62011 clauses out of 124064 with flag 5636184/2006004
514.86/509.88	c cleaning 62983 clauses out of 126049 with flag 5842930/2070000
536.55/531.46	c cleaning 63986 clauses out of 128067 with flag 6053433/2135001
558.57/553.32	c cleaning 65026 clauses out of 130089 with flag 6266133/2201009
582.29/576.94	c cleaning 66011 clauses out of 132055 with flag 6485237/2268001
608.15/602.60	c cleaning 67007 clauses out of 134058 with flag 6707340/2336015
633.31/627.66	c cleaning 67978 clauses out of 136036 with flag 6921290/2405000
661.04/655.28	c cleaning 68995 clauses out of 138058 with flag 7148486/2475000
687.99/682.09	c cleaning 69996 clauses out of 140066 with flag 7359155/2546003
716.40/710.31	c cleaning 70995 clauses out of 142068 with flag 7580438/2618001
745.17/738.92	c cleaning 72030 clauses out of 144074 with flag 7795714/2691002
777.14/770.66	c cleaning 72981 clauses out of 146043 with flag 8021682/2765001
808.86/802.20	c cleaning 74007 clauses out of 148062 with flag 8250630/2840001
842.82/836.02	c cleaning 75025 clauses out of 150061 with flag 8487911/2916007
877.62/870.65	c cleaning 75994 clauses out of 152029 with flag 8717845/2993000
913.59/906.36	c cleaning 76983 clauses out of 154035 with flag 8947635/3071000
952.22/944.78	c cleaning 78014 clauses out of 156052 with flag 9181708/3150000
996.74/989.19	c cleaning 79027 clauses out of 158061 with flag 9408170/3230023
1037.82/1030.03	c cleaning 79969 clauses out of 160011 with flag 9655893/3311000
1079.00/1070.84	c cleaning 80993 clauses out of 162042 with flag 9904270/3393000
1122.52/1114.05	c cleaning 82010 clauses out of 164057 with flag 10151116/3476008
1170.10/1161.23	c cleaning 83001 clauses out of 166039 with flag 10391174/3560000
1221.10/1211.94	c cleaning 84000 clauses out of 168038 with flag 10633260/3645000
1267.80/1258.28	c cleaning 84985 clauses out of 170038 with flag 10889620/3731000
1317.36/1307.37	c cleaning 85997 clauses out of 172053 with flag 11149715/3818000
1373.75/1363.39	c cleaning 87007 clauses out of 174056 with flag 11386988/3906000
1430.40/1419.48	c cleaning 87997 clauses out of 176060 with flag 11647917/3995011
1481.52/1469.85	c cleaning 88987 clauses out of 178053 with flag 11912139/4085001
1536.82/1524.58	c cleaning 90018 clauses out of 180065 with flag 12166433/4176000
1601.36/1588.55	c cleaning 90977 clauses out of 182047 with flag 12410634/4268000
1658.79/1645.37	c cleaning 92001 clauses out of 184072 with flag 12685590/4361002
1723.14/1708.94	c cleaning 93000 clauses out of 186072 with flag 12934981/4455003
1788.15/1773.28	c cleaning 93990 clauses out of 188070 with flag 13195694/4550001
1800.00/1784.81	c starts		: 1
1800.00/1784.81	c conflicts		: 4574022
1800.00/1784.81	c decisions		: 24318161
1800.00/1784.81	c propagations		: 50497725
1800.00/1784.81	c inspects		: 31397344347
1800.00/1784.81	c shortcuts		: 0
1800.00/1784.81	c learnt literals	: 0
1800.00/1784.81	c learnt binary clauses	: 0
1800.00/1784.81	c learnt ternary clauses	: 0
1800.00/1784.81	c learnt constraints	: 4574022
1800.00/1784.81	c ignored constraints	: 0
1800.00/1784.81	c root simplifications	: 0
1800.00/1784.81	c removed literals (reason simplification)	: 0
1800.00/1784.81	c reason swapping (by a shorter reason)	: 0
1800.00/1784.81	c Calls to reduceDB	: 91
1800.00/1784.81	c Number of update (reduction) of LBD	: 1038011
1800.00/1784.81	c Imported unit clauses	: 0
1800.00/1784.81	c number of reductions to clauses (during analyze)	: 0
1800.00/1784.81	c number of learned constraints concerned by reduction	: 0
1800.00/1784.81	c number of learning phase by resolution	: 0
1800.00/1784.81	c timeout
1800.00/1784.81	c number of learning phase by cutting planes	: 0
1800.00/1784.81	c speed (assignments/second)	: 28299.078697399167
1800.00/1784.81	c non guided choices	2711
1800.00/1784.83	c learnt constraints type 
1800.00/1784.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118101
1800.00/1784.83	s UNKNOWN
1800.00/1784.83	c Total wall clock time (in seconds): 1784.72

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-4084675-1465261862/watcher-4084675-1465261862 -o /tmp/evaluation-result-4084675-1465261862/solver-4084675-1465261862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23301 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084675-1465261862.opb 

pid=23863
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.00 2.00 1.97 2/197 23866
/proc/meminfo: memFree=31283000/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/23866/stat : 23866 (java) R 23863 23866 23284 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 108118272 278528 33 33554432000 1073741824 1073778376 140736885590992 140735824589160 206399696053 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.00 2.00 1.97 2/197 23866
/proc/meminfo: memFree=31283000/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 108118272 9787879424 6029 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.00 2.00 1.97 2/197 23866
/proc/meminfo: memFree=31283000/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 4678 0 1 0 22 1 0 0 20 0 18 0 108118272 9787879424 6760 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2389619 6760 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.00 2.00 1.97 2/197 23866
/proc/meminfo: memFree=31283000/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 6127 0 1 0 45 1 0 0 20 0 18 0 108118272 9787879424 9895 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2389619 9897 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.00 2.00 1.97 2/197 23866
/proc/meminfo: memFree=31283000/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 14390 0 1 0 152 3 0 0 20 0 19 0 108118272 9856040960 16751 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 16751 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625040

[startup+1.50091 s]
/proc/loadavg: 2.00 2.00 1.97 3/216 23885
/proc/meminfo: memFree=31216404/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 14429 0 1 0 244 3 0 0 20 0 19 0 108118272 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 20877 2273 9 0 2396937 0
[pid=23866/tid=23868] ppid=23863 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23866/task/23868/stat : 23868 (java) R 23863 23866 23284 0 -1 4202560 2433 0 1 0 144 1 0 0 20 0 19 0 108118273 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140668023132504 140667846807854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23869] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23869/stat : 23869 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667984624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23870] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23870/stat : 23870 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667983571624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23871] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23871/stat : 23871 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667982519336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23872] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23872/stat : 23872 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667981466536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23873] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23873/stat : 23873 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667980413224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23874] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23874/stat : 23874 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667979360424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23875] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23875/stat : 23875 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667978308136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23876] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23876/stat : 23876 (java) S 23863 23866 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667977255336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23877] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23877/stat : 23877 (java) S 23863 23866 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667964844776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23878] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23878/stat : 23878 (java) S 23863 23866 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667846125048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23879] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23879/stat : 23879 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667845072648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23880] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23880/stat : 23880 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118278 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667844021136 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23881] ppid=23863 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23866/task/23881/stat : 23881 (java) S 23863 23866 23284 0 -1 4202560 5578 0 0 0 42 1 0 0 20 0 19 0 108118278 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667842967736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23882] ppid=23863 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/23866/task/23882/stat : 23882 (java) S 23863 23866 23284 0 -1 4202560 5146 0 0 0 56 0 0 0 20 0 19 0 108118278 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667841914936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23883] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23883/stat : 23883 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667840862840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23884] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23884/stat : 23884 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667839810248 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 20877 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.00 2.00 1.97 4/216 23885
/proc/meminfo: memFree=31191204/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 19216 0 1 0 426 5 0 0 20 0 19 0 108118272 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 26550 2273 9 0 2396937 0
[pid=23866/tid=23868] ppid=23863 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/23866/task/23868/stat : 23868 (java) R 23863 23866 23284 0 -1 4202560 2444 0 1 0 302 2 0 0 20 0 19 0 108118273 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140668023132552 140667846830126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23869] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23869/stat : 23869 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667984624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23870] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23870/stat : 23870 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667983571624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23871] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23871/stat : 23871 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667982519336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23872] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23872/stat : 23872 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667981466536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23873] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23873/stat : 23873 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667980413224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23874] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23874/stat : 23874 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667979360424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23875] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23875/stat : 23875 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667978308136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23876] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23876/stat : 23876 (java) S 23863 23866 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667977255336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23877] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23877/stat : 23877 (java) S 23863 23866 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667964844776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23878] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23878/stat : 23878 (java) S 23863 23866 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667846125048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23879] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23879/stat : 23879 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667845072648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23880] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23880/stat : 23880 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118278 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667844021136 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23881] ppid=23863 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23866/task/23881/stat : 23881 (java) S 23863 23866 23284 0 -1 4202560 5578 0 0 0 42 1 0 0 20 0 19 0 108118278 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667842967736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23882] ppid=23863 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/23866/task/23882/stat : 23882 (java) S 23863 23866 23284 0 -1 4202560 9922 0 0 0 77 2 0 0 20 0 19 0 108118278 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667841914936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23883] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23883/stat : 23883 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667840862840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23884] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23884/stat : 23884 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667839810248 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 26550 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.08 2.02 1.98 3/216 23885
/proc/meminfo: memFree=31147256/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=7.52 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 19243 0 1 0 746 6 0 0 20 0 19 0 108118272 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 38627 2274 9 0 2396937 0
[pid=23866/tid=23868] ppid=23863 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/23866/task/23868/stat : 23868 (java) R 23863 23866 23284 0 -1 4202560 2470 0 1 0 621 2 0 0 20 0 19 0 108118273 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140668023132240 140667846807849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23869] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23869/stat : 23869 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667984624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23870] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23870/stat : 23870 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667983571624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23871] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23871/stat : 23871 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667982519336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23872] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23872/stat : 23872 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667981466536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23873] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23873/stat : 23873 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667980413224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23874] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23874/stat : 23874 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667979360424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23875] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23875/stat : 23875 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667978308136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23876] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23876/stat : 23876 (java) S 23863 23866 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108118275 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667977255336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23877] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23877/stat : 23877 (java) S 23863 23866 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667964844776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23878] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23878/stat : 23878 (java) S 23863 23866 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667846125048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23879] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23879/stat : 23879 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667845072648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23880] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23880/stat : 23880 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118278 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667844021136 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23881] ppid=23863 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23866/task/23881/stat : 23881 (java) S 23863 23866 23284 0 -1 4202560 5578 0 0 0 42 1 0 0 20 0 19 0 108118278 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667842967736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23882] ppid=23863 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/23866/task/23882/stat : 23882 (java) S 23863 23866 23284 0 -1 4202560 9922 0 0 0 77 2 0 0 20 0 19 0 108118278 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667841914936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23883] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23883/stat : 23883 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667840862840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23884] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23884/stat : 23884 (java) S 23863 23866 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667839810248 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 38627 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9625040


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

[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 102848 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1676.05
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.08 2.03 3/216 23990
/proc/meminfo: memFree=31074672/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=1736.78 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 33266 0 1 0 173488 190 0 0 20 0 19 0 108118272 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 85739 2296 9 0 2396937 0
[pid=23866/tid=23868] ppid=23863 vsize=9625040 CPUtime=1707.98 cores=1,3,5,7
/proc/23866/task/23868/stat : 23868 (java) R 23863 23866 23284 0 -1 4202560 2769 0 1 0 170762 36 0 0 20 0 19 0 108118273 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140668023131344 140667846399938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23869] ppid=23863 vsize=9625040 CPUtime=2.43 cores=1,3,5,7
/proc/23866/task/23869/stat : 23869 (java) S 23863 23866 23284 0 -1 4202560 1796 0 0 0 224 19 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667984624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23870] ppid=23863 vsize=9625040 CPUtime=2.36 cores=1,3,5,7
/proc/23866/task/23870/stat : 23870 (java) S 23863 23866 23284 0 -1 4202560 1391 0 0 0 222 14 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667983571624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23871] ppid=23863 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/23866/task/23871/stat : 23871 (java) S 23863 23866 23284 0 -1 4202560 2457 0 0 0 196 14 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667982519336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23872] ppid=23863 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/23866/task/23872/stat : 23872 (java) S 23863 23866 23284 0 -1 4202560 1337 0 0 0 204 15 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667981466536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23873] ppid=23863 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/23866/task/23873/stat : 23873 (java) S 23863 23866 23284 0 -1 4202560 1188 0 0 0 210 15 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667980413224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23874] ppid=23863 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/23866/task/23874/stat : 23874 (java) S 23863 23866 23284 0 -1 4202560 2179 0 0 0 214 19 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667979360424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23875] ppid=23863 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/23866/task/23875/stat : 23875 (java) S 23863 23866 23284 0 -1 4202560 1144 0 0 0 210 12 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667978308136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23876] ppid=23863 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/23866/task/23876/stat : 23876 (java) S 23863 23866 23284 0 -1 4202560 1108 0 0 0 216 18 0 0 20 0 19 0 108118275 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667977255336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23877] ppid=23863 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/23866/task/23877/stat : 23877 (java) S 23863 23866 23284 0 -1 4202560 1036 0 0 0 432 7 0 0 20 0 19 0 108118276 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667964844776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23878] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23878/stat : 23878 (java) S 23863 23866 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667846125048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23879] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23879/stat : 23879 (java) S 23863 23866 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667845072648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23880] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23880/stat : 23880 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118278 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667844021136 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23881] ppid=23863 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23866/task/23881/stat : 23881 (java) S 23863 23866 23284 0 -1 4202560 5578 0 0 0 42 1 0 0 20 0 19 0 108118278 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667842967736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23882] ppid=23863 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23866/task/23882/stat : 23882 (java) S 23863 23866 23284 0 -1 4202560 9925 0 0 0 79 2 0 0 20 0 19 0 108118278 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667841914936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23883] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23883/stat : 23883 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667840862840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23884] ppid=23863 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/23866/task/23884/stat : 23884 (java) S 23863 23866 23284 0 -1 4202560 100 0 0 0 28 42 0 0 20 0 19 0 108118279 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667839810248 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 85739 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1736.78
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.14 2.05 3/216 24198
/proc/meminfo: memFree=30965980/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=1797.44 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 34553 0 1 0 179542 202 0 0 20 0 19 0 108118272 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 98302 2296 9 0 2396937 0
[pid=23866/tid=23868] ppid=23863 vsize=9625040 CPUtime=1767.19 cores=1,3,5,7
/proc/23866/task/23868/stat : 23868 (java) R 23863 23866 23284 0 -1 4202560 2795 0 1 0 176675 44 0 0 20 0 19 0 108118273 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140668023131360 140667846807849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23869] ppid=23863 vsize=9625040 CPUtime=2.57 cores=1,3,5,7
/proc/23866/task/23869/stat : 23869 (java) S 23863 23866 23284 0 -1 4202560 1952 0 0 0 238 19 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667984624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23870] ppid=23863 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/23866/task/23870/stat : 23870 (java) S 23863 23866 23284 0 -1 4202560 1587 0 0 0 233 15 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667983571624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23871] ppid=23863 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/23866/task/23871/stat : 23871 (java) S 23863 23866 23284 0 -1 4202560 2571 0 0 0 210 14 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667982519336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23872] ppid=23863 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/23866/task/23872/stat : 23872 (java) S 23863 23866 23284 0 -1 4202560 1502 0 0 0 218 16 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667981466536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23873] ppid=23863 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/23866/task/23873/stat : 23873 (java) S 23863 23866 23284 0 -1 4202560 1414 0 0 0 220 15 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667980413224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23874] ppid=23863 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/23866/task/23874/stat : 23874 (java) S 23863 23866 23284 0 -1 4202560 2473 0 0 0 226 19 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667979360424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23875] ppid=23863 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/23866/task/23875/stat : 23875 (java) S 23863 23866 23284 0 -1 4202560 1149 0 0 0 218 13 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667978308136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23876] ppid=23863 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/23866/task/23876/stat : 23876 (java) S 23863 23866 23284 0 -1 4202560 1117 0 0 0 227 19 0 0 20 0 19 0 108118275 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667977255336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23877] ppid=23863 vsize=9625040 CPUtime=4.7 cores=1,3,5,7
/proc/23866/task/23877/stat : 23877 (java) S 23863 23866 23284 0 -1 4202560 1128 0 0 0 463 7 0 0 20 0 19 0 108118276 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667964844776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23878] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23878/stat : 23878 (java) S 23863 23866 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667846125048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23879] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23879/stat : 23879 (java) S 23863 23866 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667845072648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23880] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23880/stat : 23880 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118278 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667844021136 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23881] ppid=23863 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23866/task/23881/stat : 23881 (java) S 23863 23866 23284 0 -1 4202560 5578 0 0 0 42 1 0 0 20 0 19 0 108118278 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667842967736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23882] ppid=23863 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23866/task/23882/stat : 23882 (java) S 23863 23866 23284 0 -1 4202560 9925 0 0 0 79 2 0 0 20 0 19 0 108118278 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667841914936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23883] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23883/stat : 23883 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667840862840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23884] ppid=23863 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/23866/task/23884/stat : 23884 (java) S 23863 23866 23284 0 -1 4202560 104 0 0 0 29 43 0 0 20 0 19 0 108118279 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667839810248 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 98302 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 2.25 2.14 2.05 3/216 24198
/proc/meminfo: memFree=30963124/32872528 swapFree=8144/8144
[pid=23866] ppid=23863 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/23866/stat : 23866 (java) S 23863 23866 23284 0 -1 4202496 34570 0 1 0 179797 203 0 0 20 0 19 0 108118272 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140736885582128 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23866/statm: 2406260 99901 2296 9 0 2396937 0
[pid=23866/tid=23868] ppid=23863 vsize=9625040 CPUtime=1769.65 cores=1,3,5,7
/proc/23866/task/23868/stat : 23868 (java) R 23863 23866 23284 0 -1 4202560 2797 0 1 0 176921 44 0 0 20 0 19 0 108118273 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140668023131480 140667846820942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23869] ppid=23863 vsize=9625040 CPUtime=2.58 cores=1,3,5,7
/proc/23866/task/23869/stat : 23869 (java) S 23863 23866 23284 0 -1 4202560 1954 0 0 0 238 20 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667984624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23870] ppid=23863 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/23866/task/23870/stat : 23870 (java) S 23863 23866 23284 0 -1 4202560 1587 0 0 0 234 15 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667983571624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23871] ppid=23863 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/23866/task/23871/stat : 23871 (java) S 23863 23866 23284 0 -1 4202560 2573 0 0 0 211 14 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667982519336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23872] ppid=23863 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/23866/task/23872/stat : 23872 (java) S 23863 23866 23284 0 -1 4202560 1504 0 0 0 219 16 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667981466536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23873] ppid=23863 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/23866/task/23873/stat : 23873 (java) S 23863 23866 23284 0 -1 4202560 1416 0 0 0 221 16 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667980413224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23874] ppid=23863 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/23866/task/23874/stat : 23874 (java) S 23863 23866 23284 0 -1 4202560 2477 0 0 0 227 20 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667979360424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23875] ppid=23863 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/23866/task/23875/stat : 23875 (java) S 23863 23866 23284 0 -1 4202560 1149 0 0 0 218 13 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667978308136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23876] ppid=23863 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/23866/task/23876/stat : 23876 (java) S 23863 23866 23284 0 -1 4202560 1120 0 0 0 228 20 0 0 20 0 19 0 108118275 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667977255336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23877] ppid=23863 vsize=9625040 CPUtime=4.7 cores=1,3,5,7
/proc/23866/task/23877/stat : 23877 (java) S 23863 23866 23284 0 -1 4202560 1128 0 0 0 463 7 0 0 20 0 19 0 108118276 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667964844776 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23878] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23878/stat : 23878 (java) S 23863 23866 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667846125048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23879] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23879/stat : 23879 (java) S 23863 23866 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108118276 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667845072648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23880] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23880/stat : 23880 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118278 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667844021136 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23866/tid=23881] ppid=23863 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/23866/task/23881/stat : 23881 (java) S 23863 23866 23284 0 -1 4202560 5578 0 0 0 42 1 0 0 20 0 19 0 108118278 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667842967736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23866/tid=23882] ppid=23863 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23866/task/23882/stat : 23882 (java) S 23863 23866 23284 0 -1 4202560 9925 0 0 0 79 2 0 0 20 0 19 0 108118278 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667841914936 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23883] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23883/stat : 23883 (java) S 23863 23866 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108118279 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667840862840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23866/tid=23884] ppid=23863 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/23866/task/23884/stat : 23884 (java) S 23863 23866 23284 0 -1 4202560 104 0 0 0 29 43 0 0 20 0 19 0 108118279 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667839810248 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23866/tid=23885] ppid=23863 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23866/task/23885/stat : 23885 (java) S 23863 23866 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108118311 9856040960 99901 33554432000 1073741824 1073778376 140736885590992 140667838481832 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 23866 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 23866 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=478349
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=451627
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.84
CPU time (s): 1800
CPU user time (s): 1797.97
CPU system time (s): 2.03
CPU usage (%): 100.849
Max. virtual memory (cumulated for all children) (KiB): 9625308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.45163
maximum resident set size= 859848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34601
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47383
involuntary context switches= 38541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9247 second user time and 9.36158 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 03:11:02
IDJOB=4084675
IDBENCH=48288
IDSOLVER=2546
FILE ID=node133/4084675-1465261862
RUNJOBID= node133-1465257785-23301
PBS_JOBID= 19843288
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084675-1465261862/watcher-4084675-1465261862 -o /tmp/evaluation-result-4084675-1465261862/solver-4084675-1465261862 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23301 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084675-1465261862.opb

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

MD5SUM BENCH= 13010ca91734567bf39d8d1f9ccac492
RANDOM SEED=1098180956

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31284056 kB
Buffers:           33020 kB
Cached:           105012 kB
SwapCached:         2072 kB
Active:           793760 kB
Inactive:          86632 kB
Active(anon):     743412 kB
Inactive(anon):     1356 kB
Active(file):      50348 kB
Inactive(file):    85276 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098188 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:        749816 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             568580 kB
SReclaimable:      11864 kB
SUnreclaim:       556716 kB
KernelStack:        1600 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     931412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 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= 71748 MiB
End job on node133 at 2016-06-07 03:40:47