Trace number 4517773

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)5 3600.47 3697.85

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=3.opb
MD5SUM970aa3d1f1d45876cf8a11b4225544dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.080382
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124
Total number of constraints1676
Number of constraints which are clauses1668
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.22	c version PB25.v20250606
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2106806208
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	c Number of processors 	2
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Use constraints as they come during conflict analysis
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: EFFECTIVE
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Dynamic restart strategy considering the size of the coefficients
0.59/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4517773-1751542805.opb
0.59/0.45	c reading problem ... 
0.59/0.46	c using VERIPB proof format
0.59/0.46	c  objective function found
0.93/0.65	c ... done. Wall clock time 0.187s.
0.93/0.65	c declared #vars     124
0.93/0.65	c #constraints  1676
0.93/0.65	c constraints type 
0.93/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.93/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1668
0.93/0.66	c 1676 constraints processed.
0.93/0.68	c objective function length is 8 literals
1.29/0.80	c SATISFIABLE
1.29/0.81	c OPTIMIZING...
1.29/0.81	c Got one! Elapsed wall clock time (in seconds):0.358
1.29/0.81	o 8
1.29/0.88	c Got one! Elapsed wall clock time (in seconds):0.425
1.29/0.88	o 7
1.89/1.18	c Got one! Elapsed wall clock time (in seconds):0.726
1.89/1.18	o 6
1.89/1.19	c Got one! Elapsed wall clock time (in seconds):0.744
1.89/1.19	o 5
4.24/2.30	c cleaning 2990 clauses out of 5986 with flag 0/5986
6.42/3.49	c cleaning 4487 clauses out of 8996 with flag 0/11986
8.49/4.61	c cleaning 5751 clauses out of 11509 with flag 0/18986
9.71/5.78	c cleaning 6877 clauses out of 13759 with flag 0/26987
12.06/7.60	c cleaning 7941 clauses out of 15882 with flag 0/35987
14.51/9.96	c cleaning 8967 clauses out of 17940 with flag 0/45986
17.23/12.67	c cleaning 9983 clauses out of 19973 with flag 0/56986
20.98/16.25	c cleaning 10992 clauses out of 21991 with flag 0/68987
25.08/20.39	c cleaning 11999 clauses out of 23998 with flag 0/81986
29.90/25.15	c cleaning 12997 clauses out of 25999 with flag 0/95986
35.16/30.48	c cleaning 13996 clauses out of 28002 with flag 0/110986
40.59/35.82	c cleaning 15003 clauses out of 30007 with flag 0/126987
47.69/42.72	c cleaning 15997 clauses out of 32004 with flag 0/143987
56.54/51.42	c cleaning 16990 clauses out of 34006 with flag 0/161986
66.56/61.43	c cleaning 17998 clauses out of 36016 with flag 0/180986
77.10/71.93	c cleaning 19003 clauses out of 38018 with flag 0/200986
87.60/82.32	c cleaning 20006 clauses out of 40015 with flag 0/221986
101.10/95.54	c cleaning 21001 clauses out of 42009 with flag 0/243986
114.65/108.93	c cleaning 21994 clauses out of 44009 with flag 0/266987
130.29/124.59	c cleaning 22992 clauses out of 46015 with flag 0/290987
148.54/142.77	c cleaning 24009 clauses out of 48023 with flag 0/315987
167.15/161.25	c cleaning 24999 clauses out of 50015 with flag 0/341988
187.59/181.34	c cleaning 26006 clauses out of 52015 with flag 0/368987
208.86/202.34	c cleaning 27003 clauses out of 54009 with flag 0/396987
232.49/225.75	c cleaning 27988 clauses out of 56005 with flag 0/425986
255.21/248.26	c cleaning 29005 clauses out of 58017 with flag 0/455986
279.05/271.88	c cleaning 30003 clauses out of 60012 with flag 0/486986
304.31/296.99	c cleaning 30999 clauses out of 62009 with flag 0/518986
331.64/324.00	c cleaning 32001 clauses out of 64010 with flag 0/551986
363.92/357.26	c cleaning 33002 clauses out of 66011 with flag 0/585988
394.96/391.73	c cleaning 34000 clauses out of 68007 with flag 0/620986
430.63/427.37	c cleaning 34996 clauses out of 70008 with flag 0/656987
469.26/465.72	c cleaning 35993 clauses out of 72011 with flag 0/693986
509.25/505.50	c cleaning 37010 clauses out of 74019 with flag 0/731987
549.86/546.17	c cleaning 37996 clauses out of 76011 with flag 0/770989
591.82/587.92	c cleaning 38997 clauses out of 78012 with flag 0/810986
634.68/633.26	c cleaning 40003 clauses out of 80015 with flag 0/851986
677.43/680.37	c cleaning 41002 clauses out of 82012 with flag 0/893986
723.65/726.41	c cleaning 42004 clauses out of 84011 with flag 0/936987
772.30/774.80	c cleaning 42999 clauses out of 86006 with flag 0/980986
821.16/823.70	c cleaning 43999 clauses out of 88008 with flag 0/1025987
873.40/876.11	c cleaning 44996 clauses out of 90009 with flag 0/1071987
931.09/937.44	c cleaning 46005 clauses out of 92012 with flag 0/1118986
991.12/997.17	c cleaning 46993 clauses out of 94007 with flag 0/1166986
1052.94/1061.02	c cleaning 48003 clauses out of 96014 with flag 0/1215986
1117.13/1124.96	c cleaning 49000 clauses out of 98012 with flag 0/1265987
1183.65/1190.93	c cleaning 49998 clauses out of 100011 with flag 0/1316986
1252.42/1259.28	c cleaning 51002 clauses out of 102013 with flag 0/1368986
1316.25/1322.63	c cleaning 51998 clauses out of 104011 with flag 0/1421986
1384.75/1390.56	c cleaning 52755 clauses out of 106013 with flag 0/1475986
1458.33/1465.35	c cleaning 53372 clauses out of 108258 with flag 0/1530986
1529.31/1541.98	c cleaning 54347 clauses out of 110886 with flag 0/1586986
1603.62/1615.64	c cleaning 55329 clauses out of 113539 with flag 0/1643986
1681.08/1692.70	c cleaning 56439 clauses out of 116210 with flag 0/1701986
1766.98/1790.76	c cleaning 57401 clauses out of 118771 with flag 0/1760986
1852.33/1878.54	c cleaning 58671 clauses out of 121370 with flag 0/1820986
1941.57/1967.19	c cleaning 59816 clauses out of 123699 with flag 0/1881986
2035.45/2062.23	c cleaning 60881 clauses out of 125883 with flag 0/1943986
2127.02/2153.25	c cleaning 61929 clauses out of 128002 with flag 0/2006986
2222.82/2252.93	c cleaning 62943 clauses out of 130074 with flag 0/2070987
2323.23/2352.73	c cleaning 63944 clauses out of 132130 with flag 0/2135986
2428.75/2457.73	c cleaning 64945 clauses out of 134186 with flag 0/2201986
2534.17/2572.08	c cleaning 65954 clauses out of 136242 with flag 0/2268987
2640.64/2687.71	c cleaning 66945 clauses out of 138287 with flag 0/2336986
2751.31/2797.90	c cleaning 67950 clauses out of 140343 with flag 0/2405987
2869.73/2918.48	c cleaning 68948 clauses out of 142393 with flag 0/2475987
2987.20/3045.04	c cleaning 69955 clauses out of 144445 with flag 0/2546987
3102.32/3163.24	c cleaning 70953 clauses out of 146489 with flag 0/2618986
3226.02/3292.61	c cleaning 71959 clauses out of 148537 with flag 0/2691987
3361.77/3427.60	c cleaning 72971 clauses out of 150579 with flag 0/2765988
3498.16/3576.74	c cleaning 73955 clauses out of 152606 with flag 0/2840986
3600.08/3697.63	c starts		: 10610
3600.08/3697.64	c conflicts		: 2906001
3600.08/3697.64	c decisions		: 6691703
3600.08/3697.64	c propagations		: 40676613
3600.08/3697.64	c inspects		: 10623658262
3600.08/3697.64	c shortcuts		: 0
3600.08/3697.64	c learnt literals	: 0
3600.08/3697.64	c learnt binary clauses	: 0
3600.08/3697.64	c learnt ternary clauses	: 0
3600.08/3697.64	c learnt constraints	: 2906000
3600.08/3697.64	c ignored constraints	: 0
3600.08/3697.64	c root simplifications	: 0
3600.08/3697.64	c removed literals (reason simplification)	: 0
3600.08/3697.64	c reason swapping (by a shorter reason)	: 0
3600.08/3697.64	c Calls to reduceDB	: 71
3600.08/3697.64	c Number of update (reduction) of LBD	: 3446767
3600.08/3697.64	c Imported unit clauses	: 0
3600.08/3697.64	c No decision after first conflict	: false
3600.08/3697.64	c number of reductions to clauses (during analyze)	: 0
3600.08/3697.64	c number of learned constraints concerned by reduction	: 0
3600.08/3697.64	c number of learning phase by resolution	: 0
3600.08/3697.64	c number of learning phase by cutting planes	: 0
3600.08/3697.64	c number of rounding to 1 operations	: 0
3600.08/3697.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3697.64	c number of reductions of the coefficients by power 2 	: 0
3600.08/3697.64	c number of right shift for reduction by power 2 	: 0
3600.08/3697.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3697.64	c number of ending skipping 	: 0
3600.08/3697.64	c number of internal skipping 	: 0
3600.08/3697.64	c number of derivation steps 	: 17115740
3600.08/3697.64	c number of skipped derivation steps 	: 0
3600.08/3697.64	c number of remaining unassigned 	: 2647
3600.08/3697.64	c number of remaining assigned 	: 55393630
3600.08/3697.64	c number of falsified literals weakened from reason	: 0
3600.08/3697.64	c number of falsified literals weakened from conflict	: 0
3600.08/3697.65	c time for arithmetic operations	: 3453002341
3600.08/3697.65	c minimum degree of deleted constraints	: 1
3600.08/3697.65	c maximum degree of deleted constraints	: 104155794
3600.08/3697.65	c number of deleted constraints	: 2762335
3600.08/3697.65	c speed (assignments/second)	: 11002.728189697635
3600.08/3697.65	c non guided choices	: 231
3600.28/3697.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 106096
3600.28/3697.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2350
3600.28/3697.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 35219
3600.28/3697.77	s SATISFIABLE
3600.28/3697.77	c Found 4 solution(s)
3600.28/3697.78	v x1 x2 x3 -x4 x5 x6 -x7 -x8 x9 -x10 x11 -x12 x13 x14 -x15 x16 -x17 x18 -x19 -x20 -x21 -x22 x23 x24 -x25 x26 x27 x28 x29 -x30 x31 -x32 -x33 x34 x35 x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 x108 -x109 -x110 -x111 x112 x113 -x114 -x115 -x116 -x117 x118 -x119 x120 -x121 x122 -x123 -x124 
3600.28/3697.78	c objective function=5
3600.28/3697.78	c Total wall clock time (in seconds): 3697.332

