Trace number 4446221

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 Cutting Planes 2024 2024-07-12? (TO) 3600.18 3556.4

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-35.opb
MD5SUMea9fbf307f3e38c641aeca63dc0ee32c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.20026
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9220
Total number of constraints197914
Number of constraints which are clauses177190
Number of constraints which are cardinality constraints (but not clauses)736
Number of constraints which are nor clauses,nor cardinality constraints19988
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446221-1721333518.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
4.92/3.79	c ... done. Wall clock time 3.635s.
4.92/3.79	c declared #vars     9220
4.92/3.79	c #constraints  198300
4.92/3.79	c constraints type 
4.92/3.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39952
4.92/3.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 716
4.92/3.79	c org.sat4j.specs.Constr$1 => 5692
4.92/3.79	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 19988
4.92/3.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 402
4.92/3.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 131550
4.92/3.79	c 198300 constraints processed.
8.52/5.68	c cleaning 2495 clauses out of 5000 with flag 0/5000
11.32/7.70	c cleaning 4249 clauses out of 8505 with flag 0/11000
13.25/9.55	c cleaning 5624 clauses out of 11256 with flag 0/18000
15.50/11.78	c cleaning 6799 clauses out of 13632 with flag 0/26000
18.27/14.38	c cleaning 7901 clauses out of 15834 with flag 0/35001
21.62/17.66	c cleaning 8918 clauses out of 17932 with flag 0/45000
25.34/21.39	c cleaning 9952 clauses out of 20016 with flag 0/56002
29.70/25.69	c cleaning 11011 clauses out of 22062 with flag 0/68000
34.36/30.26	c cleaning 12008 clauses out of 24051 with flag 0/81000
39.90/35.72	c cleaning 13016 clauses out of 26043 with flag 0/95000
46.50/42.32	c cleaning 14006 clauses out of 28028 with flag 0/110001
53.24/49.18	c cleaning 15004 clauses out of 30022 with flag 0/126001
60.73/56.60	c cleaning 15981 clauses out of 32017 with flag 0/143000
69.11/65.06	c cleaning 16986 clauses out of 34036 with flag 0/161000
77.38/73.31	c cleaning 17964 clauses out of 36050 with flag 0/180000
86.61/82.66	c cleaning 19012 clauses out of 38087 with flag 0/200001
97.42/93.51	c cleaning 20017 clauses out of 40075 with flag 0/221001
108.43/104.56	c cleaning 20977 clauses out of 42057 with flag 0/243000
120.01/116.18	c cleaning 22035 clauses out of 44081 with flag 0/266001
133.01/129.24	c cleaning 22996 clauses out of 46045 with flag 0/290000
147.15/143.36	c cleaning 24012 clauses out of 48049 with flag 0/315000
162.65/158.75	c cleaning 25001 clauses out of 50039 with flag 0/341002
181.67/177.51	c cleaning 26002 clauses out of 52037 with flag 0/368001
200.31/196.04	c cleaning 27000 clauses out of 54034 with flag 0/396000
218.39/213.81	c cleaning 28003 clauses out of 56034 with flag 0/425000
240.95/236.17	c cleaning 29007 clauses out of 58034 with flag 0/455003
261.11/256.09	c cleaning 29982 clauses out of 60024 with flag 0/486000
284.42/279.03	c cleaning 30977 clauses out of 62042 with flag 0/518000
309.31/303.63	c cleaning 32019 clauses out of 64065 with flag 0/551000
333.86/327.96	c cleaning 32990 clauses out of 66046 with flag 0/585000
363.86/357.54	c cleaning 34015 clauses out of 68056 with flag 0/620000
390.83/384.36	c cleaning 34967 clauses out of 70041 with flag 0/656000
419.53/412.70	c cleaning 35990 clauses out of 72074 with flag 0/693000
452.27/444.90	c cleaning 37010 clauses out of 74084 with flag 0/731000
484.48/476.85	c cleaning 38016 clauses out of 76076 with flag 0/770002
518.41/510.45	c cleaning 39013 clauses out of 78058 with flag 0/810000
551.67/543.60	c cleaning 40002 clauses out of 80046 with flag 0/851001
586.80/578.47	c cleaning 41013 clauses out of 82043 with flag 0/893000
626.01/617.34	c cleaning 42006 clauses out of 84032 with flag 0/936002
666.98/657.90	c cleaning 42966 clauses out of 86026 with flag 0/980002
708.85/699.50	c cleaning 43999 clauses out of 88058 with flag 0/1025000
752.46/742.87	c cleaning 44962 clauses out of 90059 with flag 0/1071000
797.33/787.38	c cleaning 46004 clauses out of 92099 with flag 0/1118002
843.32/833.33	c cleaning 46993 clauses out of 94095 with flag 0/1166002
891.56/881.59	c cleaning 48020 clauses out of 96100 with flag 0/1215000
939.41/929.16	c cleaning 49022 clauses out of 98081 with flag 0/1265001
989.55/978.82	c cleaning 49961 clauses out of 100058 with flag 0/1316000
1040.70/1029.27	c cleaning 51031 clauses out of 102097 with flag 0/1368000
1098.04/1085.70	c cleaning 51980 clauses out of 104066 with flag 0/1421000
1151.67/1138.89	c cleaning 53019 clauses out of 106087 with flag 0/1475001
1208.54/1195.34	c cleaning 53991 clauses out of 108067 with flag 0/1530000
1267.75/1253.86	c cleaning 54997 clauses out of 110077 with flag 0/1586001
1329.91/1315.29	c cleaning 55986 clauses out of 112079 with flag 0/1643000
1393.04/1377.85	c cleaning 57020 clauses out of 114093 with flag 0/1701000
1462.94/1447.04	c cleaning 58024 clauses out of 116073 with flag 0/1760000
1540.03/1523.13	c cleaning 58959 clauses out of 118049 with flag 0/1820000
1611.01/1593.25	c cleaning 60020 clauses out of 120090 with flag 0/1881000
1685.72/1667.12	c cleaning 61004 clauses out of 122072 with flag 0/1943002
1786.24/1766.54	c cleaning 62021 clauses out of 124067 with flag 0/2006001
1866.42/1845.03	c cleaning 62986 clauses out of 126045 with flag 0/2070000
1953.29/1931.14	c cleaning 64026 clauses out of 128060 with flag 0/2135001
2035.47/2012.53	c cleaning 64982 clauses out of 130037 with flag 0/2201004
2115.09/2091.49	c cleaning 66016 clauses out of 132051 with flag 0/2268000
2210.48/2185.83	c cleaning 66964 clauses out of 134035 with flag 0/2336000
2296.67/2271.32	c cleaning 68020 clauses out of 136075 with flag 0/2405004
2392.16/2365.75	c cleaning 69006 clauses out of 138051 with flag 0/2475000
2486.13/2458.49	c cleaning 69930 clauses out of 140046 with flag 0/2546001
2581.32/2552.36	c cleaning 71040 clauses out of 142115 with flag 0/2618000
2679.74/2649.77	c cleaning 72012 clauses out of 144076 with flag 0/2691001
2784.08/2752.89	c cleaning 72993 clauses out of 146063 with flag 0/2765000
2884.59/2852.21	c cleaning 74005 clauses out of 148070 with flag 0/2840000
2995.85/2961.71	c cleaning 74981 clauses out of 150065 with flag 0/2916000
3098.14/3062.41	c cleaning 76009 clauses out of 152084 with flag 0/2993000
3216.00/3178.37	c cleaning 77007 clauses out of 154077 with flag 0/3071002
3393.86/3353.29	c cleaning 77981 clauses out of 156068 with flag 0/3150000
3544.49/3501.42	c cleaning 79017 clauses out of 158089 with flag 0/3230002
3600.04/3556.31	c starts		: 11603
3600.04/3556.32	c timeout
3600.04/3556.32	c conflicts		: 3260275
3600.04/3556.32	c decisions		: 12272802
3600.04/3556.32	c propagations		: 1200961127
3600.04/3556.32	c inspects		: 16800385973
3600.04/3556.32	c shortcuts		: 0
3600.04/3556.32	c learnt literals	: 0
3600.04/3556.32	c learnt binary clauses	: 827
3600.04/3556.32	c learnt ternary clauses	: 1728
3600.04/3556.32	c learnt constraints	: 3260275
3600.04/3556.32	c ignored constraints	: 0
3600.04/3556.32	c root simplifications	: 0
3600.04/3556.32	c removed literals (reason simplification)	: 0
3600.04/3556.32	c reason swapping (by a shorter reason)	: 0
3600.04/3556.32	c Calls to reduceDB	: 76
3600.04/3556.32	c Number of update (reduction) of LBD	: 4085162
3600.04/3556.32	c Imported unit clauses	: 0
3600.04/3556.32	c No decision after first conflict	: false
3600.04/3556.32	c number of reductions to clauses (during analyze)	: 0
3600.04/3556.32	c number of learned constraints concerned by reduction	: 0
3600.04/3556.32	c number of learning phase by resolution	: 0
3600.04/3556.32	c number of learning phase by cutting planes	: 0
3600.04/3556.32	c number of rounding to 1 operations	: 0
3600.04/3556.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3556.32	c number of reductions of the coefficients by power 2 	: 0
3600.04/3556.32	c number of right shift for reduction by power 2 	: 0
3600.04/3556.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3556.32	c number of ending skipping 	: 0
3600.04/3556.32	c number of internal skipping 	: 0
3600.04/3556.32	c number of derivation steps 	: 52770050
3600.04/3556.32	c number of skipped derivation steps 	: 0
3600.04/3556.32	c number of remaining unassigned 	: 94082
3600.04/3556.32	c number of remaining assigned 	: 334172401
3600.04/3556.32	c number of falsified literals weakened from reason	: 0
3600.04/3556.32	c number of falsified literals weakened from conflict	: 0
3600.04/3556.32	c time for arithmetic operations	: 9282895582
3600.04/3556.32	c minimum degree of deleted constraints	: 1
3600.04/3556.32	c maximum degree of deleted constraints	: 188180160
3600.04/3556.32	c number of deleted constraints	: 3150930
3600.04/3556.32	c speed (assignments/second)	: 338059.2202655188
3600.04/3556.32	c non guided choices	: 162269
3600.04/3556.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 74343
3600.04/3556.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 68
3600.04/3556.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 827
3600.04/3556.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 34107
3600.04/3556.37	s UNKNOWN
3600.04/3556.37	c Total wall clock time (in seconds): 3556.217

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446221-1721333518/watcher-4446221-1721333518 -o /tmp/evaluation-result-4446221-1721333518/solver-4446221-1721333518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971066 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446221-1721333518.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.1002 s]*
/proc/loadavg: 4.25 4.22 4.19 6/330 973367
/proc/meminfo: memFree=113383756/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=18975048 memory=62968 CPUtime=0.14 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 7210 0 0 0 12 2 0 0 20 0 18 0 185518529 19430449152 15742 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4743762 15742 5641 1 0 549330 0
[pid=973349/tid=973351] ppid=973346 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) S 973346 973349 971055 0 -1 1077936192 5753 0 0 0 7 1 0 0 20 0 18 0 185518529 19430449152 15742 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185518532 19430449152 15742 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185518532 19430449152 15742 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62968 KiB

