Trace number 4446311

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.25 3489.15

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-77.opb
MD5SUM71fdab66bbdfc1c9c6ce1eef27fb98d4
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 benchmark1621.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
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.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.16	c version CUSTOM.v20240707
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.20	c Free memory 		2113181440
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2122317824
0.12/0.20	c Number of processors 	2
0.43/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.37	 - never skip resolution steps
0.43/0.37	 - Auto-division on coefficients is disabled
0.43/0.37	 - No postprocessing
0.43/0.37	 - Conflict is considered as is when resolving
0.43/0.37	 - Use constraints as they come during conflict analysis
0.43/0.37	 - Weaken first using unassigned literals
0.43/0.37	 - Bump strategy: ALWAYS_ONE
0.43/0.37	 - Bumper: EFFECTIVE
0.43/0.37	--- Begin Solver configuration ---
0.43/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.37	Learn all clauses as in MiniSAT
0.43/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.37	No reason simplification
0.43/0.37	Dynamic restart strategy considering the size of the coefficients
0.43/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.37	timeout=2147483s
0.43/0.37	DB Simplification allowed=false
0.43/0.37	Listener: none
0.43/0.37	--- End Solver configuration ---
0.43/0.38	c Pseudo Boolean Optimization by upper bound
0.43/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.38	c  - never skip resolution steps
0.43/0.38	c  - Auto-division on coefficients is disabled
0.43/0.38	c  - No postprocessing
0.43/0.38	c  - Conflict is considered as is when resolving
0.43/0.38	c  - Use constraints as they come during conflict analysis
0.43/0.38	c  - Weaken first using unassigned literals
0.43/0.38	c  - Bump strategy: ALWAYS_ONE
0.43/0.38	c  - Bumper: EFFECTIVE
0.43/0.38	c --- Begin Solver configuration ---
0.43/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.43/0.38	c Learn all clauses as in MiniSAT
0.43/0.38	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.38	c No reason simplification
0.43/0.38	c Dynamic restart strategy considering the size of the coefficients
0.43/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.43/0.38	c timeout=2147483s
0.43/0.38	c DB Simplification allowed=false
0.43/0.38	c Listener: none
0.43/0.38	c --- End Solver configuration ---
0.43/0.38	c solving HOME/instance-4446311-1721335467.opb
0.43/0.38	c reading problem ... 
0.43/0.38	c  no objective function found
7.91/5.11	c ... done. Wall clock time 4.727s.
7.91/5.11	c declared #vars     10086
7.91/5.11	c #constraints  226608
7.91/5.11	c constraints type 
7.91/5.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
7.91/5.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
7.91/5.11	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 22218
7.91/5.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
7.91/5.11	c 226608 constraints processed.
11.44/6.93	c cleaning 2501 clauses out of 5001 with flag 0/5001
13.57/8.25	c cleaning 4250 clauses out of 8502 with flag 0/11003
15.73/10.35	c cleaning 5625 clauses out of 11249 with flag 0/18000
19.72/12.42	c cleaning 6810 clauses out of 13624 with flag 0/26000
22.96/14.85	c cleaning 7902 clauses out of 15814 with flag 0/35000
25.90/17.23	c cleaning 8956 clauses out of 17913 with flag 0/45001
28.44/19.79	c cleaning 9976 clauses out of 19956 with flag 0/56000
31.76/22.88	c cleaning 10986 clauses out of 21980 with flag 0/68000
35.84/26.55	c cleaning 11994 clauses out of 23996 with flag 0/81002
40.10/30.72	c cleaning 12997 clauses out of 26002 with flag 0/95002
45.09/35.74	c cleaning 13999 clauses out of 28004 with flag 0/110001
50.04/40.69	c cleaning 14998 clauses out of 30004 with flag 0/126000
55.86/46.18	c cleaning 15998 clauses out of 32008 with flag 0/143002
62.29/51.91	c cleaning 16998 clauses out of 34008 with flag 0/161000
68.85/58.42	c cleaning 17997 clauses out of 36012 with flag 0/180002
75.60/65.18	c cleaning 19005 clauses out of 38016 with flag 0/200003
82.32/71.85	c cleaning 19998 clauses out of 40010 with flag 0/221002
90.55/80.05	c cleaning 21001 clauses out of 42010 with flag 0/243000
99.13/88.65	c cleaning 21994 clauses out of 44009 with flag 0/266000
109.19/98.47	c cleaning 23006 clauses out of 46018 with flag 0/290003
119.00/108.25	c cleaning 23998 clauses out of 48010 with flag 0/315001
129.61/118.82	c cleaning 24999 clauses out of 50012 with flag 0/341001
140.24/129.34	c cleaning 26005 clauses out of 52013 with flag 0/368001
153.18/141.84	c cleaning 26990 clauses out of 54007 with flag 0/396000
166.69/155.37	c cleaning 28002 clauses out of 56017 with flag 0/425000
183.12/170.43	c cleaning 28933 clauses out of 58015 with flag 0/455000
199.28/185.87	c cleaning 30035 clauses out of 60082 with flag 0/486000
227.36/213.12	c cleaning 31015 clauses out of 62051 with flag 0/518004
286.88/271.58	c cleaning 31976 clauses out of 64032 with flag 0/551000
321.53/305.26	c cleaning 33023 clauses out of 66056 with flag 0/585000
338.67/322.20	c cleaning 33976 clauses out of 68035 with flag 0/620002
383.07/365.71	c cleaning 34955 clauses out of 70058 with flag 0/656001
441.25/423.02	c cleaning 36010 clauses out of 72103 with flag 0/693001
484.98/465.95	c cleaning 37025 clauses out of 74092 with flag 0/731000
514.47/494.60	c cleaning 38022 clauses out of 76067 with flag 0/770000
556.50/536.06	c cleaning 38999 clauses out of 78048 with flag 0/810003
605.70/583.70	c cleaning 39990 clauses out of 80046 with flag 0/851000
656.16/632.63	c cleaning 40984 clauses out of 82056 with flag 0/893000
730.00/703.76	c cleaning 41924 clauses out of 84075 with flag 0/936003
777.99/750.01	c cleaning 43063 clauses out of 86148 with flag 0/980000
824.32/795.17	c cleaning 44031 clauses out of 88086 with flag 0/1025001
881.09/850.07	c cleaning 44954 clauses out of 90055 with flag 0/1071001
930.39/898.84	c cleaning 46009 clauses out of 92100 with flag 0/1118000
988.77/956.36	c cleaning 47007 clauses out of 94091 with flag 0/1166000
1063.29/1028.76	c cleaning 48017 clauses out of 96084 with flag 0/1215000
1121.34/1085.30	c cleaning 49016 clauses out of 98067 with flag 0/1265000
1214.66/1176.79	c cleaning 49976 clauses out of 100051 with flag 0/1316000
1316.28/1276.10	c cleaning 51009 clauses out of 102077 with flag 0/1368002
1400.07/1358.22	c cleaning 51977 clauses out of 104068 with flag 0/1421002
1503.65/1459.19	c cleaning 52895 clauses out of 106090 with flag 0/1475001
1571.99/1526.23	c cleaning 54069 clauses out of 108194 with flag 0/1530000
1621.67/1575.04	c cleaning 55058 clauses out of 110125 with flag 0/1586000
1657.09/1609.94	c cleaning 56023 clauses out of 112069 with flag 0/1643002
1696.67/1649.13	c cleaning 57008 clauses out of 114044 with flag 0/1701000
1746.39/1697.88	c cleaning 57915 clauses out of 116036 with flag 0/1760000
1830.03/1779.33	c cleaning 59048 clauses out of 118122 with flag 0/1820001
1887.15/1834.64	c cleaning 59987 clauses out of 120073 with flag 0/1881000
1984.11/1929.85	c cleaning 61012 clauses out of 122088 with flag 0/1943002
2083.33/2027.36	c cleaning 61967 clauses out of 124074 with flag 0/2006000
2198.36/2139.62	c cleaning 63016 clauses out of 126108 with flag 0/2070001
2307.49/2246.65	c cleaning 64028 clauses out of 128091 with flag 0/2135000
2412.93/2349.91	c cleaning 64995 clauses out of 130064 with flag 0/2201001
2526.72/2459.94	c cleaning 66001 clauses out of 132069 with flag 0/2268001
2624.01/2555.41	c cleaning 67027 clauses out of 134067 with flag 0/2336000
2739.47/2663.90	c cleaning 67989 clauses out of 136040 with flag 0/2405000
2850.75/2760.10	c cleaning 68950 clauses out of 138052 with flag 0/2475001
2983.84/2889.63	c cleaning 70033 clauses out of 140101 with flag 0/2546000
3115.39/3017.32	c cleaning 70991 clauses out of 142068 with flag 0/2618000
3232.95/3131.67	c cleaning 71988 clauses out of 144077 with flag 0/2691000
3337.60/3233.60	c cleaning 72974 clauses out of 146092 with flag 0/2765003
3493.16/3385.36	c cleaning 74020 clauses out of 148116 with flag 0/2840001
3594.81/3483.80	c cleaning 74991 clauses out of 150095 with flag 0/2916000
3600.07/3489.04	c starts		: 162
3600.07/3489.04	c conflicts		: 2922111
3600.07/3489.04	c decisions		: 5879212
3600.07/3489.04	c propagations		: 799546498
3600.07/3489.04	c inspects		: 14035190088
3600.07/3489.04	c shortcuts		: 0
3600.07/3489.04	c learnt literals	: 0
3600.07/3489.04	c learnt binary clauses	: 142
3600.07/3489.04	c learnt ternary clauses	: 1080
3600.07/3489.04	c learnt constraints	: 2922111
3600.07/3489.04	c ignored constraints	: 0
3600.07/3489.04	c root simplifications	: 0
3600.07/3489.06	c removed literals (reason simplification)	: 0
3600.07/3489.06	c reason swapping (by a shorter reason)	: 0
3600.07/3489.06	c Calls to reduceDB	: 72
3600.07/3489.06	c Number of update (reduction) of LBD	: 3689135
3600.07/3489.06	c Imported unit clauses	: 0
3600.07/3489.06	c No decision after first conflict	: false
3600.07/3489.06	c number of reductions to clauses (during analyze)	: 0
3600.07/3489.06	c number of learned constraints concerned by reduction	: 0
3600.07/3489.06	c number of learning phase by resolution	: 0
3600.07/3489.06	c number of learning phase by cutting planes	: 0
3600.07/3489.06	c number of rounding to 1 operations	: 0
3600.07/3489.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3489.06	c number of reductions of the coefficients by power 2 	: 0
3600.07/3489.06	c number of right shift for reduction by power 2 	: 0
3600.07/3489.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3489.06	c number of ending skipping 	: 0
3600.07/3489.06	c number of internal skipping 	: 0
3600.07/3489.06	c number of derivation steps 	: 70728710
3600.07/3489.06	c number of skipped derivation steps 	: 0
3600.07/3489.06	c number of remaining unassigned 	: 207773
3600.07/3489.06	c number of remaining assigned 	: 674077747
3600.07/3489.06	c number of falsified literals weakened from reason	: 0
3600.07/3489.06	c number of falsified literals weakened from conflict	: 0
3600.07/3489.06	c time for arithmetic operations	: 19876000636
3600.07/3489.06	c minimum degree of deleted constraints	: 1
3600.07/3489.06	c maximum degree of deleted constraints	: 18294870482141359836696814653415542302931709200
3600.07/3489.06	c number of deleted constraints	: 2840896
3600.07/3489.06	c timeout
3600.07/3489.06	c speed (assignments/second)	: 229495.30559419323
3600.07/3489.06	c non guided choices	: 234989
3600.07/3489.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52332
3600.07/3489.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 38
3600.07/3489.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 142
3600.07/3489.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28703
3600.07/3489.10	s UNKNOWN
3600.07/3489.10	c Total wall clock time (in seconds): 3488.725

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446311-1721335467/watcher-4446311-1721335467 -o /tmp/evaluation-result-4446311-1721335467/solver-4446311-1721335467 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972842 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446311-1721335467.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
Current StackSize limit: 8192 KiB