Verifier Data

OK	5

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: 63837 MiB (63205 MiB free)
  memory of node 1: 64465 MiB (62885 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517773-1751542805/watcher-4517773-1751542805 -o /tmp/evaluation-result-4517773-1751542805/solver-4517773-1751542805 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751542805-78679 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517773-1751542805 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517773-1751542805.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
solver pid=78729, runsolver pid=78720
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 0.05 0.82 2.26 9/319 78806
/proc/meminfo: memFree=129058492/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=18930344 memory=45368 CPUtime=0.09 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 5354 0 138 0 4 5 0 0 20 0 18 0 69959722 19384672256 11342 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4732586 11342 4888 1 0 546674 0
[pid=78729/tid=78740] ppid=78720 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 4476 0 138 0 3 3 0 0 20 0 18 0 69959725 19384672256 11342 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=18930344 memory=14857 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69959730 19384672256 11342 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=18930344 memory=59593594242043 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69959732 19384672256 11342 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45368 KiB

[startup+0.213648 s]*
/proc/loadavg: 0.05 0.82 2.26 6/319 78806
/proc/meminfo: memFree=129046080/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=18930384 memory=49592 CPUtime=0.25 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 6049 0 138 0 19 6 0 0 20 0 18 0 69959722 19384713216 12398 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4732596 12398 5304 1 0 547228 0
[pid=78729/tid=78740] ppid=78720 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 4866 0 138 0 11 4 0 0 20 0 18 0 69959725 19384713216 12398 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69959730 19384713216 12398 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69959732 19384713216 12398 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49592 KiB

[startup+0.314202 s]*
/proc/loadavg: 0.05 0.82 2.26 12/319 78806
/proc/meminfo: memFree=129031840/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=18930384 memory=55848 CPUtime=0.42 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 6580 0 138 0 35 7 0 0 20 0 18 0 69959722 19384713216 13962 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4732596 13962 5304 1 0 547661 0
[pid=78729/tid=78740] ppid=78720 vsize=18930384 memory=-6000919498526516328 CPUtime=0.25 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) D 78720 78729 78032 0 -1 4194368 5032 0 138 0 20 5 0 0 20 0 18 0 69959725 19384713216 13962 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69959730 19384713216 13962 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69959732 19384713216 13962 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55848 KiB