[startup+0.206728 s]*
/proc/loadavg: 4.25 4.22 4.19 7/330 973367
/proc/meminfo: memFree=113334132/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=18975048 memory=116676 CPUtime=0.33 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 7789 0 0 0 30 3 0 0 20 0 18 0 185518529 19430449152 29169 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4743762 29169 5744 1 0 549681 0
[pid=973349/tid=973351] ppid=973346 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 6087 0 0 0 17 2 0 0 20 0 18 0 185518529 19430449152 29169 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=18975048 memory=2643 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185518532 19430449152 29169 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185518532 19430449152 29169 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 116676 KiB

[startup+0.312287 s]*
/proc/loadavg: 4.25 4.22 4.19 7/331 973368
/proc/meminfo: memFree=113282296/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19041612 memory=162744 CPUtime=0.5 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 9442 0 0 0 46 4 0 0 20 0 19 0 185518529 19498610688 40686 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4760403 40686 5875 1 0 551054 0
[pid=973349/tid=973351] ppid=973346 vsize=19041612 memory=-8744133853919355580 CPUtime=0.25 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 6108 0 0 0 22 3 0 0 20 0 19 0 185518529 19498610688 40686 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 40686 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 40686 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162744 KiB

[startup+0.700257 s]
/proc/loadavg: 4.25 4.22 4.19 7/331 973368
/proc/meminfo: memFree=112891524/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19041612 memory=929824 CPUtime=1.23 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 14171 0 0 0 103 20 0 0 20 0 19 0 185518529 19498610688 232456 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4760403 232456 5875 1 0 553304 0
[pid=973349/tid=973351] ppid=973346 vsize=19041612 memory=5544 CPUtime=0.6 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 6474 0 0 0 43 17 0 0 20 0 19 0 185518529 19498610688 232456 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19041612 memory=12504 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 232456 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 232456 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 929824 KiB

