Trace number 4446161

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.31 3482.96

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-86.opb
MD5SUM3b78757f10307782e0b04e5cada0d1b0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.36818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7354
Total number of constraints165969
Number of constraints which are clauses149056
Number of constraints which are cardinality constraints (but not clauses)575
Number of constraints which are nor clauses,nor cardinality constraints16338
Minimum length of a constraint1
Maximum length of a constraint195
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 196
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.13	c Number of processors 	2
0.31/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.24	 - never skip resolution steps
0.31/0.24	 - Auto-division on coefficients is disabled
0.31/0.24	 - No postprocessing
0.31/0.24	 - Conflict is considered as is when resolving
0.31/0.24	 - Use constraints as they come during conflict analysis
0.31/0.24	 - Weaken first using unassigned literals
0.31/0.24	 - Bump strategy: ALWAYS_ONE
0.31/0.24	 - Bumper: EFFECTIVE
0.31/0.24	--- Begin Solver configuration ---
0.31/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.24	Learn all clauses as in MiniSAT
0.31/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.24	No reason simplification
0.31/0.24	Dynamic restart strategy considering the size of the coefficients
0.31/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.24	timeout=2147483s
0.31/0.24	DB Simplification allowed=false
0.31/0.24	Listener: none
0.31/0.24	--- End Solver configuration ---
0.31/0.25	c Pseudo Boolean Optimization by upper bound
0.31/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.25	c  - never skip resolution steps
0.31/0.25	c  - Auto-division on coefficients is disabled
0.31/0.25	c  - No postprocessing
0.31/0.25	c  - Conflict is considered as is when resolving
0.31/0.25	c  - Use constraints as they come during conflict analysis
0.31/0.25	c  - Weaken first using unassigned literals
0.31/0.25	c  - Bump strategy: ALWAYS_ONE
0.31/0.25	c  - Bumper: EFFECTIVE
0.31/0.25	c --- Begin Solver configuration ---
0.31/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.31/0.25	c Learn all clauses as in MiniSAT
0.31/0.25	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.25	c No reason simplification
0.31/0.25	c Dynamic restart strategy considering the size of the coefficients
0.31/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.31/0.25	c timeout=2147483s
0.31/0.25	c DB Simplification allowed=false
0.31/0.25	c Listener: none
0.31/0.25	c --- End Solver configuration ---
0.31/0.25	c solving HOME/instance-4446161-1721332063.opb
0.31/0.25	c reading problem ... 
0.31/0.25	c  no objective function found
4.58/3.11	c ... done. Wall clock time 2.863s.
4.58/3.11	c declared #vars     7354
4.58/3.11	c #constraints  166285
4.58/3.11	c constraints type 
4.58/3.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 35880
4.58/3.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 528
4.58/3.11	c org.sat4j.specs.Constr$1 => 13565
4.58/3.11	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16338
4.58/3.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 643
4.58/3.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 99331
4.58/3.11	c 166285 constraints processed.
8.62/5.21	c cleaning 2494 clauses out of 5000 with flag 0/5000
12.20/7.12	c cleaning 4175 clauses out of 8506 with flag 0/11000
14.97/9.64	c cleaning 5629 clauses out of 11331 with flag 0/18000
19.10/12.82	c cleaning 6844 clauses out of 13702 with flag 0/26000
22.27/15.79	c cleaning 7903 clauses out of 15858 with flag 0/35000
25.75/18.97	c cleaning 8887 clauses out of 17955 with flag 0/45000
29.65/22.83	c cleaning 9916 clauses out of 20068 with flag 0/56000
34.49/27.67	c cleaning 11006 clauses out of 22152 with flag 0/68000
39.30/32.46	c cleaning 11989 clauses out of 24146 with flag 0/81000
45.02/38.15	c cleaning 12998 clauses out of 26157 with flag 0/95000
52.10/45.22	c cleaning 13933 clauses out of 28161 with flag 0/110002
59.35/52.43	c cleaning 15045 clauses out of 30226 with flag 0/126000
67.75/60.70	c cleaning 15985 clauses out of 32181 with flag 0/143000
76.21/68.97	c cleaning 16951 clauses out of 34198 with flag 0/161002
85.65/78.26	c cleaning 18123 clauses out of 36245 with flag 0/180000
95.17/87.77	c cleaning 18950 clauses out of 38122 with flag 0/200000
106.62/99.14	c cleaning 19971 clauses out of 40172 with flag 0/221000
119.09/111.40	c cleaning 21033 clauses out of 42201 with flag 0/243000
133.98/126.15	c cleaning 22035 clauses out of 44170 with flag 0/266002
149.22/141.05	c cleaning 23017 clauses out of 46133 with flag 0/290000
164.01/155.49	c cleaning 24051 clauses out of 48116 with flag 0/315000
181.73/172.51	c cleaning 24911 clauses out of 50065 with flag 0/341000
200.07/190.45	c cleaning 26009 clauses out of 52154 with flag 0/368000
219.83/209.72	c cleaning 26969 clauses out of 54145 with flag 0/396000
241.04/230.31	c cleaning 28073 clauses out of 56176 with flag 0/425000
263.19/251.96	c cleaning 28974 clauses out of 58103 with flag 0/455000
287.07/275.30	c cleaning 29967 clauses out of 60129 with flag 0/486000
313.52/301.11	c cleaning 30987 clauses out of 62162 with flag 0/518000
339.79/326.99	c cleaning 32008 clauses out of 64178 with flag 0/551003
369.65/356.01	c cleaning 33007 clauses out of 66168 with flag 0/585001
399.58/385.39	c cleaning 33994 clauses out of 68160 with flag 0/620000
427.41/412.57	c cleaning 35036 clauses out of 70167 with flag 0/656001
455.67/440.24	c cleaning 36051 clauses out of 72131 with flag 0/693001
483.96/467.93	c cleaning 36925 clauses out of 74081 with flag 0/731002
512.75/496.49	c cleaning 38052 clauses out of 76157 with flag 0/770003
545.28/528.58	c cleaning 38986 clauses out of 78102 with flag 0/810000
580.24/562.80	c cleaning 39982 clauses out of 80116 with flag 0/851000
615.41/597.24	c cleaning 41027 clauses out of 82134 with flag 0/893000
652.05/633.35	c cleaning 41995 clauses out of 84108 with flag 0/936001
691.12/671.56	c cleaning 43022 clauses out of 86114 with flag 0/980002
733.93/712.53	c cleaning 43979 clauses out of 88091 with flag 0/1025001
783.56/760.63	c cleaning 44959 clauses out of 90111 with flag 0/1071000
835.08/811.10	c cleaning 46037 clauses out of 92153 with flag 0/1118001
893.93/868.67	c cleaning 47016 clauses out of 94115 with flag 0/1166000
951.65/924.72	c cleaning 47974 clauses out of 96099 with flag 0/1215000
1022.56/994.21	c cleaning 48940 clauses out of 98129 with flag 0/1265004
1081.27/1051.76	c cleaning 49933 clauses out of 100186 with flag 0/1316001
1140.76/1109.81	c cleaning 51083 clauses out of 102252 with flag 0/1368000
1204.02/1171.34	c cleaning 52031 clauses out of 104169 with flag 0/1421000
1264.91/1230.45	c cleaning 53005 clauses out of 106138 with flag 0/1475000
1338.69/1302.87	c cleaning 54053 clauses out of 108133 with flag 0/1530000
1424.21/1386.69	c cleaning 54992 clauses out of 110082 with flag 0/1586002
1492.81/1454.09	c cleaning 55949 clauses out of 112089 with flag 0/1643001
1566.92/1526.45	c cleaning 57003 clauses out of 114139 with flag 0/1701000
1659.74/1615.53	c cleaning 57985 clauses out of 116136 with flag 0/1760000
1726.04/1679.67	c cleaning 58940 clauses out of 118151 with flag 0/1820000
1801.85/1753.81	c cleaning 59968 clauses out of 120211 with flag 0/1881000
1902.29/1851.72	c cleaning 60942 clauses out of 122244 with flag 0/1943001
1971.64/1918.45	c cleaning 62011 clauses out of 124301 with flag 0/2006000
2065.49/2009.38	c cleaning 62889 clauses out of 126291 with flag 0/2070001
2154.52/2095.73	c cleaning 64047 clauses out of 128402 with flag 0/2135001
2291.26/2229.05	c cleaning 65036 clauses out of 130354 with flag 0/2201000
2400.20/2335.41	c cleaning 65969 clauses out of 132319 with flag 0/2268001
2508.76/2440.97	c cleaning 67109 clauses out of 134349 with flag 0/2336000
2629.33/2558.14	c cleaning 68029 clauses out of 136241 with flag 0/2405001
2741.64/2666.73	c cleaning 69009 clauses out of 138211 with flag 0/2475000
2888.99/2809.15	c cleaning 69984 clauses out of 140202 with flag 0/2546000
3015.31/2930.65	c cleaning 71005 clauses out of 142218 with flag 0/2618000
3178.59/3074.82	c cleaning 72042 clauses out of 144215 with flag 0/2691002
3336.96/3227.79	c cleaning 72983 clauses out of 146171 with flag 0/2765000
3481.83/3367.67	c cleaning 74053 clauses out of 148189 with flag 0/2840001
3600.05/3482.83	c timeout
3600.05/3482.83	c starts		: 3009
3600.05/3482.86	c conflicts		: 2899831
3600.05/3482.86	c decisions		: 11413608
3600.05/3482.86	c propagations		: 567462115
3600.05/3482.86	c inspects		: 9842297296
3600.05/3482.86	c shortcuts		: 0
3600.05/3482.86	c learnt literals	: 0
3600.05/3482.86	c learnt binary clauses	: 316
3600.05/3482.86	c learnt ternary clauses	: 1642
3600.05/3482.86	c learnt constraints	: 2899830
3600.05/3482.86	c ignored constraints	: 0
3600.05/3482.86	c root simplifications	: 0
3600.05/3482.86	c removed literals (reason simplification)	: 0
3600.05/3482.86	c reason swapping (by a shorter reason)	: 0
3600.05/3482.86	c Calls to reduceDB	: 71
3600.05/3482.86	c Number of update (reduction) of LBD	: 3750840
3600.05/3482.86	c Imported unit clauses	: 0
3600.05/3482.86	c No decision after first conflict	: false
3600.05/3482.86	c number of reductions to clauses (during analyze)	: 0
3600.05/3482.86	c number of learned constraints concerned by reduction	: 0
3600.05/3482.86	c number of learning phase by resolution	: 0
3600.05/3482.86	c number of learning phase by cutting planes	: 0
3600.05/3482.86	c number of rounding to 1 operations	: 0
3600.05/3482.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3482.86	c number of reductions of the coefficients by power 2 	: 0
3600.05/3482.86	c number of right shift for reduction by power 2 	: 0
3600.05/3482.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3482.86	c number of ending skipping 	: 0
3600.05/3482.86	c number of internal skipping 	: 0
3600.05/3482.86	c number of derivation steps 	: 65273915
3600.05/3482.86	c number of skipped derivation steps 	: 0
3600.05/3482.86	c number of remaining unassigned 	: 271418
3600.05/3482.86	c number of remaining assigned 	: 726096659
3600.05/3482.86	c number of falsified literals weakened from reason	: 0
3600.05/3482.86	c number of falsified literals weakened from conflict	: 0
3600.05/3482.86	c time for arithmetic operations	: 21308545050
3600.05/3482.86	c minimum degree of deleted constraints	: 1
3600.05/3482.86	c maximum degree of deleted constraints	: 230923855977686460
3600.05/3482.86	c number of deleted constraints	: 2765865
3600.05/3482.86	c speed (assignments/second)	: 163076.75982348024
3600.05/3482.86	c non guided choices	: 110345
3600.25/3482.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68402
3600.25/3482.91	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 86
3600.25/3482.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 316
3600.25/3482.91	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65161
3600.25/3482.91	s UNKNOWN
3600.25/3482.91	c Total wall clock time (in seconds): 3482.668

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446161-1721332063/watcher-4446161-1721332063 -o /tmp/evaluation-result-4446161-1721332063/solver-4446161-1721332063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972844 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446161-1721332063.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=975995, runsolver pid=975992