[startup+0.700328 s]
/proc/loadavg: 0.05 0.82 2.26 14/319 78806
/proc/meminfo: memFree=129012272/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=18996948 memory=67700 CPUtime=1.1 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 7409 0 138 0 101 9 0 0 20 0 19 0 69959722 19452874752 16925 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4749237 16925 5432 1 0 548483 0
[pid=78729/tid=78740] ppid=78720 vsize=18996948 memory=18432 CPUtime=0.54 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 5450 0 138 0 48 6 0 0 20 0 19 0 69959725 19452874752 16925 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69959730 19452874752 16925 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 69959732 19452874752 16925 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67700 KiB

[startup+1.50468 s]
/proc/loadavg: 0.05 0.82 2.26 12/323 78810
/proc/meminfo: memFree=128839488/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=166908 CPUtime=2.66 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 15436 0 138 0 252 14 0 0 20 0 20 0 69959722 19521036288 41727 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 41727 5496 1 0 551555 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=3200 CPUtime=1.18 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) S 78720 78729 78032 0 -1 4194368 5968 0 138 0 109 9 0 0 20 0 20 0 69959725 19521036288 41727 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 41727 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 41727 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 41727 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166908 KiB

[startup+3.10494 s]
/proc/loadavg: 0.68 0.94 2.29 11/327 78814
/proc/meminfo: memFree=127437596/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=511980 CPUtime=5.84 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 24012 0 138 0 557 27 0 0 20 0 20 0 69959722 19521036288 127995 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 127995 5496 1 0 555158 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=14080 CPUtime=2.71 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 7277 0 138 0 252 19 0 0 20 0 20 0 69959725 19521036288 127995 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 127995 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 127995 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 127995 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 511980 KiB