[startup+1.50025 s]
/proc/loadavg: 4.31 4.23 4.19 7/331 973368
/proc/meminfo: memFree=112120344/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19041612 memory=1326384 CPUtime=2.64 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 22035 0 0 0 235 29 0 0 20 0 19 0 185518529 19498610688 331596 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4760403 331596 5875 1 0 556936 0
[pid=973349/tid=973351] ppid=973346 vsize=19041612 memory=12504 CPUtime=1.34 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) S 973346 973349 971055 0 -1 1077936192 6766 0 0 0 109 25 0 0 20 0 19 0 185518529 19498610688 331596 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 331596 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 331596 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1326384 KiB

[startup+3.10573 s]
/proc/loadavg: 4.31 4.23 4.19 5/331 973368
/proc/meminfo: memFree=110075000/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19041612 memory=3355168 CPUtime=4.28 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 23772 0 0 0 358 70 0 0 20 0 19 0 185518529 19498610688 838792 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4760403 838792 5875 1 0 1072899 0
[pid=973349/tid=973351] ppid=973346 vsize=19041612 memory=0 CPUtime=2.87 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 7754 0 0 0 222 65 0 0 20 0 19 0 185518529 19498610688 838792 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19041612 memory=12504 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 838792 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19041612 memory=2331164 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185518532 19498610688 838792 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3355168 KiB