solver pid=977859, runsolver pid=977856

[startup+0.102299 s]*
/proc/loadavg: 4.62 4.66 4.50 5/316 977877
/proc/meminfo: memFree=111819840/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=18975048 memory=57568 CPUtime=0.12 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 6397 0 0 0 10 2 0 0 20 0 18 0 185703815 19430449152 14392 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4743762 14392 5620 1 0 550835 0
[pid=977859/tid=977861] ppid=977856 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 5356 0 0 0 7 2 0 0 20 0 18 0 185703816 19430449152 14392 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185703820 19430449152 14392 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185703821 19430449152 14392 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57568 KiB

[startup+0.219297 s]*
/proc/loadavg: 4.62 4.66 4.50 6/316 977877
/proc/meminfo: memFree=111812680/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=18975048 memory=64436 CPUtime=0.3 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 7075 0 0 0 27 3 0 0 20 0 18 0 185703815 19430449152 16109 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4743762 16109 5629 1 0 551395 0
[pid=977859/tid=977861] ppid=977856 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 5645 0 0 0 16 2 0 0 20 0 18 0 185703816 19430449152 16109 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=18975048 memory=1774770 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185703820 19430449152 16109 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185703821 19430449152 16109 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64436 KiB

[startup+0.313615 s]*
/proc/loadavg: 4.62 4.66 4.50 7/316 977877
/proc/meminfo: memFree=111809680/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=18975048 memory=68340 CPUtime=0.43 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 7324 0 0 0 40 3 0 0 20 0 18 0 185703815 19430449152 17085 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4743762 17085 5820 1 0 551583 0
[pid=977859/tid=977861] ppid=977856 vsize=18975048 memory=-8743846864204636860 CPUtime=0.26 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 1077936192 5804 0 0 0 24 2 0 0 20 0 18 0 185703816 19430449152 17085 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185703820 19430449152 17085 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185703821 19430449152 17085 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68340 KiB