[startup+6.3004 s]
/proc/loadavg: 0.68 0.94 2.29 7/327 78814
/proc/meminfo: memFree=124605052/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=1316168 CPUtime=10.54 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 25222 0 138 0 1011 43 0 0 20 0 20 0 69959722 19521036288 329042 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 329042 5496 1 0 555269 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=0 CPUtime=5.86 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 8146 0 138 0 552 34 0 0 20 0 20 0 69959725 19521036288 329042 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 329042 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 329042 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=171292 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 329042 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 10.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316168 KiB

[startup+12.7004 s]
/proc/loadavg: 1.19 1.04 2.32 6/327 78814
/proc/meminfo: memFree=122868212/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=1893292 CPUtime=17.36 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 26540 0 138 0 1680 56 0 0 20 0 20 0 69959722 19521036288 473323 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 473323 5496 1 0 701484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=171292 CPUtime=12.12 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 9070 0 138 0 1165 47 0 0 20 0 20 0 69959725 19521036288 473323 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=1893292 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 473323 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 473323 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 473323 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 17.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1893292 KiB

[startup+25.5004 s]
/proc/loadavg: 1.81 1.19 2.34 7/327 78814
/proc/meminfo: memFree=121416200/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=1895588 CPUtime=30.29 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 31338 0 138 0 2969 60 0 0 20 0 20 0 69959722 19521036288 473897 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 473897 5496 1 0 701518 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=1893292 CPUtime=24.6 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 11250 0 138 0 2411 49 0 0 20 0 20 0 69959725 19521036288 473897 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 473897 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 473897 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=1895588 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 473897 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 30.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1895588 KiB