[startup+6.30072 s]
/proc/loadavg: 4.44 4.26 4.20 5/332 973369
/proc/meminfo: memFree=109065780/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=3834760 CPUtime=9.54 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 25194 0 0 0 873 81 0 0 20 0 20 0 185518529 19566772224 958690 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 958690 5875 1 0 1194494 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=3355168 CPUtime=5.93 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 8096 0 0 0 518 75 0 0 20 0 20 0 185518529 19566772224 958690 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 958690 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=3834760 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 958690 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 958690 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3834760 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 4.26 4.20 6/332 973371
/proc/meminfo: memFree=109056272/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=3829440 CPUtime=16.68 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 26190 0 0 0 1586 82 0 0 20 0 20 0 185518529 19566772224 957360 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 957360 5875 1 0 1194503 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=3829440 CPUtime=12.24 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 8941 0 0 0 1149 75 0 0 20 0 20 0 185518529 19566772224 957360 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=3829440 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 957360 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=3835116 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 957360 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 957360 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 16.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3829440 KiB

[startup+25.5003 s]
/proc/loadavg: 4.34 4.25 4.20 5/332 973372
/proc/meminfo: memFree=108557964/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=3832244 CPUtime=29.6 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 32738 0 0 0 2876 84 0 0 20 0 20 0 185518529 19566772224 958061 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 958061 5906 1 0 1194504 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=3829440 CPUtime=24.86 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 10996 0 0 0 2410 76 0 0 20 0 20 0 185518529 19566772224 958061 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 958061 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 958061 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 958061 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 29.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3832244 KiB