[startup+0.701293 s]
/proc/loadavg: 4.62 4.66 4.50 7/316 977877
/proc/meminfo: memFree=111742128/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19041612 memory=190644 CPUtime=1.1 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 9314 0 0 0 104 6 0 0 20 0 19 0 185703815 19498610688 47661 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4760403 47661 5841 1 0 553042 0
[pid=977859/tid=977861] ppid=977856 vsize=19041612 memory=5540 CPUtime=0.56 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 6031 0 0 0 51 5 0 0 20 0 19 0 185703816 19498610688 47661 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19041612 memory=12508 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185703820 19498610688 47661 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185703821 19498610688 47661 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 190644 KiB

[startup+1.50029 s]
/proc/loadavg: 4.62 4.66 4.50 7/317 977878
/proc/meminfo: memFree=111072432/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19041612 memory=1328652 CPUtime=2.65 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 20567 0 0 0 232 33 0 0 20 0 19 0 185703815 19498610688 332163 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4760403 332163 5857 1 0 558689 0
[pid=977859/tid=977861] ppid=977856 vsize=19041612 memory=12508 CPUtime=1.31 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 6614 0 0 0 103 28 0 0 20 0 19 0 185703816 19498610688 332163 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185703820 19498610688 332163 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185703821 19498610688 332163 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1328652 KiB