[startup+0.102291 s]*
/proc/loadavg: 4.32 4.36 4.30 7/316 976013
/proc/meminfo: memFree=120745216/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=18975048 memory=57444 CPUtime=0.13 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 6756 0 0 0 11 2 0 0 20 0 18 0 185363430 19430449152 14361 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4743762 14361 5723 1 0 551045 0
[pid=975995/tid=975997] ppid=975992 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) S 975992 975995 972831 0 -1 1077936192 5610 0 0 0 6 1 0 0 20 0 18 0 185363430 19430449152 14361 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185363435 19430449152 14361 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185363435 19430449152 14361 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57444 KiB

[startup+0.221209 s]*
/proc/loadavg: 4.32 4.36 4.30 7/316 976013
/proc/meminfo: memFree=120462916/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=18975048 memory=66576 CPUtime=0.31 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 7501 0 0 0 28 3 0 0 20 0 18 0 185363430 19430449152 16644 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4743762 16644 5753 1 0 551649 0
[pid=975995/tid=975997] ppid=975992 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 5959 0 0 0 15 2 0 0 20 0 18 0 185363430 19430449152 16644 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185363435 19430449152 16644 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185363435 19430449152 16644 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66576 KiB

[startup+0.313821 s]*
/proc/loadavg: 4.32 4.36 4.30 9/316 976013
/proc/meminfo: memFree=120212648/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=18975048 memory=118556 CPUtime=0.5 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 7741 0 0 0 46 4 0 0 20 0 18 0 185363430 19430449152 29639 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4743762 29639 5753 1 0 551770 0
[pid=975995/tid=975997] ppid=975992 vsize=18975048 memory=-9030950249527812796 CPUtime=0.27 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 6116 0 0 0 24 3 0 0 20 0 18 0 185363430 19430449152 29639 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185363435 19430449152 29639 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185363435 19430449152 29639 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118556 KiB

