Trace number 4453984

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 Resolution Default 2024-07-07? (TO) 3600.15 3611.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-15array_diag_greater.opb
MD5SUMd43ecb7c1452ca8da1aa915bfc6a97e8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.489144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1185
Total number of constraints1186
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints511
Minimum length of a constraint2
Maximum length of a constraint60
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.11	--- Begin Solver configuration ---
0.14/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.11	Learn all clauses as in MiniSAT
0.14/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.11	No reason simplification
0.14/0.11	Glucose 2.1 dynamic restart strategy
0.14/0.11	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.14/0.11	timeout=2147483s
0.14/0.11	DB Simplification allowed=false
0.14/0.11	Listener: none
0.14/0.11	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4453984-1721491863.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.054s.
0.14/0.17	c declared #vars     1185
0.14/0.17	c #constraints  1696
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.14/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 841
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.14/0.17	c 1696 constraints processed.
1.69/1.08	c cleaning 2498 clauses out of 5002 with flag 28959/5002
3.58/2.64	c cleaning 4250 clauses out of 8503 with flag 87565/11001
5.58/4.61	c cleaning 5627 clauses out of 11253 with flag 168409/18001
7.80/6.87	c cleaning 6806 clauses out of 13625 with flag 270078/26000
10.39/9.46	c cleaning 7910 clauses out of 15819 with flag 388026/35000
13.32/12.31	c cleaning 8951 clauses out of 17909 with flag 534125/45000
16.41/15.31	c cleaning 9980 clauses out of 19959 with flag 678597/56001
19.96/18.80	c cleaning 10986 clauses out of 21979 with flag 822165/68001
23.85/22.74	c cleaning 11989 clauses out of 23992 with flag 928801/81000
28.19/27.07	c cleaning 12994 clauses out of 26004 with flag 1045309/95001
32.67/31.51	c cleaning 14001 clauses out of 28010 with flag 1172666/110001
37.41/36.27	c cleaning 14998 clauses out of 30009 with flag 1331426/126001
42.77/41.56	c cleaning 15998 clauses out of 32011 with flag 1500039/143001
48.38/47.18	c cleaning 17003 clauses out of 34013 with flag 1669081/161001
55.32/54.03	c cleaning 17997 clauses out of 36010 with flag 1826670/180001
62.76/61.44	c cleaning 19000 clauses out of 38012 with flag 2047201/200000
70.78/69.46	c cleaning 19998 clauses out of 40013 with flag 2302538/221001
78.21/76.85	c cleaning 20997 clauses out of 42015 with flag 2633151/243001
87.33/85.97	c cleaning 22000 clauses out of 44017 with flag 3022924/266000
96.71/95.31	c cleaning 23000 clauses out of 46017 with flag 3362236/290000
106.78/105.44	c cleaning 24002 clauses out of 48017 with flag 3737320/315000
119.47/118.18	c cleaning 25000 clauses out of 50016 with flag 4220100/341001
130.50/129.05	c cleaning 25996 clauses out of 52015 with flag 4551702/368000
141.64/140.23	c cleaning 27003 clauses out of 54019 with flag 4889698/396000
153.86/152.44	c cleaning 27996 clauses out of 56017 with flag 5232061/425001
167.75/166.39	c cleaning 29004 clauses out of 58020 with flag 5717365/455000
181.80/180.42	c cleaning 29999 clauses out of 60016 with flag 6272490/486000
193.19/191.92	c cleaning 31004 clauses out of 62017 with flag 6828103/518000
207.33/206.11	c cleaning 32003 clauses out of 64014 with flag 7746905/551001
219.42/218.22	c cleaning 32999 clauses out of 66011 with flag 8552081/585001
231.40/230.23	c cleaning 34001 clauses out of 68012 with flag 9336307/620001
243.63/242.53	c cleaning 35003 clauses out of 70011 with flag 9997582/656001
256.00/254.87	c cleaning 35997 clauses out of 72007 with flag 10939627/693000
266.56/265.42	c cleaning 36990 clauses out of 74010 with flag 11453805/731000
278.23/277.16	c cleaning 38008 clauses out of 76021 with flag 12151208/770001
293.83/292.44	c cleaning 38997 clauses out of 78013 with flag 13315749/810001
309.18/307.76	c cleaning 39996 clauses out of 80016 with flag 14687292/851001
323.94/322.52	c cleaning 40991 clauses out of 82019 with flag 15951930/893000
344.28/342.97	c cleaning 42001 clauses out of 84028 with flag 17208511/936000
365.33/363.91	c cleaning 43007 clauses out of 86027 with flag 18875173/980000
381.59/380.22	c cleaning 43997 clauses out of 88020 with flag 20415794/1025000
399.73/398.43	c cleaning 45001 clauses out of 90023 with flag 22108245/1071000
416.95/415.53	c cleaning 45990 clauses out of 92022 with flag 23488482/1118000
438.69/437.34	c cleaning 47006 clauses out of 94033 with flag 25150438/1166001
460.34/459.03	c cleaning 48010 clauses out of 96027 with flag 26392880/1215001
483.76/482.53	c cleaning 49003 clauses out of 98016 with flag 27922394/1265000
504.03/502.73	c cleaning 49965 clauses out of 100013 with flag 29544970/1316000
525.24/524.15	c cleaning 51005 clauses out of 102048 with flag 31309508/1368000
550.21/549.34	c cleaning 52014 clauses out of 104043 with flag 33068140/1421000
573.88/573.22	c cleaning 53005 clauses out of 106030 with flag 35069858/1475001
605.40/604.85	c cleaning 54000 clauses out of 108024 with flag 37131103/1530000
628.54/628.01	c cleaning 54976 clauses out of 110025 with flag 38799588/1586001
657.26/656.89	c cleaning 56008 clauses out of 112048 with flag 41032734/1643000
683.45/683.10	c cleaning 57010 clauses out of 114041 with flag 43100837/1701001
708.90/708.62	c cleaning 58009 clauses out of 116031 with flag 45111137/1760001
729.15/728.99	c cleaning 58984 clauses out of 118022 with flag 46903555/1820001
761.06/760.91	c cleaning 60010 clauses out of 120038 with flag 49212752/1881001
796.94/796.81	c cleaning 61007 clauses out of 122027 with flag 51803409/1943000
827.75/827.76	c cleaning 61984 clauses out of 124021 with flag 54302397/2006001
860.55/860.68	c cleaning 63001 clauses out of 126038 with flag 56866152/2070002
900.46/900.57	c cleaning 63994 clauses out of 128036 with flag 59205864/2135001
929.88/930.02	c cleaning 64997 clauses out of 130041 with flag 61265355/2201000
962.79/963.10	c cleaning 66008 clauses out of 132044 with flag 63618139/2268000
1004.37/1004.79	c cleaning 67006 clauses out of 134037 with flag 66480153/2336001
1053.77/1054.23	c cleaning 67998 clauses out of 136030 with flag 69289384/2405000
1101.44/1102.32	c cleaning 68990 clauses out of 138033 with flag 72065703/2475001
1145.56/1146.79	c cleaning 70006 clauses out of 140043 with flag 75020620/2546001
1192.34/1193.67	c cleaning 70996 clauses out of 142037 with flag 77602489/2618001
1234.93/1236.25	c cleaning 72010 clauses out of 144041 with flag 80791935/2691001
1281.00/1282.43	c cleaning 72988 clauses out of 146031 with flag 83968469/2765001
1348.32/1349.92	c cleaning 74000 clauses out of 148043 with flag 87613052/2840001
1394.91/1396.65	c cleaning 74991 clauses out of 150042 with flag 90349012/2916000
1436.03/1438.15	c cleaning 76012 clauses out of 152052 with flag 92905775/2993001
1492.41/1495.03	c cleaning 76994 clauses out of 154039 with flag 96145689/3071000
1565.06/1568.15	c cleaning 78012 clauses out of 156046 with flag 100426143/3150001
1629.28/1632.92	c cleaning 78994 clauses out of 158033 with flag 104147258/3230000
1672.98/1676.97	c cleaning 80012 clauses out of 160039 with flag 106957073/3311000
1742.06/1746.63	c cleaning 80985 clauses out of 162028 with flag 110560979/3393001
1825.90/1830.62	c cleaning 82010 clauses out of 164042 with flag 114743024/3476000
1884.57/1889.82	c cleaning 83007 clauses out of 166032 with flag 118050336/3560000
1953.49/1959.03	c cleaning 83987 clauses out of 168025 with flag 121261738/3645000
2014.34/2020.03	c cleaning 84993 clauses out of 170039 with flag 124480691/3731001
2089.24/2095.06	c cleaning 85997 clauses out of 172045 with flag 128097209/3818000
2171.80/2177.87	c cleaning 87005 clauses out of 174048 with flag 132121825/3906000
2273.88/2280.41	c cleaning 88007 clauses out of 176044 with flag 136637708/3995001
2369.04/2376.43	c cleaning 89010 clauses out of 178037 with flag 141439610/4085001
2442.19/2449.62	c cleaning 89992 clauses out of 180026 with flag 145184567/4176000
2503.71/2511.32	c cleaning 91010 clauses out of 182035 with flag 148657517/4268001
2590.06/2597.91	c cleaning 91989 clauses out of 184024 with flag 152877667/4361000
2664.15/2672.14	c cleaning 93000 clauses out of 186035 with flag 156700106/4455000
2755.99/2764.20	c cleaning 94007 clauses out of 188036 with flag 160814275/4550001
2848.85/2857.35	c cleaning 95005 clauses out of 190028 with flag 164992551/4646000
2929.83/2938.43	c cleaning 96005 clauses out of 192024 with flag 169226850/4743001
2993.16/3001.97	c cleaning 97001 clauses out of 194019 with flag 172653807/4841001
3090.01/3099.02	c cleaning 98006 clauses out of 196018 with flag 177089593/4940001
3182.09/3191.26	c cleaning 98988 clauses out of 198012 with flag 181624275/5040001
3303.69/3313.16	c cleaning 99992 clauses out of 200024 with flag 187275897/5141001
3442.95/3453.07	c cleaning 101004 clauses out of 202032 with flag 192859702/5243001
3565.70/3576.89	c cleaning 101991 clauses out of 204028 with flag 198924957/5346001
3600.00/3611.42	c starts		: 4061
3600.00/3611.42	c timeout
3600.00/3611.42	c conflicts		: 5401397
3600.00/3611.42	c decisions		: 5615957
3600.00/3611.42	c propagations		: 1255197143
3600.00/3611.42	c inspects		: 45996719986
3600.00/3611.42	c shortcuts		: 0
3600.00/3611.42	c learnt literals	: 0
3600.00/3611.42	c learnt binary clauses	: 228
3600.00/3611.42	c learnt ternary clauses	: 509
3600.00/3611.42	c learnt constraints	: 5401397
3600.00/3611.42	c ignored constraints	: 0
3600.00/3611.42	c root simplifications	: 0
3600.00/3611.42	c removed literals (reason simplification)	: 0
3600.00/3611.42	c reason swapping (by a shorter reason)	: 0
3600.00/3611.42	c Calls to reduceDB	: 99
3600.00/3611.42	c Number of update (reduction) of LBD	: 236283
3600.00/3611.42	c Imported unit clauses	: 0
3600.00/3611.42	c No decision after first conflict	: false
3600.00/3611.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3611.42	c number of learned constraints concerned by reduction	: 0
3600.00/3611.42	c number of learning phase by resolution	: 0
3600.00/3611.42	c number of learning phase by cutting planes	: 0
3600.00/3611.42	c number of rounding to 1 operations	: 0
3600.00/3611.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3611.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3611.42	c number of right shift for reduction by power 2 	: 0
3600.00/3611.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3611.42	c number of ending skipping 	: 0
3600.00/3611.42	c number of internal skipping 	: 0
3600.00/3611.42	c number of derivation steps 	: 0
3600.00/3611.42	c number of skipped derivation steps 	: 0
3600.00/3611.42	c number of remaining unassigned 	: 0
3600.00/3611.42	c number of remaining assigned 	: 0
3600.00/3611.42	c number of falsified literals weakened from reason	: 0
3600.00/3611.42	c number of falsified literals weakened from conflict	: 0
3600.00/3611.42	c time for arithmetic operations	: 0
3600.00/3611.43	c minimum degree of deleted constraints	: null
3600.00/3611.43	c maximum degree of deleted constraints	: null
3600.00/3611.43	c number of deleted constraints	: 0
3600.00/3611.43	c speed (assignments/second)	: 347579.59028602554
3600.00/3611.43	c non guided choices	: 29
3600.00/3611.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 157205
3600.00/3611.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 228
3600.00/3611.48	s UNKNOWN
3600.00/3611.48	c Total wall clock time (in seconds): 3611.365

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (60544 MiB free)
  memory of node 1: 64473 MiB (61803 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453984-1721491863/watcher-4453984-1721491863 -o /tmp/evaluation-result-4453984-1721491863/solver-4453984-1721491863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721488208-1089313 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4453984-1721491863.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1091877, runsolver pid=1091874
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 4.22 4.17 4.17 6/331 1091895
/proc/meminfo: memFree=125227788/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=18975048 memory=65640 CPUtime=0.14 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 7221 0 0 0 12 2 0 0 20 0 18 0 201348704 19430449152 16410 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4743762 16410 5737 1 0 549341 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 5747 0 0 0 7 1 0 0 20 0 18 0 201348704 19430449152 16410 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201348707 19430449152 16410 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201348707 19430449152 16410 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65640 KiB

[startup+0.212152 s]*
/proc/loadavg: 4.22 4.17 4.17 6/332 1091896
/proc/meminfo: memFree=125221488/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19041612 memory=71708 CPUtime=0.35 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 7714 0 0 0 33 2 0 0 20 0 19 0 201348704 19498610688 17927 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4760403 17927 5859 1 0 549897 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19041612 memory=6876556183782621315 CPUtime=0.2 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 5951 0 0 0 18 2 0 0 20 0 19 0 201348704 19498610688 17927 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19041612 memory=1905144 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 17927 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19041612 memory=15538522484377282 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 17927 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201348722 19498610688 17927 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71708 KiB

[startup+0.306082 s]*
/proc/loadavg: 4.22 4.17 4.17 7/332 1091896
/proc/meminfo: memFree=125213396/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19041612 memory=79608 CPUtime=0.53 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 11380 0 0 0 50 3 0 0 20 0 19 0 201348704 19498610688 19902 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4760403 19902 5859 1 0 551911 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19041612 memory=-7738694317242410079 CPUtime=0.29 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 5960 0 0 0 27 2 0 0 20 0 19 0 201348704 19498610688 19902 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 19902 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 19902 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201348722 19498610688 19902 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79608 KiB

[startup+0.70023 s]
/proc/loadavg: 4.22 4.17 4.17 6/332 1091896
/proc/meminfo: memFree=125207568/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19041612 memory=90480 CPUtime=1.27 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 12965 0 0 0 124 3 0 0 20 0 19 0 201348704 19498610688 22620 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4760403 22620 5875 1 0 552874 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19041612 memory=51092 CPUtime=0.68 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 5963 0 0 0 66 2 0 0 20 0 19 0 201348704 19498610688 22620 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 22620 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19041612 memory=2328 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 22620 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19041612 memory=100 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201348722 19498610688 22620 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90480 KiB

[startup+1.50026 s]
/proc/loadavg: 4.29 4.18 4.17 6/332 1091896
/proc/meminfo: memFree=125195540/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19041612 memory=113316 CPUtime=2.43 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 21909 0 0 0 239 4 0 0 20 0 19 0 201348704 19498610688 28329 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4760403 28329 5875 1 0 555419 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19041612 memory=13124 CPUtime=1.47 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 6991 0 0 0 145 2 0 0 20 0 19 0 201348704 19498610688 28329 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 28329 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19041612 memory=2328 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 28329 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19041612 memory=100 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201348722 19498610688 28329 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113316 KiB

[startup+3.10586 s]
/proc/loadavg: 4.29 4.18 4.17 5/332 1091898
/proc/meminfo: memFree=125045084/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19041612 memory=138000 CPUtime=4.09 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 22433 0 0 0 404 5 0 0 20 0 19 0 201348704 19498610688 34500 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4760403 34500 5875 1 0 555426 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19041612 memory=0 CPUtime=3.08 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 7295 0 0 0 305 3 0 0 20 0 19 0 201348704 19498610688 34500 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19041612 memory=-7738694317242410079 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 34500 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19041612 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201348707 19498610688 34500 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19041612 memory=2328 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201348722 19498610688 34500 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 4.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138000 KiB

[startup+6.30021 s]
/proc/loadavg: 4.26 4.18 4.17 5/333 1091899
/proc/meminfo: memFree=124867268/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=202396 CPUtime=7.3 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 25382 0 0 0 724 6 0 0 20 0 20 0 201348704 19566772224 50599 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 50599 5907 1 0 555715 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2328 CPUtime=6.23 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 7908 0 0 0 620 3 0 0 20 0 20 0 201348704 19566772224 50599 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 50599 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 50599 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 50599 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202396 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.18 4.17 5/333 1091899
/proc/meminfo: memFree=124667948/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=260168 CPUtime=13.72 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 27690 0 0 0 1364 8 0 0 20 0 20 0 201348704 19566772224 65042 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 65042 5923 1 0 555715 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=13124 CPUtime=12.54 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 8578 0 0 0 1250 4 0 0 20 0 20 0 201348704 19566772224 65042 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=202524 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 65042 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=51092 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 65042 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 65042 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 260168 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.19 4.17 6/333 1091902
/proc/meminfo: memFree=124131204/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=391664 CPUtime=26.68 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 33205 0 0 0 2657 11 0 0 20 0 20 0 201348704 19566772224 97916 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 97916 5923 1 0 555715 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=6944656574621848725 CPUtime=25.17 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 9729 0 0 0 2513 4 0 0 20 0 20 0 201348704 19566772224 97916 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 97916 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=3458 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 97916 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 97916 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 26.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 391664 KiB

[startup+51.1056 s]
/proc/loadavg: 4.17 4.17 4.17 6/333 1091905
/proc/meminfo: memFree=123037212/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=582784 CPUtime=52.43 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 40062 0 0 0 5227 16 0 0 20 0 20 0 201348704 19566772224 145696 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 145696 5939 1 0 555715 0

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

/proc/meminfo: memFree=118215112/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=3213.11 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 130929 0 0 0 321154 157 0 0 20 0 20 0 201348704 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 544793 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2179168 CPUtime=3200.89 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 50948 0 0 0 320066 23 0 0 20 0 20 0 201348704 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2075 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3213.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2179172 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.12 4.13 5/331 1093794
/proc/meminfo: memFree=118089460/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=3272.96 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 131554 0 0 0 327137 159 0 0 20 0 20 0 201348704 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 544793 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=3260.71 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 51431 0 0 0 326048 23 0 0 20 0 20 0 201348704 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=51092 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2158 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=2179172 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 544793 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3272.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2179172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/331 1093804
/proc/meminfo: memFree=118087160/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3333.25 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 135124 0 0 0 333164 161 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 545318 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3320.13 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 51857 0 0 0 331990 23 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2195 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3333.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/331 1093815
/proc/meminfo: memFree=118082688/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3392.72 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 135243 0 0 0 339109 163 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 545318 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3379.56 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 51971 0 0 0 337933 23 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2195 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3392.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/330 1093825
/proc/meminfo: memFree=118078248/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3452.2 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 136096 0 0 0 345055 165 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 545318 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3438.91 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 52525 0 0 0 343868 23 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2195 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3452.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/330 1093835
/proc/meminfo: memFree=118077916/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3511.66 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 136459 0 0 0 350999 167 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 545318 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3498.33 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 52818 0 0 0 349810 23 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=29676 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=13124 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2258 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3511.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181272 KiB

[startup+3582.3 s]
/proc/loadavg: 3.55 3.96 4.06 4/307 1093886
/proc/meminfo: memFree=120162684/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3571.15 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 136743 0 0 0 356946 169 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 545318 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=14364 CPUtime=3557.79 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 53097 0 0 0 355755 24 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=51092 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2258 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=14364 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3571.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 3.42 3.90 4.04 4/307 1093892
/proc/meminfo: memFree=120162492/131524600 swapFree=131071216/131071996
[pid=1091877] ppid=1091874 vsize=19108176 memory=2181272 CPUtime=3600 cores=0,2
/proc/1091877/stat : 1091877 (java) S 1091874 1091877 1089301 0 -1 1077936128 136908 0 0 0 359830 170 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
/proc/1091877/statm: 4777044 545318 5955 1 0 559292 0
[pid=1091877/tid=1091879] ppid=1091874 vsize=19108176 memory=19760 CPUtime=3586.63 cores=0,2
/proc/1091877/task/1091879/stat : 1091879 (java) R 1091874 1091877 1089301 0 -1 4194368 53186 0 0 0 358639 24 0 0 20 0 20 0 201348704 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091888] ppid=1091874 vsize=19108176 memory=39396 CPUtime=0 cores=0,2
/proc/1091877/task/1091888/stat : 1091888 (Finalizer) S 1091874 1091877 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091895] ppid=1091874 vsize=19108176 memory=26172 CPUtime=0 cores=0,2
/proc/1091877/task/1091895/stat : 1091895 (Common-Cleaner) S 1091874 1091877 1089301 0 -1 1077936192 2258 0 0 0 0 0 0 0 20 0 20 0 201348707 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
[pid=1091877/tid=1091896] ppid=1091874 vsize=19108176 memory=1852 CPUtime=0 cores=0,2
/proc/1091877/task/1091896/stat : 1091896 (Timer-0) S 1091874 1091877 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201348722 19566772224 545318 134679101440 94632384909312 94632384913008 140723971662096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94632384920824 94632384921616 94632415576064 140723971666949 140723971667039 140723971667039 140723971674056 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181272 KiB

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