[startup+51.1067 s]
/proc/loadavg: 4.27 4.24 4.20 5/332 973445
/proc/meminfo: memFree=111286224/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=3840788 CPUtime=55.28 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 40539 0 0 0 5441 87 0 0 20 0 20 0 185518529 19566772224 960197 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 960197 5911 1 0 1194536 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=0 CPUtime=50.01 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 14496 0 0 0 4924 77 0 0 20 0 20 0 185518529 19566772224 960197 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 960197 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=5788902707374351190 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 960197 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=3832392 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 960197 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 55.28 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=107345192/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729192 CPUtime=3260.79 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 323484 0 0 0 325793 286 0 0 20 0 20 0 185518529 19566772224 1182298 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182298 5911 1 0 1196038 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=4729184 CPUtime=3153.14 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 180217 0 0 0 315203 111 0 0 20 0 20 0 185518529 19566772224 1182298 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=4729068 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182298 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 3609 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182298 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=4729192 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182298 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3260.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729192 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/330 975269
/proc/meminfo: memFree=107344240/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729468 CPUtime=3321.84 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 340727 0 0 0 331894 290 0 0 20 0 20 0 185518529 19566772224 1182367 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182367 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=4729468 CPUtime=3211.68 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 184996 0 0 0 321056 112 0 0 20 0 20 0 185518529 19566772224 1182367 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182367 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=4729192 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 3751 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182367 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=39072 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182367 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3321.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729468 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.15 4.17 5/330 975280
/proc/meminfo: memFree=107276840/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729472 CPUtime=3382.86 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 345249 0 0 0 337993 293 0 0 20 0 20 0 185518529 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182368 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=11476 CPUtime=3270.09 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 186960 0 0 0 326897 112 0 0 20 0 20 0 185518529 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=20332 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=4729472 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 3755 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3382.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.16 4.17 5/330 975291
/proc/meminfo: memFree=107270348/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729472 CPUtime=3443.64 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 350082 0 0 0 344069 295 0 0 20 0 20 0 185518529 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182368 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=11476 CPUtime=3328.58 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 190051 0 0 0 332746 112 0 0 20 0 20 0 185518529 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=43800 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=4729472 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 3805 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=4729472 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182368 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3443.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729472 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/331 975302
/proc/meminfo: memFree=107269164/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729484 CPUtime=3504.67 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 353211 0 0 0 350168 299 0 0 20 0 20 0 185518529 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182371 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=4729476 CPUtime=3386.82 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 192432 0 0 0 338569 113 0 0 20 0 20 0 185518529 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=4729484 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 3886 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=43800 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3504.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/333 975317
/proc/meminfo: memFree=107268512/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729484 CPUtime=3565.52 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 356627 0 0 0 356250 302 0 0 20 0 20 0 185518529 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182371 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=19220 CPUtime=3445.6 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 193994 0 0 0 344447 113 0 0 20 0 20 0 185518529 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=4729484 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=4729484 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 3982 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=4729484 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182371 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3565.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/333 975321
/proc/meminfo: memFree=107268284/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729500 CPUtime=3600.04 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 360226 0 0 0 359701 303 0 0 20 0 20 0 185518529 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182375 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=4729484 CPUtime=3478.68 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 196027 0 0 0 347755 113 0 0 20 0 20 0 185518529 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=4729492 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=-8744133853919355580 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 4078 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=4729500 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.12 s, system=3.05943 s

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