[startup+0.701207 s]
/proc/loadavg: 4.32 4.36 4.30 8/317 976014
/proc/meminfo: memFree=119691376/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19041612 memory=387336 CPUtime=1.18 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 9900 0 0 0 108 10 0 0 20 0 19 0 185363430 19498610688 96834 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4760403 96834 5876 1 0 553419 0
[pid=975995/tid=975997] ppid=975992 vsize=19041612 memory=5540 CPUtime=0.54 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 6248 0 0 0 46 8 0 0 20 0 19 0 185363430 19498610688 96834 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185363435 19498610688 96834 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185363435 19498610688 96834 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 387336 KiB

[startup+1.5012 s]
/proc/loadavg: 4.32 4.36 4.30 7/317 976014
/proc/meminfo: memFree=118831204/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19041612 memory=1332200 CPUtime=2.57 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 21829 0 0 0 226 31 0 0 20 0 19 0 185363430 19498610688 333050 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4760403 333050 5876 1 0 558940 0
[pid=975995/tid=975997] ppid=975992 vsize=19041612 memory=12508 CPUtime=1.3 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 6805 0 0 0 104 26 0 0 20 0 19 0 185363430 19498610688 333050 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185363435 19498610688 333050 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185363435 19498610688 333050 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1332200 KiB