[startup+3.10629 s]
/proc/loadavg: 4.62 4.66 4.50 6/317 977878
/proc/meminfo: memFree=108452104/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19041612 memory=3418896 CPUtime=5.75 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 25595 0 0 0 499 76 0 0 20 0 19 0 185703815 19498610688 854724 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4760403 854724 5868 1 0 1088886 0
[pid=977859/tid=977861] ppid=977856 vsize=19041612 memory=0 CPUtime=2.84 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 7629 0 0 0 214 70 0 0 20 0 19 0 185703816 19498610688 854724 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19041612 memory=12508 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185703820 19498610688 854724 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19041612 memory=1749612 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185703821 19498610688 854724 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3418896 KiB

[startup+6.30029 s]
/proc/loadavg: 4.81 4.70 4.51 7/318 977879
/proc/meminfo: memFree=107575884/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4457688 CPUtime=10.25 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 27424 0 0 0 926 99 0 0 20 0 20 0 185703815 19566772224 1114422 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1114422 5868 1 0 1538409 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=0 CPUtime=5.61 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 8426 0 0 0 470 91 0 0 20 0 20 0 185703816 19566772224 1114422 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=1332808 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1114422 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=224194199869 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1114422 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=129 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1114422 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 10.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4457688 KiB

[startup+12.7103 s]
/proc/loadavg: 4.75 4.69 4.51 6/318 977882
/proc/meminfo: memFree=106687812/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=5180668 CPUtime=20.26 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 30890 0 0 0 1911 115 0 0 20 0 20 0 185703815 19566772224 1295167 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1295167 5868 1 0 1538676 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=12508 CPUtime=11.83 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 9260 0 0 0 1077 106 0 0 20 0 20 0 185703816 19566772224 1295167 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=5178824 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1295167 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=4078268 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1295167 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1295167 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 20.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5180668 KiB

