Trace number 4544305

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 VeriPB 2025-06-06? (TO) 3600.27 3485.46

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
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.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
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 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4544305-1753233633.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.30/0.21	c ... done. Wall clock time 0.071s.
0.30/0.21	c declared #vars     2103
0.30/0.21	c #constraints  2105
0.30/0.21	c constraints type 
0.30/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1404
0.30/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 700
0.30/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.30/0.21	c 2105 constraints processed.
4.38/2.63	c cleaning 2500 clauses out of 5000 with flag 12015/5000
7.38/5.06	c cleaning 4252 clauses out of 8503 with flag 29144/11003
10.47/7.98	c cleaning 5623 clauses out of 11249 with flag 52308/18001
13.92/11.28	c cleaning 6815 clauses out of 13630 with flag 78781/26005
18.11/15.13	c cleaning 7903 clauses out of 15811 with flag 111853/35001
22.56/19.32	c cleaning 8950 clauses out of 17908 with flag 149443/45001
27.19/23.81	c cleaning 9979 clauses out of 19958 with flag 191926/56001
32.65/29.08	c cleaning 10987 clauses out of 21980 with flag 241171/68002
39.16/35.20	c cleaning 11992 clauses out of 23994 with flag 290123/81003
45.86/41.65	c cleaning 13000 clauses out of 26000 with flag 340964/95001
53.73/49.17	c cleaning 14001 clauses out of 28001 with flag 416265/110002
61.61/56.76	c cleaning 14996 clauses out of 29998 with flag 501536/126000
70.70/65.47	c cleaning 16000 clauses out of 32002 with flag 586128/143000
79.25/73.61	c cleaning 17000 clauses out of 34002 with flag 656796/161000
89.45/83.56	c cleaning 17995 clauses out of 36003 with flag 738712/180001
100.38/94.18	c cleaning 19004 clauses out of 38008 with flag 820775/200001
112.21/105.65	c cleaning 20000 clauses out of 40003 with flag 910278/221000
124.21/117.32	c cleaning 21002 clauses out of 42004 with flag 1004702/243001
137.52/130.12	c cleaning 21999 clauses out of 44001 with flag 1112204/266000
151.09/143.43	c cleaning 23000 clauses out of 46003 with flag 1215448/290001
167.76/158.50	c cleaning 24002 clauses out of 48003 with flag 1338769/315001
182.42/172.95	c cleaning 24993 clauses out of 50002 with flag 1488009/341002
192.77/182.51	c cleaning 25998 clauses out of 52007 with flag 1579561/368000
200.32/189.90	c cleaning 27002 clauses out of 54010 with flag 1641742/396001
208.31/197.37	c cleaning 28002 clauses out of 56007 with flag 1705080/425000
217.19/205.70	c cleaning 28997 clauses out of 58006 with flag 1770170/455001
226.01/214.07	c cleaning 30003 clauses out of 60008 with flag 1837974/486000
235.34/223.03	c cleaning 30997 clauses out of 62006 with flag 1907839/518001
245.86/232.80	c cleaning 32004 clauses out of 64008 with flag 1981390/551000
255.55/242.03	c cleaning 33003 clauses out of 66005 with flag 2056378/585001
266.51/252.41	c cleaning 34001 clauses out of 68001 with flag 2133293/620000
276.80/262.07	c cleaning 35001 clauses out of 70001 with flag 2211051/656001
286.95/271.81	c cleaning 35997 clauses out of 72002 with flag 2291216/693003
297.86/282.08	c cleaning 36995 clauses out of 74002 with flag 2373256/731000
309.14/292.75	c cleaning 38001 clauses out of 76010 with flag 2457268/770003
320.95/303.88	c cleaning 38995 clauses out of 78006 with flag 2543471/810000
333.81/316.28	c cleaning 40004 clauses out of 80011 with flag 2634404/851000
349.77/330.15	c cleaning 41003 clauses out of 82010 with flag 2729881/893003
362.09/341.77	c cleaning 41995 clauses out of 84004 with flag 2824163/936000
375.68/354.86	c cleaning 43002 clauses out of 86010 with flag 2921124/980001
389.30/367.52	c cleaning 43997 clauses out of 88007 with flag 3021364/1025000
402.71/380.22	c cleaning 44999 clauses out of 90012 with flag 3120888/1071002
416.19/393.02	c cleaning 46002 clauses out of 92012 with flag 3221166/1118001
432.15/408.14	c cleaning 47005 clauses out of 94010 with flag 3319532/1166001
450.08/425.38	c cleaning 48000 clauses out of 96004 with flag 3419320/1215000
472.90/447.45	c cleaning 49001 clauses out of 98005 with flag 3520266/1265001
492.88/466.50	c cleaning 49999 clauses out of 100004 with flag 3624580/1316001
515.59/488.51	c cleaning 51003 clauses out of 102005 with flag 3731377/1368001
540.57/511.33	c cleaning 51994 clauses out of 104002 with flag 3839888/1421001
565.85/535.51	c cleaning 53004 clauses out of 106007 with flag 3950435/1475000
591.24/560.28	c cleaning 54000 clauses out of 108003 with flag 4063596/1530000
617.77/585.97	c cleaning 54996 clauses out of 110003 with flag 4178283/1586000
644.59/611.99	c cleaning 55999 clauses out of 112008 with flag 4295143/1643001
676.06/642.58	c cleaning 57000 clauses out of 114009 with flag 4414038/1701001
707.18/672.69	c cleaning 58002 clauses out of 116008 with flag 4534351/1760000
737.59/702.39	c cleaning 59003 clauses out of 118006 with flag 4657372/1820000
768.69/732.63	c cleaning 59995 clauses out of 120003 with flag 4783566/1881000
801.52/764.49	c cleaning 61004 clauses out of 122008 with flag 4911967/1943000
839.27/801.18	c cleaning 62002 clauses out of 124005 with flag 5039988/2006001
875.47/833.72	c cleaning 63000 clauses out of 126005 with flag 5170291/2070003
904.14/861.12	c cleaning 63996 clauses out of 128002 with flag 5301616/2135000
936.97/892.72	c cleaning 64998 clauses out of 130006 with flag 5436255/2201000
977.61/932.32	c cleaning 66001 clauses out of 132008 with flag 5572256/2268000
1011.12/964.83	c cleaning 67001 clauses out of 134007 with flag 5711806/2336000
1049.48/1002.18	c cleaning 68001 clauses out of 136007 with flag 5853301/2405001
1088.10/1039.70	c cleaning 68994 clauses out of 138005 with flag 5997636/2475000
1132.18/1082.68	c cleaning 70000 clauses out of 140012 with flag 6143489/2546001
1176.55/1125.90	c cleaning 70995 clauses out of 142012 with flag 6291125/2618001
1220.16/1168.58	c cleaning 72006 clauses out of 144016 with flag 6440554/2691000
1270.94/1216.03	c cleaning 72999 clauses out of 146010 with flag 6591562/2765000
1317.06/1260.92	c cleaning 74002 clauses out of 148012 with flag 6744246/2840001
1373.11/1315.83	c cleaning 74998 clauses out of 150010 with flag 6899286/2916001
1429.30/1370.86	c cleaning 76002 clauses out of 152012 with flag 7057064/2993001
1483.60/1424.00	c cleaning 76997 clauses out of 154011 with flag 7216879/3071002
1539.98/1479.16	c cleaning 77999 clauses out of 156013 with flag 7379694/3150001
1600.57/1538.56	c cleaning 79001 clauses out of 158013 with flag 7544050/3230000
1658.97/1595.52	c cleaning 79999 clauses out of 160012 with flag 7711784/3311000
1726.29/1658.44	c cleaning 81001 clauses out of 162013 with flag 7880354/3393000
1795.88/1726.73	c cleaning 82002 clauses out of 164014 with flag 8050127/3476002
1855.81/1785.56	c cleaning 83000 clauses out of 166010 with flag 8224507/3560000
1918.13/1846.79	c cleaning 83999 clauses out of 168011 with flag 8402097/3645001
1986.35/1913.83	c cleaning 85004 clauses out of 170011 with flag 8583706/3731000
2050.68/1977.03	c cleaning 85996 clauses out of 172007 with flag 8763102/3818000
2119.92/2044.73	c cleaning 87000 clauses out of 174011 with flag 8942009/3906000
2185.11/2108.58	c cleaning 87999 clauses out of 176012 with flag 9124249/3995001
2251.89/2170.11	c cleaning 89005 clauses out of 178014 with flag 9307994/4085002
2314.04/2230.65	c cleaning 90000 clauses out of 180007 with flag 9492209/4176000
2380.07/2295.11	c cleaning 90998 clauses out of 182007 with flag 9678818/4268000
2459.11/2372.84	c cleaning 92002 clauses out of 184011 with flag 9867846/4361002
2550.60/2462.85	c cleaning 93000 clauses out of 186009 with flag 10060861/4455002
2624.51/2535.36	c cleaning 94001 clauses out of 188008 with flag 10258884/4550001
2725.51/2634.85	c cleaning 95004 clauses out of 190007 with flag 10457715/4646001
2822.98/2728.13	c cleaning 95997 clauses out of 192002 with flag 10657863/4743000
2898.05/2801.43	c cleaning 96993 clauses out of 194006 with flag 10860337/4841001
2957.16/2859.11	c cleaning 98000 clauses out of 196012 with flag 11063218/4940000
3021.14/2921.64	c cleaning 98998 clauses out of 198013 with flag 11267066/5040001
3090.35/2989.04	c cleaning 99999 clauses out of 200015 with flag 11472037/5141001
3165.47/3062.71	c cleaning 101005 clauses out of 202015 with flag 11681716/5243000
3240.04/3132.71	c cleaning 102002 clauses out of 204011 with flag 11895538/5346001
3313.43/3204.22	c cleaning 103004 clauses out of 206008 with flag 12108687/5450000
3394.70/3283.92	c cleaning 104002 clauses out of 208004 with flag 12324933/5555000
3477.26/3364.96	c cleaning 105000 clauses out of 210002 with flag 12543254/5661000
3556.06/3442.29	c cleaning 105998 clauses out of 212002 with flag 12761578/5768000
3600.07/3485.31	c starts		: 14780
3600.07/3485.31	c conflicts		: 5835667
3600.07/3485.32	c decisions		: 17422285
3600.07/3485.32	c propagations		: 2096980577
3600.07/3485.32	c inspects		: 6511732482
3600.07/3485.32	c shortcuts		: 0
3600.07/3485.32	c learnt literals	: 0
3600.07/3485.32	c learnt binary clauses	: 0
3600.07/3485.32	c learnt ternary clauses	: 0
3600.07/3485.32	c learnt constraints	: 5835667
3600.07/3485.32	c ignored constraints	: 0
3600.07/3485.32	c root simplifications	: 0
3600.07/3485.32	c removed literals (reason simplification)	: 64605779
3600.07/3485.32	c reason swapping (by a shorter reason)	: 0
3600.07/3485.32	c Calls to reduceDB	: 103
3600.07/3485.32	c Number of update (reduction) of LBD	: 106553
3600.07/3485.32	c Imported unit clauses	: 0
3600.07/3485.32	c No decision after first conflict	: false
3600.07/3485.32	c number of reductions to clauses (during analyze)	: 0
3600.07/3485.32	c number of learned constraints concerned by reduction	: 0
3600.07/3485.32	c number of learning phase by resolution	: 0
3600.07/3485.32	c number of learning phase by cutting planes	: 0
3600.07/3485.32	c number of rounding to 1 operations	: 0
3600.07/3485.32	c timeout
3600.07/3485.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3485.32	c number of reductions of the coefficients by power 2 	: 0
3600.07/3485.32	c number of right shift for reduction by power 2 	: 0
3600.07/3485.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3485.32	c number of ending skipping 	: 0
3600.07/3485.32	c number of internal skipping 	: 0
3600.07/3485.32	c number of derivation steps 	: 0
3600.07/3485.32	c number of skipped derivation steps 	: 0
3600.07/3485.32	c number of remaining unassigned 	: 0
3600.07/3485.33	c number of remaining assigned 	: 0
3600.07/3485.33	c number of falsified literals weakened from reason	: 0
3600.07/3485.33	c number of falsified literals weakened from conflict	: 0
3600.07/3485.33	c time for arithmetic operations	: 0
3600.07/3485.33	c minimum degree of deleted constraints	: null
3600.07/3485.33	c maximum degree of deleted constraints	: null
3600.07/3485.33	c number of deleted constraints	: 0
3600.07/3485.33	c speed (assignments/second)	: 601697.0990872597
3600.07/3485.33	c non guided choices	: 170
3600.07/3485.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 173671
3600.07/3485.39	s UNKNOWN
3600.07/3485.39	c Total wall clock time (in seconds): 3485.251

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: 63665 MiB (59692 MiB free)
  memory of node 1: 64507 MiB (53343 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544305-1753233633/watcher-4544305-1753233633 -o /tmp/evaluation-result-4544305-1753233633/solver-4544305-1753233633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178284 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544305-1753233633 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544305-1753233633.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=178333, runsolver pid=178324

[startup+0.100058 s]*
/proc/loadavg: 1.06 1.12 1.79 10/333 178410
/proc/meminfo: memFree=115670544/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=18930384 memory=53248 CPUtime=0.11 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 6464 0 38 0 9 2 0 0 20 0 18 0 239043193 19384713216 13312 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4732596 13312 5334 1 0 547568 0
[pid=178333/tid=178336] ppid=178324 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 4977 0 38 0 5 1 0 0 20 0 18 0 239043196 19384713216 13312 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 13312 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 13312 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53248 KiB

[startup+0.204926 s]*
/proc/loadavg: 1.06 1.12 1.79 14/333 178410
/proc/meminfo: memFree=115596172/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=18930384 memory=76260 CPUtime=0.3 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 7036 0 38 0 28 2 0 0 20 0 18 0 239043193 19384713216 19065 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4732596 19065 5430 1 0 547919 0
[pid=178333/tid=178336] ppid=178324 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 5286 0 38 0 15 1 0 0 20 0 18 0 239043196 19384713216 19065 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 19065 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 19065 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76260 KiB

[startup+0.304887 s]*
/proc/loadavg: 1.06 1.12 1.79 11/337 178414
/proc/meminfo: memFree=115437376/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=18996948 memory=89732 CPUtime=0.49 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 8319 0 38 0 46 3 0 0 20 0 19 0 239043193 19452874752 22433 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4749237 22433 5462 1 0 548890 0
[pid=178333/tid=178336] ppid=178324 vsize=18996948 memory=-8744696782398464700 CPUtime=0.25 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 5360 0 38 0 23 2 0 0 20 0 19 0 239043196 19452874752 22433 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239043198 19452874752 22433 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239043198 19452874752 22433 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239043215 19452874752 22433 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89732 KiB

[startup+0.700224 s]
/proc/loadavg: 1.06 1.12 1.79 10/339 178416
/proc/meminfo: memFree=115305176/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=168668 CPUtime=1.26 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 13122 0 38 0 120 6 0 0 20 0 20 0 239043193 19521036288 42167 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 42167 5494 1 0 551698 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=27264 CPUtime=0.59 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 5395 0 38 0 56 3 0 0 20 0 20 0 239043196 19521036288 42167 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 42167 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 42167 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 42167 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168668 KiB

[startup+1.50022 s]
/proc/loadavg: 1.06 1.12 1.79 10/341 178418
/proc/meminfo: memFree=115128844/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=196220 CPUtime=2.83 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 14376 0 38 0 275 8 0 0 20 0 20 0 239043193 19521036288 49055 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 49055 5494 1 0 551774 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=10880 CPUtime=1.3 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 5405 0 38 0 126 4 0 0 20 0 20 0 239043196 19521036288 49055 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 49055 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 49055 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 49055 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196220 KiB

[startup+3.10557 s]
/proc/loadavg: 1.69 1.26 1.83 6/341 178418
/proc/meminfo: memFree=112747508/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=568692 CPUtime=5.07 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 16016 0 38 0 490 17 0 0 20 0 20 0 239043193 19521036288 142173 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 142173 5494 1 0 1314248 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=10880 CPUtime=2.77 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 5571 0 38 0 267 10 0 0 20 0 20 0 239043196 19521036288 142173 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=-8888811970474320572 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 142173 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 142173 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 142173 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 568692 KiB

[startup+6.30022 s]
/proc/loadavg: 1.69 1.26 1.83 6/341 178418
/proc/meminfo: memFree=108833456/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=1424632 CPUtime=8.75 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 17017 0 38 0 838 37 0 0 20 0 20 0 239043193 19521036288 356158 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 356158 5494 1 0 1496061 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=0 CPUtime=5.77 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 5931 0 38 0 551 26 0 0 20 0 20 0 239043196 19521036288 356158 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 356158 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 356158 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=196220 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 356158 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1424632 KiB

[startup+12.7002 s]
/proc/loadavg: 2.20 1.38 1.86 7/341 178418
/proc/meminfo: memFree=104130620/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=1836464 CPUtime=15.51 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 20507 0 38 0 1498 53 0 0 20 0 20 0 239043193 19521036288 459116 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 459116 5494 1 0 1496089 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=196220 CPUtime=11.78 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 7280 0 38 0 1141 37 0 0 20 0 20 0 239043196 19521036288 459116 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 459116 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=1793392 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 459116 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 459116 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 15.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1836464 KiB

[startup+25.5002 s]
/proc/loadavg: 2.56 1.48 1.89 6/341 178418
/proc/meminfo: memFree=98472512/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=2608900 CPUtime=28.98 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 24492 0 38 0 2816 82 0 0 20 0 20 0 239043193 19521036288 652225 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 652225 5494 1 0 1623516 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=1793392 CPUtime=23.87 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 8263 0 38 0 2326 61 0 0 20 0 20 0 239043196 19521036288 652225 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 652225 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 652225 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 652225 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 28.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608900 KiB

[startup+51.1054 s]
/proc/loadavg: 3.46 1.78 1.98 6/342 178420
/proc/meminfo: memFree=87928144/131250000 swapFree=33010416/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=4127708 CPUtime=55.73 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 32414 0 38 0 5434 139 0 0 20 0 20 0 239043193 19521036288 1031927 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 1031927 5526 1 0 1723788 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=3904440 CPUtime=48.19 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 11087 0 38 0 4722 97 0 0 20 0 20 0 239043196 19521036288 1031927 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0

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

/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3272 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=16188744 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3208.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16188744 KiB

[startup+3162.3 s]
/proc/loadavg: 4.62 4.90 4.83 6/344 178674
/proc/meminfo: memFree=40799800/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16188744 CPUtime=3270.42 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 3574005 0 38 0 324192 2850 0 0 20 0 20 0 239043193 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4047186 5526 1 0 4061651 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=16171328 CPUtime=3057.53 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3188029 0 38 0 303115 2638 0 0 20 0 20 0 239043196 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=16188744 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3363 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=16188744 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4047186 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3270.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16188744 KiB

[startup+3222.3 s]
/proc/loadavg: 4.84 4.91 4.84 6/347 178881
/proc/meminfo: memFree=38835864/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16196956 CPUtime=3331.83 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 3664958 0 38 0 330289 2894 0 0 20 0 20 0 239043193 19521036288 4049239 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4049239 5526 1 0 4063739 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=6784 CPUtime=3115.74 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3267798 0 38 0 308895 2679 0 0 20 0 20 0 239043196 19521036288 4049239 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=-8888811970474320572 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4049239 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3452 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4049239 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=16196956 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4049239 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3331.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16196956 KiB

[startup+3282.3 s]
/proc/loadavg: 4.72 4.87 4.83 6/345 178883
/proc/meminfo: memFree=36191688/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16205164 CPUtime=3393.11 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 3755665 0 38 0 336375 2936 0 0 20 0 20 0 239043193 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4051291 5526 1 0 4065827 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=16205164 CPUtime=3174.1 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3344231 0 38 0 314691 2719 0 0 20 0 20 0 239043196 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=16205164 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3512 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=16205164 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3393.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16205164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.76 4.86 4.83 6/345 178886
/proc/meminfo: memFree=32641856/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16205164 CPUtime=3454.31 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 3847590 0 38 0 342454 2977 0 0 20 0 20 0 239043193 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4051291 5526 1 0 4065827 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=16205164 CPUtime=3232.57 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3421650 0 38 0 320498 2759 0 0 20 0 20 0 239043196 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=16205164 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=16205164 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3570 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=-8888811970474320572 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4051291 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3454.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16205164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.83 4.88 4.84 6/345 179019
/proc/meminfo: memFree=66251164/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16213380 CPUtime=3515.45 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 3939666 0 38 0 348526 3019 0 0 20 0 20 0 239043193 19521036288 4053345 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4053345 5526 1 0 4067915 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=5760 CPUtime=3291.09 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3499296 0 38 0 326311 2798 0 0 20 0 20 0 239043196 19521036288 4053345 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=16213380 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4053345 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=16213380 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3651 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4053345 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=16213380 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4053345 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3515.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16213380 KiB

[startup+3462.3 s]
/proc/loadavg: 4.82 4.88 4.84 5/347 179091
/proc/meminfo: memFree=92222764/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16221604 CPUtime=3576.55 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 4030811 0 38 0 354593 3062 0 0 20 0 20 0 239043193 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4055401 5526 1 0 4070003 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=5760 CPUtime=3349.63 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3577071 0 38 0 332124 2839 0 0 20 0 20 0 239043196 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=16213380 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=16213380 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3785 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=16221604 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3576.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16221604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3485.3 s]
/proc/loadavg: 4.65 4.84 4.82 5/347 179095
/proc/meminfo: memFree=89736684/131250000 swapFree=33009904/33010684
[pid=178333] ppid=178324 vsize=19063512 memory=16221604 CPUtime=3600.07 cores=4,6
/proc/178333/stat : 178333 (java) S 178324 178333 178273 0 -1 4194304 4032549 0 38 0 356928 3079 0 0 20 0 20 0 239043193 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
/proc/178333/statm: 4765878 4055401 5526 1 0 4070003 0
[pid=178333/tid=178336] ppid=178324 vsize=19063512 memory=16221604 CPUtime=3371.97 cores=4,6
/proc/178333/task/178336/stat : 178336 (java) R 178324 178333 178273 0 -1 4194368 3578531 0 38 0 334341 2856 0 0 20 0 20 0 239043196 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178361] ppid=178324 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/178333/task/178361/stat : 178361 (Finalizer) S 178324 178333 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178375] ppid=178324 vsize=19063512 memory=16221604 CPUtime=0 cores=4,6
/proc/178333/task/178375/stat : 178375 (Common-Cleaner) S 178324 178333 178273 0 -1 4194368 3786 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
[pid=178333/tid=178412] ppid=178324 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/178333/task/178412/stat : 178412 (Timer-0) S 178324 178333 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4055401 18446744073709551615 94829557641216 94829557644912 140736101975328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94829557652728 94829557653520 94829583466496 140736101984596 140736101984740 140736101984740 140736101990344 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16221604 KiB

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

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