[startup+3.10568 s]
/proc/loadavg: 4.54 4.40 4.31 5/317 976015
/proc/meminfo: memFree=116206336/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19041612 memory=2069140 CPUtime=4.58 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 22795 0 0 0 412 46 0 0 20 0 19 0 185363430 19498610688 517285 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4760403 517285 5876 1 0 744853 0
[pid=975995/tid=975997] ppid=975992 vsize=19041612 memory=0 CPUtime=2.8 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) S 975992 975995 972831 0 -1 1077936192 7253 0 0 0 240 40 0 0 20 0 19 0 185363430 19498610688 517285 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185363435 19498610688 517285 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19041612 memory=1332200 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185363435 19498610688 517285 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2069140 KiB

[startup+6.3002 s]
/proc/loadavg: 4.54 4.40 4.31 6/318 976016
/proc/meminfo: memFree=114429200/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=2101028 CPUtime=10.74 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 24556 0 0 0 1026 48 0 0 20 0 20 0 185363430 19566772224 525257 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 525257 5876 1 0 1413820 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=2069140 CPUtime=5.77 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 7748 0 0 0 536 41 0 0 20 0 20 0 185363430 19566772224 525257 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 525257 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=2072072 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 525257 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 525257 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 10.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2101028 KiB

[startup+12.7004 s]
/proc/loadavg: 4.67 4.44 4.33 5/319 976019
/proc/meminfo: memFree=110203712/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=4659576 CPUtime=19 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 26066 0 0 0 1801 99 0 0 20 0 20 0 185363430 19566772224 1164894 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1164894 5876 1 0 1413834 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=4659576 CPUtime=12 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 9120 0 0 0 1109 91 0 0 20 0 20 0 185363430 19566772224 1164894 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=4481340 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1164894 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=4122940 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1164894 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1164894 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4659576 KiB