[startup+51.1135 s]
/proc/loadavg: 2.89 1.50 2.42 5/328 78883
/proc/meminfo: memFree=117307484/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=2431480 CPUtime=56.26 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 38218 0 138 0 5550 76 0 0 20 0 20 0 69959722 19521036288 607870 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 607870 5496 1 0 837299 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=2431480 CPUtime=49.5 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 13777 0 138 0 4887 63 0 0 20 0 20 0 69959725 19521036288 607870 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 607870 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=1893292 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 607870 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0

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

/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2348 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3215.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.19 4.14 6/327 79064
/proc/meminfo: memFree=107842992/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3276.05 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 152597 0 138 0 327022 583 0 0 20 0 20 0 69959722 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184517 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3184.69 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 92957 0 138 0 318146 323 0 0 20 0 20 0 69959725 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2397 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3276.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738068 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.17 4.13 5/327 79066
/proc/meminfo: memFree=107833956/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3336.33 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 155089 0 138 0 333042 591 0 0 20 0 20 0 69959722 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184517 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=14080 CPUtime=3243.35 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 95009 0 138 0 324009 326 0 0 20 0 20 0 69959725 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2397 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3336.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738068 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.17 4.13 5/328 79069
/proc/meminfo: memFree=107803832/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3396.58 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 157592 0 138 0 339059 599 0 0 20 0 20 0 69959722 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184517 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3302.37 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 97055 0 138 0 329907 330 0 0 20 0 20 0 69959725 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2459 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3396.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738068 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.21 4.15 5/328 79074
/proc/meminfo: memFree=107794588/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3457.1 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 157938 0 138 0 345103 607 0 0 20 0 20 0 69959722 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184517 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3361.12 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 97285 0 138 0 335779 333 0 0 20 0 20 0 69959725 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2529 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=-6000919507116450920 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3457.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738068 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.21 4.15 5/328 79076
/proc/meminfo: memFree=107764268/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3503.8 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 159765 0 138 0 349767 613 0 0 20 0 20 0 69959722 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184517 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=14080 CPUtime=3406.81 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 98968 0 138 0 340345 336 0 0 20 0 20 0 69959725 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=-6000919507116450920 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2529 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184517 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3503.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738068 KiB