# cumulated CPU time of all completed processes:  user=3569.42 s, system=30.8532 s

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

[startup+3485.41 s]*
/proc/loadavg: 4.65 4.84 4.82 5/329 179098
/proc/meminfo: memFree=92878968/131250000 swapFree=33009904/33010684
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): 3485.46
CPU time (s): 3600.27
CPU user time (s): 3569.42
CPU system time (s): 30.8532
CPU usage (%): 103.294
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16221604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.42
system time used= 30.8532
maximum resident set size= 16222500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4035165
page faults= 38
swaps= 0
block input operations= 8
block output operations= 63574312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128003
involuntary context switches= 16257


# summary of solver processes directly reported to runsolver:
#   pid: 178333
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3569.42
#   total CPU system time (s): 30.8532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.13442 second user time and 14.976 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 03:20:33
IDJOB=4544305
IDBENCH=175223
IDSOLVER=3364
FILE ID=nodeC027/4544305-1753233633
RUNJOBID= nodeC027-1753233633-178284
SLURM_JOB_ID= 9687850
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544305-1753233633/watcher-4544305-1753233633 -o /tmp/evaluation-result-4544305-1753233633/solver-4544305-1753233633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178284 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544305-1753233633 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544305-1753233633.opb

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=377310218

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.776
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.775
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.778
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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.801
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.622
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.630
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.679
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3600.296
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115753552 kB
MemAvailable:   129679608 kB
Buffers:            2488 kB
Cached:         14691776 kB
SwapCached:            8 kB
Active:          1172112 kB
Inactive:       13595044 kB
Active(anon):      96356 kB
Inactive(anon):     2788 kB
Active(file):    1075756 kB
Inactive(file): 13592256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2728 kB
Writeback:             0 kB
AnonPages:         76732 kB
Mapped:           108560 kB
Shmem:             26252 kB
KReclaimable:     194164 kB
Slab:             290080 kB
SReclaimable:     194164 kB
SUnreclaim:        95916 kB
KernelStack:        4128 kB
PageTables:         2996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     348076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 399852 MiB
End job on nodeC027 at 2025-07-23 04:18:39