[startup+25.5005 s]
/proc/loadavg: 4.88 4.49 4.34 7/320 976022
/proc/meminfo: memFree=110120484/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=4701228 CPUtime=32.39 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 32202 0 0 0 3138 101 0 0 20 0 20 0 185363430 19566772224 1175307 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1175307 5908 1 0 1413893 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=4659576 CPUtime=24.54 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 11652 0 0 0 2362 92 0 0 20 0 20 0 185363430 19566772224 1175307 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1175307 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1175307 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1175307 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 32.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4701228 KiB

[startup+51.1136 s]
/proc/loadavg: 4.78 4.50 4.35 5/320 976025
/proc/meminfo: memFree=110091012/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=4711780 CPUtime=58.07 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 36498 0 0 0 5703 104 0 0 20 0 20 0 185363430 19566772224 1177945 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1177945 5908 1 0 1413910 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=11420 CPUtime=49.49 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 14263 0 0 0 4856 93 0 0 20 0 20 0 185363430 19566772224 1177945 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=45484 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1177945 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1177945 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1177945 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 58.07 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3162.3 s]
/proc/loadavg: 4.77 4.52 4.41 6/317 977766
/proc/meminfo: memFree=106532388/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=3680048 CPUtime=3268.89 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 354818 0 0 0 326417 472 0 0 20 0 20 0 185363430 19566772224 920012 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 920012 5921 1 0 1064097 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=12508 CPUtime=3054.36 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 145390 0 0 0 305192 244 0 0 20 0 20 0 185363430 19566772224 920012 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 155 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 920012 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2625 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 920012 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=3679072 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 920012 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3268.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3680048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.56 4.52 4.42 5/318 977779
/proc/meminfo: memFree=108499804/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=4655824 CPUtime=3331.34 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 356688 0 0 0 332639 495 0 0 20 0 20 0 185363430 19566772224 1163956 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1163956 5921 1 0 1185201 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=12508 CPUtime=3111.92 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 146240 0 0 0 310929 263 0 0 20 0 20 0 185363430 19566772224 1163956 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 157 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=45484 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1163956 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=4655824 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2625 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1163956 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=4655824 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1163956 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3331.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655824 KiB

[startup+3282.3 s]
/proc/loadavg: 5.00 4.63 4.46 5/318 977791
/proc/meminfo: memFree=110758104/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=4655828 CPUtime=3393.35 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 357752 0 0 0 338836 499 0 0 20 0 20 0 185363430 19566772224 1163957 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1163957 5921 1 0 1185201 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=4655824 CPUtime=3169.66 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 146930 0 0 0 316703 263 0 0 20 0 20 0 185363430 19566772224 1163957 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 157 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=4655824 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1163957 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=4655824 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2625 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1163957 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=4655824 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1163957 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3393.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.95 4.71 4.50 5/318 977801
/proc/meminfo: memFree=110621300/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=4655932 CPUtime=3455.62 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 362717 0 0 0 345060 502 0 0 20 0 20 0 185363430 19566772224 1163983 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1163983 5921 1 0 1185201 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=45484 CPUtime=3227.07 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 149533 0 0 0 322443 264 0 0 20 0 20 0 185363430 19566772224 1163983 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 163 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=4655824 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1163983 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=4655828 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2625 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1163983 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=4655828 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1163983 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3455.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655932 KiB

[startup+3402.3 s]
/proc/loadavg: 4.68 4.67 4.50 5/318 977811
/proc/meminfo: memFree=108311864/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=5116184 CPUtime=3517.65 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 364640 0 0 0 351249 516 0 0 20 0 20 0 185363430 19566772224 1279046 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1279046 5921 1 0 1302193 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=45484 CPUtime=3285.31 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 150368 0 0 0 328257 274 0 0 20 0 20 0 185363430 19566772224 1279046 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 163 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=4655828 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1279046 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=4655828 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2719 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1279046 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=5116120 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1279046 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3517.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5116184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.59 4.48 5/318 977889
/proc/meminfo: memFree=106679756/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=5116544 CPUtime=3579 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 365645 0 0 0 357380 520 0 0 20 0 20 0 185363430 19566772224 1279136 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1279136 5921 1 0 1302193 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=45484 CPUtime=3343.23 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 151035 0 0 0 334049 274 0 0 20 0 20 0 185363430 19566772224 1279136 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 166 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=4655828 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1279136 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=4655828 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1279136 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1279136 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3579 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5116544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3482.8 s]
/proc/loadavg: 4.39 4.58 4.48 7/318 977962
/proc/meminfo: memFree=108593728/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19108176 memory=5116700 CPUtime=3600.05 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 366083 0 0 0 359484 521 0 0 20 0 20 0 185363430 19566772224 1279175 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4777044 1279175 5921 1 0 1302193 0
[pid=975995/tid=975997] ppid=975992 vsize=19108176 memory=1716 CPUtime=3362.87 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 4194368 151320 0 0 0 336013 274 0 0 20 0 20 0 185363430 19566772224 1279175 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 166 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19108176 memory=5116700 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1279175 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19108176 memory=25544 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 20 0 185363435 19566772224 1279175 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976016] ppid=975992 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/975995/task/976016/stat : 976016 (Timer-0) S 975992 975995 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185363742 19566772224 1279175 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5116700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.05 s, system=5.25379 s

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

