Trace number 4450234

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.18 3594.04

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.opb
MD5SUM4aca60576f41ce0be442f97c9c36c82a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5421
Total number of constraints12679
Number of constraints which are clauses6001
Number of constraints which are cardinality constraints (but not clauses)6678
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4450234-1721410929.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.51/0.34	c ... done. Wall clock time 0.204s.
0.51/0.34	c declared #vars     5421
0.51/0.34	c #constraints  12679
0.51/0.34	c constraints type 
0.51/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4194
0.51/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6678
0.51/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1807
0.51/0.34	c 12679 constraints processed.
2.57/1.67	c cleaning 2489 clauses out of 5001 with flag 287889/5001
3.66/2.69	c cleaning 4242 clauses out of 8511 with flag 552778/11000
4.99/3.90	c cleaning 5617 clauses out of 11269 with flag 764251/18000
6.51/5.39	c cleaning 6806 clauses out of 13652 with flag 975428/26000
8.32/7.16	c cleaning 7912 clauses out of 15846 with flag 1199139/35000
10.61/9.40	c cleaning 8960 clauses out of 17940 with flag 1463992/45006
13.27/12.01	c cleaning 9977 clauses out of 19974 with flag 1747619/56000
15.66/14.41	c cleaning 10974 clauses out of 21997 with flag 2006023/68000
18.60/17.38	c cleaning 11991 clauses out of 24023 with flag 2302295/81000
22.24/20.90	c cleaning 13001 clauses out of 26033 with flag 2631669/95001
26.10/24.70	c cleaning 13994 clauses out of 28032 with flag 2993786/110001
30.09/28.74	c cleaning 14998 clauses out of 30038 with flag 3381605/126001
34.78/33.34	c cleaning 15999 clauses out of 32040 with flag 3797048/143001
39.84/38.36	c cleaning 17016 clauses out of 34040 with flag 4241833/161000
44.77/43.21	c cleaning 18008 clauses out of 36024 with flag 4619251/180000
50.02/48.49	c cleaning 19003 clauses out of 38018 with flag 5026655/200002
56.07/54.43	c cleaning 20001 clauses out of 40013 with flag 5478482/221000
62.53/60.83	c cleaning 20996 clauses out of 42012 with flag 5972678/243000
68.99/67.25	c cleaning 22004 clauses out of 44017 with flag 6498609/266001
76.63/74.87	c cleaning 22995 clauses out of 46013 with flag 7038615/290001
85.00/83.18	c cleaning 24001 clauses out of 48017 with flag 7624650/315000
93.84/91.75	c cleaning 25001 clauses out of 50016 with flag 8216386/341000
101.83/99.78	c cleaning 26000 clauses out of 52016 with flag 8794679/368001
111.17/109.00	c cleaning 26997 clauses out of 54015 with flag 9409663/396000
120.83/118.60	c cleaning 28006 clauses out of 56019 with flag 10049581/425001
128.40/126.12	c cleaning 28988 clauses out of 58013 with flag 11199615/455001
135.98/133.79	c cleaning 30004 clauses out of 60025 with flag 12476394/486001
147.43/145.16	c cleaning 31000 clauses out of 62020 with flag 13877422/518000
159.37/157.04	c cleaning 32002 clauses out of 64020 with flag 15245004/551000
170.77/168.57	c cleaning 32996 clauses out of 66018 with flag 16678289/585000
183.66/181.38	c cleaning 34004 clauses out of 68026 with flag 18235969/620004
197.10/194.51	c cleaning 35001 clauses out of 70019 with flag 19807269/656001
210.14/207.53	c cleaning 36006 clauses out of 72018 with flag 21343911/693001
222.02/219.40	c cleaning 36995 clauses out of 74013 with flag 22058168/731002
235.93/233.22	c cleaning 37999 clauses out of 76017 with flag 22804495/770001
249.41/246.70	c cleaning 38998 clauses out of 78017 with flag 23547169/810000
264.22/261.56	c cleaning 40006 clauses out of 80019 with flag 24362430/851000
280.69/277.98	c cleaning 41002 clauses out of 82013 with flag 25150805/893000
296.85/293.94	c cleaning 41990 clauses out of 84011 with flag 25977301/936000
314.89/311.69	c cleaning 43004 clauses out of 86021 with flag 26820881/980000
338.23/334.90	c cleaning 43998 clauses out of 88017 with flag 27748146/1025000
363.14/359.76	c cleaning 45002 clauses out of 90019 with flag 28736102/1071000
389.65/386.29	c cleaning 46000 clauses out of 92017 with flag 29795007/1118000
416.35/412.80	c cleaning 47002 clauses out of 94018 with flag 30852135/1166001
438.97/435.45	c cleaning 48002 clauses out of 96015 with flag 31898626/1215000
463.08/459.38	c cleaning 48987 clauses out of 98013 with flag 32893186/1265000
489.14/485.50	c cleaning 50003 clauses out of 100026 with flag 33911625/1316000
512.16/508.48	c cleaning 50995 clauses out of 102023 with flag 34968257/1368000
539.27/535.46	c cleaning 51995 clauses out of 104030 with flag 36090789/1421002
568.82/564.93	c cleaning 53002 clauses out of 106033 with flag 37211218/1475000
592.50/588.82	c cleaning 54003 clauses out of 108031 with flag 38289644/1530000
612.18/608.43	c cleaning 55001 clauses out of 110028 with flag 39305961/1586000
635.41/631.59	c cleaning 56010 clauses out of 112029 with flag 40237948/1643002
659.71/655.73	c cleaning 56996 clauses out of 114018 with flag 41342155/1701001
683.53/679.10	c cleaning 58000 clauses out of 116021 with flag 42455427/1760000
708.11/703.62	c cleaning 58991 clauses out of 118021 with flag 43576523/1820000
732.98/728.43	c cleaning 60012 clauses out of 120030 with flag 44671325/1881000
765.56/761.03	c cleaning 61001 clauses out of 122019 with flag 45877496/1943001
800.12/795.65	c cleaning 62001 clauses out of 124018 with flag 47174578/2006001
831.45/826.96	c cleaning 62996 clauses out of 126016 with flag 48570897/2070000
866.79/862.40	c cleaning 64009 clauses out of 128020 with flag 49893878/2135000
898.14/893.39	c cleaning 64997 clauses out of 130013 with flag 51140959/2201002
932.43/927.50	c cleaning 65991 clauses out of 132015 with flag 52442463/2268001
965.61/960.65	c cleaning 67002 clauses out of 134023 with flag 53752197/2336000
1001.59/996.53	c cleaning 68010 clauses out of 136021 with flag 55141252/2405000
1037.93/1032.85	c cleaning 69003 clauses out of 138011 with flag 56582172/2475000
1076.36/1071.20	c cleaning 69992 clauses out of 140009 with flag 57958299/2546001
1121.73/1116.68	c cleaning 70995 clauses out of 142016 with flag 59211078/2618000
1164.88/1159.69	c cleaning 72010 clauses out of 144022 with flag 60634911/2691001
1208.29/1202.79	c cleaning 73004 clauses out of 146013 with flag 62047563/2765002
1254.58/1248.93	c cleaning 73992 clauses out of 148007 with flag 63537771/2840000
1299.29/1293.84	c cleaning 74999 clauses out of 150015 with flag 65052993/2916000
1345.30/1339.92	c cleaning 76004 clauses out of 152016 with flag 66592916/2993000
1403.59/1398.02	c cleaning 77002 clauses out of 154013 with flag 68207520/3071001
1460.47/1454.84	c cleaning 78000 clauses out of 156010 with flag 69846051/3150000
1522.44/1516.60	c cleaning 78999 clauses out of 158011 with flag 71470366/3230001
1584.66/1579.25	c cleaning 79999 clauses out of 160011 with flag 73212530/3311000
1654.61/1649.48	c cleaning 80998 clauses out of 162012 with flag 74937394/3393000
1713.21/1708.15	c cleaning 82000 clauses out of 164014 with flag 76776184/3476000
1766.86/1761.62	c cleaning 82996 clauses out of 166015 with flag 78581213/3560001
1830.28/1825.05	c cleaning 83996 clauses out of 168021 with flag 80265637/3645003
1894.12/1888.85	c cleaning 84996 clauses out of 170023 with flag 81912677/3731001
1956.07/1950.53	c cleaning 86008 clauses out of 172026 with flag 83634080/3818000
2019.98/2014.26	c cleaning 87006 clauses out of 174022 with flag 85420465/3906004
2089.92/2083.64	c cleaning 88000 clauses out of 176015 with flag 87252220/3995003
2162.14/2155.94	c cleaning 88995 clauses out of 178012 with flag 89101884/4085000
2254.48/2248.10	c cleaning 90005 clauses out of 180018 with flag 90793485/4176001
2324.93/2318.36	c cleaning 90993 clauses out of 182013 with flag 92624337/4268001
2399.16/2392.52	c cleaning 91994 clauses out of 184019 with flag 94421848/4361000
2478.96/2472.17	c cleaning 92996 clauses out of 186029 with flag 96355108/4455004
2565.24/2558.26	c cleaning 94007 clauses out of 188029 with flag 98348193/4550000
2650.95/2644.00	c cleaning 95000 clauses out of 190022 with flag 100409377/4646000
2741.84/2735.39	c cleaning 95999 clauses out of 192022 with flag 102560255/4743000
2830.58/2823.96	c cleaning 97006 clauses out of 194024 with flag 104684672/4841001
2919.03/2912.26	c cleaning 98000 clauses out of 196017 with flag 106669825/4940000
3008.70/3001.78	c cleaning 99000 clauses out of 198018 with flag 108742270/5040001
3112.74/3105.50	c cleaning 99993 clauses out of 200017 with flag 110973048/5141000
3210.49/3202.45	c cleaning 101002 clauses out of 202025 with flag 113066167/5243001
3309.14/3301.59	c cleaning 102000 clauses out of 204023 with flag 115334192/5346001
3407.63/3400.58	c cleaning 103006 clauses out of 206026 with flag 117340245/5450004
3511.66/3504.99	c cleaning 103998 clauses out of 208017 with flag 119435160/5555001
3600.00/3593.93	c starts		: 10266
3600.00/3593.93	c timeout
3600.00/3593.93	c conflicts		: 5649045
3600.00/3593.93	c decisions		: 8184064
3600.00/3593.93	c propagations		: 2105413954
3600.00/3593.93	c inspects		: 27902284604
3600.00/3593.93	c shortcuts		: 0
3600.00/3593.93	c learnt literals	: 0
3600.00/3593.93	c learnt binary clauses	: 0
3600.00/3593.93	c learnt ternary clauses	: 4142
3600.00/3593.93	c learnt constraints	: 5649045
3600.00/3593.93	c ignored constraints	: 0
3600.00/3593.93	c root simplifications	: 0
3600.00/3593.93	c removed literals (reason simplification)	: 0
3600.00/3593.93	c reason swapping (by a shorter reason)	: 0
3600.00/3593.93	c Calls to reduceDB	: 101
3600.00/3593.93	c Number of update (reduction) of LBD	: 2323362
3600.00/3593.93	c Imported unit clauses	: 0
3600.00/3593.93	c No decision after first conflict	: false
3600.00/3593.93	c number of reductions to clauses (during analyze)	: 0
3600.00/3593.93	c number of learned constraints concerned by reduction	: 0
3600.00/3593.93	c number of learning phase by resolution	: 0
3600.00/3593.93	c number of learning phase by cutting planes	: 0
3600.00/3593.93	c number of rounding to 1 operations	: 0
3600.00/3593.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3593.93	c number of reductions of the coefficients by power 2 	: 0
3600.00/3593.93	c number of right shift for reduction by power 2 	: 0
3600.00/3593.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3593.93	c number of ending skipping 	: 0
3600.00/3593.93	c number of internal skipping 	: 0
3600.00/3593.93	c number of derivation steps 	: 0
3600.00/3593.93	c number of skipped derivation steps 	: 0
3600.00/3593.93	c number of remaining unassigned 	: 0
3600.00/3593.93	c number of remaining assigned 	: 0
3600.00/3593.93	c number of falsified literals weakened from reason	: 0
3600.00/3593.93	c number of falsified literals weakened from conflict	: 0
3600.00/3593.93	c time for arithmetic operations	: 0
3600.00/3593.93	c minimum degree of deleted constraints	: null
3600.00/3593.93	c maximum degree of deleted constraints	: null
3600.00/3593.93	c number of deleted constraints	: 0
3600.00/3593.93	c speed (assignments/second)	: 585880.5650840984
3600.00/3593.93	c non guided choices	: 79514
3600.00/3594.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 198063
3600.00/3594.00	s UNKNOWN
3600.00/3594.00	c Total wall clock time (in seconds): 3593.875

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 (62770 MiB free)
  memory of node 1: 64473 MiB (63445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450234-1721410929/watcher-4450234-1721410929 -o /tmp/evaluation-result-4450234-1721410929/solver-4450234-1721410929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024584 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450234-1721410929.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1024639, runsolver pid=1024628
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 1.13 1.55 2.70 9/327 1024715
/proc/meminfo: memFree=129070380/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=18975048 memory=62468 CPUtime=0.13 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 7214 0 0 0 11 2 0 0 20 0 18 0 193259083 19430449152 15617 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4743762 15617 5512 1 0 549333 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 1077936192 5748 0 0 0 6 1 0 0 20 0 18 0 193259083 19430449152 15617 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=18975048 memory=1676398 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193259086 19430449152 15617 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 193259086 19430449152 15617 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62468 KiB

[startup+0.206184 s]*
/proc/loadavg: 1.13 1.55 2.70 17/328 1024716
/proc/meminfo: memFree=129024328/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=18975048 memory=76024 CPUtime=0.32 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 7814 0 0 0 30 2 0 0 20 0 18 0 193259083 19430449152 19006 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4743762 19006 5788 1 0 549757 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=18975048 memory=8603368907145347203 CPUtime=0.17 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 5920 0 0 0 15 2 0 0 20 0 18 0 193259083 19430449152 19006 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=18975048 memory=1676398 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193259086 19430449152 19006 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=18975268 memory=15544020042516215 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 193259086 19430674432 19006 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76024 KiB

[startup+0.308931 s]*
/proc/loadavg: 1.13 1.55 2.70 16/332 1024720
/proc/meminfo: memFree=128818512/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19041612 memory=164072 CPUtime=0.51 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 9336 0 0 0 47 4 0 0 20 0 19 0 193259083 19498610688 41018 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4760403 41018 5788 1 0 550901 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19041612 memory=-7524491859965864033 CPUtime=0.25 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 5973 0 0 0 22 3 0 0 20 0 19 0 193259083 19498610688 41018 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193259086 19498610688 41018 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 193259086 19498610688 41018 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164072 KiB

[startup+0.700235 s]
/proc/loadavg: 1.13 1.55 2.70 10/313 1024723
/proc/meminfo: memFree=128846604/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=173832 CPUtime=1.25 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 9798 0 0 0 121 4 0 0 20 0 20 0 193259083 19566772224 43458 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 43458 5804 1 0 551485 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=5468 CPUtime=0.6 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 6015 0 0 0 57 3 0 0 20 0 20 0 193259083 19566772224 43458 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 43458 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=280465391280548 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 43458 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 43458 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173832 KiB

[startup+1.50693 s]
/proc/loadavg: 1.76 1.68 2.74 11/332 1024786
/proc/meminfo: memFree=128798752/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=179424 CPUtime=2.37 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 14073 0 0 0 233 4 0 0 20 0 20 0 193259083 19566772224 44856 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 44856 5820 1 0 552734 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=12420 CPUtime=1.41 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 6133 0 0 0 138 3 0 0 20 0 20 0 193259083 19566772224 44856 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 44856 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 44856 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=4580 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 44856 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179424 KiB

[startup+3.10595 s]
/proc/loadavg: 1.76 1.68 2.74 5/320 1024841
/proc/meminfo: memFree=128819280/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=181252 CPUtime=4.18 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 16329 0 0 0 413 5 0 0 20 0 20 0 193259083 19566772224 45313 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 45313 5820 1 0 553137 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=0 CPUtime=3 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 7368 0 0 0 297 3 0 0 20 0 20 0 193259083 19566772224 45313 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 45313 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 45313 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 45313 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181252 KiB

[startup+6.30023 s]
/proc/loadavg: 1.94 1.72 2.74 5/334 1024857
/proc/meminfo: memFree=128610032/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=218336 CPUtime=7.51 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 20229 0 0 0 745 6 0 0 20 0 20 0 193259083 19566772224 54584 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 54584 5820 1 0 553137 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=12420 CPUtime=6.19 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 8229 0 0 0 615 4 0 0 20 0 20 0 193259083 19566772224 54584 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 54584 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 54584 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=180032 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 54584 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 7.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 218336 KiB

[startup+12.7002 s]
/proc/loadavg: 2.26 1.79 2.76 5/334 1024924
/proc/meminfo: memFree=128403816/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=323184 CPUtime=13.96 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 23171 0 0 0 1387 9 0 0 20 0 20 0 193259083 19566772224 80796 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 80796 5836 1 0 553137 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=0 CPUtime=12.47 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 8687 0 0 0 1243 4 0 0 20 0 20 0 193259083 19566772224 80796 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=323184 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 80796 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=-7524491859965340001 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 80796 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 80796 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 13.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 323184 KiB

[startup+25.5002 s]
/proc/loadavg: 2.53 1.86 2.78 7/335 1024926
/proc/meminfo: memFree=127876320/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=536296 CPUtime=26.9 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 26247 0 0 0 2676 14 0 0 20 0 20 0 193259083 19566772224 134074 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 134074 5842 1 0 553137 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=323184 CPUtime=25.01 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 9937 0 0 0 2497 4 0 0 20 0 20 0 193259083 19566772224 134074 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=460476 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 134074 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=-7524491859965340001 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 134074 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=-7524491859965340001 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 134074 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 536296 KiB

[startup+51.105 s]
/proc/loadavg: 3.38 2.13 2.84 5/333 1025329
/proc/meminfo: memFree=128040864/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=794504 CPUtime=52.72 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 31376 0 0 0 5252 20 0 0 20 0 20 0 193259083 19566772224 198626 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 198626 5858 1 0 553137 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=19704 CPUtime=50.31 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 11458 0 0 0 5026 5 0 0 20 0 20 0 193259083 19566772224 198626 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=794504 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 198626 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0

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

/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1635337 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=6434852 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 1917 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1635337 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=47456 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1635337 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3230.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6541348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.15 4.10 5/331 1027174
/proc/meminfo: memFree=116315248/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6699252 CPUtime=3290.11 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 225305 0 0 0 328767 244 0 0 20 0 20 0 193259083 19566772224 1674813 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1674813 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=6699252 CPUtime=3253.46 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 88301 0 0 0 325299 47 0 0 20 0 20 0 193259083 19566772224 1674813 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=6699252 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1674813 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=6699252 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 1994 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1674813 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1674813 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3290.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6699252 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.18 4.11 5/330 1027185
/proc/meminfo: memFree=116217912/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6795596 CPUtime=3349.69 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 231476 0 0 0 334721 248 0 0 20 0 20 0 193259083 19566772224 1698899 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1698899 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=47456 CPUtime=3312.78 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 91300 0 0 0 331231 47 0 0 20 0 20 0 193259083 19566772224 1698899 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=143415940 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1698899 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=6795596 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 2081 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1698899 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=-7524491859965340001 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1698899 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3349.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6795596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.16 4.10 5/330 1027196
/proc/meminfo: memFree=116211140/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3409.42 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 237078 0 0 0 340692 250 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1699927 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=47456 CPUtime=3371.87 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 94099 0 0 0 337139 48 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=6795596 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 2228 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3409.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6799708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.24 4.13 5/331 1027208
/proc/meminfo: memFree=116210428/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3469.44 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 242387 0 0 0 346692 252 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1699927 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=47456 CPUtime=3431.35 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 96669 0 0 0 343087 48 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 2371 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=-7524491859965340001 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3469.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6799708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.27 4.15 5/333 1027223
/proc/meminfo: memFree=116209604/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3528.9 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 245546 0 0 0 352636 254 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1699927 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3490.77 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 99519 0 0 0 349029 48 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=47456 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 2498 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3528.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6799708 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.23 4.14 5/333 1027234
/proc/meminfo: memFree=116208972/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3588.5 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 250553 0 0 0 358593 257 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1699927 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3549.99 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 101898 0 0 0 354951 48 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=11664 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 2626 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3588.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6799708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.9 s]
/proc/loadavg: 4.17 4.23 4.14 5/333 1027235
/proc/meminfo: memFree=116206904/131524600 swapFree=131071996/131071996
[pid=1024639] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=3600 cores=1,3
/proc/1024639/stat : 1024639 (java) S 1024628 1024639 1024572 0 -1 1077936128 250817 0 0 0 359743 257 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
/proc/1024639/statm: 4777044 1699927 5873 1 0 2327772 0
[pid=1024639/tid=1024650] ppid=1024628 vsize=19108176 memory=11664 CPUtime=3561.48 cores=1,3
/proc/1024639/task/1024650/stat : 1024650 (java) R 1024628 1024639 1024572 0 -1 4194368 102162 0 0 0 356100 48 0 0 20 0 20 0 193259083 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 193259084 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024689] ppid=1024628 vsize=19108176 memory=6799708 CPUtime=0 cores=1,3
/proc/1024639/task/1024689/stat : 1024689 (Finalizer) S 1024628 1024639 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024713] ppid=1024628 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/1024639/task/1024713/stat : 1024713 (Common-Cleaner) S 1024628 1024639 1024572 0 -1 1077936192 2626 0 0 0 0 0 0 0 20 0 20 0 193259086 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
[pid=1024639/tid=1024721] ppid=1024628 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/1024639/task/1024721/stat : 1024721 (Timer-0) S 1024628 1024639 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193259117 19566772224 1699927 134679101440 93840409407488 93840409411184 140726191350464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93840409419000 93840409419792 93840414375936 140726191354885 140726191354975 140726191354975 140726191361992 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6799708 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.57 s, system=2.60687 s

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