[startup+25.5005 s]
/proc/loadavg: 4.58 4.65 4.50 5/318 977883
/proc/meminfo: memFree=106688840/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=5178464 CPUtime=34.47 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 38407 0 0 0 3330 117 0 0 20 0 20 0 185703815 19566772224 1294616 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1294616 5899 1 0 1538713 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=5178824 CPUtime=24.28 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 11718 0 0 0 2321 107 0 0 20 0 20 0 185703816 19566772224 1294616 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=5176180 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1294616 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1294616 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1294616 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 34.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178464 KiB

[startup+51.1133 s]
/proc/loadavg: 4.38 4.60 4.48 5/318 977888
/proc/meminfo: memFree=106681832/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=5185048 CPUtime=61.23 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 46638 0 0 0 6003 120 0 0 20 0 20 0 185703815 19566772224 1296262 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1296262 5899 1 0 1538763 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=5180800 CPUtime=49.41 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 14055 0 0 0 4834 107 0 0 20 0 20 0 185703816 19566772224 1296262 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=8104581981921245237 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1296262 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1296262 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=11420 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1296262 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 61.23 s
Current children cumulated vsize: 19108176 KiB

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

/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1135519 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=4542076 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 1970 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1135519 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=26808 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1135519 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3202.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4542076 KiB

[startup+3162.3 s]
/proc/loadavg: 4.31 4.32 4.30 5/317 979833
/proc/meminfo: memFree=108122924/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4542124 CPUtime=3264.33 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 389857 0 0 0 325894 539 0 0 20 0 20 0 185703815 19566772224 1135531 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1135531 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=45484 CPUtime=3065.46 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 153563 0 0 0 306286 260 0 0 20 0 20 0 185703816 19566772224 1135531 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=4542076 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1135531 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=4542124 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1135531 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=11420 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1135531 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3264.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4542124 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.37 4.31 6/317 979844
/proc/meminfo: memFree=108122324/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4542328 CPUtime=3325.98 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 394345 0 0 0 332055 543 0 0 20 0 20 0 185703815 19566772224 1135582 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1135582 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=4542076 CPUtime=3123.42 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 156518 0 0 0 312081 261 0 0 20 0 20 0 185703816 19566772224 1135582 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=12508 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1135582 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=45484 CPUtime=0 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2117 0 0 0 0 0 0 0 20 0 20 0 185703821 19566772224 1135582 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=4542304 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1135582 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3325.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4542328 KiB