[startup+3642.3 s]
/proc/loadavg: 4.23 4.22 4.16 5/328 79078
/proc/meminfo: memFree=108408532/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738196 CPUtime=3550.47 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 161694 0 138 0 354426 621 0 0 20 0 20 0 69959722 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184549 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=4738068 CPUtime=3452.19 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 100466 0 138 0 344879 340 0 0 20 0 20 0 69959725 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2602 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=4738068 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3550.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3697.6 s]
/proc/loadavg: 4.27 4.23 4.17 7/328 79284
/proc/meminfo: memFree=119223392/131382116 swapFree=33009904/33010684
[pid=78729] ppid=78720 vsize=19063512 memory=4738196 CPUtime=3600.08 cores=4,6
/proc/78729/stat : 78729 (java) S 78720 78729 78032 0 -1 4194304 163296 0 138 0 359380 628 0 0 20 0 20 0 69959722 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
/proc/78729/statm: 4765878 1184549 5528 1 0 1215484 0
[pid=78729/tid=78740] ppid=78720 vsize=19063512 memory=14080 CPUtime=3500.24 cores=4,6
/proc/78729/task/78740/stat : 78740 (java) R 78720 78729 78032 0 -1 4194368 101787 0 138 0 349682 342 0 0 20 0 20 0 69959725 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78774] ppid=78720 vsize=19063512 memory=4738196 CPUtime=0 cores=4,6
/proc/78729/task/78774/stat : 78774 (Finalizer) S 78720 78729 78032 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69959730 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78803] ppid=78720 vsize=19063512 memory=-6000919507116450920 CPUtime=0 cores=4,6
/proc/78729/task/78803/stat : 78803 (Common-Cleaner) S 78720 78729 78032 0 -1 4194368 2602 0 0 0 0 0 0 0 20 0 20 0 69959732 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
[pid=78729/tid=78808] ppid=78720 vsize=19063512 memory=4738196 CPUtime=0 cores=4,6
/proc/78729/task/78808/stat : 78808 (Timer-0) S 78720 78729 78032 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69959791 19521036288 1184549 18446744073709551615 94830387642368 94830387646064 140720731289536 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94830387653880 94830387654672 94830417371136 140720731298093 140720731298278 140720731298278 140720731303880 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.16 s, system=6.31737 s

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

[startup+3697.81 s]*
/proc/loadavg: 4.27 4.23 4.17 6/310 79287
/proc/meminfo: memFree=120201492/131382116 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): 3697.85
CPU time (s): 3600.47
CPU user time (s): 3594.16
CPU system time (s): 6.31737
CPU usage (%): 97.3666
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4739092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.16
system time used= 6.31737
maximum resident set size= 4739348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165945
page faults= 138
swaps= 0
block input operations= 0
block output operations= 656296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147421
involuntary context switches= 14740


# summary of solver processes directly reported to runsolver:
#   pid: 78729
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3594.16
#   total CPU system time (s): 6.31737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2942 second user time and 39.2533 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 13:40:05
IDJOB=4517773
IDBENCH=176184
IDSOLVER=3362
FILE ID=nodeC004/4517773-1751542805
RUNJOBID= nodeC004-1751542805-78679
SLURM_JOB_ID= 9598694
Free space on /tmp= 431680 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517773-1751542805/watcher-4517773-1751542805 -o /tmp/evaluation-result-4517773-1751542805/solver-4517773-1751542805 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751542805-78679 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517773-1751542805 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517773-1751542805.opb

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

MD5SUM BENCH= 970aa3d1f1d45876cf8a11b4225544dc
RANDOM SEED=489439157

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.204
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.020
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.490
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.265
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.209
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.492
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.212
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129118352 kB
MemAvailable:   129877584 kB
Buffers:            2128 kB
Cached:          1509352 kB
SwapCached:           32 kB
Active:           663956 kB
Inactive:         915360 kB
Active(anon):      75020 kB
Inactive(anon):    10748 kB
Active(file):     588936 kB
Inactive(file):   904612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:         70828 kB
Mapped:           103260 kB
Shmem:             17932 kB
KReclaimable:     210624 kB
Slab:             297236 kB
SReclaimable:     210624 kB
SUnreclaim:        86612 kB
KernelStack:        3812 kB
PageTables:         2568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-03 14:41:44