[startup+3556.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/333 975321
/proc/meminfo: memFree=107268284/131524600 swapFree=131071996/131071996
[pid=973349] ppid=973346 vsize=19108176 memory=4729500 CPUtime=3600.04 cores=4,6
/proc/973349/stat : 973349 (java) S 973346 973349 971055 0 -1 1077936128 360226 0 0 0 359701 303 0 0 20 0 20 0 185518529 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
/proc/973349/statm: 4777044 1182375 5911 1 0 1196044 0
[pid=973349/tid=973351] ppid=973346 vsize=19108176 memory=4729484 CPUtime=3478.68 cores=4,6
/proc/973349/task/973351/stat : 973351 (java) R 973346 973349 971055 0 -1 4194368 196027 0 0 0 347755 113 0 0 20 0 20 0 185518529 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973360] ppid=973346 vsize=19108176 memory=4729492 CPUtime=0 cores=4,6
/proc/973349/task/973360/stat : 973360 (Finalizer) S 973346 973349 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973367] ppid=973346 vsize=19108176 memory=-8744133853919355580 CPUtime=0 cores=4,6
/proc/973349/task/973367/stat : 973367 (Common-Cleaner) S 973346 973349 971055 0 -1 1077936192 4078 0 0 0 0 0 0 0 20 0 20 0 185518532 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
[pid=973349/tid=973369] ppid=973346 vsize=19108176 memory=4729500 CPUtime=0 cores=4,6
/proc/973349/task/973369/stat : 973369 (Timer-0) S 973346 973349 971055 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 185518909 19566772224 1182375 134679101440 94826426826752 94826426830448 140732042032304 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826426838264 94826426839056 94826446221312 140732042040308 140732042040416 140732042040416 140732042047432 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4729500 KiB

Child status: 143

Real time (s): 3556.4
CPU time (s): 3600.18
CPU user time (s): 3597.12
CPU system time (s): 3.05943
CPU usage (%): 101.231
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4729500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.12
system time used= 3.05944
maximum resident set size= 4731216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134428
involuntary context switches= 15367


# summary of solver processes directly reported to runsolver:
#   pid: 973349
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.12
#   total CPU system time (s): 3.05943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22376 second user time and 19.3015 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 22:12:11
IDJOB=4446221
IDBENCH=155538
IDSOLVER=3052
FILE ID=nodeC027/4446221-1721333518
RUNJOBID= nodeC027-1721329969-971066
SLURM_JOB_ID= 7542702
Free space on /tmp= 889968 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-35.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446221-1721333518/watcher-4446221-1721333518 -o /tmp/evaluation-result-4446221-1721333518/solver-4446221-1721333518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971066 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446221-1721333518.opb

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

MD5SUM BENCH= ea9fbf307f3e38c641aeca63dc0ee32c
RANDOM SEED=46711760

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113425872 kB
MemAvailable:   115048408 kB
Buffers:          490204 kB
Cached:          1963840 kB
SwapCached:            0 kB
Active:           977828 kB
Inactive:       16474352 kB
Active(anon):       1560 kB
Inactive(anon): 15034288 kB
Active(file):     976268 kB
Inactive(file):  1440064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10432 kB
Writeback:             8 kB
AnonPages:      14995920 kB
Mapped:           126320 kB
Shmem:             37720 kB
KReclaimable:      92052 kB
Slab:             202380 kB
SReclaimable:      92052 kB
SUnreclaim:       110328 kB
KernelStack:        5024 kB
PageTables:        39556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16478008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68096 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14637056 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889672 MiB
End job on nodeC027 at 2024-07-18 23:11:28