[startup+3282.3 s]
/proc/loadavg: 4.43 4.38 4.32 5/317 979855
/proc/meminfo: memFree=108121684/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4542520 CPUtime=3387.53 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 395748 0 0 0 338206 547 0 0 20 0 20 0 185703815 19566772224 1135630 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1135630 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=4542520 CPUtime=3181.61 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 157582 0 0 0 317900 261 0 0 20 0 20 0 185703816 19566772224 1135630 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=4542520 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1135630 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=4542520 CPUtime=0.01 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2119 0 0 0 1 0 0 0 20 0 20 0 185703821 19566772224 1135630 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=4542120 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1135630 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3387.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4542520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.32 4.30 5/317 979865
/proc/meminfo: memFree=108072988/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4590900 CPUtime=3449.35 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 405897 0 0 0 344380 555 0 0 20 0 20 0 185703815 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1147725 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=11420 CPUtime=3239.64 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 160561 0 0 0 323702 262 0 0 20 0 20 0 185703816 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=4590900 CPUtime=0.01 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2119 0 0 0 1 0 0 0 20 0 20 0 185703821 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=25544 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3449.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4590900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.29 4.29 5/319 979879
/proc/meminfo: memFree=108072716/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4590900 CPUtime=3510.67 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 406834 0 0 0 350509 558 0 0 20 0 20 0 185703815 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1147725 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=11420 CPUtime=3297.78 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 161089 0 0 0 329516 262 0 0 20 0 20 0 185703816 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=4590900 CPUtime=0.01 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2212 0 0 0 1 0 0 0 20 0 20 0 185703821 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=4590900 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3510.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4590900 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.30 4.29 5/319 979889
/proc/meminfo: memFree=108070864/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4590900 CPUtime=3572.61 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 408095 0 0 0 356700 561 0 0 20 0 20 0 185703815 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1147725 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=11420 CPUtime=3355.53 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 161963 0 0 0 335290 263 0 0 20 0 20 0 185703816 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=4590900 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=25544 CPUtime=0.01 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2212 0 0 0 1 0 0 0 20 0 20 0 185703821 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=4590900 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4590900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3489 s]*
/proc/loadavg: 4.25 4.29 4.28 5/319 979895
/proc/meminfo: memFree=108070700/131655788 swapFree=131070704/131071996
[pid=977859] ppid=977856 vsize=19108176 memory=4590900 CPUtime=3600.07 cores=4,6
/proc/977859/stat : 977859 (java) S 977856 977859 972831 0 -1 1077936128 411873 0 0 0 359444 563 0 0 20 0 20 0 185703815 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
/proc/977859/statm: 4777044 1147725 5911 1 0 1159204 0
[pid=977859/tid=977861] ppid=977856 vsize=19108176 memory=7805080 CPUtime=3381.36 cores=4,6
/proc/977859/task/977861/stat : 977861 (java) R 977856 977859 972831 0 -1 4194368 164591 0 0 0 337873 263 0 0 20 0 20 0 185703816 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977870] ppid=977856 vsize=19108176 memory=2728 CPUtime=0 cores=4,6
/proc/977859/task/977870/stat : 977870 (Finalizer) S 977856 977859 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185703820 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977877] ppid=977856 vsize=19108176 memory=5108 CPUtime=0.01 cores=4,6
/proc/977859/task/977877/stat : 977877 (Common-Cleaner) S 977856 977859 972831 0 -1 1077936192 2253 0 0 0 1 0 0 0 20 0 20 0 185703821 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
[pid=977859/tid=977879] ppid=977856 vsize=19108176 memory=-4421386513360446048 CPUtime=0 cores=4,6
/proc/977859/task/977879/stat : 977879 (Timer-0) S 977856 977859 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185704327 19566772224 1147725 134679101440 94376716234752 94376716238448 140726978340048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94376716246264 94376716247056 94376729522176 140726978348020 140726978348128 140726978348128 140726978355144 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4590900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.59 s, system=5.66292 s

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

[startup+3489.13 s]*
/proc/loadavg: 4.25 4.29 4.28 5/301 979898
/proc/meminfo: memFree=112560504/131655788 swapFree=131070704/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3489.15
CPU time (s): 3600.25
CPU user time (s): 3594.59
CPU system time (s): 5.66292
CPU usage (%): 103.184
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6107228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.59
system time used= 5.66292
maximum resident set size= 6107228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135870
involuntary context switches= 12245


# summary of solver processes directly reported to runsolver:
#   pid: 977859
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3594.59
#   total CPU system time (s): 5.66292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2563 second user time and 35.1095 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 22:44:39
IDJOB=4446311
IDBENCH=155555
IDSOLVER=3052
FILE ID=nodeC011/4446311-1721335467
RUNJOBID= nodeC011-1721328481-972842
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-77.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446311-1721335467/watcher-4446311-1721335467 -o /tmp/evaluation-result-4446311-1721335467/solver-4446311-1721335467 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972842 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446311-1721335467.opb

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

MD5SUM BENCH= 71fdab66bbdfc1c9c6ce1eef27fb98d4
RANDOM SEED=633134893

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		: 1197.270
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		: 3527.884
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		: 3561.341
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.285
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		: 3491.602
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		: 3601.051
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.141
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.207
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:        111856160 kB
MemAvailable:   112307924 kB
Buffers:          521464 kB
Cached:           769972 kB
SwapCached:          132 kB
Active:          1056148 kB
Inactive:       18218808 kB
Active(anon):       1444 kB
Inactive(anon): 18019148 kB
Active(file):    1054704 kB
Inactive(file):   199660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              9936 kB
Writeback:             0 kB
AnonPages:      17974268 kB
Mapped:           125252 kB
Shmem:             37400 kB
KReclaimable:      75200 kB
Slab:             157648 kB
SReclaimable:      75200 kB
SUnreclaim:        82448 kB
KernelStack:        4816 kB
PageTables:        45112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18509840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17479680 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= 723720 MiB
End job on nodeC011 at 2024-07-18 23:42:48