[startup+3611.51 s]
# the end of solver process 1091877 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3598.42 s, system=1.7215 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

Real time (s): 3611.51
CPU time (s): 3600.15
CPU user time (s): 3598.42
CPU system time (s): 1.7215
CPU usage (%): 99.6855
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2181272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.42
system time used= 1.7215
maximum resident set size= 2182108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104837
involuntary context switches= 32360


# summary of solver processes directly reported to runsolver:
#   pid: 1091877
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.42
#   total CPU system time (s): 1.7215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51187 second user time and 17.9241 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 18:11:15
IDJOB=4453984
IDBENCH=176016
IDSOLVER=3058
FILE ID=nodeC018/4453984-1721491863
RUNJOBID= nodeC018-1721488208-1089313
SLURM_JOB_ID= 7545781
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-15array_diag_greater.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453984-1721491863/watcher-4453984-1721491863 -o /tmp/evaluation-result-4453984-1721491863/solver-4453984-1721491863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721488208-1089313 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4453984-1721491863.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= d43ecb7c1452ca8da1aa915bfc6a97e8
RANDOM SEED=1127978598

nodeC018.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3632.799
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.394
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3607.647
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.757
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.198
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.463
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3615.332
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.989
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125285644 kB
MemAvailable:   128377060 kB
Buffers:          584448 kB
Cached:          3322852 kB
SwapCached:          148 kB
Active:          1163660 kB
Inactive:        4450076 kB
Active(anon):       1552 kB
Inactive(anon):  1750676 kB
Active(file):    1162108 kB
Inactive(file):  2699400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              1040 kB
Writeback:             8 kB
AnonPages:       1706336 kB
Mapped:           129828 kB
Shmem:             45784 kB
KReclaimable:     139460 kB
Slab:             240436 kB
SReclaimable:     139460 kB
SUnreclaim:       100976 kB
KernelStack:        5056 kB
PageTables:        13688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7816860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1458176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-20 19:11:27