[startup+3594.03 s]*
/proc/loadavg: 4.17 4.23 4.14 5/315 1027238
/proc/meminfo: memFree=122792684/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3594.04
CPU time (s): 3600.18
CPU user time (s): 3597.57
CPU system time (s): 2.60687
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6799708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.57
system time used= 2.60687
maximum resident set size= 6801364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111641
involuntary context switches= 13681


# summary of solver processes directly reported to runsolver:
#   pid: 1024639
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.57
#   total CPU system time (s): 2.60687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63457 second user time and 17.6257 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 19:42:22
IDJOB=4450234
IDBENCH=160415
IDSOLVER=3058
FILE ID=nodeC026/4450234-1721410929
RUNJOBID= nodeC026-1721410942-1024584
SLURM_JOB_ID= 7545477
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450234-1721410929/watcher-4450234-1721410929 -o /tmp/evaluation-result-4450234-1721410929/solver-4450234-1721410929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024584 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450234-1721410929.opb

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

MD5SUM BENCH= 4aca60576f41ce0be442f97c9c36c82a
RANDOM SEED=1492034204

nodeC026.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		: 3528.404
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.74
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		: 3571.068
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.45
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		: 3491.431
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.74
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		: 3642.197
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.45
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		: 3495.035
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.74
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		: 3651.302
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.45
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		: 3584.494
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.74
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		: 3561.836
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129247700 kB
MemAvailable:   129735708 kB
Buffers:          561076 kB
Cached:           773860 kB
SwapCached:            0 kB
Active:          1073324 kB
Inactive:         597016 kB
Active(anon):       1452 kB
Inactive(anon):   379864 kB
Active(file):    1071872 kB
Inactive(file):   217152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3696 kB
Writeback:             0 kB
AnonPages:        332572 kB
Mapped:           106508 kB
Shmem:             45912 kB
KReclaimable:      77616 kB
Slab:             187844 kB
SReclaimable:      77616 kB
SUnreclaim:       110228 kB
KernelStack:        3888 kB
PageTables:         9208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     721152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 20:42:16