[startup+3482.91 s]
/proc/loadavg: 4.39 4.58 4.48 7/318 977962
/proc/meminfo: memFree=108593728/131655788 swapFree=131070704/131071996
[pid=975995] ppid=975992 vsize=19307868 memory=5117340 CPUtime=3600.25 cores=5,7
/proc/975995/stat : 975995 (java) S 975992 975995 972831 0 -1 1077936128 369301 0 0 0 359503 522 0 0 20 0 21 0 185363430 19771256832 1279335 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
/proc/975995/statm: 4826967 1279335 5920 1 0 1303112 0
[pid=975995/tid=975997] ppid=975992 vsize=19307868 memory=45484 CPUtime=3362.9 cores=5,7
/proc/975995/task/975997/stat : 975997 (java) R 975992 975995 972831 0 -1 1077936192 151423 0 0 0 336016 274 0 0 20 0 21 0 185363430 19771256832 1279335 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 166 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976006] ppid=975992 vsize=19307868 memory=5116544 CPUtime=0 cores=5,7
/proc/975995/task/976006/stat : 976006 (Finalizer) S 975992 975995 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185363435 19771256832 1279335 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
[pid=975995/tid=976013] ppid=975992 vsize=19307868 memory=5116700 CPUtime=0 cores=5,7
/proc/975995/task/976013/stat : 976013 (Common-Cleaner) S 975992 975995 972831 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 21 0 185363435 19771256832 1279335 134679101440 94865760698368 94865760702064 140723635729424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865760709880 94865760710672 94865761386496 140723635737588 140723635737696 140723635737696 140723635744712 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5117340 KiB

Child status: 143

Real time (s): 3482.96
CPU time (s): 3600.31
CPU user time (s): 3595.05
CPU system time (s): 5.25379
CPU usage (%): 103.369
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5618564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.05
system time used= 5.25379
maximum resident set size= 5618564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137334
involuntary context switches= 10234


# summary of solver processes directly reported to runsolver:
#   pid: 975995
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3595.05
#   total CPU system time (s): 5.25379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2919 second user time and 36.8567 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 21:47:55
IDJOB=4446161
IDBENCH=155502
IDSOLVER=3052
FILE ID=nodeC011/4446161-1721332063
RUNJOBID= nodeC011-1721328481-972844
SLURM_JOB_ID= 7542688
Free space on /tmp= 723744 MiB

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

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

MD5SUM BENCH= 3b78757f10307782e0b04e5cada0d1b0
RANDOM SEED=74617606

nodeC011.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	: 0xb00001f
cpu MHz		: 2449.344
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 invpcid_single pti 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	: 6983.20
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		: 3653.344
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 invpcid_single pti 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	: 6983.31
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		: 1487.017
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 invpcid_single pti 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	: 6983.20
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.225
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 invpcid_single pti 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	: 6983.31
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		: 3587.840
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 invpcid_single pti 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	: 6983.20
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		: 3529.578
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 invpcid_single pti 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	: 6983.31
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.301
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 invpcid_single pti 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	: 6983.20
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.136
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 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120978912 kB
MemAvailable:   121409560 kB
Buffers:          518212 kB
Cached:           752496 kB
SwapCached:          132 kB
Active:          1042104 kB
Inactive:        9128108 kB
Active(anon):       1444 kB
Inactive(anon):  8935456 kB
Active(file):    1040660 kB
Inactive(file):   192652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             20128 kB
Writeback:             0 kB
AnonPages:       8899136 kB
Mapped:           125164 kB
Shmem:             37400 kB
KReclaimable:      75072 kB
Slab:             157412 kB
SReclaimable:      75072 kB
SUnreclaim:        82340 kB
KernelStack:        4784 kB
PageTables:        27424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12920652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8509440 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC011 at 2024-07-18 22:45:58